Updated Comments
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
"description": "Returns true if the actor properties defined were executed.",
|
||||
"title": "Entity Properties",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"entity": { "type": "string", "default": "this", "description": "The entity to test. The value must be only `this`.", "title": "Entity" },
|
||||
"properties": {
|
||||
"type": "object",
|
||||
@@ -15,10 +14,8 @@
|
||||
"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", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"value": { "type": "integer", "default": "0", "description": "Tests for the actor's mark variant (if it has one)", "title": "Value" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"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", "$comment": "UNDOCUMENTED" }
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"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", "$comment": "UNDOCUMENTED" }
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "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", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"default_chance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -10,29 +10,25 @@
|
||||
"const": "enchant_book_for_trading",
|
||||
"title": "Function",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"base_random_cost": {
|
||||
"type": "integer",
|
||||
"title": "Base Cost",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"per_level_random_cost": {
|
||||
"type": "integer",
|
||||
"title": "Base Cost",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"per_level_cost": {
|
||||
"type": "integer",
|
||||
"title": "Base Cost",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"const": "enchant_random_gear",
|
||||
"title": "Function",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"chance": {
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"const": "enchant_randomly",
|
||||
"title": "Function",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"treasure": {
|
||||
|
||||
@@ -10,14 +10,12 @@
|
||||
"const": "enchant_with_levels",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Function"
|
||||
},
|
||||
"levels": {
|
||||
"title": "Levels",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{
|
||||
@@ -28,6 +26,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
"title": "Exploration Map",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "exploration_map", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"function": { "type": "string", "const": "exploration_map", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"destination": {
|
||||
"type": "string",
|
||||
"description": "The destination value defines what type of treasure map they receive.",
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"const": "fill_container",
|
||||
"title": "Function",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"loot_table": {
|
||||
@@ -17,7 +16,6 @@
|
||||
"title": "Loot Table",
|
||||
"pattern": "^loot_tables/.*\\.json$",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,12 +5,10 @@
|
||||
"title": "Furnace Smelt",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"conditions": {
|
||||
"title": "Conditions",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": { "$ref": "../conditions.json" }
|
||||
|
||||
@@ -5,13 +5,11 @@
|
||||
"title": "Looting Enchant",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"count": {
|
||||
"type": "object",
|
||||
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Count",
|
||||
"additionalProperties": false
|
||||
|
||||
@@ -5,20 +5,16 @@
|
||||
"title": "Random Aux Value",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"values": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Values",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Minimum" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Maximum" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,15 +5,12 @@
|
||||
"title": "Random Block State",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"block_state": { "type": "string", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Block State" },
|
||||
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"block_state": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Block State" },
|
||||
"values": {
|
||||
"type": "object",
|
||||
"properties": { "min": { "title": "Min", "type": "integer" }, "max": { "title": "Max", "type": "integer" } },
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Values",
|
||||
"additionalProperties": false
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"title": "Trader Material Type",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" }
|
||||
"function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
"title": "Set Actor Id",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"id": { "type": "string", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Id" }
|
||||
"function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"id": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Id" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
"title": "Set Banner Details",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"type": { "type": "integer", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Type" }
|
||||
"function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"type": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Type" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,17 +6,13 @@
|
||||
"required": ["function", "author", "title", "pages"],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"author": { "type": "string", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Author" },
|
||||
"title": { "type": "string", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Title" },
|
||||
"function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"author": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Author" },
|
||||
"title": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Title" },
|
||||
"pages": {
|
||||
"type": "array",
|
||||
"items": { "type": "string", "examples": ["Some text", "{`rawtext`:[ {`translate`:`some.text`}]}"] },
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Pages"
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"const": "set_count",
|
||||
"title": "Function",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"count": {
|
||||
@@ -19,7 +18,6 @@
|
||||
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,11 +5,9 @@
|
||||
"title": "Set Damage",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"damage": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Damage",
|
||||
"oneOf": [
|
||||
@@ -17,10 +15,8 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Minimum" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Maximum" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -5,22 +5,18 @@
|
||||
"title": "Set Data",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"data": {
|
||||
"title": "Data",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
"const": "set_data_from_color_index",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Function"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
"title": "Set Lore",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Lore" }
|
||||
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Lore" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
"title": "Set Name",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Function" },
|
||||
"name": { "type": "string", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "name" }
|
||||
"function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"name": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "name" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
"title": "Trader Material Type",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "function" }
|
||||
"function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "function" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"pools_spec": {
|
||||
"title": "Pools",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"additionalProperties": false,
|
||||
@@ -37,7 +36,6 @@
|
||||
"rolls": {
|
||||
"title": "Rolls",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "integer", "minimum": 0 },
|
||||
@@ -55,14 +53,12 @@
|
||||
"title": "Type",
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"enum": ["loot_table", "item", "empty"]
|
||||
},
|
||||
"conditions": {
|
||||
"title": "Conditions",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": { "$ref": "./conditions.json" }
|
||||
@@ -71,7 +67,6 @@
|
||||
"title": "Entries",
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"additionalProperties": false,
|
||||
@@ -80,14 +75,12 @@
|
||||
"title": "Entry",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"type": {
|
||||
"title": "Type",
|
||||
"type": "string",
|
||||
"enum": ["item", "empty", "loot_table"],
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"count": {
|
||||
@@ -96,18 +89,21 @@
|
||||
"description": "The amount of the item"
|
||||
},
|
||||
"name": { "title": "Name", "type": "string", "description": "An item or loottable", "pattern": "^([\\w]+:|loot_tables/)" },
|
||||
"weight": { "title": "Weight", "type": "integer", "minimum": 1, "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"weight": {
|
||||
"title": "Weight",
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"functions": {
|
||||
"title": "Functions",
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["function"],
|
||||
"title": "Function",
|
||||
@@ -115,25 +111,20 @@
|
||||
}
|
||||
},
|
||||
"pools": { "$ref": "#/definitions/pools_spec" },
|
||||
"quality": { "title": "Quality", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "integer" }
|
||||
"quality": { "title": "Quality", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"tiers": {
|
||||
"title": "Tiers",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "number" },
|
||||
"bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "integer" },
|
||||
"initial_range": { "title": "Initial Range", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "integer" }
|
||||
"bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||
"bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" },
|
||||
"initial_range": { "title": "Initial Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -141,9 +132,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Pools" },
|
||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "enum": ["minecraft:chest"] }
|
||||
"pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Pools" },
|
||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["minecraft:chest"] }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user