[Not For Sale] Shield of Angel [1], броня (Renewal)

[Not For Sale] Shield of Angel [1] (AEGIS_28983) – броня.

 

A shield made in the shape of a pure angel.
It is known to look into the mind.

Indestructible.
For every 2 refine level, ATK + 10
------------------------
If refine rate is 7 or higher,
ASPD +10%.

If refine rate is 9 or higher,
Long-ranged physical damage to all enemies +10%,
Reduces the global delay of skills by 5%.

If refine rate is 11 or higher,
Cart Cannon and Arm Cannon damage + 15%.
Holy Cannon Ball
Physical damage to dark attribute enemies + 10%.
Dark Cannon Ball
Physical damage to holy attribute enemies + 10%.
------------------------

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

  • ID: 28096
  • Код: AEGIS_28983
  • Тип: броня
  • Уровень брони: 1
  • Защита: 100
  •  
  • Требуемый уровень: 100
  • Профессии: alchemist, blacksmith
  • Вес: 250

Скрипт

.@r = getrefine();
bonus bUnbreakableShield;
bonus bBaseAtk,10*(.@r/2);
if (.@r>=7)
   bonus bAspdRate,10;
if (.@r>=9) {
   bonus bLongAtkRate,10;
   bonus bDelayrate,-5;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"GN_CARTCANNON",15;
   bonus2 bSkillAtk,"NC_ARMSCANNON",15;
}