Renewal
.:Renewal Item Database:.
Search Item By ID


Payon Soldier Card [Weapon]   Item ID# 27169 (Payon_Soldier_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Infante
Description
ATK +5, MATK +5.

When compounded on Spear class weapon:
Refine Level +10:
ATK +20, MATK +20.
Refine Level +14:
ATK +20, MATK +20.

[iRO Description]
Class: Card
Atk + 5
MAtk + 5
If compounded to a Spear type weapon and compounded item upgrade level is +10 or higher, gain an additional Atk + 20 and MAtk + 20.
If compounded to a Spear type weapon and compounded item upgrade level is +14 or higher, gain an additional Atk + 20 and MAtk + 20.
Item 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; },{},{}
Dropped By

back to top