Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "Spawn (monster)"

From Quake Wiki

(When combating this monster)
(Added trivia as to their original creation and subsequent use.)
 
(15 intermediate revisions by 6 users not shown)
Line 1: Line 1:
THIS CREATURE NEED MORE INFO
+
{{Infobox Monster
 +
| name = Spawn
 +
| image = monster_quake_spawn.png
 +
| manualtext = A merrily bouncing blob as dangerous to kill as to ignore. Blech.
 +
| health = 80
 +
| gibthresh = N/A
 +
| attacks = Leap
 +
| drop = nothing
 +
| 1stappearance = [[e4m3]]
 +
| gameversion = Registered
 +
| deathmessage = Player was slimed by a Spawn
 +
}}
  
* Weapon:
+
'''Spawn''' (also known as ''Tarbabies'' or ''blobs'') are annoying little blue blobs that bounce around, ricochet off walls, and hurt you if they smack into you. They don't take long to kill, so don't fire at them unless you're at a safe distance. When they die, they explode like a rocket - and hurt just as badly. They will come after you pretty quickly, so back up as fast as you can and fire once you know you're safe. Don't bother strafing, as they have to be near you to hurt you.
* Health:
 
* Treasure:
 
  
Tips:
+
==Tactics==
  
  
== When combating this monster ==
+
<br>
 +
<br>
  
*'''Best Weapons:''' Double-Barreled Shotgun, Super Nailgun
+
{{Infobox_entity
*'''Worst Weapons:''' Just about anything else is a waste.
+
| classname = monster_tarbaby
 +
| commonname = [[Spawn]]
 +
| type = point
 +
| class = [[Monster (entity class)|monster]]
 +
| dimensions = 32 x 32 x 64
 +
| quakec = [[tarbaby.qc]]
 +
| precaches =
 +
progs/tarbaby.mdl<br>
 +
blob/death1.wav<br>
 +
blob/hit1.wav<br>
 +
blob/land1.wav<br>
 +
blob/sight1.wav
 +
}}
 +
 
 +
==Entity information==
 +
 
 +
'''monster_tarbaby''' is the [[Entity|entity]] for placing '''Spawn''' in a level.
 +
 
 +
===Usage===
 +
 
 +
 
 +
===Attributes===
 +
 
 +
====Keys====
 +
{| class="wikitable" width="100%"
 +
|-
 +
| ! bgcolor="#eeeeee" width="100px" | ''targetname'' || The targetname of the Spawn. When triggered, the Spawn will wake up if inactive.
 +
|-
 +
| ! bgcolor="#eeeeee" | ''target'' || The targetname of the entity to be triggered when the Spawn dies.
 +
|-
 +
| ! bgcolor="#eeeeee" | ''killtarget'' || The targetname of the entity to be removed when the Spawn dies.
 +
|}
 +
 
 +
====Spawnflags====
 +
