Confession Courage Crown [1], броня (Renewal)

Confession Courage Crown [1] (POENETENTIA_B_CROWN) – броня.

Confession Courage Crown [1], броня (Renewal)

A crown filled with courage.
It might resonate well with equipment from a certain tomb palace.
------------------------
MDEF + 10.
------------------------
For every 2 refine level, ATK + 15.
------------------------
For every 3 refine level, ATK + 5%.
------------------------
For every 4 refine level, increase physical and magical damage against all property enemies by 3%.
------------------------
When refined to +9 or higher, ASPD + 10%.
------------------------
When refined to +11 or higher, increase physical damage against all size enemies by 15%.
------------------------
When refined to +13 or higher, ATK + 20%, Fixed Casting Time - 0.5 seconds.
------------------------
Set Bonus:
Poenetentia Courage Crown [1]
Poenitentia Ensis [2]

Melee Physical Damage + 15%.
For every 2 refine level of Weapon, increase Storm Blast and Storm Slash damage by 8%.
------------------------
Set Bonus:
Poenetentia Courage Crown [1]
Poenitentia Katapulta [2]

Melee Physical Damage + 15%.
For every 2 refine level of Weapon, increase Hundred Spears and Madness Crusher damage by 10%.
------------------------
Set Bonus:
Poenetentia Courage Crown [1]
Poenitentia Asta [2]

Melee Physical Damage + 15%.
For every 2 refine level of Weapon, increase Overbrand and Overslash damage by 10%.
------------------------
Set Bonus:
Poenetentia Courage Crown [1]
Poenitentia Liber [2]

Melee Physical Damage + 15%.
For every 2 refine level of Weapon, CRI + 3, increase Petitio damage by 15%.
------------------------
Def : 40

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

  • ID: 29512
  • Код: POENETENTIA_B_CROWN
  • Тип: броня
  • Уровень брони: 1
  • Защита: 40
  •  
  • Требуемый уровень: 200
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bMdef,10;
bonus bBaseAtk,15*(.@r/2);
bonus bAtkRate,5*(.@r/3);
bonus2 bAddEle,Ele_All,3*(.@r/4);
bonus2 bMagicAddEle,Ele_All,3*(.@r/4);
if (.@r>=9) {
   bonus bAspdRate,10;
   if (.@r>=11) {
       bonus2 bAddRace,RC_All,15;
       if (.@r>=13) {
           bonus2 bAddRace,RC_All,20;
           bonus bFixedCast,-500;
       }
   }
}