Wolf Orb (Brand Drive), (Renewal)
Wolf Orb (Brand Drive) (WOLF_ORB_SKILL_4) – карта.

Increases Overbrand and Earth Drive damage by 15%.
If refine rate is 7 or higher, Increases Overbrand and Earth Drive damage by additional 15%.
If refine rate is 9 or higher, Increases Overbrand and Earth Drive damage by additional 15%.
If refine rate is 11 or higher, Increases Overbrand damage by additional 15%, reduces skill cooldown of Earth Drive by 1 second.
Базовые свойства предмета
- ID: 17536
 - Код: WOLF_ORB_SKILL_4
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus2 bSkillAtk,"LG_EARTHDRIVE",15;
bonus2 bSkillAtk,"LG_OVERBRAND",15;
if (.@r>=7) {
   bonus2 bSkillAtk,"LG_EARTHDRIVE",15;
   bonus2 bSkillAtk,"LG_OVERBRAND",15;
   if (.@r>=9) {
      bonus2 bSkillAtk,"LG_EARTHDRIVE",15;
      bonus2 bSkillAtk,"LG_OVERBRAND",15;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"LG_EARTHDRIVE",-1000;
         bonus2 bSkillAtk,"LG_OVERBRAND",15;
      }
   }
}