Hello my fellow Dwarvenphiles,
I am in the middle of pre-designing a complete fortress layout.
The basic layout idea is to have the grand dining room (/royal rooms/general dormitory) in the center.. Using 4 main road in each wind direction.
North entrance goes to surface, East goes to first cavern level, South to second, West to third.
Each direction should get their own barracks (2 each, 1 ranged/1 melee) and hospital.
All Dwarven rooms are lined along side the main roads, going up 3 z levels with roadside windows. (You should get an apartment feeling, when entering the fort)
This all isn't relevant to my question, because I want to make an automated bathing system for each of the fort's entrances.
The 'bath' will be 5 tiles wide and only 1 tile 'long'. (unless someone gives the advice to increase the size).
The front/back of the 'bath' will be ramps and here is my question.
Say I want to use a water level of 3 (not more than 3 and not less than 2).
5 tiles x 3 = 15 'units' of water, but how much do the ramps 'absorb'?
If the ramps work like regular tiles, the calculation would become 5 tiles (width) x 3 (2 channel lines + 1 regular) x 3 (water units)
Somehow it sounds logical for ramps to 'use' 1/2 of the volume.. But I think it's either 100% or 0%, I forgotten.
So I am wondering how much water there has to be for a steady 3 water level.
The second part of my question is a bit more complicated, but I am sure it's possible. (as there is dwarf computing :p)
I would like to use pressure plates, so I can flush the bath after each 'use'.
However flushing it every time might just be annoying, so I would want to use a logic like.. every 5 dwarves, activates lever, which activates the flush.
What would be the best way of getting this done.. using several gears.. each iteration activates 1 gear.. all gears activate the main functionality?