Ashring Card, карта (Renewal)
Ashring Card (EP18_ASHRING_CARD) – карта. Выпадает из монстров: Ashring.

When compounded on Staff or Two-handed Staff, increases shadow property magical damage by 10%.
If refine rate of weapon is 10 or higher, increases shadow property magical damage by additional 10%.
If refine rate of weapon is 14 or higher, increases shadow property magical damage by additional 10%.
Compound on: Weapon
Базовые свойства предмета
- ID: 16841
- Код: EP18_ASHRING_CARD
- Тип: карта
- Вес: 1
Скрипт
.@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { bonus2 bMagicAtkEle,Ele_Dark,10; if (.@r>=10) { bonus2 bMagicAtkEle,Ele_Dark,10; if (.@r>=14) { bonus2 bMagicAtkEle,Ele_Dark,10; } } }