first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,49 @@
{
"target": "cobblemon:rockruff",
"baseScale": 0.7,
"evolutions": [
{
"id": "rockruff_lycanroc_midnight",
"variant": "level_up",
"result": "lycanroc midnight",
"consumeHeldItem": false,
"learnableMoves": [
"counter"
],
"requirements": [
{
"variant": "level",
"minLevel": 25
},
{
"variant": "time_range",
"range": "night"
}
]
},
{
"id": "rockruff_lycanroc_dusk",
"variant": "level_up",
"result": "lycanroc dusk",
"consumeHeldItem": false,
"learnableMoves": [
"crushclaw"
],
"requirements": [
{
"variant": "level",
"minLevel": 25
},
{
"variant": "time_range",
"range": "noon"
}
]
}
],
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
}
}