Item Details

Exotic Temporal Boots-LT [1] ( Temporal_Boots_LT_TW )

ID 470183 Exotic Temporal Boots-LT [1]
Exotic Temporal Boots-LT [1] Buy Price: zeny Sell Price: 0 zeny Weight: 30 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Shoes
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: 20
Weapon Level: Not specified Armor Level: 2 Min. Equip Level: 190 Max. Equip Level: Not specified
Refineable: 1 Gradable: 1 Element: Neutral Classes: Not specified

MHP +15%, MSP +5%.
------------------------
When refine level 10 or more,

When pure STR is 108 or higher, ATK +80.
When pure AGI is 108 or higher, ASPD +2.
When pure VIT is 108 or higher, MHP +10%.
When pure INT is 108 or higher, MATK +80.
When pure LUK is 108 or higher, critical damage +35%.
------------------------
When refine level 13 or more,

When pure POW is 60 or higher, physical damage to all size enemies +15%.
When pure STA is 60 or higher, after cast delay -5%. P.ATK +15.
When pure WIS is 60 or higher, after cast delay -5%. S.MATK +15.
When pure SPL is 60 or higher, magical damage to all size enemies +15%.
When pure CON is 60 or higher, ASPD +10%.
When pure CRT is 60 or higher, fixed casting time -0.2 sec. critical damage +10%.
------------------------
[Grade Bonus]
[Grade D] RES & MRES +30.
[Grade C] ATK & MATK +50.
[Grade B] physical/magical damage to all size enemies +15%.
[Grade A] P.ATK & S.MATK +7.
------------------------
Type : Shoes
Def : 20
Weight : 30
Armor Level : 2
Required Level : 190
Class : All Jobs

All

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@r = getrefine();
.@g = getenchantgrade();
bonus bAllStats,2;
bonus bMdef,15;
bonus bMaxHPrate,15;
bonus bMaxSPrate,5;
if (.@r>=10) {
   if (readparam(bStr)>=108)
       bonus bBaseAtk,80;
   if (readparam(bAgi)>=108)
       bonus bAspd,2;
   if (readparam(bVit)>=108)
       bonus bMaxHPrate,10;
   if (readparam(bInt)>=108)
       bonus bMatk,80;
   if (readparam(bDex)>=108) {
       bonus bFixedCast,-500;
       bonus bLongAtkRate,10;
   }
   if (readparam(bLuk)>=108)
       bonus bCritAtkRate,35;
}
if (.@r>=13) {
   if (readparam(bPow)>=60)
       bonus2 bAddSize,Size_All,15;
   if (readparam(bSta)>=60) {
       bonus bDelayrate,-5;
       bonus bPAtk,15;
   }
   if (readparam(bWis)>=60) {
       bonus bDelayrate,-5;
       bonus bSMatk,15;
   }
   if (readparam(bSpl)>=60)
       bonus2 bMagicAddSize,Size_All,15;
   if (readparam(bCon)>=60)
       bonus bAspdRate,10;
   if (readparam(bCrt)>=60) {
       bonus bFixedCast,-200;
       bonus bCritAtkRate,10;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bRes,30;
   bonus bMRes,30;
}
if (.@g>=ENCHANTGRADE_C) {
   bonus bBaseAtk,50;
   bonus bMatk,50;
}
if (.@g>=ENCHANTGRADE_B) {
   bonus2 bAddRace,RC_All,15;
   bonus2 bMagicAddRace,RC_All,15;
}
if (.@g>=ENCHANTGRADE_A) {
   bonus bPAtk,7;
   bonus bSMatk,7;
}
Not specified
Not specified

Not specified

Not specified