Artwork unavailable
RENEWAL / ITEMS
Executioner's Cloak [1]
#480669Armor
aegis_480669
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF25
Slots1
Required level250
Armor level2
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
.@g = getenchantgrade();
.@r = getrefine();
bonus bCRate,10;
bonus bCritical,3+(.@r/2);
bonus bCritAtkRate,3*(.@r/2);
bonus bBaseAtk,15*(.@r/2);
bonus2 bAddSize,Size_All,4*(.@r/3);
if (.@r>=7) {
bonus bPAtk,7;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bDelayrate,-10;
bonus bCritical,7;
bonus bBaseAtk,45;
if (.@r>=11) {
bonus bShortAtkRate,15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCRate,7;
bonus bCritical,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,10;
if (.@g>=ENCHANTGRADE_B) {
bonus bPow,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bCritAtkRate,15;
bonus bCRate,7;
}
}
}
}