first commit
This commit is contained in:
@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user