More cut entity stubs

This commit is contained in:
Xylemon 2024-11-01 21:03:44 -07:00
parent d6aab4b1be
commit 7dea893064
8 changed files with 60 additions and 1 deletions

View file

@ -1,4 +1,7 @@
#include "items/airtank.def"
#include "items/antidote.def"
#include "items/battery.def"
#include "items/healthkit.def"
#include "items/suit.def"
#include "items/longjump.def"
#include "items/security.def"
#include "items/suit.def"

View file

@ -0,0 +1,10 @@
entityDef item_airtank
{
"spawnclass" "NSItem"
"model" "models/w_airtank.mdl"
"mins" "-16 -16 0"
"maxs" "16 16 16"
"snd_acquire" "item.airtank"
"snd_respawn" "item.respawn"
"requires" "item_suit"
}

View file

@ -0,0 +1,11 @@
entityDef item_antidote
{
"spawnclass" "NSItem"
"model" "models/w_longjump.mdl"
"mins" "-16 -16 0"
"maxs" "16 16 16"
"snd_acquire" "item.antidote"
"snd_respawn" "item.respawn"
"requires" "item_suit"
"inv_carry" "1"
}

View file

@ -0,0 +1,10 @@
entityDef item_security
{
"spawnclass" "NSItem"
"model" "models/w_security.mdl"
"mins" "-16 -16 0"
"maxs" "16 16 16"
"snd_acquire" "item.security"
"snd_respawn" "item.respawn"
"inv_carry" "1"
}

View file

@ -40,6 +40,7 @@
#include "monsters/snapbug.def"
#include "monsters/stukabat.def"
#include "monsters/tentacle.def"
#include "monsters/tentaclemaw.def"
#include "monsters/tripmine.def"
#include "monsters/turret.def"
#include "monsters/xen_hair.def"

View file

@ -0,0 +1,9 @@
entityDef monster_tentaclemaw
{
"spawnclass" "cycler"
"model" "models/maw.mdl"
"netname" "Tentacle Maw"
"mins" "-16 -16 0"
"maxs" "16 16 16"
"propdata" "actor_alien"
}

View file

@ -8,6 +8,16 @@ ammo.respawn
sample items/suitchargeok1.wav
}
item.airtank
{
sample items/airtank1.wav
}
item.antidote
{
sample items/medshotno1.wav
}
item.battery
{
sample items/gunpickup2.wav
@ -18,6 +28,11 @@ item.healthkit
sample items/smallmedkit1.wav
}
item.security
{
sample fvox/bell.wav
}
item.suit
{
sample fvox/bell.wav