Apollo Armor [1], броня (Renewal)

Apollo Armor [1] (APOLLO_ARMOR_TW) – броня.

Apollo Armor [1], броня (Renewal)

MaxHP + 20%.
Vit + 3, Mdef + 5 per 4 refine rate.
If refine rate is 12 or higher, when receiving physical damage, has a 5% chance to auto-cast Pneuma level 1.
MaxHP + 1% for each level of Dragon Breath user learned.
If user equips Green Ferus Card, reduces global cooldown by 5%, ASPD + 1.
If user equips Eddga Card, when receiving magical damage, has a 50% chance to inflict frozen, stun or petrified to attacker.

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

  • ID: 24029
  • Код: APOLLO_ARMOR_TW
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Профессии: crusader, knight
  • Вес: 30

Скрипт

.@r = getrefine();
bonus bMaxHPrate,20+getskilllv("RK_DRAGONBREATH");
bonus bVit,3*(.@r/4);
bonus bMdef,5*(.@r/4);
if (.@r>=12)
   bonus3 bAutoSpellWhenHit,"AL_PNEUMA",1,50;