Faith of Yggdrasil [1], броня (Renewal)

Faith of Yggdrasil [1] (YGGDRASIL_FAITH) – броня.

Faith of Yggdrasil [1], броня (Renewal)

MaxHP + 3000, MaxSP + 200.
If base level is 200 or higher, POW + 3, P.Atk + 2.
Every 2 refine rate, increases Dragon Breath and Dragon Breath - Water damage by 10%.
Every 3 refine rate, increases long ranged physical damage by 5%.
If refine is 7 or higher, ASPD + 1.
If refine is 9 or higher, MaxHP + 15%.
If refine is 11 or higher, reduces global cooldown by 10%.
If refine is 13 or higher, when dealing magical damage, has a 2% chance to transform into Red Ferus for 10 seconds, during Red Ferus form, increases long ranged physical damage by 25%.

[Bonus by grade]
[Grade D] P.Atk + 5.
[Grade C] If refine is 11 or higher, reduces global cooldown by 8%.
[Grade B] If refine is 13 or higher, reduces fixed casting time by 0.5 seconds.
[Grade A] Increases Dragon Breath and Dragon Breath - Water damage by 30%.

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

  • ID: 29466
  • Код: YGGDRASIL_FAITH
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 130
  • Вес: 70

Скрипт

.@r = getrefine();
bonus bMatk,20*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,7*(.@r/3);
if (.@r>=7)
   bonus bMatkRate,10;
if (.@r>=9)
   bonus bDelayrate,-10;
if (.@r>=11)
   bonus2 bMagicAddRace,RC_All,15;
if (.@r>=12)
   bonus2 bMagicAddEle,Ele_All,15;
if (.@r>=13)
   bonus bFixedCast,-500;