
RENEWAL / ITEMS
Exotic Temporal Boots [1]
#22202Armor
Temporal_Boots_TW
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF25
Slots1
Required level100
Armor level1
Description
A pair of boots said to be acquired from the different dimensions.
It looks old, but there's no sign of aging from it.
------------------------
MDEF + 15.
------------------------
When refined to +10 or higher,
All Basic Status + 2.
When Base STR is 108 or higher, ATK + 50.
When Base AGI 108 or higher, ASPD + 1.
When Base VIT 108 or higher, MHP + 8%.
When Base INT 108 or higher, MATK + 60.
When Base DEX 108 or higher, Fixed Casting Time - 0.5 seconds, Long-range Physical Damage + 5%.
When Base LUK 108 or higher, Critical Damage + 30%.
------------------------
Set Bonus:
Exotic Temporal Boots [1]
Giant Faceworm Snake Skin [1]
OR
Giant Faceworm Snake Skin
MHP + 15%, MSP + 5%.
------------------------
Type : Shoes
Def : 25
Weight : 60
Required Level : 100
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,15;
if (.@r>=10) {
bonus bAllStats,2;
if (readparam(bStr)>=108)
bonus bBaseAtk,50;
if (readparam(bAgi)>=108)
bonus bAspd,1;
if (readparam(bVit)>=108)
bonus bMaxHPrate,8;
if (readparam(bInt)>=108)
bonus bMatk,60;
if (readparam(bDex)>=108) {
bonus bFixedCast,-500;
bonus bLongAtkRate,5;
}
if (readparam(bLuk)>=108)
bonus bCriticalRate,30;
}