Aries Shield, броня (Renewal)

Aries Shield (ARIES_SHIELD_J) – броня.

 

Atk / Matk + 150.
Every 2 refine rate, Atk / Matk + 15.
Every 3 refine rate, Atk + 2%, Matk + 2%.
If refine rate is 7 or higher, ignores physical and magical defense of all race enemies by 30%.
If refine rate is 9 or higher, reduces global cooldown by 10%.
If refine rate is 11 or higher, increases melee / long ranged physical damage and all property magical damage by 10%.
If refine rate is 12 or higher, the armor can't be destroyed.
If refine rate is 13 or higher, increases physical and magical damage against all property enemies by 15%.

When equipped with Exotic Temporal Manteau-LT,
if the sum of refine rate of garment and armor is 22 or higher, increases physical and magical damage against all size enemies by 10%.

When equipped with Exotic Temporal Boots-LT,
Atk / Matk + 80,
if the sum of refine rate of shoes and armor is 22 or higher, increases physical and magical damage against all class enemies by 10%.

When equipped with Exotic Temporal Manteau-LT and Exotic Temporal Boots-LT,
if the sum of refine rate of shoes, garment and armor is 37 or higher, reduces global cooldown by 10%,
if grade of shoes and garment is A, P.Atk / S.Matk + 10.

[[Bonus by grade]
[Grade D] Every 2 refine rate, Atk / Matk + 3%.
[Grade C] Every 2 refine rate, increases melee / long ranged physical damage and all property magical damage by 3%.
[Grade B] Every 2 refine rate, P.Atk / S.Matk + 1.
[Grade A] Every 2 refine rate, increases physical and magical damage against all race enemies by 2%.

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

  • ID: 30353
  • Код: ARIES_SHIELD_J
  • Тип: броня
  • Уровень брони: 1
  • Защита: 170
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 400

Скрипт

.@r = getrefine();
bonus bUnbreakableShield;
bonus bMdef,30;
bonus2 bSubClass,Class_Boss,40;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
   bonus bDef,150;
   bonus bMaxHP,1000;
   if (.@r>=8) {
      bonus2 bSubEle,Ele_Fire,20;
      bonus2 bSubEle,Ele_Wind,20;
      bonus2 bSubEle,Ele_Poison,20;
   }
}