AuraRO Logo

Viewing Item

#27169: Payon Soldier Card

Item ID 27169 For Sale No
Identifier Payon Soldier Card Credit Price Not For Sale
Name Payon Soldier Card Type
NPC Buy 20 Weight 1
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 0
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Unknown
Item Use Script

1 .@atk = 5;

2 .@r = getrefine();

3 if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_SPEAR && .@r >= 10) {

4 .@atk += 20;

5 if (.@r >= 14) {

6 .@atk += 20;

7 }

8 }

9 bonus bBaseAtk,.@atk;

10 bonus bMatk,.@atk;

Equip Script None
Unequip Script None