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

Confession Domineering Crown [1] (POENETENTIA_V_CROWN) – броня.

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

A crown filled with ambition.
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, Critical Damage + 5%.
------------------------
For every 4 refine level, Melee Physical Damage + 4%.
------------------------
When refined to +9 or higher, CRI + 8.
------------------------
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 Ambition Crown [1]
Poenitentia Manus [2]

P.ATK + 10.
For every 2 refine level of Weapon, increase Rolling Cutter and Impact Crater damage by 10%.
------------------------
Set Bonus:
Poenetentia Ambition Crown [1]
Poenitentia Mucro [2]

Critical Damage + 20%.
For every 2 refine level of Weapon, increase Cross Impact and Shadow Stab damage by 10%.
------------------------
Set Bonus:
Poenetentia Ambition Crown [1]
Poenitentia Dilacero [2]

P.ATK + 10.
For every 2 refine level of Weapon, increase Fatal Menace and Deft Stab damage by 10%.
------------------------
Set Bonus:
Poenetentia Ambition Crown [1]
Poenitentia Caestus [2]

Melee Physical Damage + 15%.
For every 2 refine level of Weapon, increase Tiger Cannon and Second Faith damage by 8%.
------------------------
Set Bonus:
Poenetentia Ambition Crown [1]
Poenitentia Ungula [2]

Long Ranged Physical Damage + 15%.
For every 2 refine level of Weapon, increase Rampage Blast and Explosion Blaster damage by 8%.
------------------------
Def : 40

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

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

Скрипт

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