Jade Crystal Boots-LT

Item ID 470269 Name Jade Crystal Boots-LT
None
Weapon Level 0 Identifier EC_Boots__LT_TW
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 25 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;
            }
       }
   }
}

Set Script
Jade Crystal Boots-LT
Emerald Ring-LT
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-1000;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20;
bonus2 bSkillAtk,"TR_METALIC_FURY",20;
Jade Crystal Boots-LT
Emerald Earring-LT
bonus2 bSkillCooldown,"CG_ARROWVULCAN",-700;
bonus2 bSkillAtk,"CG_ARROWVULCAN",20;
bonus2 bSkillAtk,"TR_ROSEBLOSSOM",20;
bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",20;
Jade Crystal Boots-LT
Emerald Ring-LT
Emerald Earring-LT
bonus2 bAddClass,Class_All,15;
bonus2 bMagicAddClass,Class_All,15;