SERVER: ONLINE
PLAYERS: 1
Glorious Two-Handed Axe

Glorious Two-Handed Axe

Krieger_Twohand_Axe1
#1382
Refineable Weapon
20 z
0 z
0
0
1
0
220

Equipment Info

Two-Handed
None
Swordman / Merchant / Knight / Blacksmith / Crusader / Alchemist
Both (Male and Female)

Item Script

bonus2 bAddRace,RC_DemiHuman,70;
bonus2 bAddRace,RC_Player_Human,70;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,25;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,25;
bonus bUnbreakableWeapon;
if (getrefine()>5) {
   bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3);
   bonus2 bAddRace,RC_Player_Human,(getrefine()-3)*(getrefine()-3);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
   bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,50;
}
if (getrefine()>8) {
   bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100;
   bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200;
   bonus4 bAutoSpellOnSkill,"WS_CARTTERMINATION","NPC_CRITICALWOUND",2,200;
}