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

Twin Crown [1] (BIOWEAPON_HELM_GC) – броня.

Twin 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, increases long ranged physical damage by 15%.

If refine rate is 11 or higher, increases physical damage against all size enemies by 10%.
------------------------
Set Bonus:
Biolab Gemini Crown
Judgement Slasher and Repentance Slasher

Increases Critical damage by 20%.
For every 2 of the sum of refine rate of Judgement Slasher and Repentance Slasher,
increases melee and long ranged physical damage by 5%.
------------------------
Set Bonus:
Biolab Gemini Crown
Agudo Filo

Increases Cross Impact damage by 20%.
Increases meele physical damage by 5% per refine rate of Agudo Filo.
------------------------
Set Bonus:
Biolab Gemini Crown
Ripper Cross

increases long ranged physical damage by 20%.
Increases Cross Ripper Slash damage by 10% per refine rate of Ripper Cross.
------------------------
Def : 10

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

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

Скрипт

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