Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Traps question (concept, not mechanics)  (Read 531 times)

xcorps

  • Bay Watcher
    • View Profile
Traps question (concept, not mechanics)
« on: November 29, 2013, 06:26:53 am »

How would you go about setting up a trap scheme that allowed the enemy past the first group of traps and only activated after the next group of traps fired? Like a bunch of discs that didn't attack until the cages further down the hall made the ambushers retreat?

I was thinking of using a combination of pressure plates and floodgates/drawbridges. Enemy comes in one way, hits the cages, has to retreat a different way and gets gibbed. Or would that break pathing?

Logged

Garath

  • Bay Watcher
  • Helping to deforest the world
    • View Profile
Re: Traps question (concept, not mechanics)
« Reply #1 on: November 29, 2013, 10:12:39 am »

in theory it would work, some issues though:
1 Timing
you'd need some way to time how fast the bridge closes, or whatever closes so enough enemies went in.

Most important:
2 Stupid AI leaders in a cage with a stupid AI squad
Usually the leader of a squad walks in front. When the leader gets stuck in a cage, the rest of a squad stops at at that location
Logged
Quote from: Urist Imiknorris
Jam a door with its corpse and let all the goblins in. Hey, nobody said it had to be a weapon against your enemies.
Quote from: Frogwarrior
And then everyone melted.

jcochran

  • Bay Watcher
    • View Profile
Re: Traps question (concept, not mechanics)
« Reply #2 on: November 29, 2013, 10:44:58 am »

Hmm. I see what you want. However, I don't believe you can use weapon traps to get what you desire. So let me see if rephrasing your request matches your intention.

"I want to trap and kill as many enemies as possible without permitting them to escape from the map even after they panic and try to retreat."

If the above is your intention, then the solution I use may also suit your needs. Basically, I have a 2 stage entrance that enemies go through.
The 1st stage is simply a large room with a lot of one way entrances controlled via pressure plates activating floor hatches. Not threatening at all, and doesn't actually cause any harm to enemies. Sort of a "roach motel" for mobs. They're allowed to enter, but once inside, they can't leave.

Except for 1 exit.

That exit is simply a standard goblin grinder. In my case, the grinder consists of 15 single weapon weapon traps. I'm using that many "weak" weapon traps to both attempt to delay them getting jammed for as long as possible, and to allow it to continue to function even if some of the weapon traps get jammed.

So, the usual flow consists of mobs entering the room and for the most part, attempting to exit the room while heading towards my fort. But since the "exit" consists of a goblin grinder, they generally don't get too far before being shredded. Because for the most part, all of the squad enters the room before any start to exit, I manage to kill the entire squad. But I will admit that they frequently get trapped in a retreat cycle where they try one of the one way entrances (causing the hatch cover to open denying them that exit) and they keep cycling from one possible exit to another. To break that cycle I have a drawbridge that I can raise so that all of the entrances (and potential exits) are blocked so their only way out is via the grinder.
 
Logged

xcorps

  • Bay Watcher
    • View Profile
Re: Traps question (concept, not mechanics)
« Reply #3 on: November 29, 2013, 02:23:55 pm »

Yep, that's was my main intent.

How do you keep them from hitting the pressure plate again to close the hatch?

Will building destroyers tear down a floodgate during their attempt to leave the map?
Logged

blue sam3

  • Bay Watcher
    • View Profile
Re: Traps question (concept, not mechanics)
« Reply #4 on: November 29, 2013, 07:21:48 pm »

Make the outer set a "trap" in the "pressure plate that drops the roof on you" style, rather than the "built from the traps menu" style, add a/some pressure plate(s) on the inner set of traps, and some to the outer ones, and have a simple logic system set up somewhere, something like this:


Code: [Select]
--->#####
--->A_Bp#
--->a_bp#
--->#####

# is walls, _ is a gap (which may need to be multiple tiles) ---> is some source of pressurised water, A (resp a) is floodgate (resp door) linked to inner pressure plate, B (resp b) is floodgate (resp door) linked to outer pressure plate, p is pressure plate set to trigger on 1/7 water, and activate the outer traps.


That way, if the outer pressure plates are triggered, then they wont do anything (just open/close the second gates, allowing nothing through), unless there's some water in the middle section, in which case that water will trigger the floodgates. Obviously, the second pressure plate will fill the middle chamber.

