Artwork unavailable
RENEWAL / ITEMS
Polyhedron Shoes [1]
#22082Armor
Polyhedron_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF12
Slots1
Required level90
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();
bonus2 bSubEle,Ele_Neutral,5;
bonus2 bSubEle,Ele_Fire,5;
bonus2 bSubEle,Ele_Water,5;
bonus2 bSubEle,Ele_Wind,5;
if (.@r > 4) {
.@b = (.@r > 6) ? 10 : 5;
bonus2 bAddEle,Ele_Neutral,.@b;
bonus2 bAddEle,Ele_Fire,.@b;
bonus2 bAddEle,Ele_Water,.@b;
bonus2 bAddEle,Ele_Wind,.@b;
}