Artwork unavailable
RENEWAL / ITEMS
Jade Crystal Boots-LT [1]
#470269Armor
EC_Boots__LT_TW
TypeArmor
Equipment positionFootgear
GenderBoth
Weight20
Buy price0 z
Sell price0 z
DEF25
Slots1
Required level190
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
.@r = getrefine();
.@g = getenchantgrade();
bonus bDex,3*(.@r/2);
bonus bCon,.@r/2;
bonus bSpl,.@r/2;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20*(.@r/3);
bonus2 bSkillAtk,"CG_ARROWVULCAN",20*(.@r/3);
bonus2 bSkillAtk,"WM_METALICSOUND",20*(.@r/3);
bonus2 bSkillAtk,"WM_REVERBERATION",20*(.@r/3);
if (.@r>=7) {
bonus bAtkRate,7;
bonus bMatkRate,7;
if (.@r>=9) {
bonus bLongAtkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=11) {
autobonus "{ bonus bInt,200; bonus bDex,200; }",30,10000,BF_WEAPON|BF_MAGIC;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bBaseAtk,20*getskilllv("WM_LESSON");
bonus bMatk,20*getskilllv("WM_LESSON");
if (.@g>=ENCHANTGRADE_C) {
bonus bRes,30;
bonus bMRes,30;
if (.@g>=ENCHANTGRADE_B) {
bonus bSpl,.@r/2;
bonus bCon,.@r/2;
if (.@r>=ENCHANTGRADE_A) {
bonus2 bAddEle,Ele_All,12;
bonus2 bMagicAddEle,Ele_All,12;
}
}
}
}