Add monster_gonome.

This commit is contained in:
Julian
2020-06-07 18:52:55 -03:00
parent 2762dbc0b2
commit 7fcf39b6d3
9 changed files with 997 additions and 10 deletions

View File

@@ -2,6 +2,8 @@
//
// Install this file to your mod's base directory.
// ORIGINAL HALF-LIFE MONSTERS
// Alien Grunt
sk_agrunt_health 90
sk_agrunt_dmg_punch 20
@@ -55,10 +57,6 @@ 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
@@ -88,6 +86,15 @@ sk_miniturret_health 40
// Sentry Turret
sk_sentry_health 40
// OPPOSING FORCE MONSTERS
// Gonome
sk_gonome_health 85
sk_gonome_dmg_one_slash 20
sk_gonome_dmg_guts 10
sk_gonome_dmg_one_bite 14
// MONSTER WEAPON DAMAGE
sk_9mm_bullet 5
sk_9mmAR_bullet 4