Artwork unavailable
RENEWAL / ITEMS
Evil Dragon Armor [1]
#15238Armor
EvilDragon_Armor_BR
TypeArmor
Equipment positionArmor
GenderBoth
Weight400
Buy price0 z
Sell price0 z
DEF60
Slots1
Required level99
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
if (.@r>=12) {
bonus2 bHPDrainRate,60,6;
bonus2 bSPDrainRate,60,5;
}
else if (.@r>=9) {
bonus2 bHPDrainRate,40,4;
bonus2 bSPDrainRate,40,3;
}
else if (.@r>=6) {
bonus2 bHPDrainRate,30,3;
bonus2 bSPDrainRate,30,2;
}