29 lines
511 B
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"target": "cobblemon:kingambit",
"baseScale":1.0,
"hitbox": {
"width": 2,
"height": 3,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 0.3,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": false
},
"swim": {
"swimSpeed": 0.2,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}