Glacier Gatling

Item ID 830013 Name Glacier Gatling
A gatling gun crafted from ice harvested from the glaciers of Issgard.
You can enchant it with Ice Flower Magic Stones for special abilities.
_______________________
MATK +200
_______________________
Type: Gatling Gun
Attack: 350
Weight: 350
Weapon Level: 5
_______________________
Requirement:
Base Level 210
Rebellion classes
Weapon Level 5 Identifier Glacier_Gatling
Attack 350 Type Weapon - Gatling Gun
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Gunslinger, Rebellion
Range 9 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 350 Min Equip Level 210
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bMatk,200;

Set Script
Issgard Warrior Crown
Glacier Gatling
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 Gatling
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 Gatling
bonus bAtkRate,5;
bonus bBaseAtk,50;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bLongAtkRate,5*(.@r_weapon/3);
bonus bAspdRate,4*(.@r_weapon/3);