trpg/data/sim/region/continent.json
austin 5f5aace1e2
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
definiition files
2025-01-05 16:48:12 -05:00

13 lines
244 B
JSON

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