Updated comments
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"description": "Returns true if the actor properties defined were executed.",
|
||||
"title": "Entity Properties",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"entity": { "type": "string", "default": "this", "description": "The entity to test. The value must be only `this`.", "title": "Entity" },
|
||||
"properties": {
|
||||
"type": "object",
|
||||
@@ -14,8 +15,10 @@
|
||||
"title": "Properties",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"on_fire": { "title": "On Fire", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
|
||||
"on_ground": { "title": "On Fire", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" }
|
||||
"on_fire": { "title": "On Fire", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "boolean" },
|
||||
"on_ground": { "title": "On Fire", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"value": { "type": "integer", "default": "0", "description": "Tests for the actor's mark variant (if it has one)", "title": "Value" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,5 +4,7 @@
|
||||
"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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } }
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,5 +4,7 @@
|
||||
"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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" } }
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,8 +5,10 @@
|
||||
"description": "Sets a random chance of the specified value.",
|
||||
"title": "Random Chance",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Chance" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED",
|
||||
"$comment": "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" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"default_chance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -5,14 +5,14 @@
|
||||
"description": "Sets a max regional difficulty random chance of the specified value.",
|
||||
"title": "Random Regional Difficulty Chance",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"default_chance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The default random chance if the level difficulty is not assigned.",
|
||||
"title": "Default Chance"
|
||||
},
|
||||
"max_chance": { "title": "Max Chance", "type": "number", "description": "UNDOCUMENATED" },
|
||||
"max_chance": { "title": "Max Chance", "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"easy": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
Reference in New Issue
Block a user