Payon Soldier Card, карта (Renewal)
Payon Soldier Card (PAYON_SOLDIER_CARD) – карта. Выпадает из монстров: 2nd Payon Soldier, 1st Payon Soldier.

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.
Базовые свойства предмета
- ID: 15984
- Код: PAYON_SOLDIER_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@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;