Updated
This commit is contained in:
@@ -4,37 +4,17 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "Returns true if the actor properties defined were executed.",
|
||||
"title": "Entity properties",
|
||||
"title": "Entity Properties",
|
||||
"properties": {
|
||||
"condition": {
|
||||
"type": "string",
|
||||
"title": "Condition",
|
||||
"description": "TODO"
|
||||
},
|
||||
"entity": {
|
||||
"type": "string",
|
||||
"default": "this",
|
||||
"description": "The entity to test. The value must be only \"this\".",
|
||||
"title": "Entity"
|
||||
},
|
||||
"condition": { "type": "string", "title": "Condition", "description": "TODO" },
|
||||
"entity": { "type": "string", "default": "this", "description": "The entity to test. The value must be only \"this\".", "title": "Entity" },
|
||||
"properties": {
|
||||
"type": "object",
|
||||
"default": {},
|
||||
"description": "The entity's properties. \"on_fire\", \"on_ground\" is used for now.",
|
||||
"title": "Properties",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"on_fire": {
|
||||
"title": "On fire",
|
||||
"description": "TODO",
|
||||
"type": "boolean"
|
||||
},
|
||||
"on_ground": {
|
||||
"title": "On fire",
|
||||
"description": "TODO",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
"properties": { "on_fire": { "title": "On Fire", "description": "TODO", "type": "boolean" }, "on_ground": { "title": "On Fire", "description": "TODO", "type": "boolean" } }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,18 +4,9 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "Returns the condition true if the actor's mark variant is matched to the value.",
|
||||
"title": "Has mark variant",
|
||||
"title": "Has Mark Variant",
|
||||
"properties": {
|
||||
"condition": {
|
||||
"type": "string",
|
||||
"title": "Condition",
|
||||
"description": "TODO"
|
||||
},
|
||||
"value": {
|
||||
"type": "integer",
|
||||
"default": "0",
|
||||
"description": "Tests for the actor's mark variant (if it has one)",
|
||||
"title": "Value"
|
||||
}
|
||||
"condition": { "type": "string", "title": "Condition", "description": "TODO" },
|
||||
"value": { "type": "integer", "default": "0", "description": "Tests for the actor's mark variant (if it has one)", "title": "Value" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,12 +4,6 @@
|
||||
"type": "object",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
"title": "Killed By Player",
|
||||
"properties": { "condition": { "type": "string", "title": "Condition", "description": "TODO" } }
|
||||
}
|
||||
|
||||
@@ -4,12 +4,6 @@
|
||||
"type": "object",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
"title": "Killed By Player Or Pets Or Pets",
|
||||
"properties": { "condition": { "type": "string", "title": "Condition", "description": "TODO" } }
|
||||
}
|
||||
|
||||
@@ -4,24 +4,10 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "Sets a random chance of the specified value.",
|
||||
"title": "Random chance",
|
||||
"title": "Random Chance",
|
||||
"properties": {
|
||||
"condition": {
|
||||
"type": "string",
|
||||
"title": "Condition",
|
||||
"description": "TODO"
|
||||
},
|
||||
"chance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "TODO",
|
||||
"title": "Chance"
|
||||
},
|
||||
"max_chance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The maximum random chance value allowed.",
|
||||
"title": "Max chance"
|
||||
}
|
||||
"condition": { "type": "string", "title": "Condition", "description": "TODO" },
|
||||
"chance": { "type": "number", "default": 0, "description": "TODO", "title": "Chance" },
|
||||
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Max Chance" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,24 +4,15 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "Sets a random chance of the specified value. Looting enchantment increase the random chance multiplier.",
|
||||
"title": "Random chance with looting",
|
||||
"title": "Random Chance With Looting",
|
||||
"properties": {
|
||||
"condition": {
|
||||
"type": "string",
|
||||
"title": "Condition",
|
||||
"description": "TODO"
|
||||
},
|
||||
"chance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The random chance of the value.",
|
||||
"title": "Chance"
|
||||
},
|
||||
"condition": { "type": "string", "title": "Condition", "description": "TODO" },
|
||||
"chance": { "type": "number", "default": 0, "description": "The random chance of the value.", "title": "Chance" },
|
||||
"looting_multiplier": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The multiplier for the chance if the target entity has the looting enchant that affects the actor.",
|
||||
"title": "Looting multiplier"
|
||||
"title": "Looting Multiplier"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,19 +4,10 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "Sets a random chance of the specified value based on the level difficulty.",
|
||||
"title": "Random difficulty chance",
|
||||
"title": "Random Difficulty Chance",
|
||||
"properties": {
|
||||
"condition": {
|
||||
"type": "string",
|
||||
"title": "Condition",
|
||||
"description": "TODO"
|
||||
},
|
||||
"default_chance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The default random chance if the level difficulty is not assigned.",
|
||||
"title": "Default chance"
|
||||
},
|
||||
"condition": { "type": "string", "title": "Condition", "description": "TODO" },
|
||||
"default_chance": { "type": "number", "default": 0, "description": "The default random chance if the level difficulty is not assigned.", "title": "Default Chance" },
|
||||
"easy": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -4,24 +4,11 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "Sets a max regional difficulty random chance of the specified value.",
|
||||
"title": "Random regional difficulty chance",
|
||||
"title": "Random Regional Difficulty Chance",
|
||||
"properties": {
|
||||
"condition": {
|
||||
"type": "string",
|
||||
"title": "Condition",
|
||||
"description": "TODO"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"condition": { "type": "string", "title": "Condition", "description": "TODO" },
|
||||
"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" },
|
||||
"easy": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
Reference in New Issue
Block a user