NOTE: The floodgate/door combo is intended to ensure (via the 100 tick delay on floodgates that doesn't exist on doors), that there is enough time for some (more than 1/7) water to flow through, but I haven't tested it. It might be necessary to fill in one of the middle tiles, or add extra doors/floodgates, or it might be completely unnecessary to have anything other than a single door. You'd have to check.
Logged

jcochran

  • Bay Watcher
    • View Profile
Re: Traps question (concept, not mechanics)
« Reply #5 on: November 30, 2013, 11:27:18 am »

Yep, that's was my main intent.

How do you keep them from hitting the pressure plate again to close the hatch?

Will building destroyers tear down a floodgate during their attempt to leave the map?
I don't bother. Here's my layout. The area to the left is "uncontrolled" and towards the right leads towards my fortress.


Z = surface of map. Not going to show the surface since it should be fairly obvious given the Z-1 level...
Z-1 = 1 level beneath.
Code: [Select]
▒▒▒▲+▒▒        Entire map edge trenched like this. The ramp/floor combination allows wagons to pass unhindered (for caravans) while those on foot
▒▒▒▲+▒▒        have to travel around the trench until they reach the "welcome center" The reason the border is 3 tiles instead of 1 is to avoid issues
▒▒▒▲+▒▒       with trees and such that blocks caravans.
▒▒▒▲+>▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▲+▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▲╔╗¢^╔════════╗¢^^^^^^^^^^^^^^^^^¢▲▒▒▒ Each ^ next to a ¢ is a pressure plate triggered by non-citizen creatures, any weight.
▒▒▒▲║║▒▒║++++++++║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ The other ^ are weapon traps. For this diagram, there are a total of 7 pressure plates,
▒▒▒▲║║¢^║++++++++║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 7 hatch covers, and 15 weapon traps. Additionally, there is a 2x9 drawbridge
▒▒▒▲║║▒▒║++++++++║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ and a 10x10 drawbridge controlled by levers inside the fortress.
▒▒▒▲║║¢^║++++++++║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▲║║▒▒║++++++++║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▲║║¢^║++++++++║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▲║║▒▒║++++++++║▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▲╚╝¢^║++++++++║>▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▲+▒▒▒╚════════╝▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▲+▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒

Z-2
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒<^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^▒▒▒ Just a lot of cage traps in a tunnel that runs underneath the hatch covers.
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒^▒▒▒
▒▒▒▒▒▒^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^▒▒▒
▒▒▒▒▒▒^▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒^▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒^▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒^▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒^▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒^▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒^▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒^^^^^^^^^^^^<▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒


Usual mode of operation. Both drawbridges are lowered. When a siege with building destroyers is present, the outer 2x9 drawbridge is raised and lowered as needed to either destroy the building destroyers, or to encourage the building destroyers to take the down stairs into the cage trap corridor.
The 10x10 drawbridge is usually kept lowered. However, because I'm impatient, when a siege by numerous undead is present, I'll have a dwarf throwing the lever on repeat to raise and lower the bridge to crush the undead (I've found that the undead generally don't have any loot, so I don't consider it a waste to simply smash them into oblivion.)
The reason for 5 entrances is to help compensate for the 100 tick reset delay on the pressure plates. I wish the room to be as easy as possible to enter and I'm using 5 entrances simply because that's the most entrances I can cover/protect with a single drawbridge. There's nothing preventing multiple drawbridges from being used and having them all linked to the same lever and controlled as a single unit and of course, then permitting more hatch cover/pressure plate pairs to make the entrance even easier. Only using 1 goblin grinder as the exit to maximize the number of weapon traps that have to be jammed before the grinder become ineffective. Each weapon trap has only 1 weapon to minimize the chance of being jammed. The weapons used is a fairly random mix of menacing spikes, spiked balls, corkscrews, axe blades, etc. Preference to non immediately lethal weapons is made to once again, minimize the chance of a jam. However, I do include a few blades to deal with creatures that have to be beheaded or bifurcated to be killed.

If the 10x10 room has some creatures that are attempting to retreat (it's pretty obvious when it happens), the 2x9 drawbridge is manually closed so the creatures stop futility attempting to path over the hatch covers and instead path towards the down stairs leading to the cage corridor.

This welcome center will pretty much handle all sieges prior to flying creatures. However, kobolds are quite capable of passing through without hindrance and you should have some sort of sentinel at the entrance to your fort proper in order to spot them before they manage to steal anything. If you do manage to spot them prior to them stealing anything they'll simply run away and they can be otherwise ignored. However, if kobolds do manage to steal enough items, they'll come back and ambush you. And the welcome center will provide no protection against a kobold ambush.

I also tend to trench out over the weapon traps and then construct a floor over the trench in order to flag the goblin grinder as lit and above ground in order to prevent miasma. It would also be a good idea to check on the welcome center from time to time in order to clean it out. Some creatures will enter the 10x10 room, and then attempt to escape causing some lag as they keep trying each of the 5 entrances causing the hatch covers to open and close. When this happens, just raise the 2x9 bridge and wait for them to path through the cage corridor. Also goblin thief remains (and possessions) will be frequently found in the goblin grinder without any corresponding combat reports. (yes, snatchers can not get through that welcome center).

Some possible refinements.
1. Provide a means of flooding the welcome center with water and a means of draining the water. Useful for mass killing and dealing with weapon masters (who are VERY good at dodging the weapon traps in the goblin grinder. A weapon master from a latter siege can survive the grinder for a long long time and in order to get rid of them, you'll either need to flood the area, or send in some armed dwarves to fight 'em.
2. Replace the walls with fortifications and station archers on the other side to shoot at 'em (also useful for dealing with weapon masters).
Logged

xcorps

  • Bay Watcher
    • View Profile
Re: Traps question (concept, not mechanics)
« Reply #6 on: December 01, 2013, 05:59:49 pm »

Thanks for the ideas!
Logged