Procyon Dagger [1], кинжал (Renewal)

Procyon Dagger [1] (PROCYON_DAGGER_J) – оружие.

 

A dagger used for self-defense by the wizards of Glastheim.
It's an ordinary weapon with no special features, but it's influenced by Himelmez and has magical energy.
------------------------
Matk + 170, Matk + 5%.
Matk + 4 per refine rate.
------------------------
If refine rate is 9 or higher, increases fire and neutral property magical damage by 15%.
------------------------
If refine rate is 11 or higher, increases magical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Royal Magician Dagger
King Schmidt's Suit
King Schmidt's Manteau

Matk + 30,
Has a chance to gain bonus fire and neutral property magical damage by 10% for 10 seconds when dealing magical damage.

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

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

  • ID: 28049
  • Код: PROCYON_DAGGER_J
  • Тип: оружие
  • Подтип: кинжал
  • Уровень оружия: 4
  • Магическая атака: 10
  •  
  • Профессии: alchemist, archer, assassin, bard, blacksmith, crusader, dancer, hunter, kagerou, knight, mage, merchant, ninja, novice, oboro, rogue, sage, soul_linker, super_novice, swordman, thief, wizard
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatk,50+BaseLevel;
bonus bVariableCastrate,-10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Taekwon) {
   bonus bAspdRate,10;
   bonus bMatkRate,25;
   bonus2 bSubClass,Class_Boss,10;
   bonus2 bMagicAtkEle,Ele_Dark,25;
   if (.@r>=7) {
      .@val = 50;
      if (.@r>=9)
          .@val += 50;
      bonus2 bIgnoreDefRaceRate,RC_All,.@val;
   }
}