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

@@ -11,7 +11,7 @@
// "displayname" to change the monster's name, shown in HUD when you point at it.
// "classify" to change the monster's default classification, use one of these values:
//
// CLASS_NONE 0
// CLASS_NONE -1
// CLASS_MACHINE 1
// CLASS_PLAYER 2
// CLASS_HUMAN_PASSIVE 3

View File

@@ -3,8 +3,11 @@
//
// Install this file to your mod's base directory.
//
// (just remove the comment characters at the beginning of the line for the
// monsters that you always want to precache.)
// Just remove the comment characters at the beginning of the line for the
// monsters that you always want to precache.
//
// Be wary if you precache too many monsters, it may easily crash your
// server due to the age-old 512 limit.
//monster_alien_grunt
//monster_apache
@@ -24,3 +27,4 @@
//monster_turret
//monster_miniturret
//monster_sentry
//monster_gonome

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