Guardian Knight Battle Axe [2], двуручный топор (Renewal)

Guardian Knight Battle Axe [2] (G_KNIGHT_BATTLEAXE) – оружие.

Guardian Knight Battle Axe [2], двуручный топор (Renewal)

Huge Two-handed ax used by the Guards of Glastheim.
It's an ordinary weapon with no special features, but it's influenced by Himelmez and has magical energy.
------------------------
Can't be destroyed,
Atk + 5%.
Reduces damage taken from medium and large size enemies by 10%.
Increases long ranged physical damage by 1% per refine rate.
------------------------
If refine rate is 9 or higher, increases Axe Tornado and Lava Flow damage by 20%, reduces skill cooldown of Axe Tornado by 1 second.
------------------------
If refine rate is 11 or higher, increases physical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Guardian Knight Battle Axe
King Schmidt's Suit
King Schmidt's Manteau

Atk + 30,
Has a chance to gain bonus long ranged physical damage by 10% 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: 27723
  • Код: G_KNIGHT_BATTLEAXE
  • Тип: оружие
  • Подтип: двуручный топор
  • Уровень оружия: 4
  • Атака: 270
  •  
  • Требуемый уровень: 170
  • Профессии: blacksmith
  • Вес: 500

Скрипт

.@r = getrefine();
bonus2 bSubSize,Size_Medium,10;
bonus2 bSubSize,Size_Large,10;
bonus bAtkRate,5;
bonus bUnbreakableWeapon;
bonus bLongAtkRate,.@r;
if (.@r>=9) {
   bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
   bonus2 bSkillAtk,"NC_AXETORNADO",20;
   bonus2 bSkillAtk,"NC_MAGMA_ERUPTION",20;
   if (.@r>=11) {
      bonus2 bAddRace,RC_Undead,20;
      bonus2 bAddRace,RC_Angel,20;
   }
}