mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-17 06:05:59 +00:00
50 lines
995 B
JSON
50 lines
995 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:golden_sword",
|
|
"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": 1
|
|
},
|
|
"entries": [
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/entities/armor_set_gold.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |