Vecer Axe [2]
ID: 1311 · Vecer_Axe
NPC Sell:
10z
NPC Buy:
20z
Item Info
| Type | Weapon (One-Handed Axe) |
| Weight | 150 |
| Slots | 2 |
| ATK | 140 |
| Equip Level | 50 |
| Weapon Level | 3 |
| Equip | Weapon |
| NPC Buy | 20z |
| NPC Sell | 10z |
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
Script
On Equip:
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;
}
No known monster drops for this item.