Basic Info

Name 13496 Holy Excalibur[1]
Item ID 13496 - Excalibur_Z
Type Weapon - One-Handed Sword
13496
The one-handed sword of Arthurian legend, it supposedly selects its owner by its own will to wield its holy powers.
If Base STR is 80 or higher, increases physical damage by 30%, increases [Bowling Bash] damage by 20%, increases [Mammonite] damage by 30%.
For every refine level, increases physical damage by an additional 2%, increases [Bowling Bash] and [Mammonite] damage by an additional 2%.
_
Class : One-Handed Sword Attack : 80
Weight : 0 Element : Holy
Weapon Level : 4
Required Level : 60
Jobs : Swordsman, Merchant, Thief

Details

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

Stats

Range 1
Defense 0
Attack 80
Magical Attack 0
Weapon Level 4
Slots 1

Restrictions

Level Range 60 +
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be placed into Cart / Can't be placed into Guild Storage
Job Class Types Normal / Upper / Baby
Job Classes Swordsman / Merchant / Thief / Knight / Blacksmith / Assassin / Crusader / Rogue / Alchemist
Gender Any

Scripts

Use Script
bonus(bAtkEle, Ele_Holy); if (readparam(bStr) >= 80) { bonus2(bAddRace, RC_All, 30 + (getrefine() * 2)); bonus2(bSkillAtk, KN_BOWLINGBASH, 20 + (getrefine() * 2)); bonus2(bSkillAtk, MC_MAMMONITE, 30 + (getrefine() * 2)); }
Equip Script
None
Unequip Script
None