trpg/data/sim/region/continent.json
austin 01559b9283
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
work on describing things
2025-01-06 12:31:18 -05:00

12 lines
243 B
JSON

{
"name" : "continent",
"childrenMandatory" : [
"plains"
],
"childrenOptional" : [
],
"dependencies" : [
"./data/sim/region/wilderness/wilderness.json",
"./data/sim/region/town/town.json"
]
}