Skip to content

Commit

Permalink
Mod cleanup: Assorted mapgen fixes (2019-12-17) (#36187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored and KorGgenT committed Dec 17, 2019
1 parent befe6dd commit 22586da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
11 changes: 4 additions & 7 deletions data/mods/Animatronics/bankrupt_pizzeria.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@
"I": "f_hay"
},
"toilets": { "t": { } },
"comment": "randomly picked from a group ---v",
"place_items": [
{ "item": "pizza_display", "x": 11, "y": 5, "chance": 60 },
{ "item": "pizza_kitchen", "x": 17, "y": 16, "chance": 60 },
Expand Down Expand Up @@ -289,12 +288,10 @@
{ "monster": "GROUP_PIZZAPARLOR_ROBOT", "chance": 1, "x": 10, "y": 1, "density": 0.1 },
{ "monster": "GROUP_PIZZAPARLOR_ROBOT", "chance": 1, "x": 11, "y": 1, "density": 0.1 },
{ "monster": "GROUP_PIZZAPARLOR_ROBOT", "chance": 1, "x": 1, "y": 13, "density": 0.1 }
],
"comment": "end of mapgen json definition ---v"
},
"comment": "end of mapgen entry ---v",
"flags": [ "SIDEWALK" ]
]
}
}
]
],
"flags": [ "SIDEWALK" ]
}
]
11 changes: 4 additions & 7 deletions data/mods/DinoMod/fieldoffice.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
"I": "f_hay"
},
"toilets": { "B": { } },
"comment": "randomly picked from a group ---v",
"place_items": [
{ "item": "fieldoffice_weapons", "chance": 70, "x": [ 20, 21 ], "y": 20 },
{ "item": "fieldoffice_tools", "chance": 80, "x": [ 18, 19 ], "y": 20 },
Expand All @@ -189,12 +188,10 @@
{ "monster": "GROUP_DINOSAUR_HARMLESS", "chance": 3, "x": [ 9, 13 ], "y": [ 16, 20 ], "density": 0.15 },
{ "monster": "GROUP_FIELDOFFICE_ZOMBIE", "chance": 2, "x": [ 1, 22 ], "y": [ 1, 6 ], "density": 0.15 },
{ "monster": "GROUP_FIELDOFFICE_ZOMBIE", "chance": 2, "x": [ 16, 22 ], "y": [ 8, 21 ], "density": 0.15 }
],
"comment": "end of mapgen json definition ---v"
},
"comment": "end of mapgen entry ---v",
"flags": [ "SIDEWALK" ]
]
}
}
]
],
"flags": [ "SIDEWALK" ]
}
]

0 comments on commit 22586da

Please sign in to comment.