Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -4,24 +4,11 @@
"description": "The function exploration_map",
"title": "Exploration Map",
"properties": {
"function": { "type": "string", "const": "exploration_map", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"function": { "type": "string", "const": "exploration_map", "description": "UNDOCUMENTED", "title": "TODO Title" },
"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"
],
"enum": ["endcity", "fortress", "mineshaft", "monument", "ruins", "stronghold", "temple", "village", "mansion", "shipwreck", "buriedtreasure", "pillageroutpost"],
"title": "TODO Title"
}
}