Skip to content

Commit

Permalink
Merge pull request CleverRaven#49386 from eltank/light_industry_z
Browse files Browse the repository at this point in the history
Add zombies to light industry complex
  • Loading branch information
Rivet-the-Zombie authored Jun 21, 2021
2 parents f963525 + e5511ea commit 92e1507
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/json/mapgen/s_lightindustry.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@
{ "group": "elecsto_diy", "chance": 60, "repeat": 4, "x": [ 34, 39 ], "y": [ 12, 14 ] },
{ "group": "elecsto_diy", "chance": 60, "repeat": 4, "x": [ 34, 37 ], "y": [ 4, 5 ] }
],
"place_monsters": [
{ "monster": "GROUP_ZOMBIE", "x": [ 2, 22 ], "y": [ 7, 14 ], "density": 0.2 },
{ "monster": "GROUP_ZOMBIE", "x": [ 25, 42 ], "y": [ 7, 14 ], "repeat": [ 1, 2 ], "density": 0.2 },
{ "monster": "GROUP_ZOMBIE", "x": [ 2, 22 ], "y": [ 60, 71 ], "density": 0.2 },
{ "monster": "GROUP_ZOMBIE", "x": [ 25, 42 ], "y": [ 60, 71 ], "repeat": [ 1, 2 ], "density": 0.2 }
],
"place_vehicles": [ { "vehicle": "cube_van", "x": 31, "y": 50, "chance": 70, "rotation": 270 } ]
}
},
Expand Down

0 comments on commit 92e1507

Please sign in to comment.