Ice Magic Orb (Hell Arrow), (Renewal)
Ice Magic Orb (Hell Arrow) (ICE_F_ORB_SKILL_30) – карта.

Increases Gates of Hell and Knuckle Arrow damage by 15%.
If refine rate is 7 or higher, increases Gates of Hell and Knuckle Arrow damage by additional 15%.
If refine rate is 9 or higher, increases Gates of Hell and Knuckle Arrow damage by additional 15%.
If refine rate is 11 or higher, increases Gates of Hell and Knuckle Arrow damage by additional 15%, increases Third Punish damage by 15%.
Базовые свойства предмета
- ID: 18037
- Код: ICE_F_ORB_SKILL_30
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine(); bonus2 bSkillAtk,"SR_GATEOFHELL",15; bonus2 bSkillAtk,"SR_KNUCKLEARROW",15; if (.@r>=7) { bonus2 bSkillAtk,"SR_GATEOFHELL",15; bonus2 bSkillAtk,"SR_KNUCKLEARROW",15; if (.@r>=9) { bonus2 bSkillAtk,"SR_GATEOFHELL",15; bonus2 bSkillAtk,"SR_KNUCKLEARROW",15; if (.@r>=11) { bonus2 bSkillAtk,"SR_GATEOFHELL",15; bonus2 bSkillAtk,"SR_KNUCKLEARROW",15; bonus2 bSkillAtk,"IQ_THIRD_PUNISH",15; } } }