Updated Comments

This commit is contained in:
DaanV2
2021-07-01 16:37:41 +02:00
parent 9bf12e0823
commit 0f15d47659
365 changed files with 593 additions and 1778 deletions

View File

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