This commit is contained in:
DaanV2
2021-06-19 15:09:55 +02:00
parent 93b0a7f030
commit 80d7c367c8
6 changed files with 46 additions and 22 deletions

View File

@@ -3,13 +3,27 @@
"additionalProperties": false,
"description": "The function exploration_map",
"title": "Exploration Map",
"type": "object",
"properties": {
"function": { "type": "string", "const": "exploration_map", "description": "UNDOCUMENTED", "title": "TODO Title" },
"function": { "type": "string", "const": "exploration_map", "description": "UNDOCUMENTED", "title": "Function" },
"destination": {
"type": "string",
"description": "The destination value defines what type of treasure map they receive.",
"enum": ["endcity", "fortress", "mineshaft", "monument", "ruins", "stronghold", "temple", "village", "mansion", "shipwreck", "buriedtreasure", "pillageroutpost"],
"title": "TODO Title"
"enum": [
"endcity",
"fortress",
"mineshaft",
"monument",
"ruins",
"stronghold",
"temple",
"village",
"mansion",
"shipwreck",
"buriedtreasure",
"pillageroutpost"
],
"title": "Destination"
}
}
}