Skip to content

Instantly share code, notes, and snippets.

@liamzdenek
Created November 8, 2012 15:45
Show Gist options
  • Save liamzdenek/4039581 to your computer and use it in GitHub Desktop.
Save liamzdenek/4039581 to your computer and use it in GitHub Desktop.
DF mini-fortress mockup
D = door
+-| = walls
X = up/down stair
> = down stair
< = up stair
W = workshop space
P = storage plots
B = bed
C = cabinet
F = farm plot
R = weapon rack
A = armor stand
T = table
H = chair
z = 0; entry floor + workshops. don't put woodcutting here.
+----D----+
|WWWWWWWWW|
|WWWWWWWWW|
|WWWWWWWWW|
|WWWXXXWWW|
|WWWX+XWWW|
|WWWXXXWWW|
|WWWWWWWWW|
|WWWWWWWWW|
|WWWWWWWWW|
+---------+
z = 2;
+---------+
|PPPPPPPPP|
|PPPPPPPPP|
|PPPPPPPPP|
|PPPXXXPPP|
|PPPX+XPPP|
|PPPXXXPPP|
|PPPPPPPPP|
|PPPPPPPPP|
|PPPPPPPPP|
+---------+
z = 3; plot storage is for food. room on right is the dining room
+------+--+
|PPPX X|RA|
|PPP | |
|PPPX X| |
|PPP>>>D |
|PPPX+X+--+
|FFF>>>DHT|
|FFFX X|HT|
|FFF |HT|
|FFFX X|HT|
+---------+
z = 4;
+----+----+
|CB X|X BC|
+----+----+
|CB X|X BC|
+----+----+
|CB X|X BC|
+----+----+
|CB X|X BC|
+----+----+
|CB X|X BC|
+----+----+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment