summaryrefslogtreecommitdiff
path: root/Mapgen/nested/aux_nested.json
blob: c1499ee32486df7efa8567bfbd84c1ab342b966d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  {
    "type": "mapgen",
    "method": "json",
    "nested_mapgen_id": "npc_bandit",
    "object": { "mapgensize": [ 1, 1 ], "place_npcs": [ { "class": "bandit", "x": 0, "y": 0 } ] }
  },
  {
    "type": "mapgen",
    "method": "json",
    "nested_mapgen_id": "npc_thug",
    "object": { "mapgensize": [ 1, 1 ], "place_npcs": [ { "class": "thug", "x": 0, "y": 0 } ] }
  }
]