Basic Info

Name 27169 Payon Soldier Card
Item ID 27169 - Payon_Soldier_Card
Type Card
27169
ATK + 7.
If compounded weapon is +7 or higher, ATK + 10.
If compounded weapon is +9 or higher, ATK + 25.
_
Class : Card
Compound on : Weapon
Weight : 1

Details

Weight 1
NPC Buy 20 z
NPC Sell 10 z
Refineable No
Equip Locations Main Hand

Stats

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

Restrictions

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

Scripts

Use Script
bonus(bBaseAtk, 7); if (getrefine() >= 7) bonus(bBaseAtk, 10); if (getrefine() >= 9) bonus(bBaseAtk, 25);
Equip Script
None
Unequip Script
None