ID #27169
Card
Payon Soldier Card
Buy Price: N/A
Sell Price: N/A
ATK +5
MATK +5
_______________________
When compounded with Spear class weapon:
Refine Level +10:
ATK +20
MATK +20
Refine Level +14:
ATK +20
MATK +20
_______________________
Type: Card
Compound on: Weapon
Weight: 1
MATK +5
_______________________
When compounded with Spear class weapon:
Refine Level +10:
ATK +20
MATK +20
Refine Level +14:
ATK +20
MATK +20
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
1st Payon Soldier
Rate: 0.5%
2nd Payon Soldier
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script .@atk = 5; .@r = getrefine(); .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if ((.@i == W_1HSPEAR || .@i == W_2HSPEAR) && .@r >= 10) { .@atk += 20; if (.@r >= 14) { .@atk += 20; } } bonus bBaseAtk,.@atk; bonus bMatk,.@atk;
.@atk = 5;
.@r = getrefine();
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if ((.@i == W_1HSPEAR || .@i == W_2HSPEAR) && .@r >= 10) {
.@atk += 20;
if (.@r >= 14) {
.@atk += 20;
}
}
bonus bBaseAtk,.@atk;
bonus bMatk,.@atk;