Guardian Knight Claymore [2], двуручный меч (Renewal)

Guardian Knight Claymore [2] (G_KNIGHT_SWORD) – оружие.

Guardian Knight Claymore [2], двуручный меч (Renewal)

The blunt Two-handed sword used by the Raydric Knights.
It's an ordinary weapon with no special features, but it's influenced by Himelmez and has magical energy.
------------------------
Atk + 5%.
Atk + 4 per refine rate.
------------------------
If refine rate is 9 or higher, Cri + 5, increases critical damage by 25%.
------------------------
If refine rate is 11 or higher, the weapon can't be destroyed, increases physical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Guardian Knight Claymore
King Schmidt's Suit
King Schmidt's Manteau

Atk + 30,
Has a chance to gain bonus critical damage by 20% for 10 seconds when dealing physical damage.

If the sum of refine rate of set is 30 or higher, increases physical damage against holy and undead property enemies by 20%.
------------------------
Weapon Lv : 4

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

  • ID: 26517
  • Код: G_KNIGHT_SWORD
  • Тип: оружие
  • Подтип: двуручный меч
  • Уровень оружия: 4
  • Атака: 280
  •  
  • Требуемый уровень: 170
  • Профессии: knight
  • Вес: 400

Скрипт

.@r = getrefine();
bonus bAtkRate,5;
bonus bBaseAtk,4*.@r;
if (.@r>=9) {
   bonus bCritAtkRate,25;
   bonus bCritical,5;
}
if (.@r>=11) {
   bonus2 bAddRace,RC_Undead,20;
   bonus2 bAddRace,RC_Angel,20;
   bonus bUnbreakableWeapon;
}