Add more stubby entityDefs for monsters, as work began on those
This commit is contained in:
parent
b18c87cccb
commit
f152ffb0f8
20 changed files with 303 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_alien_controller
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/controller.mdl"
|
||||
"netname" "Alien Controller"
|
||||
"health" "0"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_alien"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_apache
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/apache.mdl"
|
||||
"netname" "Apache"
|
||||
"health" "0"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_robot"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_barnacle
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/barnacle.mdl"
|
||||
"netname" "Barnacle"
|
||||
"health" "0"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_human"
|
||||
|
||||
"speed_walk" "64"
|
||||
"speed_run" "364" // day one only
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
entityDef monster_bigmomma
|
||||
{
|
||||
"spawnclass" "NSMonster"
|
||||
"model" "models/big_mom.mdl"
|
||||
"netname" "Big Momma"
|
||||
"health" "100"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_alien"
|
||||
"speed_walk" "46"
|
||||
"speed_run" "292"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_bloater
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/floater.mdl"
|
||||
"netname" "Bloater"
|
||||
"health" "25"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_alien"
|
||||
|
||||
"speed_walk" "64"
|
||||
"speed_run" "364" // day one only
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_cockroach
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/roach.mdl"
|
||||
"netname" "Cockroach"
|
||||
"health" "0"
|
||||
"mins" "-8 -8 0"
|
||||
"maxs" "8 8 8"
|
||||
"eye_height" "64"
|
||||
"team" "0"
|
||||
"propdata" "actor_alien"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
15
zpak001.pk3dir/def/monsters/flyer.def
Normal file
15
zpak001.pk3dir/def/monsters/flyer.def
Normal file
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_flyer
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/aflock.mdl"
|
||||
"netname" "Flyer Flock"
|
||||
"health" "0"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_alien"
|
||||
|
||||
"speed_walk" "64"
|
||||
"speed_run" "364"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_flyer_flock
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/aflock.mdl"
|
||||
"netname" "Flyer Flock"
|
||||
"health" "0"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_alien"
|
||||
|
||||
"speed_walk" "64"
|
||||
"speed_run" "364"
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
entityDef monster_gargantua
|
||||
{
|
||||
"spawnclass" "NSMonster"
|
||||
"model" "models/garg.mdl"
|
||||
"netname" "Gargantua"
|
||||
"health" "skill:gargantua_health"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_alien"
|
||||
"speed_walk" "46"
|
||||
"speed_run" "292"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_human_assassin
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/hassassin.mdl"
|
||||
"netname" "Assassin"
|
||||
"health" "0"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "0"
|
||||
"propdata" "actor_human"
|
||||
|
||||
"speed_walk" "64"
|
||||
"speed_run" "364"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_ichthyosaur
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/icky.mdl"
|
||||
"netname" "Ichthyosaur"
|
||||
"health" "0"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_alien"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_leech
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/leech.mdl"
|
||||
"netname" "Leech"
|
||||
"health" "0"
|
||||
"mins" "-8 -8 0"
|
||||
"maxs" "8 8 8"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_alien"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_miniturret
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/miniturret.mdl"
|
||||
"netname" "Mini-Turret"
|
||||
"health" "skill:miniturret_health"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 16"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_robot"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_nihilanth
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/nihilanth.mdl"
|
||||
"netname" "Nihilanth"
|
||||
"health" "0"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_alien"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_osprey
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/osprey.mdl"
|
||||
"netname" "Osprey"
|
||||
"health" "0"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_robot"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_rat
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/bigrat.mdl"
|
||||
"netname" "Rat"
|
||||
"health" "0"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 16"
|
||||
"eye_height" "64"
|
||||
"team" "0"
|
||||
"propdata" "actor_human"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_sentry
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/sentry.mdl"
|
||||
"netname" "Turret"
|
||||
"health" "skill:sentry_health"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_robot"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_tentacle
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/tentacle2.mdl"
|
||||
"netname" "Tentacle"
|
||||
"health" "25"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 72"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_alien"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
entityDef monster_turret
|
||||
{
|
||||
"spawnclass" "NSTalkMonster"
|
||||
"model" "models/turret.mdl"
|
||||
"netname" "Turret"
|
||||
"health" "skill:turret_health"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 32"
|
||||
"eye_height" "64"
|
||||
"team" "2"
|
||||
"propdata" "actor_robot"
|
||||
|
||||
"speed_walk" "0"
|
||||
"speed_run" "0"
|
||||
}
|
|
@ -75,3 +75,23 @@ r_part +main
|
|||
spawnmode ball
|
||||
gravity -25
|
||||
}
|
||||
|
||||
r_part +main
|
||||
{
|
||||
type texturedspark
|
||||
texture ball
|
||||
tcoords 1 65 31 95 256 8 32
|
||||
scale 1
|
||||
count 8
|
||||
scalefactor 1
|
||||
alpha 0.5
|
||||
die 0.8
|
||||
rgb 255 115 0
|
||||
blend add
|
||||
spawnmode ball
|
||||
spawnvel 100
|
||||
veladd 100
|
||||
friction 0.5
|
||||
gravity 800
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue