Basic Info

Name 600026 Chevalier Two-handed Sword
Item ID 600026 - Chevalier_Twohandsword
Type Weapon - Two-Handed Sword
600026
A two-handed sword for loyal servants of the Rune Midgard kingdom.
CRI + 10, HIT + 10.
For every refine level, ATK + 3.
For every 15 Base Level, ATK + 3. (up to Base Level 120)
If +7 or higher, increases [Bowling Bash] damage by 15%.
Class : Two-Handed Sword Attack : 180
Weight : 0
Weapon Level : 2
Required Level : 60
Jobs : Knight

Details

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

Stats

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

Restrictions

Level Range 60 +
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be sold to NPCs / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes Knight
Gender Any

Scripts

Use Script
bonus(bCritical, 10); bonus(bHit, 10); bonus(bBaseAtk, 3 * getrefine() + 3 * min(BaseLevel, 120)/15); if (getrefine() >= 7) bonus2(bSkillAtk, KN_BOWLINGBASH, 15);
Equip Script
None
Unequip Script
None