first commit
This commit is contained in:
@ -0,0 +1,41 @@
|
||||
{
|
||||
"target": "cobblemon:kubfu",
|
||||
|
||||
"baseScale":1.0,
|
||||
"hitbox": {
|
||||
"width": 1,
|
||||
"height": 1.5,
|
||||
"fixed": false
|
||||
},
|
||||
|
||||
"evolutions": [
|
||||
{
|
||||
"id": "kubfu_urshifu",
|
||||
"variant": "item_interact",
|
||||
"result": "urshifu",
|
||||
"consumeHeldItem": true,
|
||||
"learnableMoves": [],
|
||||
"requirements": [],
|
||||
"requiredContext": "cobblemon:muscle_band"
|
||||
},
|
||||
],
|
||||
|
||||
"behaviour": {
|
||||
"moving": {
|
||||
"canLook": true,
|
||||
"walk": {
|
||||
"walkSpeed": 0.6,
|
||||
"canWalk": true,
|
||||
"avoidsLand": false
|
||||
},
|
||||
"fly": {
|
||||
"canFly": false
|
||||
},
|
||||
"swim": {
|
||||
"swimSpeed": 0.2,
|
||||
"canSwimInWater": false,
|
||||
"canBreatheUnderwater": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user