Updated Comments
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user