Type |
Weapon |
Subtype |
2haxe |
Attack |
10 |
Defense |
0 |
Weight |
600.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
80 |
Slots |
0 |
Applicable Jobs:
job_alchemist,
job_blacksmith,
job_crusader,
job_knight,
job_merchant,
job_swordman
Description:
A gigantic and ridiculously heavy axe that requires great strength to use it properly.
Increases after attack delay by 40%.
Doubles SP consumption of all skills.
If base STR is 95 or greater:
Atk +340
Add 30% chance of inflicting Stun status and 5% chance of destroying the enemy's armor with each physical attack.
Class: Two-Handed Axe
Attack: 10
Weight: 600
Weapon Level: 4
Level Requirement: 80
Jobs: Swordman and Merchant
Item Script:
bonus bAspdRate,-40;
bonus bUseSPrate,100;
if (readparam(bStr)>=95) {
bonus bBaseAtk,340;
bonus2 bAddEff,Eff_Stun,3000;
bonus bBreakArmorRate,500;
}