Replaced undocumented
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": "UNDOCUMENTATED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" },
|
||||
"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": "UNDOCUMENTATED", "type": "boolean" },
|
||||
"on_ground": { "title": "On Fire", "description": "UNDOCUMENTATED", "type": "boolean" }
|
||||
"on_fire": { "title": "On Fire", "description": "UNDOCUMENTED", "type": "boolean" },
|
||||
"on_ground": { "title": "On Fire", "description": "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": "UNDOCUMENTATED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" },
|
||||
"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": "UNDOCUMENTATED" } }
|
||||
"properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" } }
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTATED" } }
|
||||
"properties": { "condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" } }
|
||||
}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"description": "Sets a random chance of the specified value.",
|
||||
"title": "Random Chance",
|
||||
"properties": {
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
|
||||
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTATED", "title": "Chance" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" },
|
||||
"chance": { "type": "number", "default": 0, "description": "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": "UNDOCUMENTATED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "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": "UNDOCUMENTATED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "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": "UNDOCUMENTATED" },
|
||||
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED" },
|
||||
"default_chance": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
"title": "Enchant Book For Trading",
|
||||
"required": ["function", "base_cost", "base_random_cost", "per_level_random_cost", "per_level_cost"],
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "enchant_book_for_trading", "title": "Function", "description": "UNDOCUMENTATED" },
|
||||
"base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" },
|
||||
"base_random_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" },
|
||||
"per_level_random_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" },
|
||||
"per_level_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTATED" }
|
||||
"function": { "type": "string", "const": "enchant_book_for_trading", "title": "Function", "description": "UNDOCUMENTED" },
|
||||
"base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED" },
|
||||
"base_random_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED" },
|
||||
"per_level_random_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED" },
|
||||
"per_level_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "The function enchant_random_gear",
|
||||
"title": "Enchant Random Gear",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "enchant_random_gear", "title": "Function", "description": "UNDOCUMENTATED" },
|
||||
"function": { "type": "string", "const": "enchant_random_gear", "title": "Function", "description": "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.",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "The function enchant_randomly",
|
||||
"title": "Enchant Randomly",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "enchant_randomly", "title": "Function", "description": "UNDOCUMENTATED" },
|
||||
"function": { "type": "string", "const": "enchant_randomly", "title": "Function", "description": "UNDOCUMENTED" },
|
||||
"treasure": {
|
||||
"type": "boolean",
|
||||
"description": "Supports the optional treasure boolean (true/false) to allow treasure enchantments to be toggled on and off.",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "The function enchant_with_levels",
|
||||
"title": "Enchant With Levels",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "enchant_with_levels", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"function": { "type": "string", "const": "enchant_with_levels", "description": "UNDOCUMENTED", "title": "TODO Title" },
|
||||
"levels": {
|
||||
"title": "Levels",
|
||||
"oneOf": [
|
||||
@@ -16,8 +16,8 @@
|
||||
"properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } }
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTATED"
|
||||
"description": "UNDOCUMENTED"
|
||||
},
|
||||
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTATED" }
|
||||
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,24 +4,11 @@
|
||||
"description": "The function exploration_map",
|
||||
"title": "Exploration Map",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "exploration_map", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"function": { "type": "string", "const": "exploration_map", "description": "UNDOCUMENTED", "title": "TODO Title" },
|
||||
"destination": {
|
||||
"type": "string",
|
||||
"description": "The destination value defines what type of treasure map they receive.",
|
||||
"enum": [
|
||||
"endcity",
|
||||
"fortress",
|
||||
"mineshaft",
|
||||
"monument",
|
||||
"ruins",
|
||||
"stronghold",
|
||||
"temple",
|
||||
"village",
|
||||
"mansion",
|
||||
"shipwreck",
|
||||
"buriedtreasure",
|
||||
"pillageroutpost"
|
||||
],
|
||||
"enum": ["endcity", "fortress", "mineshaft", "monument", "ruins", "stronghold", "temple", "village", "mansion", "shipwreck", "buriedtreasure", "pillageroutpost"],
|
||||
"title": "TODO Title"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "The function fill_container",
|
||||
"title": "Fill Container",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "fill_container", "title": "Function", "description": "UNDOCUMENTATED" },
|
||||
"loot_table": { "type": "string", "title": "Loot Table", "pattern": "^loot_tables/.*\\.json$", "description": "UNDOCUMENTATED" }
|
||||
"function": { "type": "string", "const": "fill_container", "title": "Function", "description": "UNDOCUMENTED" },
|
||||
"loot_table": { "type": "string", "title": "Loot Table", "pattern": "^loot_tables/.*\\.json$", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"title": "Furnace Smelt",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"conditions": { "title": "Conditions", "description": "UNDOCUMENTATED", "type": "array", "items": { "$ref": "../conditions.json" } }
|
||||
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"conditions": { "title": "Conditions", "description": "UNDOCUMENTED", "type": "array", "items": { "$ref": "../conditions.json" } }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
"title": "Looting Enchant",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"count": {
|
||||
"type": "object",
|
||||
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Count",
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -5,15 +5,15 @@
|
||||
"title": "Random Aux Value",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"values": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Values",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Minimum" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Maximum" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Minimum" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Maximum" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
"title": "Random Block State",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"block_state": { "type": "string", "description": "UNDOCUMENTATED", "title": "Block State" },
|
||||
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"block_state": { "type": "string", "description": "UNDOCUMENTED", "title": "Block State" },
|
||||
"values": {
|
||||
"type": "object",
|
||||
"properties": { "min": { "title": "Min", "type": "integer" }, "max": { "title": "Max", "type": "integer" } },
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Values",
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"description": "The function random_dye",
|
||||
"title": "Trader Material Type",
|
||||
"type": "object",
|
||||
"properties": { "function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTATED", "title": "Function" } }
|
||||
"properties": { "function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTED", "title": "Function" } }
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"title": "Set Actor Id",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"id": { "type": "string", "description": "UNDOCUMENTATED", "title": "Id" }
|
||||
"function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"id": { "type": "string", "description": "UNDOCUMENTED", "title": "Id" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"title": "Set Banner Details",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"type": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Type" }
|
||||
"function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"type": { "type": "integer", "description": "UNDOCUMENTED", "title": "Type" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,13 +6,13 @@
|
||||
"required": ["function", "author", "title", "pages"],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"author": { "type": "string", "description": "UNDOCUMENTATED", "title": "Author" },
|
||||
"title": { "type": "string", "description": "UNDOCUMENTATED", "title": "Title" },
|
||||
"function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"author": { "type": "string", "description": "UNDOCUMENTED", "title": "Author" },
|
||||
"title": { "type": "string", "description": "UNDOCUMENTED", "title": "Title" },
|
||||
"pages": {
|
||||
"type": "array",
|
||||
"items": { "type": "string", "examples": ["Some text", "{\"rawtext\":[ {\"translate\":\"some.text\"}]}"] },
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Pages"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,14 +4,11 @@
|
||||
"description": "The function set_count",
|
||||
"title": "Set Count",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_count", "title": "Function", "description": "UNDOCUMENTATED" },
|
||||
"function": { "type": "string", "const": "set_count", "title": "Function", "description": "UNDOCUMENTED" },
|
||||
"count": {
|
||||
"title": "Count",
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }
|
||||
],
|
||||
"description": "UNDOCUMENTATED"
|
||||
"oneOf": [{ "type": "integer" }, { "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }],
|
||||
"description": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,17 +5,17 @@
|
||||
"title": "Set Damage",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"damage": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"title": "Damage",
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Minimum" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Maximum" }
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTED", "title": "Minimum" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTED", "title": "Maximum" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -5,17 +5,17 @@
|
||||
"title": "Set Data",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"data": {
|
||||
"title": "Data",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTATED" },
|
||||
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTATED" }
|
||||
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED" },
|
||||
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"description": "The function set_data_from_color_index",
|
||||
"title": "Set Data From Color Index",
|
||||
"type": "object",
|
||||
"properties": { "function": { "type": "string", "const": "set_data_from_color_index", "description": "UNDOCUMENTATED", "title": "Function" } }
|
||||
"properties": { "function": { "type": "string", "const": "set_data_from_color_index", "description": "UNDOCUMENTED", "title": "Function" } }
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"title": "Set Lore",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTATED", "title": "Lore" }
|
||||
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTED", "title": "Lore" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"title": "Set Name",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"name": { "type": "string", "description": "UNDOCUMENTATED", "title": "name" }
|
||||
"function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTED", "title": "Function" },
|
||||
"name": { "type": "string", "description": "UNDOCUMENTED", "title": "name" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"description": "The function trader_material_type",
|
||||
"title": "Trader Material Type",
|
||||
"type": "object",
|
||||
"properties": { "function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTATED", "title": "function" } }
|
||||
"properties": { "function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTED", "title": "function" } }
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"definitions": {
|
||||
"pools_spec": {
|
||||
"title": "Pools",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"additionalProperties": false,
|
||||
"items": {
|
||||
@@ -45,8 +45,8 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTATED", "enum": ["loot_table", "item", "empty"] },
|
||||
"conditions": { "title": "Conditions", "description": "UNDOCUMENTATED", "type": "array", "items": { "$ref": "./conditions.json" } },
|
||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "enum": ["loot_table", "item", "empty"] },
|
||||
"conditions": { "title": "Conditions", "description": "UNDOCUMENTED", "type": "array", "items": { "$ref": "./conditions.json" } },
|
||||
"entries": {
|
||||
"title": "Entries",
|
||||
"type": "array",
|
||||
@@ -72,13 +72,13 @@
|
||||
},
|
||||
"tiers": {
|
||||
"title": "Tiers",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTATED", "type": "number" },
|
||||
"bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTATED", "type": "integer" },
|
||||
"initial_range": { "title": "Initial Range", "description": "UNDOCUMENTATED", "type": "integer" }
|
||||
"bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTED", "type": "number" },
|
||||
"bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTED", "type": "integer" },
|
||||
"initial_range": { "title": "Initial Range", "description": "UNDOCUMENTED", "type": "integer" }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -86,7 +86,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTATED", "enum": ["minecraft:chest"] }
|
||||
"pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTED", "title": "TODO Title" },
|
||||
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "enum": ["minecraft:chest"] }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user