Type |
Weapon |
Subtype |
1haxe |
Attack |
140 |
Defense |
0 |
Weight |
150.0 |
Weapon Level |
3 |
Buy |
20z |
Sell |
10z |
Required Level |
50 |
Slots |
2 |
Applicable Jobs:
job_alchemist,
job_blacksmith,
job_crusader,
job_knight,
job_merchant,
job_swordman
Description:
A luxurious axe decorated in red. It creates wind with a unique sound when you wave it.
If base Luk is over 90, Atk +20.
If base Dex is over 90, Critical +5.
If both base Luk and Dex are over 90: Increases Mammonite damage by 15%.
Class: One-Handed Axe
Attack: 140
Weight: 150
Weapon Level: 3
Level Requirement: 50
Jobs: Transcendent Swordman and Merchant
Item Script:
if (readparam(bLuk)>=90) {
bonus bBaseAtk,20;
}
if (readparam(bDex)>=90) {
bonus bCritical,5;
}
if (readparam(bDex)>=90 || readparam(bLuk)>=90) {
bonus2 bSkillAtk,'MC_MAMMONITE',15;
}