0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
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

Monster Drops

Card Drops

1st Payon Soldier

Rate: 0.5%

2nd Payon Soldier

Rate: 0.5%

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Card
10

Item Flags

Yes

Scripts

.@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;
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.