UNDOCUMENTATED description
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"description": "Returns true if the actor properties defined were executed.",
|
||||
"title": "Entity Properties",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "TODO" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
|
||||
"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": "TODO", "type": "boolean" },
|
||||
"on_ground": { "title": "On Fire", "description": "TODO", "type": "boolean" }
|
||||
"on_fire": { "title": "On Fire", "description": "UNDOCUMENTATED", "type": "boolean" },
|
||||
"on_ground": { "title": "On Fire", "description": "UNDOCUMENTATED", "type": "boolean" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": "TODO" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
|
||||
"value": { "type": "integer", "default": "0", "description": "Tests for the actor's mark variant (if it has one)", "title": "Value" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": "TODO" } }
|
||||
"properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" } }
|
||||
}
|
||||
|
||||
@@ -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": "TODO" } }
|
||||
"properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" } }
|
||||
}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"description": "Sets a random chance of the specified value.",
|
||||
"title": "Random Chance",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "TODO" },
|
||||
"chance": { "type": "number", "default": 0, "description": "TODO", "title": "Chance" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
|
||||
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTATED", "title": "Chance" },
|
||||
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Max Chance" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": "TODO" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
|
||||
"chance": { "type": "number", "default": 0, "description": "The random chance of the value.", "title": "Chance" },
|
||||
"looting_multiplier": {
|
||||
"type": "number",
|
||||
|
||||
@@ -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": "TODO" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
|
||||
"default_chance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -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": "TODO" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
|
||||
"default_chance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"title": "Furnace Smelt",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"conditions": { "title": "Conditions", "description": "TODO", "type": "array", "items": { "$ref": "../conditions.json" } }
|
||||
"conditions": { "title": "Conditions", "description": "UNDOCUMENTATED", "type": "array", "items": { "$ref": "../conditions.json" } }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
]
|
||||
},
|
||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTATED", "enum": ["loot_table", "item", "empty"] },
|
||||
"conditions": { "title": "Conditions", "description": "TODO", "type": "array", "items": { "$ref": "./conditions.json" } },
|
||||
"conditions": { "title": "Conditions", "description": "UNDOCUMENTATED", "type": "array", "items": { "$ref": "./conditions.json" } },
|
||||
"entries": {
|
||||
"title": "Entries",
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user