37 lines
730 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"implemented": true,
"target": "cobblemon:glameow",
"abilities": [
"limber",
"owntempo",
"h:keeneye"
],
"baseScale": 0.7,
"hitbox": {
"width": 0.6,
"height": 1.0,
"fixed": false
},
"drops": {
"amount": "2",
"entries": [
{
"item": "cobblemon:cheri_berry",
"percentage": 2.5
},
{
"item": "minecraft:raw_cod",
"quantityRange": "0-1",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}