v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

User:Immibis/Dwarfpower

From Dwarf Fortress Wiki
Jump to navigation Jump to search

This page shows my attempts to make a power plant powered by idle dwarves filling up pond zones.

Revision 1[edit]

#######       # wall
#     ######  w floor below waterwheel
#     Dwww_#  D lever-controlled door
#.....######  . floor below pond zone
#######       _ drain

Result: After charging up for a while, this produces a net 90 power for a few seconds.

Revision 2[edit]

###############
# . . . .Dwww_#
# . . . .######
# . . . .Dwww_#
# . . . .######
# . . . .Dwww_#
###############

Result: Failed. Only produces net 68 power for a shorter time than the first one.

Revision 3[edit]

##########
# . . . .#
# . . . .#
# . . . .#
# . . . .######
# . . . .Dwww_#
###############

Result: Works for longer than the first version, especially if the dwarves are filling it up as it drains. Produces net 90 power. Not very scalable because of the large number of dwarves required.


Revision 4[edit]

##########
# . . . .#
# . . . .#
# . . . .#WWW
# . . . .#WWW##
# . . . .Dwww_#   W = Wall with waterwheel above it
###############

Result: Failed. Produces 0 power.

Revision 5[edit]

Same as revision 3, but with 6x8 empty space for two levels above that level, that get filled with water too. Also with 4 waterwheels in series instead of 1 to make use of the extra water flow.

Result: Produces about 350 power for about the same time period.