Skip to content

Commit

Permalink
Update outpost.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Milopetilo committed Dec 9, 2024
1 parent 44180c3 commit 31ac4e2
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions data/json/mapgen/outpost.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,7 @@
{ "monster": "mon_turret_searchlight", "x": 1, "y": 22 },
{ "monster": "mon_turret_searchlight", "x": 22, "y": 1 }
],
"monster": {
".": [
{ "monster": "mon_zombie_soldier", "chance": 2 },
{ "monster": "mon_dispatch", "chance": 1 },
{ "monster": "mon_dispatch_military", "chance": 1 },
{ "monster": "mon_secubot", "chance": 5 }
]
}
"monster": { ".": [ { "group": "GROUP_MIL_BASE", "chance": 9 } ] }
}
},
{
Expand Down Expand Up @@ -210,14 +203,7 @@
{ "monster": "mon_turret_searchlight", "x": 1, "y": 22 },
{ "monster": "mon_turret_searchlight", "x": 22, "y": 1 }
],
"monster": {
".": [
{ "monster": "mon_zombie_soldier", "chance": 2 },
{ "monster": "mon_dispatch", "chance": 1 },
{ "monster": "mon_dispatch_military", "chance": 1 },
{ "monster": "mon_secubot", "chance": 5 }
]
}
"monster": { ".": [ { "group": "GROUP_MIL_BASE", "chance": 9 } ] }
}
},
{
Expand Down

0 comments on commit 31ac4e2

Please sign in to comment.