Abyss Two Hand Axe [1], двуручный топор (Renewal)

Abyss Two Hand Axe [1] (VARIANT_TWOHAND_AXE) – оружие.

 

A two-handed axe that a leading blacksmith reportedly used for his revenge..
It seems to resonate with Ancient Hero Boots.
Cannot be destroyed in battle.
Every 2 Refine level ATK +10.
Every 3 Refine level increase the damage of Axe Tornado by 10%.
When Refine level is 9, Axe Boomerang damage increased by 40% .
When Refine level is 11, increase damage given to enemies of all sizes 15%.
When equipped together with Ancient Hero Boots and using physical/magical attacks, with a fixed rate for 7s STR +20, ATK +15%.
Weapon Lv : 4
Required Lv : 100
Required

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

  • ID: 27718
  • Код: VARIANT_TWOHAND_AXE
  • Тип: оружие
  • Подтип: двуручный топор
  • Уровень оружия: 4
  • Атака: 320
  • Магическая атака: 200
  •  
  • Требуемый уровень: 165
  • Профессии: alchemist, assassin, blacksmith, crusader, knight, super_novice
  • Вес: 400

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSubRace,RC_Player_Human,30;
if (.@r>=7) {
   bonus2 bAddRace,RC_All,5;
   bonus2 bSubRace,RC_Player_Human,5;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_All,5;
   bonus2 bSubRace,RC_Player_Human,5;
}