Torkoal has been shearable since version 1.0 of Unethical Resources
Torkoal's drops are level-based, and Torkoal is capable of dropping between 1-3 Coal at a 7/8 chance or 1 Charcoal Stick at a 1/8 chance [Do note that the amounts of candy dropped are not level-based]
Torkoal's loot can be rolled multiple times per shearing, with between 1-4 rolls [From the lowest possible at levels 1-25 to the highest possible at levels 76-100]
Sheared Torkoal
{
"type": "minecraft:generic",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:coal",
"weight": 7,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
}
}
]
},
{
"type": "minecraft:item",
"name": "cobblemon:charcoal_stick",
"weight": 1,
"functions": []
}
],
"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:coal",
"weight": 7,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
}
}
]
},
{
"type": "minecraft:item",
"name": "cobblemon:charcoal_stick",
"weight": 1,
"functions": []
}
],
"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:coal",
"weight": 7,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
}
}
]
},
{
"type": "minecraft:item",
"name": "cobblemon:charcoal_stick",
"weight": 1,
"functions": []
}
],
"rolls": {
"type": "minecraft:uniform",
"min": 2,
"max": 3
},
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "51..75"
}
]
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:coal",
"weight": 7,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1,
"max": 3
}
}
]
},
{
"type": "minecraft:item",
"name": "cobblemon:charcoal_stick",
"weight": 1,
"functions": []
}
],
"rolls": {
"type": "minecraft:uniform",
"min": 2,
"max": 4
},
"conditions": [
{
"condition": "droploottables:pokemon_level",
"range": "76..100"
}
]
}
]
}