Falinks has been shearable since version 1.0 of Unethical Resources
Falinks's drops are level-based, and go as follows:
Levels 1-25: (1-2 Rolls)
1-2 Gold Ingots (1/6 Chance)
2-5 Gold Nuggets (5/6 Chance)
Levels 26-50: (1-3 Rolls)
1-3 Gold Ingots (1/5 Chance)
3-7 Gold Nuggets (4/5 Chance)
Levels 51-75: (2-4 Rolls)
2-4 Gold Ingots (2/5 Chance)
4-9 Gold Nuggets (3/5 Chance)
Levels 76-100: (2-4 Rolls)
2-4 Gold Ingots
Sheared Falinks
{
"type": "minecraft:generic",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:gold_ingot",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 2
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:gold_nugget",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 2,
"max": 5
}
}
]
}
],
"rolls": {
"type": "minecraft:uniform",
"min": 1,
"max": 2
},
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "1..25"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:gold_ingot",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:gold_nugget",
"weight": 4,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 3,
"max": 7
}
}
]
}
],
"rolls": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
},
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "26..50"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:gold_ingot",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 2,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:gold_nugget",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 4,
"max": 9
}
}
]
}
],
"rolls": {
"type": "minecraft:uniform",
"min": 2,
"max": 4
},
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "51..75"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 2,
"max": 4
}
}
]
}
],
"rolls": {
"type": "minecraft:uniform",
"min": 2,
"max": 4
},
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "76..100"
}
]
}
]
}