
RENEWAL / ITEMS
Two Side Diamond Boots [1]
#470243Armor
Two_Side_Diamond_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight80
Buy price0 z
Sell price0 z
DEF30
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
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,15;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus bMaxHPrate,4*.@r;
if (.@r>=5) {
bonus bDelayrate,-15;
bonus bAtkRate,15;
bonus bMatkRate,15;
if (.@r>=7) {
bonus bDelayrate,-25;
bonus bAtkRate,25;
bonus bMatkRate,25;
}
}