Basic Info

Name 480042 Memorial Soldier Pauldron[1]
Item ID 480042 - Sarah_MD_Manteau
Type Armor
480042
An old, worn-out pauldron by a soldier long forgotten.
It's emitting a soft light.
_
ASPD + 5%, increases the amount of healing received by 15%.
For every 3 refine levels, DEX + 1, LUK + 1.
If +5 or higher, Critical Damage + 5%.
If +7 or higher, ATK + 20, CRI + 5.
_
Class: Garment Defense: 30
Weight: 60
Required Level: 100
Jobs: All jobs

Details

Weight 60
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Garment

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(bAspd, 5); bonus(bHealPower2, 15); bonus(bDex, getrefine()/3); bonus(bLuk, getrefine()/3); if (getrefine() >= 5) bonus(bCritAtkRate, 5); if (getrefine() >= 7) { bonus(bBaseAtk, 20); bonus(bCritical, 5); }
Equip Script
None
Unequip Script
None