38 lines
811 B
JSON
38 lines
811 B
JSON
|
{
|
||
|
"implemented": true,
|
||
|
"target": "cobblemon:skuntank",
|
||
|
"shoulderMountable": false,
|
||
|
"baseScale": 1.3,
|
||
|
"hitbox": {
|
||
|
"width": 0.8,
|
||
|
"height": 1.0,
|
||
|
"fixed": false
|
||
|
},
|
||
|
"drops": {
|
||
|
"amount": "5",
|
||
|
"entries": [
|
||
|
{
|
||
|
"item": "cobblemon:pecha_berry",
|
||
|
"percentage": 5.0
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:ink_sac",
|
||
|
"quantityRange": "0-2",
|
||
|
"percentage": 33
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:slime_ball",
|
||
|
"quantityRange": "0-2",
|
||
|
"percentage": 33
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"behaviour": {
|
||
|
"resting": {
|
||
|
"canSleep": true,
|
||
|
"willSleepOnBed": false,
|
||
|
"depth": "normal",
|
||
|
"light": "0-4"
|
||
|
}
|
||
|
}
|
||
|
}
|