Skip to content

Commit

Permalink
Add drop trap.
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleywerner committed Apr 14, 2018
1 parent 9fbbf15 commit 22eb95c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
Binary file added source/cookbook/traps/drop_trap.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/cookbook/traps/drop_trap.xcf.gz
Binary file not shown.
15 changes: 13 additions & 2 deletions source/cookbook/traps/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,21 @@ The ceiling lowers to crush the player.

Fast crushers do less damage and the player may even survive one round of crushing. Slow crushers take their time, dealing a lot of damage and ensures player death.

Hole Trap
Drop Trap
---------

A section of the floor drops out under the player,
The floor drops out unexpectly from beneath the player into a room with monsters.

.. image:: drop_trap.png
:target: /_images/drop_trap.png

* Add the sector that will drop out beneath the player (A).
* Tag the sector (A).
* Add the hidden room the player will drop into, lower it's floor (B).
* Insert vertices on a wall to create a switch (C).
* Set the tag of the switch linedef (C) to match the drop sector (A).
* Set the switch linedef **Type 123 SR Lift Lower /fast** (C).


Lock-In Trap
------------
Expand Down
Binary file modified source/cookbook/traps/traps.wad
Binary file not shown.

0 comments on commit 22eb95c

Please sign in to comment.