Intermediate Guild Member's Lance [1], двуручное копьё (Renewal)

Intermediate Guild Member's Lance [1] (WOE_T_LANCE2_Z) – оружие.

 

Can't be destroyed.
Atk + 3%, increases Mighty Smash damage by 15%.
Every 2 refine rate, Atk + 25, Atk + 1%.
Every 3 refine rate, increases Mighty Smash damage by 5%.
If refine rate is 7 or higher, increases melee physical damage by 25%.
If refine rate is 9 or higher, reduces SP consumption of skills by 10%, P.Atk + 7.
If refine rate is 11 or higher, increases Mighty Smash damage by additional 15%.


When equipped with Time Dimensions Rune Crown (Meister),
increases Axe Stomp damage by 45%,

if grade of Dimensions Machanical Axe and Time Dimensions Rune Crown (Meister) is A or higher,
increases Axe Tornado damage by percentage equal to 5 times the sum of refine rate of set,
when using Mighty Smash, auto-cast Axe Tornado at the maximum level the user has learned (the user must have learned Axe Tornado at level 1 or higher for auto-casting, but doesn't auto-cast when riding Madogear).


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

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

  • ID: 31788
  • Код: WOE_T_LANCE2_Z
  • Тип: оружие
  • Подтип: двуручное копьё
  • Уровень оружия: 3
  • Атака: 240
  •  
  • Требуемый уровень: 70
  • Профессии: crusader, knight, swordman
  • Вес: 130

Скрипт

.@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;
}
if (.@r>=10) {
   bonus3 bAddEffOnSkill,"KN_PIERCE",Eff_Stun,1000+((.@r-10)*100);
   bonus3 bAddEffOnSkill,"CR_HOLYCROSS",Eff_Silence,1000+((.@r-10)*100);
}