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

@@ -5,8 +5,8 @@
"description": "Sets a random chance of the specified value.",
"title": "Random Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTATED", "title": "Chance" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" },
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "title": "Chance" },
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Max Chance" }
}
}