forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0cef43
commit 79877f3
Showing
14 changed files
with
535 additions
and
641 deletions.
There are no files selected for viewing
77 changes: 36 additions & 41 deletions
77
data/mods/More_Locations/multistory_houses/3story_houses/3storyD_basement_02.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,39 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyD_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"#=====##################", | ||
"#=& =######==========##", | ||
"#= ======== l=##", | ||
"#=s + + l=##", | ||
"#===-- ---------====###", | ||
"###=T | C nnnnn=#####", | ||
"###= | C =#####", | ||
"###= | =#####", | ||
"###= | =#####", | ||
"###= + ZZ =#####", | ||
"###=l | ZZ n=#####", | ||
"###=l | ZZ n=#####", | ||
"###=l | n=#####", | ||
"###==== ===========#####", | ||
"######=<=###############", | ||
"######===###############", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ | ||
"multistory_house", | ||
"lower_level" | ||
], | ||
"furniture":{ | ||
"Z": "f_pool_table" | ||
} | ||
} | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyD_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"#=====##################", | ||
"#=& =######==========##", | ||
"#= ======== l=##", | ||
"#=s + + l=##", | ||
"#===-- ---------====###", | ||
"###=T | C nnnnn=#####", | ||
"###= | C =#####", | ||
"###= | =#####", | ||
"###= | =#####", | ||
"###= + ZZ =#####", | ||
"###=l | ZZ n=#####", | ||
"###=l | ZZ n=#####", | ||
"###=l | n=#####", | ||
"###==== ===========#####", | ||
"######=<=###############", | ||
"######===###############", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ "multistory_house", "lower_level" ], | ||
"furniture": { "Z": "f_pool_table" } | ||
} | ||
} | ||
] |
73 changes: 35 additions & 38 deletions
73
data/mods/More_Locations/multistory_houses/3story_houses/3storyD_basement_03.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,38 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyD_basement", | ||
"weight": 0, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"###================#####", | ||
"###=Qq TTTT| X XXX=#####", | ||
"###= | XX =#####", | ||
"###=---- | X =#####", | ||
"###= x=#####", | ||
"###= -------=#####", | ||
"###= |L TT=#####", | ||
"###= + cTT=#####", | ||
"###= | TT=#####", | ||
"###= | =#####", | ||
"###=h H|L =#####", | ||
"###====+=======+=======#", | ||
"######=<=bbbbb bbbbb=#", | ||
"######=== =#", | ||
"########=bbbbb bbbbb=#", | ||
"########=bbbbb bbbbb=#", | ||
"########= =#", | ||
"########=bbbbbbbbbbbbb=#", | ||
"########===============#", | ||
"########################" | ||
], | ||
"palettes": [ | ||
"multistory_house", | ||
"lower_level" | ||
] | ||
} | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyD_basement", | ||
"weight": 0, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"###================#####", | ||
"###=Qq TTTT| X XXX=#####", | ||
"###= | XX =#####", | ||
"###=---- | X =#####", | ||
"###= x=#####", | ||
"###= -------=#####", | ||
"###= |L TT=#####", | ||
"###= + cTT=#####", | ||
"###= | TT=#####", | ||
"###= | =#####", | ||
"###=h H|L =#####", | ||
"###====+=======+=======#", | ||
"######=<=bbbbb bbbbb=#", | ||
"######=== =#", | ||
"########=bbbbb bbbbb=#", | ||
"########=bbbbb bbbbb=#", | ||
"########= =#", | ||
"########=bbbbbbbbbbbbb=#", | ||
"########===============#", | ||
"########################" | ||
], | ||
"palettes": [ "multistory_house", "lower_level" ] | ||
} | ||
} | ||
] |
77 changes: 36 additions & 41 deletions
77
data/mods/More_Locations/multistory_houses/3story_houses/3storyD_basement_04.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,39 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyD_basement", | ||
"weight": 0, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"###================#####", | ||
"###= yyyyyyyy=#####", | ||
"###= yyy yyyyyy=#####", | ||
"###= yy yy=#####", | ||
"###= 1 $ 1 y =#####", | ||
"###= yy =#####", | ||
"###= =#####", | ||
"###=H 1 1 =#####", | ||
"###= =#####", | ||
"###= =#####", | ||
"###=h =#####", | ||
"###==== ===========#####", | ||
"######=<=###############", | ||
"######===###############", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ | ||
"multistory_house", | ||
"lower_level" | ||
], | ||
"terrain":{ | ||
"y": "t_water_sh" | ||
} | ||
} | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyD_basement", | ||
"weight": 0, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"###================#####", | ||
"###= yyyyyyyy=#####", | ||
"###= yyy yyyyyy=#####", | ||
"###= yy yy=#####", | ||
"###= 1 $ 1 y =#####", | ||
"###= yy =#####", | ||
"###= =#####", | ||
"###=H 1 1 =#####", | ||
"###= =#####", | ||
"###= =#####", | ||
"###=h =#####", | ||
"###==== ===========#####", | ||
"######=<=###############", | ||
"######===###############", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ "multistory_house", "lower_level" ], | ||
"terrain": { "y": "t_water_sh" } | ||
} | ||
} | ||
] |
73 changes: 35 additions & 38 deletions
73
data/mods/More_Locations/multistory_houses/3story_houses/3storyE_basement_04.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,38 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyE_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"######===========#######", | ||
"######= |DDca=#######", | ||
"######= |cTTc=#######", | ||
"###====--+----+-====####", | ||
"###=xx| |MM=####", | ||
"###=x + + =####", | ||
"###=xx| |--=####", | ||
"###=--| | L=####", | ||
"###=H | + L=####", | ||
"###= + | L=####", | ||
"###=h | |--=####", | ||
"###=--- | s=####", | ||
"###= + =####", | ||
"###=<< | &=####", | ||
"###====-+----+--====####", | ||
"######= =#######", | ||
"######=q Q ssCCC=#######", | ||
"######===========#######", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ | ||
"multistory_house", | ||
"lower_level" | ||
] | ||
} | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyE_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"######===========#######", | ||
"######= |DDca=#######", | ||
"######= |cTTc=#######", | ||
"###====--+----+-====####", | ||
"###=xx| |MM=####", | ||
"###=x + + =####", | ||
"###=xx| |--=####", | ||
"###=--| | L=####", | ||
"###=H | + L=####", | ||
"###= + | L=####", | ||
"###=h | |--=####", | ||
"###=--- | s=####", | ||
"###= + =####", | ||
"###=<< | &=####", | ||
"###====-+----+--====####", | ||
"######= =#######", | ||
"######=q Q ssCCC=#######", | ||
"######===========#######", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ "multistory_house", "lower_level" ] | ||
} | ||
} | ||
] |
73 changes: 35 additions & 38 deletions
73
data/mods/More_Locations/multistory_houses/3story_houses/3storyE_basement_05.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,38 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyE_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"######===========#######", | ||
"######= x x x=#######", | ||
"######= x x =#######", | ||
"###====----+----====####", | ||
"###= =####", | ||
"###= =####", | ||
"###= =####", | ||
"###= =####", | ||
"###= =####", | ||
"###= =####", | ||
"###= =####", | ||
"###= -------------=####", | ||
"###= |C + x=####", | ||
"###=<<|C TTTT q| x=####", | ||
"###====C q====####", | ||
"######=C TTTT Q=#######", | ||
"######=C Q=#######", | ||
"######===========#######", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ | ||
"multistory_house", | ||
"lower_level" | ||
] | ||
} | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyE_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"######===========#######", | ||
"######= x x x=#######", | ||
"######= x x =#######", | ||
"###====----+----====####", | ||
"###= =####", | ||
"###= =####", | ||
"###= =####", | ||
"###= =####", | ||
"###= =####", | ||
"###= =####", | ||
"###= =####", | ||
"###= -------------=####", | ||
"###= |C + x=####", | ||
"###=<<|C TTTT q| x=####", | ||
"###====C q====####", | ||
"######=C TTTT Q=#######", | ||
"######=C Q=#######", | ||
"######===========#######", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ "multistory_house", "lower_level" ] | ||
} | ||
} | ||
] |
Oops, something went wrong.