Added monster_babygarg.

This commit is contained in:
Julian
2020-07-29 22:35:01 -03:00
parent 9602f862c9
commit 9df28b9d3f
8 changed files with 657 additions and 30 deletions

View File

@@ -22,7 +22,7 @@
struct skilldata_t
{
// Monster Health & Damage
float agruntHealth;
float agruntHealth;
float agruntDmgPunch;
float apacheHealth;
@@ -117,6 +117,13 @@ struct skilldata_t
float babyVoltigoreHealth;
float babyVoltigoreDmgPunch;
//SC monsters
float babygargHealth;
float babygargDmgSlash;
float babygargDmgFire;
float babygargDmgStomp;
// weapons shared by monsters
float monDmg9MM;
float monDmgMP5;