1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-19 02:31:58 +00:00
Mike Ammerlaan c989e80c35 v1.21.0.3
2024-06-13 09:45:16 -07:00

48 lines
943 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "loot_tables/chests/trial_chambers/reward_common.json",
"weight": 8
},
{
"type": "loot_table",
"name": "loot_tables/chests/trial_chambers/reward_rare.json",
"weight": 2
}
]
},
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "loot_table",
"name": "loot_tables/chests/trial_chambers/reward_common.json",
"weight": 1
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "loot_tables/chests/trial_chambers/reward_unique.json",
"weight": 1
}
],
"conditions": [
{
"condition": "random_chance",
"chance": 0.25
}
]
}
]
}