Intermediate Guild Member's Two-Handed Axe [1], двуручный топор (Renewal)

Intermediate Guild Member's Two-Handed Axe [1] (WOE_TWOHAND_AXE2_Z) – оружие.

 

Cri + 5, increases Eternal Slash damage by 15%.
Every 2 refine rate, Atk + 25, Atk + 1%.
Every 3 refine rate, increases Eternal Slash damage by 5%.
If refine rate is 7 or higher, increases critical damage by 20%.
If refine rate is 9 or higher, Cri + 15, C.Rate + 5.
If refine rate is 11 or higher, increases Eternal Slash damage by additional 15%.


When equipped with Time Dimensions Rune Crown (Shadow Cross),
increases Impact Crater damage by 85%,
increases melee physical damage by 15%,

if grade of Dimensions Shadow Chakram and Time Dimensions Rune Crown (Shadow Cross) is A or higher,
increases Eternal Slash damage by percentage equal to the sum of refine rate of set,
increases skill cooldown of Phantom Menace by 5 seconds,
increases skill cooldown of Rolling Cutter by 2 seconds,
when using Phantom Menace, auto-cast Rolling Cutter at the maximum level the user has learned,
when using Rolling Cutter, auto-cast Impact Crater at the maximum level the user has learned (the user must have learned Rolling Cutter and Impact Crater at level 1 or higher for auto-casting).


[Bonus by grade]
[Grade D] P.Atk + 5.
[Grade C] Increases Eternal Slash damage by 15%.
[Grade B] Increases melee physical damage by 10%.
[Grade A] Every 2 refine rate, P.Atk + 3.

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

  • ID: 31765
  • Код: WOE_TWOHAND_AXE2_Z
  • Тип: оружие
  • Подтип: двуручный топор
  • Уровень оружия: 3
  • Атака: 195
  •  
  • Требуемый уровень: 70
  • Профессии: alchemist, blacksmith, merchant
  • Вес: 150

Скрипт

.@r = getrefine();
bonus2 bAddRace,RC_Player_Human,25+.@r;
bonus2 bAddRace,RC_Player_Doram,25+.@r;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,10;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,10;
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_Player_Human,15;
   bonus2 bAddRace,RC_Player_Doram,15;
   bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100;
   bonus bAspdRate,10;
}
if (.@r>=10)
   autobonus3 "{ bonus bBreakWeaponRate,10000; }",10+(.@r-10),20000,"BS_OVERTHRUST";