Thanos Boots (Warrior)

Item ID 470325 Name Thanos Boots (Warrior)
None
Weapon Level 0 Identifier Thanos_Boots1
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 60 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 120 Min Equip Level 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHP,1500;
bonus bMaxSP,100;
bonus bMaxHPrate,2*(.@r/2);
bonus bMaxSPrate,.@r/2;
if (.@r>=7) {
   bonus bBaseAtk,50;
   if (.@r>=9) {
       bonus bShortAtkRate,10;
       if (.@r>=11) {
            bonus bDelayrate,-5;
            bonus bFixedCast,-500;
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMaxHP,2500;
   bonus bMaxSP,300;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bDelayrate,-5;
       bonus bShortAtkRate,5;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bPAtk,5;
            if (.@g>=ENCHANTGRADE_A) {
                bonus bPAtk,3;
                bonus bFixedCast,-500;
            }
       }
   }
}

Set Script
Thanos Boots (Warrior)
Thanatos Great Sword-AD
bonus bCritAtkRate,20;
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C)
   bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",20;
Thanos Boots (Warrior)
Thanatos Axe-AD
bonus2 bSkillCooldown,"MT_AXE_STOMP",-400;
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C)
   bonus2 bSkillAtk,"MT_AXE_STOMP",10;
Thanos Boots (Warrior)
Thanos Spear-AD
bonus2 bSkillCooldown,"IG_OVERSLASH",-400;
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C)
   bonus2 bSkillAtk,"IG_OVERSLASH",10;