mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-18 13:35:59 +00:00
69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:bow",
|
|
"weight": 1,
|
|
"functions": [
|
|
{
|
|
"function": "looting_enchant",
|
|
"count": {
|
|
"min": 0,
|
|
"max": 1
|
|
}
|
|
},
|
|
{
|
|
"function": "enchant_random_gear",
|
|
"chance": 0.10
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"conditions": [
|
|
{
|
|
"condition": "random_difficulty_chance",
|
|
"default_chance": 1.0,
|
|
"peaceful": 0,
|
|
"easy": 0
|
|
},
|
|
{
|
|
"condition": "random_regional_difficulty_chance",
|
|
"max_chance": 0.15
|
|
}
|
|
],
|
|
"tiers": {
|
|
"initial_range": 2,
|
|
"bonus_rolls": 3,
|
|
"bonus_chance": 0.095
|
|
},
|
|
|
|
"entries": [
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/entities/armor_set_leather.json"
|
|
},
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/entities/armor_set_gold.json"
|
|
},
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/entities/armor_set_chain.json"
|
|
},
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/entities/armor_set_iron.json"
|
|
},
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/entities/armor_set_diamond.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |