mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 02:31:58 +00:00
48 lines
943 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |