Amistr Beret [1], броня (Renewal)

Amistr Beret [1] (AMISTR_BERET) – броня.

Amistr Beret [1], броня (Renewal)

Beret modeled after Amistr's ears.
Atk + 10 and Matk + 10 per 2 refine rate.
If refine rate is 7 or higher, reduce variable casting time by 10%.
If refine rate is 9 or higher, increase neutral and holy property magic damage by 10%.
If refine rate is 11 or higher, Matk + 3%, Atk + 5%.
Each refine rate above 10 will reduce fixed casting time by 0.1 second (up to 15).

When equipped with Holy Stick, Matk + 10 and increase Adoramus damage by 30% every 2 refine rate of Holy Stick.
When equipped with Wondrous Foxtail Staff, increase neutral property magic damage by 5% every 2 refine rate of Wondrous Foxtail Staff.
When equipped with Twin Edge of Naght Sieger [Blue], increase Cart Cannon damage by 10% every 2 refine rate of Twin Edge of Naght Sieger [Blue].

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

  • ID: 25029
  • Код: AMISTR_BERET
  • Тип: броня
  • Уровень брони: 1
  • Защита: 15
  •  
  • Вес: 20

Скрипт

.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus bBaseAtk,10*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-10;
}
if (.@r>=9) {
   bonus2 bMagicAtkEle,Ele_Neutral,10;
   bonus2 bMagicAtkEle,Ele_Holy,10;
}
if (.@r>=11) {
   bonus bMatkRate,3;
   bonus bAtkRate,5;
}
if (.@r>=10) {
   bonus bFixedCast,-100*(min((.@r-10),15)/1);
}