Skip to content

Commit

Permalink
add some missing flags to allow better mapgen control
Browse files Browse the repository at this point in the history
  • Loading branch information
juur committed Feb 1, 2025
1 parent 8c76186 commit e9c363c
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions data/json/overmap/map_extras.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@
"min_max_zlevel": [ -5, 5 ],
"sym": "P",
"color": "magenta",
"autonote": true
"autonote": true,
"flags": [ "PORTAL" ]
},
{
"id": "mx_portal_in",
Expand All @@ -188,7 +189,8 @@
"min_max_zlevel": [ -5, 5 ],
"sym": "P",
"color": "magenta",
"autonote": true
"autonote": true,
"flags": [ "PORTAL" ]
},
{
"id": "mx_exocrash_1",
Expand Down Expand Up @@ -247,7 +249,8 @@
"min_max_zlevel": [ -1, -1 ],
"sym": "S",
"color": "yellow",
"autonote": true
"autonote": true,
"flags": [ "SPIDER" ]
},
{
"id": "mx_house_wasp",
Expand All @@ -258,7 +261,8 @@
"min_max_zlevel": [ 0, 10 ],
"sym": "W",
"color": "yellow",
"autonote": true
"autonote": true,
"flags": [ "WASP" ]
},
{
"id": "mx_bugout",
Expand Down Expand Up @@ -580,7 +584,8 @@
"min_max_zlevel": [ 0, 9 ],
"sym": "W",
"color": "yellow",
"autonote": true
"autonote": true,
"flags": [ "WASP" ]
},
{
"id": "mx_nest_dermatik",
Expand All @@ -591,7 +596,8 @@
"min_max_zlevel": [ 0, 0 ],
"sym": "D",
"color": "brown",
"autonote": true
"autonote": true,
"flags": [ "WASP" ]
},
{
"id": "mx_prison_bus",
Expand Down Expand Up @@ -703,7 +709,8 @@
"name": { "str": "Beehive" },
"description": "An ordinary beehive.",
"generator": { "generator_method": "update_mapgen", "generator_id": "mx_beehive_natural" },
"min_max_zlevel": [ 0, 0 ]
"min_max_zlevel": [ 0, 0 ],
"flags": [ "BEE" ]
},
{
"id": "mx_worm_sign",
Expand Down

0 comments on commit e9c363c

Please sign in to comment.