Basic Info

Name 620000 Buddhist Axe[2]
Item ID 620000 - Local03_T_Axe
Type Weapon - Two-Handed Axe
620000
A axe that can manipulate souls.
Indestructible. Increases physical damage against Demi-Human monsters (except players) by 5%, increases physical damage against Dark property monsters by 5%.
If +7 or higher, increases physical damage against Demi-Human monsters (except players) by 5%, increases physical damage against Dark property monsters by 5%.
If +9 or higher, increases physical damage against Demi-Human monsters (except players) by 10%, increases physical damage against Dark property monsters by 10%.
Class: Two-Handed Axe
Attack: 180
Weight: 140
Weapon Level: 3
Required Level: 70
Jobs: Merchant

Details

Weight 140
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 0
Defense 0
Attack 180
Magical Attack 0
Weapon Level 3
Slots 2

Restrictions

Level Range 70 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes Merchant / Blacksmith / Alchemist
Gender Any

Scripts

Use Script
bonus2(bAddRace, RC_DemiHuman, 5); bonus2(bAddEle, Ele_Dark, 5); if (getrefine() >= 7) { bonus2(bAddRace, RC_DemiHuman, 5); bonus2(bAddEle, Ele_Dark, 5); } if (getrefine() >= 9) { bonus2(bAddRace, RC_DemiHuman, 10); bonus2(bAddEle, Ele_Dark, 10); }
Equip Script
None
Unequip Script
None