Glacier Two-Handed Sword

Item ID 600027 Name Glacier Two-Handed Sword
A two-handed sword crafted from ice harvested from the glaciers of Issgard.
You can enchanting it with Ice Flower Magic Stones for special abilities.
_______________________
MATK +270
_______________________
Type: Two-Handed Sword
Attack: 300
Weight: 400
Weapon Level: 5
_______________________
Requirement:
Base Level 210
Knight classes
Weapon Level 5 Identifier Glacier_T_Sword
Attack 300 Type Weapon - Two-Handed Sword
MATK 270 Equip Locations Two-Handed
Defense 0 Equippable Jobs Knight
Range 1 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 400 Min Equip Level 210
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None

Set Script
Issgard Warrior Crown
Glacier Two-Handed Sword
bonus bAtkRate,5;
bonus bBaseAtk,50;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bShortAtkRate,5*(.@r_weapon/3);
bonus bAspdRate,4*(.@r_weapon/3);
Issgard Magician Crown
Glacier Two-Handed Sword
bonus bMatkRate,5;
bonus bMatk,50;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bMagicAtkEle,Ele_All,5*(.@r_weapon/3);
bonus bAspdRate,4*(.@r_weapon/3);
Issgard Ranger Crown
Glacier Two-Handed Sword
bonus bAtkRate,5;
bonus bBaseAtk,50;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bLongAtkRate,5*(.@r_weapon/3);
bonus bAspdRate,4*(.@r_weapon/3);