37 lines
730 B
JSON
37 lines
730 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
} |