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

Difference between revisions of "Shambler"

From Quake Wiki

(Tactics: 50% gl/rl damage)
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Even other monsters fear him, so expect a clobbering. He shrugs off explosions. Good luck.
+
{{Infobox Monster
 +
| name = Shambler
 +
| image = monster_quake_shambler.png
 +
| manualtext = Even other monsters fear him, so expect a clobbering. He shrugs off explosions. Good luck.
 +
| health = 600
 +
| gibthresh = -60
 +
| attacks = Claws, lightning bolt
 +
| drop = nothing
 +
| 1stappearance = [[e1m5]], [[e1m3]] (Hard)
 +
| gameversion = Shareware
 +
| deathmessage = Player was smashed by a Shambler
 +
}}
  
* '''Weapon:''' Claws, Lightning Bolt
+
[[Image:Shambler.png|left|thumb|A Shambler in [[e4m4]] (The Palace of Hate).]]
* '''Health:''' 600
 
* '''Treasure:''' Nothing
 
  
'''Tips:'''
+
'''Shamblers''' are truly a force to be feared. They have an immense amount of health, and take only half damage from explosions. His pride and joy is his lightning attack, and for good reason: it never misses! Unless you can duck behind cover or retreat beyond the range of the attack, you'll be hit for considerable damage. However, the Shambler's weakness could be his proclivity to use his bare hands when he can. As long as you're within melee range, he will eschew his ranged attack for a good claw swipe or two. So if cover is not available or you're feeling particularly daring, you can run up and initiate his melee attack, then quickly step back to fire shots at him while he is swinging his arms through the air in which you stood a moment before. Then, run back forward before he begins another attack, or he will choose the lightning bolt. Repeat until one of you is dead.
----
 
Truly a force to be feared. Shamblers have an immense amount of health, and take only half damage from explosions. Shamblers may attack with either their powerful claws or a very accurate lightning attack. Due to the accuracy of the lightning, you will want to stay behind cover and taking pot shots to chip away at his health. If you find yourself without cover, stay close enough so he will prefer his claws, but do not step too far away from his strike or you will risk a lightning attack. [[Thunderbolt]] and the [[Super Nailgun]] are preferred weapons, though the [[Double-Barrelled Shotgun]] can work in a pinch.
 
*'''Best Weapons:''' Nailgun, Super Nailgun
 
*'''Worst Weapons:''' Grenade Launcher, Rocket Launcher
 
[[Image:Shambler.gif]]
 
  
'''Entity name:''' [[monster_shambler]]
+
==Tactics==
  
==See Also==
+
The Shambler only takes half the damage of explosive weapons ([[Grenade Launcher]], [[Rocket Launcher]]).
* [[Monsters]]
+
 
 +
<br>
 +
<br>
 +
 
 +
{{Infobox_entity
 +
| classname = monster_shambler
 +
| commonname = [[Shambler]]
 +
| type = point
 +
| class = [[Monster (entity class)|monster]]
 +
| dimensions = 64 x 64 x 88
 +
| quakec = [[shambler.qc]]
 +
| precaches =
 +
progs/shambler.mdl<br>
 +
progs/s_light.mdl<br>
 +
progs/h_shams.mdl<br>
 +
progs/bolt.mdl<br>
 +
shambler/sattck1.wav<br>
 +
shambler/sboom.wav<br>
 +
shambler/sdeath.wav<br>
 +
shambler/shurt2.wav<br>
 +
shambler/sidle.wav<br>
 +
shambler/ssight.wav<br>
 +
shambler/melee1.wav<br>
 +
shambler/melee2.wav<br>
 +
shambler/smack.wav
 +
}}
 +
 
 +
==Entity information==
 +
 
 +
'''monster_shambler''' is the [[Entity|entity]] for placing '''Shamblers''' in a level.
 +
 
 +
===Usage===
 +
 
 +
 
 +
===Attributes===
 +
 
 +
