Basic Info

Name 470043 Runeforged Boots[1]
Item ID 470043 - MD_Set3_Boots
Type Armor
470043
Boots made from by-products of dimensional rifts.
Amplifies the wearer's abilities.
_
MaxHP + 100, MaxSP + 150.
If +7 or higher, ATK + 1%, MATK + 1%.
If +9 or higher, increases physical/magical damage to Angel and Demon monsters by 3%.
_
Class: Footwear Defense: 18
Weight: 35
Required Level: 100
Jobs: All jobs

Details

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

Stats

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

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
bonus(bMaxHP, 100); bonus(bMaxSP, 150); if (getrefine() >= 7) { bonus(bAtkRate, 1); bonus(bMtkRate, 1); } if (getrefine() >= 9) { bonus2(bAddRace, RC_Angel, 3); bonus2(bMagicAddRace, RC_Angel, 3); bonus2(bAddRace, RC_Demon, 3); bonus2(bMagicAddRace, RC_Demon, 3); }
Equip Script
None
Unequip Script
None