Glorious Hunter Bow, лук (Renewal)
Glorious Hunter Bow (KRIEGER_BOW1) – оружие.

A weapon that has been designed specifically for battles against humans.
Account Bound
Property: Neutral
Increases physical damage on Demi-Human race targets by 55%.
Increases physical damage on Human Player race targets by 55%.
Increases critical damage on targets by 2% per upgrade level of the item.
Bypass 20% of hard defense of Demi-Human race targets when performing a physical attack.
Bypass 20% of hard defense of Human Player race targets when performing a physical attack.
This item is indestructible in battle.
If upgrade level is +6 or higher,
Bypass an additional 5% of hard defense of Demi-Human race targets when performing a physical attack.
Bypass an additional 5% of hard defense of Human Player race targets when performing a physical attack.
Enables Level 1 Slaughter.
If upgrade level is +9 or higher,
Increases the damage of Double Strafe by 20%.
Скрипт
bonus2 bAddRace,RC_DemiHuman,55;
bonus2 bAddRace,RC_Player_Human,55;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
.@r = getrefine();
bonus bCritAtkRate,min(10,.@r)*2;
bonus bUnbreakableWeapon;
if (.@r>5) {
bonus2 bAddRace,RC_DemiHuman,pow(min(14,.@r)-4,2);
bonus2 bAddRace,RC_Player_Human,pow(min(14,.@r)-4,2);
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
}
if (.@r>8)
bonus2 bSkillAtk,"AC_DOUBLE",20;