minecraft-assets/data/minecraft/loot_tables/gameplay/hero_of_the_village/fletcher_gift.json

249 lines
6.4 KiB
JSON

{
"type": "minecraft:gift",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 26,
"name": "minecraft:arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:swiftness\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:slowness\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:strength\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:healing\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:harming\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:leaping\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:regeneration\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:fire_resistance\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:water_breathing\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:invisibility\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:night_vision\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:weakness\"}"
}
],
"name": "minecraft:tipped_arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 1.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:poison\"}"
}
],
"name": "minecraft:tipped_arrow"
}
]
}
]
}