create-the-brass-oncerto/kubejs/data/iceandfire/loot_tables/entities/stymphalian_bird.json

116 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2025-04-11 17:07:29 +08:00
{
"__comment": "Keep in mind the stymphalian bird drops OreDictionary nuggetCopper, nuggetBronze, ingotCopper, etc. That can be disabled in ice_and_fire.cfg",
"pools": [
{
"name": "stymphalian_bird",
"rolls": 3,
"entries": [
{
"type": "item",
"name": "kubejs:tin_ingot",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:copper_ingot",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": -1,
"max": 4
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "iceandfire:copper_nugget",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": -1,
"max": 4
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "iceandfire:stymphalian_bird_feather",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"name": "stymphalian_bird",
"conditions": [
{
"condition": "killed_by_player"
},
{
"condition": "random_chance_with_looting",
"chance": 0.025,
"looting_multiplier": 0.01
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "iceandfire:stymphalian_skull",
"weight": 1
}
]
}
]
}