Royal Katar [2], катар (Renewal)

Royal Katar [2] (R_KATAR) – оружие.

Royal Katar [2], катар (Renewal)

A beautiful Katar used for decoration in Glastheim.
It's an ordinary weapon with no special features, but it's influenced by Himelmez and has magical energy.
------------------------
Atk + 5%.
Atk + 5 per refine rate.
------------------------
If refine rate is 9 or higher, increases Rolling Cutter and Cross Ripper Slasher damage by 20%.
------------------------
If refine rate is 11 or higher, increases physical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Royal Katar
King Schmidt's Suit
King Schmidt's Manteau

Atk + 30,
Has a chance to gain bonus long ranged physical 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: 27692
  • Код: R_KATAR
  • Тип: оружие
  • Подтип: катар
  • Уровень оружия: 4
  • Атака: 200
  •  
  • Требуемый уровень: 170
  • Профессии: assassin
  • Вес: 150

Скрипт

.@r = getrefine();
bonus bAtkRate,5;
bonus bBaseAtk,5*.@r;
if (.@r>=9) {
   bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",20;
   bonus2 bSkillAtk,"GC_ROLLINGCUTTER",20;
}
if (.@r>=11) {
   bonus2 bAddRace,RC_Undead,20;
   bonus2 bAddRace,RC_Angel,20;
}