
RENEWAL / ITEMS
Yorscalp Shoes [1]
#470304Armor
Yorscalp_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF80
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
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,4+(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,5;
bonus bSMatk,5;
if (.@r>=10) {
bonus bMatk,20;
bonus bDef,100;
if (.@r>=12) {
bonus2 bMagicAtkEle,Ele_All,8;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMatk,10;
bonus bSpl,2;
bonus bCon,2;
if (.@g>=ENCHANTGRADE_C) {
bonus bSMatk,4;
bonus bMatkRate,4;
if (.@g>=ENCHANTGRADE_B) {
bonus bFixedCast,-1000;
if (.@g>=ENCHANTGRADE_A) {
bonus bSMatk,5;
bonus bMatkRate,5;
}
}
}
}