Viewing Item (Vecer Axe)

Basic Info

Name 1311 Vecer Axe[2]
Item ID 1311 - Vecer_Axe
Type Weapon - One-Handed Axe
1311
A high quality axe painted in red. It is said to make a peculiar sound when swung in battle.
[Base Lucky >= 90]
ATK + 20
[Base Dexterity >= 90]
CRIT + 5
[Base Lucky or Base Dexterity >= 90]
Increases damage when using skill Mammonite by 15%.
Type : One-Handed Axe
Attack : 140
Weight : 150
Weapon Level : 3
Required Level : 50
Applicable Job : Transcendent Swordsman Class, Transcendent Merchant Class

Details

Weight 150
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 1
Defense 0
Attack 140
Weapon Level 3
Slots 2

Restrictions

Level Range 50 +
Usage None
Trade None
Job Class Types Upper
Job Classes Swordsman / Merchant / Knight / Blacksmith / Crusader / Alchemist
Gender Any

Scripts

Use 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; }
Equip Script
None
Unequip Script
None