34 lines
738 B
JSON
34 lines
738 B
JSON
{
|
|
"target": "cobblemon:milotic",
|
|
"behaviour": {
|
|
"moving": {
|
|
"walk": {
|
|
"walkSpeed": 0.2,
|
|
"avoidsLand": true
|
|
},
|
|
"swim": {
|
|
"swimSpeed": 1,
|
|
"canSwimInWater": true,
|
|
"canBreatheUnderwater": true
|
|
}
|
|
}
|
|
},
|
|
"evolutions": [
|
|
{
|
|
"id": "milotic_megamilotic",
|
|
"variant": "item_interact",
|
|
"result": "megamilotic",
|
|
"consumeHeldItem": true,
|
|
"requirements": [],
|
|
"requiredContext": "lackingmegas:key_stone"
|
|
},
|
|
{
|
|
"id": "milotic_megamilotic1",
|
|
"variant": "item_interact",
|
|
"result": "megamilotic",
|
|
"consumeHeldItem": false,
|
|
"requirements": [],
|
|
"requiredContext": "lackingmegas:mega_ring"
|
|
}
|
|
]
|
|
} |