
RENEWAL / ITEMS
Thanos Boots (Warrior) [1]
#470325Armor
Thanos_Boots1
TypeArmor
Equipment positionFootgear
GenderBoth
Weight120
Buy price0 z
Sell price0 z
DEF60
Slots1
Required level190
Armor level2
Description
A pair of boots designed to resonate with Thanatos equipment.
You can feel the spirit of a warrior from it.
------------------------
Account Bound
------------------------
MHP + 1500, MSP + 100.
------------------------
For every 2 refine level, MHP + 2%, MSP + 1%.
------------------------
When refined to +7 or higher, ATK + 50.
------------------------
When refined to +9 or higher, increase melee physical damage by 10%.
------------------------
When refined to +11 or higher, reduce After Cast Delay by 5% and reduce Fixed Casting Time by 0.5s.
------------------------
Set Bonus:
Thanatos Warrior Boots [1]
Thanatos Great Sword-AD [2]
Critical Damage + 20%.
When Weapon Grade is C or higher, increase Servant Weapon damage by 20%.
------------------------
Set Bonus:
Thanatos Warrior Boots [1]
Thanatos Axe-AD [2]
Reduce Axe Stomp cooldown by 0.4s.
When Weapon Grade is C or higher, increase Axe Stomp damage by 10%.
------------------------
Set Bonus:
Thanatos Warrior Boots [1]
Thanatos Spear-AD [2]
Reduce Overslash cooldown by 0.4s.
When Weapon Grade is C or higher, increase Overslash damage by 10%.
------------------------
[Grade Bonus]
[Grade D] MHP + 2500, MSP + 300.
[Grade C] After Cast Delay - 5%, Melee Physical Damage + 5%.
[Grade B] P.ATK + 5.
[Grade A] P.ATK + 3, Fixed Casting Time - 0.5s.
------------------------
Type : Shoes
Def : 60
Weight : 120
Armor Level : 2
Required Level : 190
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
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Storage
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect 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;
}
}
}
}