//==================================================================
// Skill Configuration File
// VERSION: Sven Co-op v5.0
//
// You can copy this as <mapname>_skl.cfg and modify as you like.
//
// IMPORTANT: DO NOT REMOVE THIS FILE!
//=================================================================


//=================================================================
// MONSTERS - Original Half-Life
//=================================================================

// Alien Grunt
sk_agrunt_health					"150"
sk_agrunt_dmg_punch					"20"
sk_agrunt_melee_engage_distance		"256"	// Distance at which hivehand Alien Grunts will choose to chase after and clobber enemies.
sk_agrunt_berserker_dmg_punch		"30"	// Damage amount for non-hivehand melee punches (Berserker)

// Apache
sk_apache_health					"500"

// Barnacle
sk_barnacle_health					"50"
sk_barnacle_bite					"8"

// Barney
sk_barney_health					"65"

// Bullsquid
sk_bullsquid_health					"110"
sk_bullsquid_dmg_bite				"25"
sk_bullsquid_dmg_whip				"45"
sk_bullsquid_dmg_spit				"15"

// Big momma
sk_bigmomma_health_factor			"1"
sk_bigmomma_dmg_slash				"60"
sk_bigmomma_dmg_blast				"140"
sk_bigmomma_radius_blast			"260"

// Gargantua
sk_gargantua_health					"1000"
sk_gargantua_dmg_slash				"50"
sk_gargantua_dmg_fire				"4"
sk_gargantua_dmg_stomp				"100"

// Hassassin
sk_hassassin_health					"50"

// Headcrab
sk_headcrab_health					"20"
sk_headcrab_dmg_bite				"10"

// Hgrunt
sk_hgrunt_health					"100"
sk_hgrunt_kick						"12"

// Hgrunt shotgun damage (per pellet, 6 per shot)
sk_hgrunt_pellets					"7"
sk_hgrunt_gspeed					"500"

// Houndeye
sk_houndeye_health					"60"
sk_houndeye_dmg_blast				"15"

// Alien Slave
sk_islave_health					"80"
sk_islave_dmg_claw					"8"
sk_islave_dmg_clawrake				"24"
sk_islave_dmg_zap					"11"

// Ichthyosaur
sk_ichthyosaur_health				"350"
sk_ichthyosaur_shake				"30"

// Leech
sk_leech_health						"3"
sk_leech_dmg_bite					"5"

// Controller
sk_controller_health				"90"
sk_controller_dmgzap				"20"
sk_controller_speedball				"900"
sk_controller_dmgball				"4"

// Nihilanth
sk_nihilanth_health					"900"
sk_nihilanth_zap					"30"

// Scientist
sk_scientist_health					"50"

// Snark
sk_snark_health						"2"
sk_snark_dmg_bite					"10"
sk_snark_dmg_pop					"5"

// Zombie
sk_zombie_health					"100"
sk_zombie_dmg_one_slash				"25"
sk_zombie_dmg_both_slash			"40"

// Turret
sk_turret_health					"200"

// MiniTurret
sk_miniturret_health				"80"

// Sentry Turret
sk_sentry_health					"80"


//=================================================================
// PLAYER WEAPONS - Original Half-Life
//=================================================================

// Crowbar whack
sk_plr_crowbar						"15"

// 9mmhandgun Round
sk_plr_9mm_bullet					"12"

// 357 Round (Desert Eagle is 2/3 of this -- so 44 by default)
sk_plr_357_bullet					"66"

// 9mmAR Round
sk_plr_9mmAR_bullet					"8"

// M203 grenade
sk_plr_9mmAR_grenade				"100"

// Shotgun damage (per pellet - 6 pellets per primary fire shot; 8 pellets per secondary fire shot (double barreled and fastfire))
sk_plr_buckshot						"9"

// Crossbow
sk_plr_xbow_bolt_monster			"60"

// RPG
sk_plr_rpg							"150"

// Gauss Gun
sk_plr_gauss						"19"

// Egon Gun
sk_plr_egon_wide					"12"

// Hand Grenade
sk_plr_hand_grenade					"100"

// Satchel Charge
sk_plr_satchel						"160"

// Tripmine
sk_plr_tripmine						"150"


//=================================================================
// MONSTER DAMAGE/WEAPONS & MISC - Original Half-Life
//=================================================================

sk_12mm_bullet						"12"
sk_9mmAR_bullet						"6"
sk_9mm_bullet						"9"

// HORNET
sk_hornet_dmg						"10"

