Basic Info

Name 470039 Memorial Soldier Greaves[1]
Item ID 470039 - Sarah_MD_Greave
Type Armor
470039
A pair of old, worn-out greaves by a soldier long forgotten.
It's emitting a soft light.
_
Variable Cast Time - 5%, SP Recovery Rate + 20%.
For every 3 refine levels, INT + 1, AGI + 1.
If +5 or higher, FLEE + 30.
If +7 or higher, ATK + 15, HIT + 5.
_
Class: Footwear Defense: 30
Weight: 60
Required Level: 100
Jobs: All jobs

Details

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

Stats

Range 0
Defense 30
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(bVariableCastrate, -5); bonus(bSPrecovRate, 20); bonus(bInt, getrefine()/3); bonus(bAgi, getrefine()/3); if (getrefine() >= 5) bonus(bFlee, 30); if (getrefine() >= 7) { bonus(bBaseAtk, 15); bonus(bHit, 5); }
Equip Script
None
Unequip Script
None