Skip to content

Commit

Permalink
Add a final cleanup phase to Craters (#73429)
Browse files Browse the repository at this point in the history
* Add a final cleanup phase

* Update data/json/overmap/overmap_mutable/crater.json

Co-authored-by: Kevin Granade <[email protected]>

---------

Co-authored-by: Kevin Granade <[email protected]>
  • Loading branch information
John-Candlebury and kevingranade authored May 2, 2024
1 parent 53a0a73 commit 9554d8c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/json/overmap/overmap_mutable/crater.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
"east": { "id": "crater_to_crater", "type": "available" },
"south": { "id": "crater_to_crater", "type": "available" },
"west": { "id": "crater_to_crater", "type": "available" }
},
"ground_cleanup": {
"overmap": "crater_core_small",
"north": { "id": "root", "type": "available" },
"east": { "id": "root", "type": "available" },
"south": { "id": "root", "type": "available" },
"west": { "id": "root", "type": "available" }
}
},
"root": "core_root",
Expand Down Expand Up @@ -160,7 +167,8 @@
"max": { "binomial": [ 1, 0.66 ] }
}
],
[ { "overmap": "cleanup", "weight": 1 } ]
[ { "overmap": "cleanup", "weight": 1 } ],
[ { "overmap": "ground_cleanup", "weight": 1 } ]
]
}
]

0 comments on commit 9554d8c

Please sign in to comment.