Type |
Weapon |
Subtype |
2haxe |
Attack |
330 |
Defense |
0 |
Weight |
400.0 |
Weapon Level |
3 |
Buy |
20z |
Sell |
10z |
Required Level |
50 |
Slots |
1 |
Applicable Jobs:
job_alchemist,
job_blacksmith,
job_crusader,
job_knight,
job_merchant,
job_swordman
Description:
This giant axe seems like it's impossible to pick up and wave.
Increases High Speed Cart Ram damage by 15%.
When base Str is 95 or higher: Hit +10, Reduces after attack delay by 3%.
Class: Two-Handed Axe
Attack: 330
Weight: 400
Weapon Level: 3
Level Requirement: 50
Jobs: Transcendent Swordman and Merchant
Item Script:
bonus2 bSkillAtk,'WS_CARTTERMINATION',15;
if (readparam(bStr)>=95) {
bonus bHit,10;
bonus bAspdRate,3;
}