Basic Info

Name 470044 Rift Forged Boots[1]
Item ID 470044 - MD_Set4_Boots
Type Armor
470044
Greaves created using space distortion in dimensional gaps.
Amplifies the wearer's abilities.
_
MaxHP + 150, MaxSP + 125.
If refine rate is 7 or higher, ATK + 1%, MATK + 1%.
If refine rate is 9 or higher, increases physical/magical damage to Angel and Demon monsters by 3%.
_
Class: Footwear Defense: 23
Weight: 40
Required Level: 100
Jobs: All jobs

Details

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

Stats

Range 0
Defense 23
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, 150); bonus(bMaxSP, 125); 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