
RENEWAL / ITEMS
Beast's Leather Shoes [1]
#470122Armor
Beast_Leather_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF15
Slots1
Required level200
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
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxSP,150;
if (.@r>=7) {
bonus bMatkRate,3;
if (.@r>=9) {
bonus bSMatk,5;
bonus bMatkRate,5;
if (.@r>=11) {
bonus bFixedCast,-800;
bonus bVariableCastrate,-10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMRes,30;
bonus bRes,30;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAddSize,Size_All,15;
if (.@g>=ENCHANTGRADE_B) {
bonus bSpl,3;
if (.@g>=ENCHANTGRADE_A) {
bonus bSMatk,7;
}
}
}
}