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

Editing Grunt

From Quake Wiki

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
{{Infobox Monster
+
Goons with probes inserted into their pleasure centers; wired up so when they kill someone, they get a paroxysms of ecstatsy. In essence, customized serial killers. Easy to kill, and they tote shotgun shells. It's like a little Christmas each time you kill one!
| name = Grunt
 
| image = monster_quake_grunt.png
 
| manualtext = Goons with probes inserted into their pleasure centers; wired up so when they kill someone, they get a paroxysms of ecstasy. In essence, customized serial killers. Easy to kill, and they tote shotgun shells. It's like a little Christmas each time you kill one!
 
| health = 30
 
| gibthresh = -35
 
| attacks = Shotgun
 
| drop = 5 shells
 
| 1stappearance = [[e1m1]]
 
| gameversion = Shareware
 
| deathmessage = Player was shot by a Grunt
 
}}
 
  
The '''Grunt''' is the first enemy you will encounter in Quake, alongside the [[Rottweiler]]. He moves fairly slowly, has particularly low health and packs a mere shotgun. Not only is his attack just a shotgun, it calls a FireBullets value of 4 rather than the players 6, and he also aims slightly behind the player. Despite these shortcomings, on death he will drop a backpack containing 5 shells, turning an ammunition profit for the accurate (or melee) player.
+
* '''Weapon:''' [[Shotgun]]
 +
* '''Health:''' 30
 +
* '''Treasure:''' 5 shells
  
Grunts though easy, can pose quite a threat in large groups, which you see very little of in Quake itself, but is common in user made Base maps. Though inaccurate and weak, in groups the hitscan attack can catch a player off guard who is usually more concerned with the laser projectiles of the [[Enforcer]].
+
'''Tips:''' Grunts are next to harmless alone, but if in large groups, they can be a problem. They have bad aim if you keep moving, and go down after two well-placed shots from your [[Shotgun]]. If you're close enough, don't be afraid to use the [[Double-Barrelled Shotgun]] to fell them in one shot. If they're not alone, you may find yourself using a [[Nailgun]]. If you spot an unsuspected and alone Grunt, feel free to whack them with your [[Axe]].
  
The Grunt is one of a few Quake monsters who possesses more animation frames than the code makes use of. In this case, he has frames reloading his shotgun, which has been utilized by numerous mods where they keep track of how many rounds the grunt has fired, or to display a switching of weapons in that particular mod.
+
'''Entity name:''' [[monster_army]]
  
==Tactics==
+
[http://frikqcc.quakesrc.org/files/soldier.gif]
As one of the weakest enemies in Quake, Grunts do not pose any real threat to a player alone, but due to their hitscan attack, they can be a nuisance to players have not noticed the Grunt's presence. In groups, especially when scattered around an area and attacking from many angles at once, Grunts can slowly wear down the health of players who do not keep moving.
 
  
A good example of a stage where Grunts do actually cause quite a lot of trouble is [[e4m1]], where the Grunts can easily snipe at the player from afar before the player has really had chance to notice them. This situation occurs quite frequently in custom maps, but less so in the stock Quake maps.
+
==See Also==
 
+
[[Monsters]]
Grunts are extremely easy to deal with once the player is aware of them, with just about any weapon providing more than enough fire power to despatch them quickly. Grenades and rockets are great for taking down groups of Grunts, and also pack enough of a punch to take down any [[Enforcer]] unlucky enough to get caught in the blast.
 
 
 
<br>
 
<br>
 
 
 
{{Infobox_entity
 
| classname = monster_army
 
| commonname = [[Grunt]]
 
| type = point
 
| class = [[Monster (entity class)|monster]]
 
| dimensions = 32 x 32 x 64
 
| quakec = [[soldier.qc]]
 
| precaches =
 
progs/soldier.mdl<br>
 
progs/h_guard.mdl<br>
 
soldier/death1.wav<br>
 
soldier/idle.wav<br>
 
soldier/pain1.wav<br>
 
soldier/pain2.wav<br>
 
soldier/sattck1.wav<br>
 
soldier/sight1.wav
 
}}
 
 
 
==Entity information==
 
 
 
'''monster_army''' is the [[Entity|entity]] for placing '''Grunts''' in a level.
 
 
 
===Usage===
 
The Grunt is a monster entity normally associated with the Base themed setting although it has also been used in Quake to populate the early part of levels that the player has entered from a base themed level (see the start of e1m2 for an example of this).
 
 
 
Being a low health monster entity it's best usage is probably while the player still has minimal armor and weaponry which can allow for some overwhelming by sheer numbers in the harder skill settings.
 
 
 
===Attributes===
 
 
 
====Keys====
 
{| class="wikitable" width="100%"
 
|-
 
| ! bgcolor="#eeeeee" width="100px" | ''targetname'' || The targetname of the Grunt. When triggered, the Grunt will wake up if inactive.
 
|-
 
| ! bgcolor="#eeeeee" | ''target'' || The targetname of the entity to be triggered when the Grunt dies.
 
|-
 
| ! bgcolor="#eeeeee" | ''killtarget'' || The targetname of the entity to be removed when the Grunt dies.
 
|}
 
 
 
====Spawnflags====
 
The monster_army entity supports the following [[Entity#Spawnflags|spawnflags]]:
 
{| class="wikitable" width="100%"
 
! width="50" | Flag
 
! width="150" | Common Name
 
! Description
 
|-
 
| 1
 
| Ambush
 
| The Grunt 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 Grunt
 
}}
 
 
 
===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/solider.mdl")
 
    = monster_army : "Grunt" []
 
</pre>
 
 
 
====DEF Definition====
 
This is the definition format used for most old Quake editors, including the original [[QuakeEd]].
 
<pre>
 
/*QUAKED monster_army (1 0 0) (-16 -16 -24) (16 16 40) Ambush
 
*/
 
</pre>
 
 
 
[[Category:Quake entities]][[Category:Monsters]]
 

Please note that all contributions to Quake Wiki are considered to be released under the GNU Free Documentation License 1.3 or later (see Quake Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)