
RENEWAL / ITEMS
Entwined Magical Shoes [1]
#470334Armor
Entwined_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF67
Slots1
Required level220
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 bMdef,40;
bonus bDef,150;
bonus bFlee,35;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,7;
if (.@r>=9) {
bonus bSMatk,3;
if (.@r>=10) {
bonus bVariableCastrate,-7;
bonus bDef,50;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMRes,25;
bonus bRes,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bFixedCast,-1000;
bonus2 bMagicAddRace2,RC2_Destroyed_Valkyrie_Realm,10;
}
}