Added monster_voltigore and monster_baby_voltigore.

This commit is contained in:
Julian
2020-07-19 12:31:52 -03:00
parent 5b0ced8e7d
commit 9602f862c9
9 changed files with 1477 additions and 3 deletions

View File

@@ -110,6 +110,13 @@ struct skilldata_t
float strooperMaxCharge;
float strooperRchgSpeed;
float voltigoreHealth;
float voltigoreDmgBeam;
float voltigoreDmgPunch;
float babyVoltigoreHealth;
float babyVoltigoreDmgPunch;
// weapons shared by monsters
float monDmg9MM;
float monDmgMP5;