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,34 @@
{
"target": "cobblemon:poltchageist",
"drops": {
"amount": "1",
"entries": [
{"item": "minecraft:green_dye", "quantityRange": "1-2", "percentage": 50}
]
},
"evolutions": [
{
"id": "poltchageist_sinistcha",
"variant": "level_up",
"result": "sinistcha",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "cobblemon:cracked_pot"
},
{
"variant": "level",
"minLevel": 1
}
]
}
],
"baseScale": 0.4,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
}
}