Astro Circle, броня (Renewal)

Astro Circle (ASTRO_CIRCLE) – броня.

Astro Circle, броня (Renewal)

The universe at your fingertips. You can enjoy astronomical observations even on cloudy days.
INT + 1.
Reduce incoming damage from Meteor Storm, Crimson Rock by 20%.
Reduce incoming damage from Comet by 5%.
Increase damage of Meteor Storm, Crimson Rock by additional 5% per 3 refine rates. (Benefits capped at refine rate +10)
When refined to +6 or higher, reduce incoming damage from Meteor Storm, Crimson Rock by additional 2% per 1 refine rate. (Benefits capped at refine rate +10)

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

  • ID: 24786
  • Код: ASTRO_CIRCLE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 1
  •  
  • Требуемый уровень: 70
  • Вес: 30

Скрипт

bonus bInt,1;
.@r = getrefine();
if (.@r>6) {
   .@t = ((.@r-6)*2);
}
bonus2 bSubSkill,"WZ_METEOR",20+.@t;
bonus2 bSubSkill,"WL_CRIMSONROCK",20+.@t;
bonus2 bSubSkill,"WL_COMET",5;
bonus2 bSkillAtk,"WZ_METEOR",(.@r/3)*5;
bonus2 bSkillAtk,"WL_CRIMSONROCK",(.@r/3)*5;