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

Difference between revisions of "Rotfish"

From Quake Wiki

(added basic entity info)
m (changed Fish to Rotfish in entity info)
Line 21: Line 21:
 
{{Infobox_entity
 
{{Infobox_entity
 
| classname = monster_fish
 
| classname = monster_fish
| commonname = [[Fish]]
+
| commonname = [[Rotfish]]
 
| type = point
 
| type = point
 
| class = [[Monster (entity class)|monster]]
 
| class = [[Monster (entity class)|monster]]
Line 35: Line 35:
 
==Entity information==
 
==Entity information==
  
'''monster_fish''' is the [[Entity|entity]] for placing '''Fish''' in a level.
+
'''monster_fish''' is the [[Entity|entity]] for placing '''Rotfish''' in a level.
  
 
===Usage===
 
===Usage===
Line 45: Line 45:
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"
 
|-
 
|-
| ! bgcolor="#eeeeee" width="100px" | ''targetname'' || The targetname of the Fish. When triggered, the Fish will wake up if inactive.
+
| ! bgcolor="#eeeeee" width="100px" | ''targetname'' || The targetname of the Rotfish. When triggered, the Rotfish will wake up if inactive.
 
|-
 
|-
| ! bgcolor="#eeeeee" | ''target'' || The targetname of the entity to be triggered when the Fish dies.
+
| ! bgcolor="#eeeeee" | ''target'' || The targetname of the entity to be triggered when the Rotfish dies.
 
|-
 
|-
| ! bgcolor="#eeeeee" | ''killtarget'' || The targetname of the entity to be removed when the Fish dies.
+
| ! bgcolor="#eeeeee" | ''killtarget'' || The targetname of the entity to be removed when the Rotfish dies.
 
|}
 
|}
  
Line 61: Line 61:
 
| 1
 
| 1
 
| Ambush
 
| Ambush
| The Fish will not wake up from seeing other monsters wake up or hearing sounds.
+
| The Rotfish will not wake up from seeing other monsters wake up or hearing sounds.
 
|}
 
|}
  
 
It also supports the standard spawnflags for difficulty and deathmatch presence.
 
It also supports the standard spawnflags for difficulty and deathmatch presence.
 
{{Template:Mode_spawnflags
 
{{Template:Mode_spawnflags
| entity = The Fish
+
| entity = The Rotfish
 
}}
 
}}
  
Line 75: Line 75:
 
<pre>
 
<pre>
 
@PointClass base(Monster) size(-16 -16 -24, 16 16 24) model(":progs/enforcer.mdl")
 
@PointClass base(Monster) size(-16 -16 -24, 16 16 24) model(":progs/enforcer.mdl")
     = monster_fish : "Fish" []
+
     = monster_fish : "Rotfish" []
 
</pre>
 
</pre>
  

Revision as of 05:29, 9 April 2013

Rotfish
Rotfish

"Disgusting little critters who dish it out, but can't take it."

Health 25
Gib threshold {{{gibthresh}}}
Attacks Bite
Drop nothing
1st appearance e2m3
Game version Registered
Death message Player was fed to the Rotfish
† The data files for monsters that appear only in the registered version of Quake reside in pak1.pak rather than pak0.pak.

If Rotfishes are even a concern, let them get moderately close and kill them with a shot from the Double-Barrelled Shotgun, that will take care of them most likely.

Tactics



monster_fish
(Rotfish)
Entity type point
Entity class monster
Dimensions 32 x 32 x 48
Quake-C fish.qc
Precaches progs/fish.mdl

fish/death.wav
fish/bite.wav
fish/idle.wav

Entity information

monster_fish is the entity for placing Rotfish in a level.

Usage

Attributes

Keys

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

Spawnflags

The monster_fish entity supports the following spawnflags:

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

DEF Definition

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

/*QUAKED monster_fish (1 0 0) (-16 -16 -24) (16 16 24) Ambush
*/