Basic Info

Name 15429 Memorial Soldier Armor[1]
Item ID 15429 - Sarah_MD_Armor
Type Armor
15429
An old, worn-out armor by a soldier long forgotten.
It's emitting a soft light.
_
MaxHP + 600, MaxSP + 100.
For every 3 refine levels, STR + 1, VIT + 1.
If +7 or higher, ATK + 30.
If +9 or higher, ASPD - 7%.
_
When wearing Memorial Soldier Armor, Pauldron, and Greaves,
Increases physical/magical damage to Sara's Memory monsters by 15%,
Increases physical/magical damage received from Sara's Memory monsters by 25%.
_
If combined refine level of Memorial Soldier Armor, Pauldron, and Greaves is 23 or higher,
ATK + 5%, ASPD - 10%, Variable Cast Time - 10%, Fixed Cast Time - 15%.
_
Class: Armor Defense: 80
Weight: 75
Required Level: 100
Jobs: All jobs

Details

Weight 75
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Armor

Stats

Range 0
Defense 80
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, 600); bonus(bMaxSP, 100); bonus(bStr, getrefine()/3); bonus(bVit, getrefine()/3); if (getrefine() >= 7) bonus(bBaseAtk, 30); if (getrefine() >= 9) bonus(bAspd, 7);
Equip Script
None
Unequip Script
None