Ice Magic Orb (Brand Lit), (Renewal)
Ice Magic Orb (Brand Lit) (ICE_F_ORB_SKILL_4) – карта.

Increases Overbrand and Hesperus Lit damage by 15%.
If refine rate is 7 or higher, Increases Overbrand and Hesperus Lit damage by additional 15%.
If refine rate is 9 or higher, Increases Overbrand and Hesperus Lit damage by additional 15%.
If refine rate is 11 or higher, Increases Overbrand and Hesperus Lit damage by additional 15%, increases Overslash damage by 15%.
Базовые свойства предмета
- ID: 18011
 - Код: ICE_F_ORB_SKILL_4
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus2 bSkillAtk,"LG_HESPERUSLIT",15;
bonus2 bSkillAtk,"LG_OVERBRAND",15;
if (.@r>=7) {
  bonus2 bSkillAtk,"LG_HESPERUSLIT",15;
  bonus2 bSkillAtk,"LG_OVERBRAND",15;
  if (.@r>=9) {
    bonus2 bSkillAtk,"LG_HESPERUSLIT",15;
    bonus2 bSkillAtk,"LG_OVERBRAND",15;
    if (.@r>=11) {
      bonus2 bSkillAtk,"LG_HESPERUSLIT",15;
      bonus2 bSkillAtk,"LG_OVERBRAND",15;
      bonus2 bSkillAtk,"IG_OVERSLASH",15;
    }
  }
}