Cancer Axe [1], одноручный топор (Renewal)

Cancer Axe [1] (CANCER_AXE_J) – оружие.

 

Can't be destroyed.
―――――――――――――
Atk + 80
Attack Speed + 10%.
―――――――――――――
Atk + 1 per 1 base level.
―――――――――――――
When equipped by Mechanic
Increases physical damage by 50%, recovers 2 SP with each attack, reduces skill cooldown of Axe Tornado by 1 second.
If refine rate is 7 or higher
Ignores defense of all race monsters by 50%.
If refine rate is 9 or higher
Ignores defense of all race monsters by 50%.
―――――――――――――
Can be sold to NPC
Can be placed in the Kafra Storage

―――――――――――――
Attribute: - Slots: 1
Atk : 10 Matk : 0
Refined: Yes Destroyed: No

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

  • ID: 20796
  • Код: CANCER_AXE_J
  • Тип: оружие
  • Подтип: одноручный топор
  • Уровень оружия: 4
  • Атака: 10
  •  
  • Требуемый уровень: 1
  • Профессии: alchemist, assassin, blacksmith, crusader, knight, merchant, novice, super_novice, swordman
  • Вес: 70

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,80+BaseLevel;
bonus bAspdRate,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
   bonus bAtkRate,50;
   bonus bSPDrainValue,2;
   bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
   if (.@r>=7)
      bonus2 bIgnoreDefRaceRate,RC_All,50;
   if (.@r>=9)
      bonus2 bIgnoreDefRaceRate,RC_All,50;
}