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,7 +5,7 @@
"description": "Returns true if the actor properties defined were executed.",
"title": "Entity Properties",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" },
"entity": { "type": "string", "default": "this", "description": "The entity to test. The value must be only \"this\".", "title": "Entity" },
"properties": {
"type": "object",
@@ -14,8 +14,8 @@
"title": "Properties",
"additionalProperties": false,
"properties": {
"on_fire": { "title": "On Fire", "description": "UNDOCUMENTATED", "type": "boolean" },
"on_ground": { "title": "On Fire", "description": "UNDOCUMENTATED", "type": "boolean" }
"on_fire": { "title": "On Fire", "description": "UNDOCUMENTED", "type": "boolean" },
"on_ground": { "title": "On Fire", "description": "UNDOCUMENTED", "type": "boolean" }
}
}
}

View File

@@ -5,7 +5,7 @@
"description": "Returns the condition true if the actor's mark variant is matched to the value.",
"title": "Has Mark Variant",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" },
"value": { "type": "integer", "default": "0", "description": "Tests for the actor's mark variant (if it has one)", "title": "Value" }
}
}

View File

@@ -4,5 +4,5 @@
"additionalProperties": false,
"description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.",
"title": "Killed By Player",
"properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" } }
"properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" } }
}

View File

@@ -4,5 +4,5 @@
"additionalProperties": false,
"description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.",
"title": "Killed By Player Or Pets Or Pets",
"properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" } }
"properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" } }
}

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" }
}
}

View File

@@ -5,7 +5,7 @@
"description": "Sets a random chance of the specified value. Looting enchantment increase the random chance multiplier.",
"title": "Random Chance With Looting",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" },
"chance": { "type": "number", "default": 0, "description": "The random chance of the value.", "title": "Chance" },
"looting_multiplier": {
"type": "number",

View File

@@ -5,7 +5,7 @@
"description": "Sets a random chance of the specified value based on the level difficulty.",
"title": "Random Difficulty Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" },
"default_chance": {
"type": "number",
"default": 0,

View File

@@ -5,7 +5,7 @@
"description": "Sets a max regional difficulty random chance of the specified value.",
"title": "Random Regional Difficulty Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" },
"default_chance": {
"type": "number",
"default": 0,