Updated comments

This commit is contained in:
DaanV2
2021-07-01 16:35:56 +02:00
parent bd92fde1b8
commit 9bf12e0823
383 changed files with 2315 additions and 573 deletions

View File

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

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

View File

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

View File

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

View File

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

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": "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",

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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"default_chance": {
"type": "number",
"default": 0,

View File

@@ -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,

View File

@@ -10,11 +10,30 @@
"const": "enchant_book_for_trading",
"title": "Function",
"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" },
"per_level_random_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"per_level_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED", "$comment": "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"
}
}
}

View File

@@ -4,7 +4,14 @@
"description": "The function enchant_random_gear",
"title": "Enchant Random Gear",
"properties": {
"function": { "type": "string", "const": "enchant_random_gear", "title": "Function", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"function": {
"type": "string",
"const": "enchant_random_gear",
"title": "Function",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"chance": {
"type": "number",
"description": "Takes a chance modifier to manipulate the algorithm. Note that a chance modifier of 1.0 doesn't mean a 100% chance that gear will become enchanted.",

View File

@@ -4,7 +4,14 @@
"description": "The function enchant_randomly",
"title": "Enchant Randomly",
"properties": {
"function": { "type": "string", "const": "enchant_randomly", "title": "Function", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"function": {
"type": "string",
"const": "enchant_randomly",
"title": "Function",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"treasure": {
"type": "boolean",
"description": "Supports the optional treasure boolean (true/false) to allow treasure enchantments to be toggled on and off.",

View File

@@ -10,12 +10,14 @@
"const": "enchant_with_levels",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Function"
},
"levels": {
"title": "Levels",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "integer" },
{
@@ -26,6 +28,6 @@
}
]
},
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}

View File

@@ -5,7 +5,8 @@
"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.",

View File

@@ -4,12 +4,20 @@
"description": "The function fill_container",
"title": "Fill Container",
"properties": {
"function": { "type": "string", "const": "fill_container", "title": "Function", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"function": {
"type": "string",
"const": "fill_container",
"title": "Function",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"loot_table": {
"type": "string",
"title": "Loot Table",
"pattern": "^loot_tables/.*\\.json$",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}

View File

@@ -5,10 +5,12 @@
"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" }

View File

@@ -5,11 +5,13 @@
"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

View File

@@ -5,16 +5,20 @@
"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" }
}
}
}

View File

@@ -5,12 +5,15 @@
"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

View File

@@ -5,6 +5,7 @@
"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" }
}
}

View File

@@ -5,7 +5,9 @@
"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" }
}
}

View File

@@ -5,7 +5,9 @@
"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" }
}
}

View File

@@ -6,13 +6,17 @@
"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"
}

View File

@@ -4,7 +4,14 @@
"description": "The function set_count",
"title": "Set Count",
"properties": {
"function": { "type": "string", "const": "set_count", "title": "Function", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"function": {
"type": "string",
"const": "set_count",
"title": "Function",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"count": {
"title": "Count",
"oneOf": [
@@ -12,6 +19,7 @@
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}

View File

@@ -5,9 +5,11 @@
"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": [
@@ -15,8 +17,10 @@
{
"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" }
}
}
]

View File

@@ -5,18 +5,22 @@
"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" },
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
]

View File

@@ -10,6 +10,7 @@
"const": "set_data_from_color_index",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Function"
}
}

View File

@@ -5,7 +5,9 @@
"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" }
}
}

View File

@@ -5,7 +5,9 @@
"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" }
}
}

View File

@@ -5,6 +5,7 @@
"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" }
}
}

View File

@@ -25,6 +25,7 @@
"pools_spec": {
"title": "Pools",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"additionalProperties": false,
@@ -36,6 +37,7 @@
"rolls": {
"title": "Rolls",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "integer", "minimum": 0 },
@@ -53,12 +55,14 @@
"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" }
@@ -67,6 +71,7 @@
"title": "Entries",
"type": "array",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"additionalProperties": false,
@@ -75,12 +80,14 @@
"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": {
@@ -89,15 +96,18 @@
"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" },
"weight": { "title": "Weight", "type": "integer", "minimum": 1, "description": "UNDOCUMENTED",
"$comment": "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",
@@ -105,20 +115,25 @@
}
},
"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" }
}
}
}
@@ -126,7 +141,9 @@
}
},
"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"] }
}
}