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

Editing Fiend

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 16: Line 16:
 
Fiends make their first appearance in [[e1m2|Castle of the Damned]] as a literal monster closet, leaping out at you while you observe the floating stone blocks. They are quite potent in their slashing, but also can take a handful of rockets. However those hooved legs should be your concern. The leap is fast and powerful (bare minimum of 40 damage) and quick to recover. Be swift on your feet, particularly with sidestepping and take advantage of its exposed back during the jump. If you can keep close enough in range, they will generally not leap, but they do take small steps forward as they slash, so be careful.
 
Fiends make their first appearance in [[e1m2|Castle of the Damned]] as a literal monster closet, leaping out at you while you observe the floating stone blocks. They are quite potent in their slashing, but also can take a handful of rockets. However those hooved legs should be your concern. The leap is fast and powerful (bare minimum of 40 damage) and quick to recover. Be swift on your feet, particularly with sidestepping and take advantage of its exposed back during the jump. If you can keep close enough in range, they will generally not leap, but they do take small steps forward as they slash, so be careful.
  
==Tactics==
+
{{Monsters}}
 
 
 
 
<br>
 
<br>
 
 
 
{{Infobox_entity
 
| classname = monster_demon1
 
| commonname = [[Fiend]]
 
| type = point
 
| class = [[Monster (entity class)|monster]]
 
| dimensions = 64 x 64 x 88
 
| quakec = [[demon.qc]]
 
| precaches =
 
progs/demon.mdl<br>
 
progs/h_demon.mdl<br>
 
demon/ddeath.wav<br>
 
demon/dhit2.wav<br>
 
demon/djump.wav<br>
 
demon/dpain1.wav<br>
 
demon/idle1.wav<br>
 
demon/sight2.wav
 
}}
 
 
 
==Entity information==
 
 
 
'''monster_demon1''' is the [[Entity|entity]] for placing '''Fiends''' in a level.
 
 
 
===Usage===
 
 
 
 
 
===Attributes===
 
 
 
====Keys====
 
{| class="wikitable" width="100%"
 
|-
 
| ! bgcolor="#eeeeee" width="100px" | ''targetname'' || The targetname of the Fiend. When triggered, the Fiend will wake up if inactive.
 
|-
 
| ! bgcolor="#eeeeee" | ''target'' || The targetname of the entity to be triggered when the Fiend dies.
 
|-
 
| ! bgcolor="#eeeeee" | ''killtarget'' || The targetname of the entity to be removed when the Fiend dies.
 
|}
 
 
 
====Spawnflags====
 
The monster_demon1 entity supports the following [[Entity#Spawnflags|spawnflags]]:
 
{| class="wikitable" width="100%"
 
! width="50" | Flag
 
! width="150" | Common Name
 
! Description
 
|-
 
| 1
 
| Ambush
 
| The Fiend 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 Fiend
 
}}
 
 
 
===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/demon.mdl")
 
    = monster_demon1 : "Fiend" []
 
</pre>
 
 
 
====DEF Definition====
 
This is the definition format used for most old Quake editors, including the original [[QuakeEd]].
 
<pre>
 
/*QUAKED monster_demon1 (1 0 0) (-32 -32 -24) (32 32 64) 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)