Basic Info

Name 470041 Forged Dimension Boots[1]
Item ID 470041 - MD_Set1_Boots
Type Armor
470041
Boots made using a dimensional gap.
Amplifies the wearer's abilities.
_
MaxHP + 300, MaxSP + 50.
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: 25
Weight: 45
Required Level: 100
Jobs: All jobs

Details

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

Stats

Range 0
Defense 25
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, 300); bonus(bMaxSP, 50); 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