The monster_tarbaby entity supports the following [[Entity#Spawnflags|spawnflags]]:
 +
{| class="wikitable" width="100%"
 +
! width="50" | Flag
 +
! width="150" | Common Name
 +
! Description
 +
|-
 +
| 1
 +
| Ambush
 +
| The Spawn will not wake up from seeing other monsters wake up or hearing sounds.
 +
|}
 +
 
 +
It also supports the standard spawnflags for difficulty and deathmatch presence.
 +
{{Template:Mode_spawnflags
 +
| entity = The Spawn
 +
}}
 +
 
 +
===Definitions===
 +
 
 +
====FGD Definition====
 +
This is the format used by [[TrenchBroom]] and [[Worldcraft]]. Note that the model(...) parameter is not supported by Worldcraft. This does not include the Monster base class definition, which is also required.
 +
<pre>
 +
@PointClass base(Monster) size(-16 -16 -24, 16 16 40) model(":progs/enforcer.mdl")
 +
    = monster_tarbaby : "Spawn" []
 +
</pre>
 +
 
 +
====DEF Definition====
 +
This is the definition format used for most old Quake editors, including the original [[QuakeEd]].
 +
<pre>
 +
/*QUAKED monster_tarbaby (1 0 0) (-16 -16 -24) (16 16 40) Ambush
 +
*/
 +
</pre>
 +
 
 +
==Trivia==
 +
* The spawn was previously known as the Vomitus, because it was originally going to vomit at you. The bouncing was determined to be scarier, so the name changed. There are still references to the monster_vomitus in the QuakeC.<ref>John Romero on Twitter https://twitter.com/romero/status/597079711341158400</ref>
 +
* "They had been created by Adrian Carmack in response to the imagery of the Formless Spawn in my printed Monster Guide. No one else was using them, so I felt obliged to do so."<ref>Sandy Petersen on Reddit https://www.reddit.com/r/IAmA/comments/3t1obw/sandy_petersen_designer_of_cthulhu_wars_doom_call/cx2dub6</ref>
 +
 
 +
==Notes==
 +
<references />
 +
[[Category:Quake entities]][[Category:Monsters]]

Latest revision as of 04:40, 17 November 2015

Spawn
Spawn

"A merrily bouncing blob as dangerous to kill as to ignore. Blech."

Health 80
Gib threshold N/A
Attacks Leap
Drop nothing
1st appearance e4m3
Game version Registered
Death message Player was slimed by a Spawn
† The data files for monsters that appear only in the registered version of Quake reside in pak1.pak rather than pak0.pak.

Spawn (also known as Tarbabies or blobs) are annoying little blue blobs that bounce around, ricochet off walls, and hurt you if they smack into you. They don't take long to kill, so don't fire at them unless you're at a safe distance. When they die, they explode like a rocket - and hurt just as badly. They will come after you pretty quickly, so back up as fast as you can and fire once you know you're safe. Don't bother strafing, as they have to be near you to hurt you.

Tactics[edit]



monster_tarbaby
(Spawn)
Entity type point
Entity class monster
Dimensions 32 x 32 x 64
Quake-C tarbaby.qc
Precaches progs/tarbaby.mdl

blob/death1.wav
blob/hit1.wav
blob/land1.wav
blob/sight1.wav

Entity information[edit]

monster_tarbaby is the entity for placing Spawn in a level.

Usage[edit]

Attributes[edit]

Keys[edit]

targetname The targetname of the Spawn. When triggered, the Spawn will wake up if inactive.
target The targetname of the entity to be triggered when the Spawn dies.
killtarget The targetname of the entity to be removed when the Spawn dies.

Spawnflags[edit]

The monster_tarbaby entity supports the following spawnflags:

Flag Common Name Description
1 Ambush The Spawn will not wake up from seeing other monsters wake up or hearing sounds.

It also supports the standard spawnflags for difficulty and deathmatch presence.

Flag Common Name Description
256 Not on Easy The Spawn will not spawn on Easy difficulty.
512 Not on Normal The Spawn will not spawn on Normal difficulty.
1024 Not on Hard The Spawn will not spawn on Hard difficulty.
2048 Not in Deathmatch The Spawn will not spawn in Deathmatch mode.

Definitions[edit]

FGD Definition[edit]

This is the format used by TrenchBroom and Worldcraft. Note that the model(...) parameter is not supported by Worldcraft. This does not include the Monster base class definition, which is also required.

@PointClass base(Monster) size(-16 -16 -24, 16 16 40) model(":progs/enforcer.mdl")
    = monster_tarbaby : "Spawn" []

DEF Definition[edit]

This is the definition format used for most old Quake editors, including the original QuakeEd.

/*QUAKED monster_tarbaby (1 0 0) (-16 -16 -24) (16 16 40) Ambush
*/

Trivia[edit]

  • The spawn was previously known as the Vomitus, because it was originally going to vomit at you. The bouncing was determined to be scarier, so the name changed. There are still references to the monster_vomitus in the QuakeC.[1]
  • "They had been created by Adrian Carmack in response to the imagery of the Formless Spawn in my printed Monster Guide. No one else was using them, so I felt obliged to do so."[2]

Notes[edit]