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

Difference between revisions of "Shub-Niggurath"

From Quake Wiki

m (updated infobox)
(added basic entity info)
Line 15: Line 15:
 
The mighty Shub-Niggurath turns out to be an enormous wad of lard with tentacles. She can't even attack, but watch out -- she has a lot of [[Vore]]s and [[Shambler]]s guarding her, and more will spawn in occasionally. To kill her, you need to [[telefrag]] her. See the spikey ball that floats around the level? See the teleporter at the end of the monster- and trap-infested hallway? When you step in the teleporter, you will warp to the location of the spikey ball. Do it when the spikey ball enters Shub-Niggurath, and you'll blow her to pieces. If you do it some other time, you'll most likely fall into the lava.
 
The mighty Shub-Niggurath turns out to be an enormous wad of lard with tentacles. She can't even attack, but watch out -- she has a lot of [[Vore]]s and [[Shambler]]s guarding her, and more will spawn in occasionally. To kill her, you need to [[telefrag]] her. See the spikey ball that floats around the level? See the teleporter at the end of the monster- and trap-infested hallway? When you step in the teleporter, you will warp to the location of the spikey ball. Do it when the spikey ball enters Shub-Niggurath, and you'll blow her to pieces. If you do it some other time, you'll most likely fall into the lava.
  
{{Monsters}}
+
==Tactics==
 +
 
 +
<br>
 +
<br>
 +
 
 +
{{Infobox_entity
 +
| classname = monster_oldone
 +
| commonname = [[Shub-Niggurath]]
 +
| type = point
 +
| class = [[Monster (entity class)|monster]]
 +
| dimensions = 320 x 256 x 280
 +
| quakec = [[oldone.qc]]
 +
| precaches =
 +
progs/oldone.mdl<br>
 +
boss2/death.wav<br>
 +
boss2/idle.wav<br>
 +
boss2/sight.wav<br>
 +
boss2/pop2.wav
 +
}}
 +
 
 +
==Entity information==
 +
 
 +
'''monster_oldone''' is the [[Entity|entity]] for placing '''Shub-Niggurath''' in a level.
 +
 
 +
===Usage===
 +
 
 +
 
 +
===Attributes===
 +
 
 +
====Keys====
 +
{| class="wikitable" width="100%"
 +
|-
 +
| ! bgcolor="#eeeeee" width="100px" | ''targetname'' || The targetname of the Grunt. When triggered, Shub-Niggurath will wake up if inactive.
 +
|-
 +
| ! bgcolor="#eeeeee" | ''target'' || The targetname of the entity to be triggered when Shub-Niggurath dies.
 +
|-
 +
| ! bgcolor="#eeeeee" | ''killtarget'' || The targetname of the entity to be removed when Shub-Niggurath dies.
 +
|}
 +
 
 +
====Spawnflags====
 +
The monster_oldone entity supports the standard spawnflags for difficulty and deathmatch presence.
 +
{{Template:Mode_spawnflags
 +
| entity = Shub-Niggurath
 +
}}
 +
 
 +
===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(-160 -128 -24, 160 128 256) model(":progs/oldone.mdl")
 +
    = monster_oldone : "Shub-Niggurath" []
 +
</pre>
 +
 
 +
====DEF Definition====
 +
This is the definition format used for most old Quake editors, including the original [[QuakeEd]].
 +
<pre>
 +
/*QUAKED monster_oldone (1 0 0) (-160 -128 -24) (160 128 256)
 +
*/
 +
</pre>
 +
 
 +
[[Category:Quake entities]][[Category:Monsters]]

Revision as of 05:57, 9 April 2013

Shub-Niggurath
Shub-Niggurath
Health N/A
Gib threshold {{{gibthresh}}}
Attacks None
Drop Nothing
1st appearance end
Game version Registered
Death message None
† The data files for monsters that appear only in the registered version of Quake reside in pak1.pak rather than pak0.pak.

Shub-Niggurath is the end boss of Quake.

The mighty Shub-Niggurath turns out to be an enormous wad of lard with tentacles. She can't even attack, but watch out -- she has a lot of Vores and Shamblers guarding her, and more will spawn in occasionally. To kill her, you need to telefrag her. See the spikey ball that floats around the level? See the teleporter at the end of the monster- and trap-infested hallway? When you step in the teleporter, you will warp to the location of the spikey ball. Do it when the spikey ball enters Shub-Niggurath, and you'll blow her to pieces. If you do it some other time, you'll most likely fall into the lava.

Tactics



monster_oldone
(Shub-Niggurath)
Entity type point
Entity class monster
Dimensions 320 x 256 x 280
Quake-C oldone.qc
Precaches progs/oldone.mdl

boss2/death.wav
boss2/idle.wav
boss2/sight.wav
boss2/pop2.wav

Entity information

monster_oldone is the entity for placing Shub-Niggurath in a level.

Usage

Attributes

Keys

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

Spawnflags

The monster_oldone entity supports the standard spawnflags for difficulty and deathmatch presence.

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

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.

@PointClass base(Monster) size(-160 -128 -24, 160 128 256) model(":progs/oldone.mdl")
    = monster_oldone : "Shub-Niggurath" []

DEF Definition

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

/*QUAKED monster_oldone (1 0 0) (-160 -128 -24) (160 128 256)
*/