Ice Magic Orb (Dragonic Breach), (Renewal)
Ice Magic Orb (Dragonic Breach) (ICE_F_ORB_SKILL_1) – карта.

Increases Dragon Breath and Dragon Breath - Water damage by 15%.
If refine rate is 7 or higher, increases Dragon Breath and Dragon Breath - Water damage by additional 15%.
If refine rate is 9 or higher, increases Dragon Breath and Dragon Breath - Water damage by additional 15%.
If refine rate is 11 or higher, increases Dragon Breath and Dragon Breath - Water damage by additional 15%, increases Hack and Slasher and Dragonic Breath damage by 15%.
Базовые свойства предмета
- ID: 18008
- Код: ICE_F_ORB_SKILL_1
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@r = getrefine();
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;
bonus2 bSkillAtk,"RK_DRAGONBREATH",15;
if (.@r>=7) {
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;
bonus2 bSkillAtk,"RK_DRAGONBREATH",15;
if (.@r>=9) {
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;
bonus2 bSkillAtk,"RK_DRAGONBREATH",15;
if (.@r>=11) {
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;
bonus2 bSkillAtk,"RK_DRAGONBREATH",15;
bonus2 bSkillAtk,"DK_HACKANDSLASHER",15;
bonus2 bSkillAtk,"DK_DRAGONIC_BREATH",15;
}
}
}