Added config files.
This commit is contained in:
25
cfg/monster_precache.cfg
Executable file
25
cfg/monster_precache.cfg
Executable file
@@ -0,0 +1,25 @@
|
|||||||
|
//
|
||||||
|
// MONSTERS - monsters that you always want to precache (for dynamic spawning)
|
||||||
|
//
|
||||||
|
// (just remove the comment characters at the beginning of the line for the
|
||||||
|
// monsters that you always want to precache.)
|
||||||
|
|
||||||
|
//monster_alien_grunt
|
||||||
|
//monster_apache
|
||||||
|
//monster_barney
|
||||||
|
//monster_bigmomma
|
||||||
|
//monster_bullsquid
|
||||||
|
//monster_gargantua
|
||||||
|
//monster_hassassin
|
||||||
|
//monster_headcrab
|
||||||
|
//monster_human_grunt
|
||||||
|
//monster_houndeye
|
||||||
|
//monster_alien_slave
|
||||||
|
//monster_icthyosaur
|
||||||
|
//monster_alien_controller
|
||||||
|
//monster_scientist
|
||||||
|
//monster_snark
|
||||||
|
//monster_zombie
|
||||||
|
//monster_turret
|
||||||
|
//monster_miniturret
|
||||||
|
//monster_sentry
|
||||||
94
cfg/monster_skill.cfg
Executable file
94
cfg/monster_skill.cfg
Executable file
@@ -0,0 +1,94 @@
|
|||||||
|
// MONSTERS health and damage amounts
|
||||||
|
//
|
||||||
|
// (Note: Some of these aren't currently used. They're in here for future use.)
|
||||||
|
|
||||||
|
// Alien Grunt
|
||||||
|
sk_agrunt_health 90
|
||||||
|
sk_agrunt_dmg_punch 20
|
||||||
|
sk_hornet_dmg 5
|
||||||
|
|
||||||
|
// Apache
|
||||||
|
sk_apache_health 250
|
||||||
|
|
||||||
|
// Barney
|
||||||
|
sk_barney_health 35
|
||||||
|
|
||||||
|
// Big Momma
|
||||||
|
sk_bigmomma_health_factor 1.5
|
||||||
|
sk_bigmomma_dmg_slash 60
|
||||||
|
sk_bigmomma_dmg_blast 120
|
||||||
|
sk_bigmomma_radius_blast 250
|
||||||
|
|
||||||
|
// Bullsquid
|
||||||
|
sk_bullsquid_health 40
|
||||||
|
sk_bullsquid_dmg_bite 25
|
||||||
|
sk_bullsquid_dmg_whip 35
|
||||||
|
sk_bullsquid_dmg_spit 10
|
||||||
|
|
||||||
|
// Gargantua
|
||||||
|
sk_gargantua_health 800
|
||||||
|
sk_gargantua_dmg_slash 30
|
||||||
|
sk_gargantua_dmg_fire 5
|
||||||
|
sk_gargantua_dmg_stomp 100
|
||||||
|
|
||||||
|
// Hassassin
|
||||||
|
sk_hassassin_health 50
|
||||||
|
|
||||||
|
// Headcrab
|
||||||
|
sk_headcrab_health 10
|
||||||
|
sk_headcrab_dmg_bite 10
|
||||||
|
|
||||||
|
// Human Grunt
|
||||||
|
sk_hgrunt_health 50
|
||||||
|
sk_hgrunt_kick 10
|
||||||
|
sk_hgrunt_pellets 5
|
||||||
|
sk_hgrunt_gspeed 600
|
||||||
|
|
||||||
|
// Houndeye
|
||||||
|
sk_houndeye_health 20
|
||||||
|
sk_houndeye_dmg_blast 15
|
||||||
|
|
||||||
|
// Alien Slave
|
||||||
|
sk_islave_health 30
|
||||||
|
sk_islave_dmg_claw 10
|
||||||
|
sk_islave_dmg_clawrake 25
|
||||||
|
sk_islave_dmg_zap 10
|
||||||
|
|
||||||
|
// Icthyosaur
|
||||||
|
sk_ichthyosaur_health 200
|
||||||
|
sk_ichthyosaur_shake 35
|
||||||
|
|
||||||
|
// Controller
|
||||||
|
sk_controller_health 60
|
||||||
|
sk_controller_dmgzap 25
|
||||||
|
sk_controller_speedball 800
|
||||||
|
sk_controller_dmgball 4
|
||||||
|
|
||||||
|
// Scientist
|
||||||
|
sk_scientist_health 20
|
||||||
|
sk_scientist_heal 25
|
||||||
|
|
||||||
|
// Snark
|
||||||
|
sk_snark_health 2
|
||||||
|
sk_snark_dmg_bite 10
|
||||||
|
sk_snark_dmg_pop 5
|
||||||
|
|
||||||
|
// Zombie
|
||||||
|
sk_zombie_health 50
|
||||||
|
sk_zombie_dmg_one_slash 20
|
||||||
|
sk_zombie_dmg_both_slash 40
|
||||||
|
|
||||||
|
// Turret
|
||||||
|
sk_turret_health 50
|
||||||
|
|
||||||
|
// Mini-Turret
|
||||||
|
sk_miniturret_health 40
|
||||||
|
|
||||||
|
// Sentry Turret
|
||||||
|
sk_sentry_health 40
|
||||||
|
|
||||||
|
// MONSTER WEAPON DAMAGE
|
||||||
|
sk_9mm_bullet 5
|
||||||
|
sk_9mmAR_bullet 4
|
||||||
|
sk_9mmAR_grenade 100
|
||||||
|
sk_12mm_bullet 10
|
||||||
Reference in New Issue
Block a user