#
# HLstats Game Support file for Sven-Coop
# "valve" support file modified by [CG1]Adam - http://www.combatgold1.co.uk
# ----------------------------------------
#
# To install, type:
#
# 	mysql hlstats < gamesupport_svencoop.sql
#


#
# Game Definition
#
INSERT IGNORE INTO hlstats_Games VALUES ('svencoop','Sven-Coop','0','0');


#
# Awards
#
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','357','357','kills with 357',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','9mmAR','MP5','kills with 9mmAR',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','9mmhandgun','Glock','kills with 9mmhandgun',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','bolt','Crossbow Sniper','kills with bolt',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','crowbar','Crowbar Maniac','murders with crowbar',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','gluon gun','Gauss King','kills with gluon gun',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','tau_cannon','Egon','kills with tau_cannon',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','grenade','Grenadier','kills with grenade',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','hornet','Hornet Master','kills with hornet',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','rpg_rocket','Rocketeer','kills with rocket',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','satchel','Lord Satchel','kills with satchel',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','shotgun','Redneck','kills with shotgun',NULL,NULL);
INSERT IGNORE INTO hlstats_Awards VALUES (NULL,'W','svencoop','snark','Snark Master','kills with snark',NULL,NULL);


#
# Weapons
#
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','357','357 Revolver',1.60);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','9mmAR','9mm Automatic Rifle',1.00);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','9mmhandgun','9mm Handgun',1.50);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','bolt','Crossbow Bolt',1.70);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','crossbow','Crossbow',1.40);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','crowbar','Crowbar',1.90);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','tau_cannon','Egon Tau Cannon / Rail Gun',1.00);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','gluon gun','Gluon / Gauss Gun',1.00);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','grenade','Grenade',1.00);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','hornet','Hornet',1.30);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','rpg_rocket','Rocket Propelled Grenade',1.00);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','satchel','Satchel Charge',1.50);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','shotgun','Shotgun',1.20);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','snark','Snark',1.80);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','tripmine','Trip Mine',1.60);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','grapple','Barnacle Grapple',2.00);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','minigun','Minigun',1.00);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','pipewrench','Pipe Wrench',1.90);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','sniperrifle','Sniper Rifle',1.00);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','uzi','Uzi (single)',1.00);
INSERT IGNORE INTO hlstats_Weapons VALUES (NULL,'svencoop','uziakimbo','Uzi (akimbo)',1.00);