Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/enchant_random_gear.json

22 lines
691 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.enchant_random_gear",
"additionalProperties": false,
2021-11-20 21:02:56 +01:00
"type": "object",
2022-07-22 19:41:04 +02:00
"description": "The function enchant_random_gear.",
2021-06-06 10:07:19 +00:00
"title": "Enchant Random Gear",
"properties": {
2021-07-01 16:35:56 +02:00
"function": {
"type": "string",
"const": "enchant_random_gear",
"title": "Function",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 16:35:56 +02:00
"$comment": "UNDOCUMENTED"
},
2021-06-06 10:07:19 +00:00
"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.",
"title": "Chance"
}
}
}