Item ID | 22202 | For Sale | No | |
---|---|---|---|---|
Identifier | Temporal_Boots_TW | Credit Price | Not For Sale | |
Name | Exotic Temporal Boots | Type | Armor | |
NPC Buy | 0 | Weight | 60 | |
NPC Sell | 0 | Weapon Level | 0 | |
Range | 0 | Defense | 25 | |
Slots | 1 | Refineable | Yes | |
Attack | 0 | Min Equip Level | 100 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Footgear | |||
Equip Upper | None | |||
Equippable Jobs | None | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@r = getrefine(); 2 bonus bMdef,15; 3 if (.@r>=10) { 4 bonus bAllStats,2; 5 if (readparam(bStr)>=108) 6 bonus bBaseAtk,50; 7 if (readparam(bAgi)>=108) 8 bonus bAspd,1; 9 if (readparam(bVit)>=108) 10 bonus bMaxHPrate,8; 11 if (readparam(bInt)>=108) 12 bonus bMatk,60; 13 if (readparam(bDex)>=108) { 14 bonus bFixedCast,-500; 15 bonus bLongAtkRate,5; 16 } 17 if (readparam(bLuk)>=108) 18 bonus bCriticalRate,30; 19 } |
|||
Equip Script | None | |||
Unequip Script | None |