This is a dog kennel from fcpb:
and straight away I notice this is easy enough to do with a build_kennel instead. The advantage being that it wouldn't always be 16 dogs, it could be random x dogs, random x serpents or random x basilisks.
These are room stacks, they actually go up to 6:
Again these are simple symmetrical building that could be done with a builder. all 6 could be done with 1 builder. The kennel could be done with the same builder, though there it would be 1 builder with 2 parts (which seems to lose more then it gains compared to 2 separate builders).
Anyway I'm curious if anyone has any thoughts on:
I plan to do the kennel for the reasons above, the rest I'm putting off till I decide whether it's worth it.
Code:
N:Kennel T:ROOM:NORMAL W:10:*:4 L:C:MON(HOUND, DEPTH+5) M:%%%%%%%%%%%%%%%%%%%%% M:%...................% M:%.#################.% M:%.#C#C#C#C#C#C#C#C#.% M:%.#+#+#+#+#+#+#+#+#.% M:%.+...............#.% M:%.#+#+#+#+#+#+#+#+#.% M:%.#C#C#C#C#C#C#C#C#.% M:%.#################.% M:%...................% M:%%%%%%%%%%%%%%%%%%%%%
These are room stacks, they actually go up to 6:
Code:
N:Room Stack I T:ROOM:NORMAL W:20:*:2 L:M:MON(*, DEPTH+5) L:$:OBJ(*) M:%%%%%%%%%%%%%%%%%%%%%%%%% M:%.......................% M:%.#####################.% M:%.#......M..#..M......#.% M:%.+.....M..$#$..M.....+.% M:%.#......M..#..M......#.% M:%.#####################.% M:%.......................% M:%%%%%%%%%%%%%%%%%%%%%%%%% N:Room Stack II T:ROOM:NORMAL W:20:*:4 L:M:MON(*, DEPTH+5) L:$:OBJ(*) M:%%%%%%%%%%%%%%%%%%%%%%%%% M:%.......................% M:%.+###################+.% M:%.#......M..#..M......#.% M:%.#......M.$#$.M......#.% M:%.#####################.% M:%.#......M.$#$.M......#.% M:%.#......M..#..M......#.% M:%.+###################+.% M:%.......................% M:%%%%%%%%%%%%%%%%%%%%%%%%%
Anyway I'm curious if anyone has any thoughts on:
- Which rooms are better done with builders & which with prefabs
- How many versions to cram into 1 builder
- anything else
I plan to do the kennel for the reasons above, the rest I'm putting off till I decide whether it's worth it.
Comment