Automatic Orb(Curse Explosion), (Renewal)

Automatic Orb(Curse Explosion) (AUTOMATIC_ORB87) – карта.

Automatic Orb(Curse Explosion), (Renewal)

Curse Explosion damage +15%
When refined to +7 or higher, Curse Explosion damage +3% (Additional)
When refined to +11 or higher, Curse Explosion damage +7% (Additional)

Базовые свойства предмета

  • ID: 17189
  • Код: AUTOMATIC_ORB87
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"SP_CURSEEXPLOSION",15;
if (.@r>=9) {
   bonus2 bSkillAtk,"SP_CURSEEXPLOSION",3;
   if (.@r>=11) {
      bonus2 bSkillAtk,"SP_CURSEEXPLOSION",7;
   }
}