Artwork unavailable
RENEWAL / ITEMS
DID Cape [1]
#480256Armor
DID_Cape_TH
TypeArmor
Equipment positionGarment
GenderBoth
Weight20
Buy price0 z
Sell price0 z
DEF8
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,30;
bonus bHit,8*(.@r/3);
bonus bShortAtkRate,3*(.@r/4);
if (.@r>=9) {
if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
bonus bDelayrate,-5;
bonus bAspdRate,20;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
bonus bHit,20;
autobonus3 "{ bonus bHit,20; bonus2 bSkillAtk,\"LG_SHIELDPRESS\",30; }",1000,60000,"LG_EARTHDRIVE";
}
}
if (.@r>=11) {
bonus bHit,30;
bonus bAllStats,5;
bonus bShortAtkRate,5;
}