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

Jade Crown [1] (BIOWEAPON_HELM_WL) – броня.

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

For every 2 refine levels, MATK +2% and increases SP recovery rate by 6%.

If refine rate is 7 or higher, All Basic Stat +3.

If refine rate is 9 or higher, MATK +4%.

If refine rate is 11 or higher, increases Neutral, Fire, and Ghost property magical damage by 20%.
------------------------
Set Bonus:
Biolab Aquarius Crown
Crimson Rose Stick

Reduces cooldown of Crimson Rock by 1 second.
increases Crimson Rock damage by 3% per refine rate of Crimson Rose Stick.
------------------------
Set Bonus:
Biolab Aquarius Crown
Staff of Miracle

Increases Ghost property magical damage by 3%.
Increases Soul Expansion damage by 3% per refine rate of Staff of Miracle.
------------------------
Set Bonus:
Biolab Aquarius Crown
Gravitation Staff

Increases Neutral property magical damage by 3%.
Increases Gravitational Field and Comet damage by 3% per refine rate of Gravitation Staff.
------------------------
Def : 10

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

  • ID: 29219
  • Код: BIOWEAPON_HELM_WL
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 170
  • Профессии: wizard
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bSPrecovRate,6*(.@r/2);
bonus bMatkRate,2*(.@r/2);
if (.@r>=7) {
   bonus bAllStats,3;
}
if (.@r>=9) {
   bonus bMatkRate,4;
}
if (.@r>=11) {
   bonus2 bMagicAtkEle,Ele_Ghost,20;
   bonus2 bMagicAtkEle,Ele_Neutral,20;
   bonus2 bMagicAtkEle,Ele_Fire,20;
}