Deadsera Card, карта (Renewal)
Deadsera Card (DEDSERA_CARD) – карта.

Matk + 5%.
When compounded on one-handed staff, increases all property magical damage by 10% and additional 2% per 3 refine rate of weapon,
if the user's base level is 200 or higher, increases all property magical damage by additional 3% per 3 refine rate of weapon.
Compound on: Weapon
Базовые свойства предмета
- ID: 17033
- Код: DEDSERA_CARD
- Тип: карта
- Вес: 1
Скрипт
.@r = getrefine(); bonus bMatkRate,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF) { bonus2 bMagicAtkEle,Ele_All,10+2*(.@r/3); } if (BaseLevel>=200) { bonus2 bMagicAtkEle,Ele_All,3*(.@r/3); }