Basic Info

Name 470015 Booster Power Boots[1]
Item ID 470015 - B_Power_Boots
Type Armor
470015
A boot given to those who herald a new beginning.
_
Increases natural HP recovery by 25%,
Increases natural SP recovery by 10%.
If refine rate is 5 or higher, All Stats + 2.
If refine rate is 7 or higher, ATK + 20, MATK + 20.
If refine rate is 9 or higher, ATK + 2%, MATK + 2%.
Class: Shoes Defense: 20
Weight: 0
Required Level: 60
Usable Jobs : All

Details

Weight 0
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Footgear

Stats

Range 0
Defense 20
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range 60 +
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be sold to NPCs / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bHPrecovRate, 25); bonus(bSPrecovRate, 10); if (getrefine() >= 5) { bonus(bAllStats, 2); } if (getrefine() >= 7) { bonus(bBaseAtk, 20); bonus(bMatk, 20); } if (getrefine() >= 9) { bonus(bAtkRate, 2); bonus(bMatkRate, 2); }
Equip Script
None
Unequip Script
None