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

Increases the damage of Cold Bolt, Fire Bolt, and Lightning Bolt by 10%.
If equipped with a Book type weapon, increases the damage of Cold Bolt, Fire Bolt, and Lightning Bolt by an additional 20%.
If upgrade level is +14 or higher, increases the damage of Cold Bolt, Fire Bolt, and Lightning Bolt by an additional 20%.
Базовые свойства предмета
- ID: 16041
- Код: JEW_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@rate = 10 + (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK ? 20 : 0) + (getrefine() >= 14 ? 20 : 0); bonus2 bSkillAtk,"MG_FIREBOLT",.@rate; bonus2 bSkillAtk,"MG_COLDBOLT",.@rate; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@rate;