Basic Info

Name 490000 Magingiorde
Item ID 490000 - Magingiorde_Z
Type Armor
490000
A reproduction of the girdle of might that Thor wore to enhance his prodigious strength.
STR + 40, MDEF + 7.
For every 5 Base Levels, STR + 1.
If Base STR is 120 or higher, +10% physical damage against Boss enemies.
Cannot be refined. Indestructible.
Class: Accessory (Right)Defense: 2
Weight: 800
Required Level: 94
Jobs: All jobs

Details

Weight 800
NPC Buy 20 z
NPC Sell 10 z
Refineable No
Equip Locations Accessory 2

Stats

Range 0
Defense 2
Attack 0
Magical Attack 0
Weapon Level 0
Slots 0

Restrictions

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

Scripts

Use Script
bonus(bStr, 40 + (BaseLevel / 5)); bonus(bMdef, 7); if (readparam(bStr) >= 120) bonus2(bAddRace, RC_Boss, 10);
Equip Script
hateffect(HAT_EF_MAGINGIORDE, true);
Unequip Script
hateffect(HAT_EF_MAGINGIORDE, false);