Basic Info

Name 21005 Metal Two-Handed Sword[1]
Item ID 21005 - Metal_Two_Hand_Sword
Type Weapon - Two-Handed Sword
21005
Every 1 refine increase 6 ATK and 2 MATK.
Base level 20 : every 10 level increase ATK by 5.
(Effect applies up to level 120)
Class: Two-Handed Sword
Attack: 95
Weight: 0
Weapon Level: 3
Level Requirement: 1
Jobs: Swordman

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 95
Magical Attack 0
Weapon Level 3
Slots 1

Restrictions

Level Range Any
Usage None
Trade Can't be dropped / Can't be traded or vended / 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 Swordsman / Knight / Crusader
Gender Any

Scripts

Use Script
bonus bAtk,getrefine()*6; bonus bMatk,getrefine()*2; if(BaseLevel>20) { bonus bAtk,min(((BaseLevel-20)/10)*5,120); }
Equip Script
None
Unequip Script
None