54 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2025-02-18 15:25:17 +01:00
{
"target": "cobblemon:shellos",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"forms": [
{
"name": "west",
"aspects": [
"west"
],
"evolutions": [
{
"id": "shellos_gastrodon_west",
"variant": "level_up",
"result": "gastrodon west",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 30
}
]
}
]
}
],
"baseScale": 0.5,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
},
"features": [
"west"
]
}