====Keys====
 +
{| class="wikitable" width="100%"
 +
|-
 +
| ! bgcolor="#eeeeee" width="100px" | ''targetname'' || The targetname of the Shambler. When triggered, the Shambler will wake up if inactive.
 +
|-
 +
| ! bgcolor="#eeeeee" | ''target'' || The targetname of the entity to be triggered when the Shambler dies.
 +
|-
 +
| ! bgcolor="#eeeeee" | ''killtarget'' || The targetname of the entity to be removed when the Shambler dies.
 +
|}
 +
 
 +
====Spawnflags====
 +
The monster_shambler entity supports the following [[Entity#Spawnflags|spawnflags]]:
 +
{| class="wikitable" width="100%"
 +
! width="50" | Flag
 +
! width="150" | Common Name
 +
! Description
 +
|-
 +
| 1
 +
| Ambush
 +
| The Shambler 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 Shambler
 +
}}
 +
 
 +
===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(-32 -32 -24, 32 32 64) model(":progs/shambler.mdl")
 +
    = monster_shambler : "Shambler" []
 +
</pre>
 +
 
 +
====DEF Definition====
 +
This is the definition format used for most old Quake editors, including the original [[QuakeEd]].
 +
<pre>
 +
/*QUAKED monster_shambler (1 0 0) (-32 -32 -24) (32 32 64) Ambush
 +
*/
 +
</pre>
 +
 
 +
[[Category:Quake entities]][[Category:Monsters]]

Revision as of 09:14, 20 April 2019

Shambler
Shambler

"Even other monsters fear him, so expect a clobbering. He shrugs off explosions. Good luck."

Health 600
Gib threshold -60
Attacks Claws, lightning bolt
Drop nothing
1st appearance e1m5, e1m3 (Hard)
Game version Shareware
Death message Player was smashed by a Shambler
† The data files for monsters that appear only in the registered version of Quake reside in pak1.pak rather than pak0.pak.
A Shambler in e4m4 (The Palace of Hate).

Shamblers are truly a force to be feared. They have an immense amount of health, and take only half damage from explosions. His pride and joy is his lightning attack, and for good reason: it never misses! Unless you can duck behind cover or retreat beyond the range of the attack, you'll be hit for considerable damage. However, the Shambler's weakness could be his proclivity to use his bare hands when he can. As long as you're within melee range, he will eschew his ranged attack for a good claw swipe or two. So if cover is not available or you're feeling particularly daring, you can run up and initiate his melee attack, then quickly step back to fire shots at him while he is swinging his arms through the air in which you stood a moment before. Then, run back forward before he begins another attack, or he will choose the lightning bolt. Repeat until one of you is dead.

Tactics

The Shambler only takes half the damage of explosive weapons (Grenade Launcher, Rocket Launcher).



monster_shambler
(Shambler)
Entity type point
Entity class monster
Dimensions 64 x 64 x 88
Quake-C shambler.qc
Precaches progs/shambler.mdl

progs/s_light.mdl
progs/h_shams.mdl
progs/bolt.mdl
shambler/sattck1.wav
shambler/sboom.wav
shambler/sdeath.wav
shambler/shurt2.wav
shambler/sidle.wav
shambler/ssight.wav
shambler/melee1.wav
shambler/melee2.wav
shambler/smack.wav

Entity information

monster_shambler is the entity for placing Shamblers in a level.

Usage

Attributes

Keys

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

Spawnflags

The monster_shambler entity supports the following spawnflags:

Flag Common Name Description
1 Ambush The Shambler 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 Shambler will not spawn on Easy difficulty.
512 Not on Normal The Shambler will not spawn on Normal difficulty.
1024 Not on Hard The Shambler will not spawn on Hard difficulty.
2048 Not in Deathmatch The Shambler 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(-32 -32 -24, 32 32 64) model(":progs/shambler.mdl")
    = monster_shambler : "Shambler" []

DEF Definition

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

/*QUAKED monster_shambler (1 0 0) (-32 -32 -24) (32 32 64) Ambush
*/