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

Lion Crown [1] (BIOWEAPON_HELM_SR) – броня.

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

For every 2 refine levels, ATK +20.

If refine rate is 7 or higher, ASPD +10%.

If refine rate is 9 or higher, MHP +10%.

If refine rate is 11 or higher, increases physical damage against all size enemies by 10%.
------------------------
Set Bonus:
Biolab Lion Crown
Combo Fist

Increases physical damage against all size enemies by 10%.
Increases Chain Crush Combo damage by 10% per refine rate of Combo Fist.
------------------------
Set Bonus:
Biolab Lion Crown
Asura Bandage

Increases long ranged physical damage by 10%.
Increases Knuckle Arrow damage by 10% per refine rate of Asura Bandage.
------------------------
Set Bonus:
Biolab Lion Crown
Bright Mace

Increases long ranged physical damage by 10%.
Increases Throw Spirit Sphere damage by 10% per refine rate of Bright Mace.
------------------------
Def : 10

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

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

Скрипт

.@r = getrefine();
bonus bBaseAtk,20*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,10;
}
if (.@r>=9) {
   bonus bMaxHPrate,10;
}
if (.@r>=11) {
   bonus2 bAddSize,Size_All,10;
}