ID #1311
Weapon
Vecer Axe [2]
Buy Price: N/A
Sell Price: N/A
A luxurious axe decorated in red. It creates wind with a unique sound when you wave it.
_______________________
Base LUK at least 90:
ATK +20
_______________________
Base DEX at least 90:
Critical +5
_______________________
If both base LUK and DEX at least 90:
Increases damage of Mammonite by 15%.
_______________________
Type: One-Handed Axe
Attack: 140
Weight: 150
Weapon Level: 3
Can be enchanted by:
Mayomayo
_______________________
Requirement:
Base Level 50
Transcendent Swordsman and Merchant
_______________________
Base LUK at least 90:
ATK +20
_______________________
Base DEX at least 90:
Critical +5
_______________________
If both base LUK and DEX at least 90:
Increases damage of Mammonite by 15%.
_______________________
Type: One-Handed Axe
Attack: 140
Weight: 150
Weapon Level: 3
Can be enchanted by:
Mayomayo
_______________________
Requirement:
Base Level 50
Transcendent Swordsman and Merchant
Monster Drops
Normal Drops
Howard Alt-Eisen
Rate: 100%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1500
Range
1
Job Requirements
Alchemist
Yes
Blacksmith
Yes
Crusader
Yes
Knight
Yes
Merchant
Yes
Swordsman
Yes
Class Requirements
Upper
Yes
Requirements
Weapon Level
3
Min Level
50
Scripts
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; }
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;
}