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.
Merge pull request CleverRaven#30058 from ifreund/lint-json-7
Lint json #7
- Loading branch information
Showing
27 changed files
with
925 additions
and
1,040 deletions.
There are no files selected for viewing
73 changes: 35 additions & 38 deletions
73
data/mods/More_Locations/multistory_houses/3story_houses/3storyF_basement_00.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": "3storyF_basement", | ||
"weight": 0, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"##====================##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= 88 =##", | ||
"##=<<88 =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##====================##", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ | ||
"multistory_house", | ||
"lower_level" | ||
] | ||
} | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyF_basement", | ||
"weight": 0, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"##====================##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= 88 =##", | ||
"##=<<88 =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##====================##", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ "multistory_house", "lower_level" ] | ||
} | ||
} | ||
] |
78 changes: 36 additions & 42 deletions
78
data/mods/More_Locations/multistory_houses/3story_houses/3storyF_basement_01.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,45 +1,39 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyF_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"##====================##", | ||
"##=& | xxxxxx=##", | ||
"##=s + xxxx=##", | ||
"##=---------+--------=##", | ||
"##= | h| | X X =##", | ||
"##= 88 + | + x =##", | ||
"##=<<88 | H| | x X =##", | ||
"##=---- ---- |-------=##", | ||
"##=q + + U=##", | ||
"##=Q ----+--| U=##", | ||
"##=T | n| Tc C=##", | ||
"##=---- n| c C=##", | ||
"##= | n| C=##", | ||
"#$$% + n|CCCCCCC=##", | ||
"##====================##", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ | ||
"multistory_house", | ||
"lower_level" | ||
], | ||
"terrain":{ | ||
"%": "t_sewage_pump", | ||
"$": "t_sewage_pipe" | ||
} | ||
} | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyF_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"##====================##", | ||
"##=& | xxxxxx=##", | ||
"##=s + xxxx=##", | ||
"##=---------+--------=##", | ||
"##= | h| | X X =##", | ||
"##= 88 + | + x =##", | ||
"##=<<88 | H| | x X =##", | ||
"##=---- ---- |-------=##", | ||
"##=q + + U=##", | ||
"##=Q ----+--| U=##", | ||
"##=T | n| Tc C=##", | ||
"##=---- n| c C=##", | ||
"##= | n| C=##", | ||
"#$$% + n|CCCCCCC=##", | ||
"##====================##", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ "multistory_house", "lower_level" ], | ||
"terrain": { "%": "t_sewage_pump", "$": "t_sewage_pipe" } | ||
} | ||
} | ||
] |
77 changes: 36 additions & 41 deletions
77
data/mods/More_Locations/multistory_houses/3story_houses/3storyF_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": "3storyF_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_water_sh", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"##====================##", | ||
"##=h =##", | ||
"##=H =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= 88 =##", | ||
"##=<<88 =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##====================##", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ | ||
"multistory_house", | ||
"lower_level" | ||
], | ||
"set": [ | ||
{ "square": "terrain", "x": 3, "y": 4, "x2": 20, "y2": 19, "id": "t_water_sh", "chance": 30 } | ||
] | ||
} | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyF_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_water_sh", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"##====================##", | ||
"##=h =##", | ||
"##=H =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= 88 =##", | ||
"##=<<88 =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##====================##", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ "multistory_house", "lower_level" ], | ||
"set": [ { "square": "terrain", "x": 3, "y": 4, "x2": 20, "y2": 19, "id": "t_water_sh", "chance": 30 } ] | ||
} | ||
} | ||
] |
73 changes: 35 additions & 38 deletions
73
data/mods/More_Locations/multistory_houses/3story_houses/3storyF_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": "3storyF_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"##====================##", | ||
"##=CqCQC | cTT=##", | ||
"##= -+- TT=##", | ||
"##= | |LLLLL =##", | ||
"##=TTT | |--------=##", | ||
"##=--88 | |xx xx x =##", | ||
"##=<<88-+-- |x xxx xx=##", | ||
"##= + x x =##", | ||
"##=-+--- ------------=##", | ||
"##= C| |l C| X =##", | ||
"##= C| + C| X X =##", | ||
"##=h | |l C| X =##", | ||
"##= | ------| X =##", | ||
"##= H| + =##", | ||
"##====================##", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ | ||
"multistory_house", | ||
"lower_level" | ||
] | ||
} | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyF_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"########################", | ||
"########################", | ||
"##====================##", | ||
"##=CqCQC | cTT=##", | ||
"##= -+- TT=##", | ||
"##= | |LLLLL =##", | ||
"##=TTT | |--------=##", | ||
"##=--88 | |xx xx x =##", | ||
"##=<<88-+-- |x xxx xx=##", | ||
"##= + x x =##", | ||
"##=-+--- ------------=##", | ||
"##= C| |l C| X =##", | ||
"##= C| + C| X X =##", | ||
"##=h | |l C| X =##", | ||
"##= | ------| X =##", | ||
"##= H| + =##", | ||
"##====================##", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ "multistory_house", "lower_level" ] | ||
} | ||
} | ||
] |
78 changes: 36 additions & 42 deletions
78
data/mods/More_Locations/multistory_houses/3story_houses/3storyF_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,45 +1,39 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyF_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"######$#################", | ||
"######$#################", | ||
"##====$===============##", | ||
"#$$$$$$| | =##", | ||
"##= % | | =##", | ||
"##=h | | =##", | ||
"##=H | =##", | ||
"##=--88 =##", | ||
"##=<<88 =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= | | =##", | ||
"##= C| | =##", | ||
"##= C| | xx=##", | ||
"##=CQqC| | xxx=##", | ||
"##====================##", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ | ||
"multistory_house", | ||
"lower_level" | ||
], | ||
"terrain":{ | ||
"%": "t_sewage_pump", | ||
"$": "t_sewage_pipe" | ||
} | ||
} | ||
{ | ||
"type": "mapgen", | ||
"om_terrain": "3storyF_basement", | ||
"weight": 250, | ||
"method": "json", | ||
"object": { | ||
"fill_ter": "t_concrete_floor", | ||
"rows": [ | ||
"########################", | ||
"######$#################", | ||
"######$#################", | ||
"##====$===============##", | ||
"#$$$$$$| | =##", | ||
"##= % | | =##", | ||
"##=h | | =##", | ||
"##=H | =##", | ||
"##=--88 =##", | ||
"##=<<88 =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= =##", | ||
"##= | | =##", | ||
"##= C| | =##", | ||
"##= C| | xx=##", | ||
"##=CQqC| | xxx=##", | ||
"##====================##", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################", | ||
"########################" | ||
], | ||
"palettes": [ "multistory_house", "lower_level" ], | ||
"terrain": { "%": "t_sewage_pump", "$": "t_sewage_pipe" } | ||
} | ||
} | ||
] |
Oops, something went wrong.