The Forge Quake Entities
page 4 - Rogue entities

pendulum
description:
The Pendulum.

keys/values:

"delay" amount of time (in seconds) before starting swinging. (default 1)
"currentammo" amount of damage for each contact. (default 5)
flags:
PEND_X a pendulum hanging from the ceiling swinging parallel to the X axis.
PEND_Y a pendulum hanging from the ceiling swinging parallel to the Y axis. (default)
PEND_TRG the pendulum must be triggered to start swinging. The delay value still affects the pendulum.
usage:
  • Directional Flags: Pendulum swings perpendicular to it's angle. (eg. A pendulum facing east will swing north/south).
  • The pendulum angle is set automatically depending on the PEND_ choice.
see also:
rubble_generator
description:
Rubble Generator.

keys/values:

"delay" time between rubble pieces (Default 5 sec)
flags:
LAVAROCK a lava rock texture, based on rich's pumice
ACTIVE start the generator immediately.
usage:
  • cave colored rock chunks flung at the target.
  • Triggering the generator will turn it off and on.
trigger_dragon
description:
Trigger to let dragon know what room you're in.
flags:
A, B, C Set the A,B,C to which room this trigger is at.
usage:
  • Point the trigger towards the room. If the player is going the direction the trigger points, he is entering the room. If not, he is leaving.
see also:
trigger_earthquake and trigger_earthquake_kill
description:
These are the entities used to create and kill earthquakes.

keys/values:

"weapon" richter scale of movement (default 40)
usage:
  • trigger_earthquake is a brush entity
  • Anytime a person is in an active field, they shake.
  • If the trigger is a target, it will be OFF until triggered. It will then toggle between ON and OFF.
  • if you give a "weapon" value of 40, the X and Y displacement can vary between -20 and +20, a range of 40.
  • trigger_earthquake_kill is used to kill the level-wide earthquake
see also:
trigger_explosion
description:
Entity to cause explosions.

keys/values:

"health" amount of damage needed to set off trigger.
usage:
  • Variable sized repeatable trigger.
  • Must be targeted at one or more entities.
  • Only set off when killed.
  • Only damaged by T_RadiusDamage.
last page    first page
The Forge: The Official Worldcraft Editing Site - ©1997