// HEALTH/SUIT CHARGE DISTRIBUTION
sk_suitcharger						"100"
sk_battery							"25"
sk_healthcharger					"80"
sk_healthkit						"25"
sk_scientist_heal					"100"

// MONSTER HITGROUPS - DAMAGE MODIFIERS
sk_monster_head						"3"
sk_monster_chest					"1"
sk_monster_stomach					"1"
sk_monster_arm						"1"
sk_monster_leg						"1"

// PLAYER HITGROUPS - DAMAGE MODIFIERS
sk_player_head						"1"
sk_player_chest						"1"
sk_player_stomach					"1"
sk_player_arm						"1"
sk_player_leg						"1"


//=================================================================
// MONSTERS - Sven Co-op Specific
//=================================================================

// Human/Robo/Op4 Grunt Shotgun Damage
sk_grunt_buckshot					"6"

// Baby Gargantua
sk_babygargantua_health				"600"
sk_babygargantua_dmg_slash			"25"
sk_babygargantua_dmg_fire			"2"
sk_babygargantua_dmg_stomp			"50"

// Hwgrunt
sk_hwgrunt_health					"200"
sk_hwgrunt_minipellets				"1"

// Robogrunt Explosion Damage
sk_rgrunt_explode					"100"

// Male Assassin Sniper Damage
sk_massassin_sniper					"40"

// Otis
sk_otis_health						"65"
sk_otis_bullet						"34"

// Zombie Barney
sk_zombie_barney_health				"110"
sk_zombie_barney_dmg_one_slash		"25"
sk_zombie_barney_dmg_both_slash		"40"

// Zombie Soldier
sk_zombie_soldier_health			"150"
sk_zombie_soldier_dmg_one_slash		"40"
sk_zombie_soldier_dmg_both_slash	"55"

// Gonome
sk_gonome_health					"200"
sk_gonome_dmg_one_slash				"30"
sk_gonome_dmg_guts					"15"
sk_gonome_dmg_one_bite				"15"

// Pitdrone
sk_pitdrone_health					"60"
sk_pitdrone_dmg_bite				"25"
sk_pitdrone_dmg_whip				"25"
sk_pitdrone_dmg_spit				"15"

// Shock Trooper
sk_shocktrooper_health				"200"
sk_shocktrooper_kick				"12"
sk_shocktrooper_maxcharge			"10"

// Tor
sk_tor_health						"800"
sk_tor_punch						"55"
sk_tor_energybeam					"3"
sk_tor_sonicblast					"15"

// Voltigore
sk_voltigore_health					"350"
sk_voltigore_dmg_punch				"30"
sk_voltigore_dmg_beam				"40"

// Voltigore Explosion Damage (On Death)
sk_voltigore_dmg_explode			"200"

// Tentacle
sk_tentacle							"750"

// Black Ops Osprey
sk_blkopsosprey						"600"

// Osprey
sk_osprey							"600"

// Stuka Bat
sk_stukabat							"123"
sk_stukabat_dmg_bite				"12"

// Snark Nest
sk_sqknest_health					"50"

// Kingpin
sk_kingpin_health					"450"
sk_kingpin_lightning				"25"
sk_kingpin_tele_blast				"15"
sk_kingpin_plasma_blast				"80"
sk_kingpin_melee					"40"
sk_kingpin_telefrag					"500"


//=================================================================
// PLAYER WEAPONS - Sven Co-op Specific
//=================================================================

// Medkit Weapon Heal Amount
sk_plr_HpMedic						"10"

// Wrench
sk_plr_wrench						"22"

// Barnacle Grapple
sk_plr_grapple						"40"

// Uzis
sk_plr_uzi							"10"

// 556 bullet round (M16, SAW, minigun)
sk_556_bullet						"15"

// Gauss Secondary Fire
sk_plr_secondarygauss				"190"

// Hornetgun
sk_hornet_pdmg						"12"

// 762 bullet round (sniper rifle)
sk_plr_762_bullet					"110"

// Spore Launcher
sk_plr_spore						"100"

// Shock Rifle
sk_plr_shockrifle					"15"

// Shock Rifle Secondary Fire
sk_plr_shockrifle_beam				"2"

// Shock Roach Explosion
sk_shockroach_dmg_xpl_touch			"350"
sk_shockroach_dmg_xpl_splash		"150"

// Displacer
sk_plr_displacer_other				"250"	// Damage done to targets hit with the teleport portal
sk_plr_displacer_radius				"300"	// Displacer damage radius
