Skip to content

Commit

Permalink
fix spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersimulacrum committed Mar 27, 2019
1 parent d25f4d5 commit 82bf74d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/mapgen/basement/basement_meth.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
{ "monster": "mon_zombie_hazmat", "x": [ 19, 21 ], "y": [ 15, 20 ], "chance": 50 },
{ "monster": "mon_zombie_hazmat", "x": [ 13, 14 ], "y": [ 11, 16 ], "chance": 50 },
{ "monster": "mon_zombie_rot", "x": 15, "y": 6, "chance": 30 },
{ "monster": "mon_zombie_common", "x": [ 13, 14 ], "y": [ 11, 17 ], "chance": 90, "repeat": [ 1, 3 ] }
{ "monster": "mon_zombie", "x": [ 13, 14 ], "y": [ 11, 17 ], "chance": 90, "repeat": [ 1, 3 ] }
],
"place_fields": [
{ "x": [ 15, 16 ], "y": [ 5, 6 ], "field": "fd_blood", "density": 3 },
Expand Down Expand Up @@ -166,7 +166,7 @@
{ "group": "home_hw", "x": [ 21, 22 ], "y": 5, "chance": 40, "repeat": [ 1, 3 ] }
],
"place_item": [ { "x": 11, "y": 10, "item": "towel" } ],
"place_monster": [ { "monster": "mon_zombie_common", "x": [ 13, 14 ], "y": [ 11, 17 ], "chance": 90, "repeat": [ 1, 3 ] } ]
"place_monster": [ { "monster": "mon_zombie", "x": [ 13, 14 ], "y": [ 11, 17 ], "chance": 90, "repeat": [ 1, 3 ] } ]
}
},
{
Expand Down Expand Up @@ -226,7 +226,7 @@
{ "group": "guns_shotgun_rare", "x": 21, "y": 14, "chance": 10 }
],
"place_item": [ { "x": 11, "y": 10, "item": "towel" }, { "x": 21, "y": 14, "item": "wrench" } ],
"place_monster": [ { "monster": "mon_zombie_common", "x": [ 13, 14 ], "y": [ 11, 17 ], "chance": 90, "repeat": [ 1, 3 ] } ]
"place_monster": [ { "monster": "mon_zombie", "x": [ 13, 14 ], "y": [ 11, 17 ], "chance": 90, "repeat": [ 1, 3 ] } ]
}
}
]

0 comments on commit 82bf74d

Please sign in to comment.