Crown imbued with the power of good and evil. ------------------------ For every 3 refine level, increase physical damage against all races enemies by 5%. ------------------------ For every 4 refine level, increase melee and long-range physical damage by 7%. ------------------------ When refined to +7 or higher, RES + 50. ------------------------ When refined to +9 or higher, CRI + 5, ASPD + 5%. ------------------------ When refined to +11 or higher, ATK + 5%, reduce Fixed Casting Time by 0.3 seconds. ------------------------ Set Bonus: Crown of Good and Evil (Abyss Chaser) [1] Dark Angel Ray Bow [2] For every 3 refine level of Weapon, increase Chain Reaction Shot damage by 4%, increase Frenzy Shot damage by 5%. When weapon grade is B or higher, increase Chain Reaction Shot damage by additional 10%. ------------------------ Set Bonus: Crown of Good and Evil (Abyss Chaser) [1] Dark Angel Ray Bow [2] Evil Spell Increase Chain Reaction Shot damage by additional 15%, increase Frenzy Shot damage by additional 20%. ------------------------ Set Bonus: Crown of Good and Evil (Abyss Chaser) [1] Holy Light Dagger [2] For every 3 refine level of Weapon, increase Abyss Dagger damage by 4%, increase Deft Stab damage by 5%. When weapon grade is B or higher, increase Abyss Dagger damage by additional 10%. ------------------------ Set Bonus: Crown of Good and Evil (Abyss Chaser) [1] Holy Light Dagger [2] Good Spell Increase Abyss Dagger damage by additional 15%, increase Deft Stab damage by additional 20%. ------------------------ [Grade Bonus] [Grade D] MHP + 5%. [Grade C] P.ATK + 3, S.MATK + 3. [Grade B] P.ATK + 2, S.MATK + 2, CON + 2, SPL + 2. [Grade A] RES + 50, MRES + 50, When refined to +12 or higher, reduce Fixed Casting Time by additional 0.2 seconds. ------------------------ Type : Headgear Def : 10 Location : Upper Weight : 10 Armor Level : 2 Required Level : 215 Class : Abyss Chaser
Im Spieler-Kaufshop erlaubt:
|
Beschwört Monster:
|
Gebunden beim Anlegen:
|
Stapelbeschränkung im Inventar:
|
Stapelbeschränkung im Karren:
|
Stapelbeschränkung in der Lagerung:
|
Stapelbeschränkung im Gildenlager:
|
Kann fallen gelassen werden:
|
Kann gehandelt werden:
|
Kann mit Partner gehandelt werden:
|
Kann an NPCs verkauft werden:
|
Kann in den Warenkorb gelegt werden:
|
Kann im Lager platziert werden:
|
Kann im Gildenlager platziert werden:
|
Kann in eine Mail gelegt werden:
|
Kann in einer Auktion platziert werden:
|
Verzögerung:
|
|
|
|
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bAddRace,RC_All,5*(.@r/3);
bonus bLongAtkRate,7*(.@r/4);
bonus bShortAtkRate,7*(.@r/4);
if (.@r>=7) {
bonus bRes,50;
if (.@r>=9) {
bonus bAspdRate,5;
bonus bCritical,5;
if (.@r>=11) {
bonus bFixedCast,-300;
bonus bAtkRate,5;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMaxHPrate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,3;
bonus bSMatk,3;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,2;
bonus bSMatk,2;
bonus bSpl,2;
bonus bCon,2;
if (.@g>=ENCHANTGRADE_A) {
bonus bMRes,50;
bonus bRes,50;
if (.@r>=12) {
bonus bFixedCast,-200;
}
}
}
}
}
|