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,22 @@
{
"target": "cobblemon:absol",
"baseScale": 0.7,
"hitbox": {
"width": 1.5,
"height": 2,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": false,
"walk": {
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:amoonguss",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.19,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"baseScale": 0.6,
"hitbox": {
"width": 0.8,
"height": 0.8,
"fixed": false
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:appletun",
"baseScale": 1.2,
"hitbox": {
"width": 1,
"height": 1.0,
"fixed": false
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.165,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,90 @@
{
"target": "cobblemon:applin",
"shoulderMountable": true,
"baseScale": 0.4,
"hitbox": {
"width": 0.3,
"height": 0.4,
"fixed": false
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.145,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
},
"drops": {
"amount": "1",
"entries": [
{"item": "cobblemon:tart_apple", "quantityRange": "1-2", "percentage": 50},
{"item": "cobblemon:sweet_apple", "quantityRange": "1-2", "percentage": 50}
]
},
"evolutions": [
{
"id": "applin_dipplin",
"variant": "level_up",
"result": "dipplin",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:honey_bottle"
},
{
"variant": "level",
"minLevel": 1
}
]
},
{
"id": "applin_flapple",
"variant": "level_up",
"result": "flapple",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "cobblemon:tart_apple"
},
{
"variant": "level",
"minLevel": 1
}
]
},
{
"id": "applin_appletun",
"variant": "level_up",
"result": "appletun",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "cobblemon:sweet_apple"
},
{
"variant": "level",
"minLevel": 1
}
]
}
]
}

View File

@ -0,0 +1,35 @@
{
"target": "cobblemon:archaludon",
"baseScale": 1.0,
"hitbox": {
"width": 1.0,
"height": 1.7,
"fixed": false
},
"drops": {
"amount": "1",
"entries": [
{"item": "minecraft:iron_ingot", "quantityRange": "1-32", "percentage": 50}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.180,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,18 @@
{
"target": "cobblemon:azumarill",
"behaviour": {
"moving": {
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
},
"baseScale": 1,
"hitbox": {
"width": 0.7,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,9 @@
{
"target": "cobblemon:azurill",
"baseScale": 0.8,
"hitbox": {
"width": 0.5,
"height": 0.5,
"fixed": false
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:bellibolt",
"baseScale": 1.0,
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.180,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"hitbox": {
"width": 1.0,
"height": 0.8,
"fixed": false
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:bisharp",
"baseScale":1.0,
"hitbox": {
"width": 1,
"height": 2.2,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 0.3,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": false
},
"swim": {
"swimSpeed": 0.2,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,34 @@
{
"target": "blacephalon",
"baseScale": 0.4,
"hitbox": {
"width": 2.0,
"height": 4.3,
"fixed": false
},
"drops": {
"amount": "1",
"entries": [
{"item": "minecraft:iron_ingot", "quantityRange": "1-32", "percentage": 50}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,11 @@
{
"target": "cobblemon:blipbug",
"baseScale": 0.5,
"hitbox": {
"width": .75,
"height": 1,
"fixed": false
},
"shoulderMountable": true
}

View File

@ -0,0 +1,31 @@
{
"target": "cobblemon:celebi",
"behaviour": {
"resting": {
"canSleep": false,
"depth": "normal",
"light": "4-15"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": false,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
},
"fly": {
"canFly": true
}
}
},
"baseScale": 0.5,
"hitbox": {
"width": 0.5,
"height": 1.4,
"fixed": false
}
}

View File

@ -0,0 +1,8 @@
{ "target": "cobblemon:chienpao",
"baseScale": 1.3,
"hitbox": {
"width": 0.8,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,28 @@
{
"target": "cobblemon:cinccino",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
},
"baseScale": 0.4,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
}
}

View File

@ -0,0 +1,28 @@
{
"target": "cobblemon:cinccino",
"baseScale": 0.4,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:corsola",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.175,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
},
"baseScale": 0.6,
"hitbox": {
"width": 0.6,
"height": 0.6,
"fixed": false
}
}

View File

@ -0,0 +1,28 @@
{
"target": "cobblemon:cramorant",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
},
"baseScale": 1.0,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
}
}

View File

@ -0,0 +1,43 @@
{
"target": "cobblemon:cubone",
"evolutions": [
{
"id": "cubone_marowak",
"variant": "level_up",
"result": "marowak",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 28
}
]
},
{
"id": "cubone_marowak_alolan",
"variant": "level_up",
"result": "marowak alolan",
"consumeHeldItem": false,
"learnableMoves": [
"shadowbone"
],
"requirements": [
{
"variant": "level",
"minLevel": 28
},
{
"variant": "time_range",
"range": "night"
}
]
}
],
"baseScale": 0.7,
"hitbox": {
"width": 0.5,
"height": 0.8,
"fixed": false
}
}

View File

@ -0,0 +1,26 @@
{
"target": "cobblemon:cursola",
"behaviour": {
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.200,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
},
"preEvolution": "corsola form=galar",
"evolutions": [],
"baseScale": 0.8,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,36 @@
{
"implemented": true,
"target": "cobblemon:delcatty",
"baseScale": 0.8,
"hitbox": {
"width": 0.8,
"height": 0.8,
"fixed": false
},
"drops": {
"amount": 5,
"entries": [
{
"item": "cobblemon:silk_scarf",
"percentage": 5.0
},
{
"item": "cobblemon:pecha_berry",
"percentage": 5.0
},
{
"item": "minecraft:raw_cod",
"quantityRange": "1-3",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,35 @@
{
"target": "cobblemon:dipplin",
"baseScale": 0.4,
"hitbox": {
"width": 0.5,
"height": 0.5,
"fixed": false
},
"drops": {
"amount": "1",
"entries": [
{"item": "minecraft:apple", "quantityRange": "1-2", "percentage": 50}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.175,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,9 @@
{
"target": "cobblemon:dottler",
"baseScale": 0.5,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:ducklett",
"baseScale": 0.4,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"behaviour": {
"moving": {
"walk": {
"walkSpeed": 0.28
},
"swim": {
"swimSpeed": 0.5,
"canSwimInWater": true,
"canBreatheUnderwater": true,
"canWalkOnWater": true
}
},
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:duosion",
"implemented": true,
"baseScale": 0.75,
"hitbox": {
"width": 1,
"height": 1.8,
"fixed": false
}
}

View File

@ -0,0 +1,12 @@
{
"target": "cobblemon:eelektrik",
"behaviour": {
"moving": {
"swim": {
"swimSpeed": 1,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
}
}

View File

@ -0,0 +1,12 @@
{
"target": "cobblemon:eelektross",
"behaviour": {
"moving": {
"swim": {
"swimSpeed": 1,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
}
}

View File

@ -0,0 +1,34 @@
{
"implemented": true,
"target": "cobblemon:espurr",
"shoulderMountable": true,
"baseScale": 0.7,
"hitbox": {
"width": 0.4,
"height": 0.7,
"fixed": false
},
"drops": {
"amount": "2",
"entries": [
{
"item": "minecraft:ender_pearl",
"quantityRange": "0-1",
"percentage": 33
},
{
"item": "cobblemon:colbur_berry",
"percentage": 2.5
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:eternatus",
"baseScale":1.0,
"hitbox": {
"width": 6,
"height": 5,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 0.4,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": true
},
"swim": {
"swimSpeed": 0.2,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,16 @@
{
"target": "cobblemon:feebas",
"behaviour": {
"moving": {
"walk": {
"walkSpeed": 0.2,
"avoidsLand": true
},
"swim": {
"swimSpeed": 1,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
}
}

View File

@ -0,0 +1,28 @@
{
"target": "cobblemon:finizen",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": true
},
"swim": {
"swimSpeed": 0.3,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
},
"baseScale": 1.0,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
}
}

View File

@ -0,0 +1,9 @@
{
"target": "cobblemon:flapple",
"baseScale": 0.7,
"hitbox": {
"width": 1,
"height": 1.3,
"fixed": false
}
}

View File

@ -0,0 +1,31 @@
{
"target": "cobblemon:fluttermane",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "4-15"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": false,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
},
"fly": {
"canFly": true
}
}
},
"baseScale": 0.7,
"hitbox": {
"width": 0.5,
"height": 1.4,
"fixed": false
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:foongus",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.17,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"baseScale": 0.4,
"hitbox": {
"width": 0.6,
"height": 0.8,
"fixed": false
}
}

View File

@ -0,0 +1,9 @@
{
"target": "cobblemon:froslass",
"baseScale":0.8,
"hitbox": {
"width": 1,
"height": 2,
"fixed": false
}
}

View File

@ -0,0 +1,41 @@
{
"target": "cobblemon:gastrodon",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.200,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
},
"forms": [
{
"name": "west",
"aspects": [
"west"
],
"preEvolution": "shellos form=west"
}
],
"baseScale": 0.8,
"hitbox": {
"width": 1,
"height": 0.7,
"fixed": false
},
"features": [
"west"
]
}

View File

@ -0,0 +1,31 @@
{
"target": "cobblemon:genesect",
"behaviour": {
"resting": {
"canSleep": false,
"depth": "normal",
"light": "4-15"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
},
"fly": {
"canFly": true
}
}
},
"baseScale": 0.8,
"hitbox": {
"width": 0.8,
"height": 2.0,
"fixed": false
}
}

View File

@ -0,0 +1,9 @@
{
"target": "cobblemon:glalie",
"baseScale": 0.8,
"hitbox": {
"width": 1.2,
"height": 1.2,
"fixed": false
}
}

View File

@ -0,0 +1,37 @@
{
"implemented": true,
"target": "cobblemon:glameow",
"abilities": [
"limber",
"owntempo",
"h:keeneye"
],
"baseScale": 0.7,
"hitbox": {
"width": 0.6,
"height": 1.0,
"fixed": false
},
"drops": {
"amount": "2",
"entries": [
{
"item": "cobblemon:cheri_berry",
"percentage": 2.5
},
{
"item": "minecraft:raw_cod",
"quantityRange": "0-1",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,9 @@
{
"target": "cobblemon:gogoat",
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:gothita",
"implemented": true,
"baseScale": 0.6,
"hitbox": {
"width": 1,
"height": 1.5,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:gothitelle",
"implemented": true,
"baseScale": 0.85,
"hitbox": {
"width": 1.25,
"height": 2.8,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:gothorita",
"implemented": true,
"baseScale": 0.55,
"hitbox": {
"width": 1,
"height": 2.15,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:greavard",
"baseScale": 0.7,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:hoppip",
"implemented": true,
"baseScale": 0.7,
"hitbox": {
"width": 0.9,
"height": 0.9,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:houndoom",
"baseScale": 0.5,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:houndour",
"baseScale": 0.4,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:houndstone",
"baseScale": 0.5,
"hitbox": {
"width": 1,
"height": 1.5,
"fixed": false
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:hydrapple",
"baseScale": 0.9,
"hitbox": {
"width": 1,
"height": 1.3,
"fixed": false
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.165,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,136 @@
{
"implemented": true,
"target": "cobblemon:indeedee",
"baseScale": 0.75,
"hitbox": {
"width": 0.86,
"height": 2,
"fixed": false
},
"maleRatio": 0.5,
"forms": [
{
"name": "female",
"abilities": [
"owntempo",
"synchronize",
"h:psychicsurge"
],
"baseStats": {
"hp": 70,
"attack": 55,
"defence": 65,
"special_attack": 95,
"special_defence": 105,
"speed": 85
},
"catchRate": 30,
"maleRatio": 0,
"baseExperienceYield": 166,
"baseFriendship": 140,
"evYield": {
"hp": 0,
"attack": 0,
"defence": 0,
"special_attack": 0,
"special_defence": 2,
"speed": 0
},
"experienceGroup": "fast",
"eggCycles": 40,
"eggGroups": [
"fairy"
],
"moves": [
"1:playnice",
"1:storedpower",
"5:batonpass",
"10:disarmingvoice",
"15:psybeam",
"20:helpinghand",
"25:followme",
"30:aromatherapy",
"30:healingwish",
"35:psychic",
"40:calmmind",
"45:guardsplit",
"50:psychicterrain",
"egg:fakeout",
"egg:healpulse",
"egg:psychoshift",
"egg:psychup",
"tm:alluringvoice",
"tm:allyswitch",
"tm:attract",
"tm:batonpass",
"tm:bodyslam",
"tm:calmmind",
"tm:charm",
"tm:dazzlinggleam",
"tm:disarmingvoice",
"tm:drainingkiss",
"tm:drainpunch",
"tm:endure",
"tm:energyball",
"tm:facade",
"tm:futuresight",
"tm:guardswap",
"tm:helpinghand",
"tm:hypervoice",
"tm:imprison",
"tm:lightscreen",
"tm:magicalleaf",
"tm:metronome",
"tm:mysticalfire",
"tm:payday",
"tm:playrough",
"tm:protect",
"tm:psybeam",
"tm:psychic",
"tm:psychicterrain",
"tm:psychup",
"tm:psyshock",
"tm:reflect",
"tm:rest",
"tm:round",
"tm:safeguard",
"tm:shadowball",
"tm:skillswap",
"tm:sleeptalk",
"tm:snore",
"tm:storedpower",
"tm:substitute",
"tm:swift",
"tm:takedown",
"tm:terablast",
"tm:trick",
"tm:trickroom",
"tm:zenheadbutt",
"tutor:expandingforce",
"tutor:terrainpulse"
],
"labels": [
"gen8"
],
"aspects": [
"female"
],
"height": 9,
"weight": 280,
"baseScale": 0.75,
"hitbox": {
"width": 0.8,
"height": 2,
"fixed": false
},
"cannotDynamax": false,
"battleOnly": false
}
],
"baseExperienceYield": 166,
"experienceGroup": "fast",
"eggCycles": 40,
"eggGroups": [
"fairy"
]
}

View File

@ -0,0 +1,33 @@
{
"target": "cobblemon:ironmoth",
"behaviour": {
"resting": {
"canSleep": false,
"depth": "normal",
"light": "0-4",
"willSleepOnBed": false
},
"moving": {
"canLook": true,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.3,
"canSwimInWater": true,
"canBreatheUnderwater": false
},
"fly": {
"canFly": true,
"flySpeedHorizontal": 0.3
},
"wanderChance": 1
}
},
"hitbox": {
"width": 1.15,
"height": 2.35,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:jumpluff",
"implemented": true,
"baseScale": 0.7,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:kingambit",
"baseScale":1.0,
"hitbox": {
"width": 2,
"height": 3,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 0.3,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": false
},
"swim": {
"swimSpeed": 0.2,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -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
}
}
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:landorus",
"baseScale":1.0,
"hitbox": {
"width": 1.5,
"height": 2.5,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 0.6,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": true
},
"swim": {
"swimSpeed": 0.2,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:latias",
"baseScale":1.0,
"hitbox": {
"width": 3,
"height": 2.5,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 1.5,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": true
},
"swim": {
"swimSpeed": 0.2,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:latios",
"baseScale":1.0,
"hitbox": {
"width": 3,
"height": 2.5,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 1.5,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": true
},
"swim": {
"swimSpeed": 0.2,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:leavanny",
"implemented": true,
"baseScale": 0.8,
"hitbox": {
"width": 0.8,
"height": 2.3,
"fixed": false
}
}

View File

@ -0,0 +1,31 @@
{
"target": "cobblemon:ledian",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "4-15"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": false,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
},
"fly": {
"canFly": true
}
}
},
"baseScale": 0.5,
"hitbox": {
"width": 0.7,
"height": 1.0,
"fixed": false
}
}

View File

@ -0,0 +1,31 @@
{
"target": "cobblemon:ledyba",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "4-15"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": false,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
},
"fly": {
"canFly": true
}
}
},
"baseScale": 0.6,
"hitbox": {
"width": 0.8,
"height": 1.0,
"fixed": false
}
}

View File

@ -0,0 +1,37 @@
{
"implemented": true,
"target": "cobblemon:liepard",
"shoulderMountable": false,
"baseScale": 1.0,
"hitbox": {
"width": 0.9,
"height": 1.3,
"fixed": false
},
"drops": {
"amount": "5",
"entries": [
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-2"
},
{
"item": "cobblemon:bluk_berry",
"percentage": 5.0
},
{
"item": "minecraft:raw_cod",
"quantityRange": "1-2",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,37 @@
{
"target": "cobblemon:litleo",
"implemented": true,
"shoulderMountable": true,
"baseScale": 0.7,
"hitbox": {
"width": 0.6,
"height": 0.8,
"fixed": false
},
"drops": {
"amount": 3,
"entries": [
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-1"
},
{
"item": "minecraft:blaze_powder",
"percentage": 5
},
{
"item": "cobblemon:rawst_berry",
"percentage": 2.5
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,11 @@
{
"target": "cobblemon:lycanroc",
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
},
"features": [
"dusk", "midnight"]
}

View File

@ -0,0 +1,34 @@
{
"target": "cobblemon:mareanie",
"baseScale": 0.5,
"hitbox": {
"width": 1,
"height": 0.5,
"fixed": false
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4",
"willSleepOnBed": false
},
"moving": {
"canLook": true,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.3,
"canSwimInWater": false,
"canBreatheUnderwater": true
},
"fly": {
"canFly": false,
"flySpeedHorizontal": 0.3
},
"wanderChance": 1
}
}
}

View File

@ -0,0 +1,18 @@
{
"target": "cobblemon:marill",
"behaviour": {
"moving": {
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
},
"baseScale": 1,
"hitbox": {
"width": 0.5,
"height": 0.8,
"fixed": false
}
}

View File

@ -0,0 +1,32 @@
{
"target": "cobblemon:marshadow",
"behaviour": {
"resting": {
"canSleep": false,
"depth": "normal",
"light": "4-15"
},
"moving": {
"canLook": true,
"walk": {
"canWalk": true,
"walkSpeed": 0.195,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
},
"fly": {
"canFly": false
}
}
},
"baseScale": 0.6,
"hitbox": {
"width": 0.5,
"height": 0.8,
"fixed": false
}
}

View File

@ -0,0 +1,35 @@
{
"target": "cobblemon:melmetal",
"baseScale": 1.2,
"hitbox": {
"width": 2.4,
"height": 3.3,
"fixed": false
},
"drops": {
"amount": "1",
"entries": [
{"item": "minecraft:iron_block", "quantityRange": "1-2", "percentage": 50}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.195,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,54 @@
{
"target": "cobblemon:meltan",
"baseScale": 0.3,
"hitbox": {
"width": 0.4,
"height": 0.8,
"fixed": false
},
"drops": {
"amount": "1",
"entries": [
{"item": "minecraft:iron_ingot", "quantityRange": "1-5", "percentage": 50}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.175,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"evolutions": [
{
"id": "meltan_melmetal",
"variant": "level_up",
"result": "melmetal",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "held_item",
"itemCondition": "minecraft:anvil"
},
{
"variant": "level",
"minLevel": 60
}
]
}
]
}

View File

@ -0,0 +1,33 @@
{
"implemented": true,
"target": "cobblemon:meowstic",
"baseScale": 0.6,
"hitbox": {
"width": 0.6,
"height": 1.4,
"fixed": false
},
"maleRatio": 0.5,
"drops": {
"amount": "3",
"entries": [
{
"item": "cobblemon:colbur_berry",
"percentage": 5.0
},
{
"item": "minecraft:ender_pearl",
"quantityRange": "1-2",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,4 @@
{
"target": "cobblemon:meowth",
"shoulderMountable": true
}

View File

@ -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"
}
]
}

View File

@ -0,0 +1,28 @@
{
"target": "cobblemon:minccino",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
},
"baseScale": 0.4,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
}
}

View File

@ -0,0 +1,28 @@
{
"target": "cobblemon:morpeko",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
},
"baseScale": 0.5,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
}
}

View File

@ -0,0 +1,6 @@
{
"target": "cobblemon:mrmime",
"features": [
"galarian"
]
}

View File

@ -0,0 +1,9 @@
{
"target": "cobblemon:munna",
"baseScale": 0.8,
"hitbox": {
"width": 1,
"height": 1.3,
"fixed": false
}
}

View File

@ -0,0 +1,9 @@
{
"target": "cobblemon:musharna",
"baseScale": 0.9,
"hitbox": {
"width": 1,
"height": 1.3,
"fixed": false
}
}

View File

@ -0,0 +1,31 @@
{
"target": "cobblemon:nihilego",
"behaviour": {
"resting": {
"canSleep": false,
"depth": "normal",
"light": "4-15"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": false,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
},
"fly": {
"canFly": true
}
}
},
"baseScale": 0.8,
"hitbox": {
"width": 1.0,
"height": 4.0,
"fixed": false
}
}

View File

@ -0,0 +1,9 @@
{
"target": "cobblemon:orbeetle",
"baseScale": 0.75,
"hitbox": {
"width": 1.4,
"height": 1.6,
"fixed": false
}
}

View File

@ -0,0 +1,44 @@
{
"target": "cobblemon:palafin",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": true
},
"swim": {
"swimSpeed": 0.3,
"canSwimInWater": true,
"canBreatheUnderwater": true
}
}
},
"preEvolution": "finizen",
"evolutions": [
{
"id": "palafin_palafinhero",
"variant": "level_up",
"result": "palafinhero",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 45
}
]
}
],
"baseScale": 1.0,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
}
}

View File

@ -0,0 +1,39 @@
{
"target": "cobblemon:palossand",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.175,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"forms": [
{
"name": "redsand",
"aspects": [
"redsand"
],
"preEvolution": "sandygast form=redsand"
}
],
"baseScale": 1,
"hitbox": {
"width": 0.4,
"height": 0.8,
"fixed": false
},
"features": ["redsand"]
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:pawniard",
"baseScale":1.0,
"hitbox": {
"width": 1,
"height": 1.5,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 0.5,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": false
},
"swim": {
"swimSpeed": 0.2,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,28 @@
{
"target": "cobblemon:pecharunt",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
},
"baseScale": 0.5,
"hitbox": {
"width": 1.0,
"height": 1.0,
"fixed": false
}
}

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
}
}

View File

@ -0,0 +1,36 @@
{
"implemented": true,
"target": "cobblemon:purrloin",
"shoulderMountable": true,
"baseScale": 0.7,
"hitbox": {
"width": 0.6,
"height": 0.8,
"fixed": false
},
"drops": {
"amount": "3",
"entries": [
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-1"
},
{
"item": "cobblemon:bluk_berry",
"percentage": 2.5
},
{
"item": "minecraft:raw_cod",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,27 @@
{
"implemented": true,
"target": "cobblemon:purugly",
"baseScale": 0.8,
"drops": {
"amount": "3",
"entries": [
{
"item": "cobblemon:cheri_berry",
"percentage": 5.0
},
{
"item": "minecraft:raw_cod",
"quantityRange": "1-2",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,36 @@
{
"implemented": true,
"target": "cobblemon:pyroar",
"baseScale": 0.8,
"hitbox": {
"width": 1.0,
"height": 1.6,
"fixed": false
},
"drops": {
"amount": "4",
"entries": [
{
"item": "minecraft:rotten_flesh",
"quantityRange": "0-2"
},
{
"item": "minecraft:blaze_powder",
"percentage": 10.0
},
{
"item": "cobblemon:rawst_berry",
"percentage": 5.0
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": true,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,29 @@
{
"target": "cobblemon:reshiram",
"baseScale":1.0,
"hitbox": {
"width": 3.5,
"height": 5,
"fixed": false
},
"behaviour": {
"moving": {
"canLook": true,
"walk": {
"walkSpeed": 0.3,
"canWalk": true,
"avoidsLand": false
},
"fly": {
"canFly": true
},
"swim": {
"swimSpeed": 0.2,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:reuniclus",
"implemented": true,
"baseScale": 0.75,
"hitbox": {
"width": 1.9,
"height": 2.2,
"fixed": false
}
}

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
}
}

View File

@ -0,0 +1,55 @@
{
"target": "cobblemon:sandygast",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"walkSpeed": 0.175,
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"forms": [
{
"name": "redsand",
"primaryType": "ghost",
"secondaryType": "ground",
"aspects": [
"redsand"
],
"evolutions": [
{
"id": "sandygast_palossand_redsand",
"variant": "level_up",
"result": "palossand redsand",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 42
}
]
}
]
}
],
"baseScale": 0.8,
"hitbox": {
"width": 0.5,
"height": 0.8,
"fixed": false
},
"features": ["redsand"]
}

View File

@ -0,0 +1,28 @@
{
"target": "cobblemon:screamtail",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"baseScale": 1.0,
"hitbox": {
"width": 0.6,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:sewaddle",
"implemented": true,
"baseScale": 0.8,
"hitbox": {
"width": 0.7,
"height": 0.7,
"fixed": false
}
}

View File

@ -0,0 +1,54 @@
{
"target": "cobblemon:shellos",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": false,
"canBreatheUnderwater": false
}
}
},
"forms": [
{
"name": "west",
"aspects": [
"west"
],
"evolutions": [
{
"id": "shellos_gastrodon_west",
"variant": "level_up",
"result": "gastrodon west",
"consumeHeldItem": false,
"learnableMoves": [],
"requirements": [
{
"variant": "level",
"minLevel": 30
}
]
}
]
}
],
"baseScale": 0.5,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
},
"features": [
"west"
]
}

View File

@ -0,0 +1,4 @@
{
"target": "cobblemon:shinx",
"shoulderMountable": true
}

View File

@ -0,0 +1,28 @@
{
"target": "cobblemon:sinistcha",
"behaviour": {
"resting": {
"canSleep": true,
"depth": "normal",
"light": "0-4"
},
"moving": {
"canLook": false,
"walk": {
"canWalk": true,
"avoidsLand": false
},
"swim": {
"swimSpeed": 0.1,
"canSwimInWater": true,
"canBreatheUnderwater": false
}
}
},
"baseScale": 0.8,
"hitbox": {
"width": 0.5,
"height": 1.0,
"fixed": false
}
}

View File

@ -0,0 +1,9 @@
{
"target": "cobblemon:skiddo",
"baseScale": 1,
"hitbox": {
"width": 1,
"height": 1,
"fixed": false
}
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:skiploom",
"implemented": true,
"baseScale": 0.8,
"hitbox": {
"width": 1,
"height": 0.9,
"fixed": false
}
}

View File

@ -0,0 +1,38 @@
{
"implemented": true,
"target": "cobblemon:skuntank",
"shoulderMountable": false,
"baseScale": 1.3,
"hitbox": {
"width": 0.8,
"height": 1.0,
"fixed": false
},
"drops": {
"amount": "5",
"entries": [
{
"item": "cobblemon:pecha_berry",
"percentage": 5.0
},
{
"item": "minecraft:ink_sac",
"quantityRange": "0-2",
"percentage": 33
},
{
"item": "minecraft:slime_ball",
"quantityRange": "0-2",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
}
}
}

View File

@ -0,0 +1,4 @@
{
"target": "cobblemon:snorunt",
"baseScale": 0.8
}

View File

@ -0,0 +1,10 @@
{
"target": "cobblemon:solosis",
"implemented": true,
"baseScale": 0.75,
"hitbox": {
"width": 1,
"height": 1.4,
"fixed": false
}
}

View File

@ -0,0 +1,36 @@
{
"implemented": true,
"target": "cobblemon:stunky",
"shoulderMountable": true,
"baseScale": 0.7,
"hitbox": {
"width": 0.7,
"height": 0.7,
"fixed": false
},
"drops": {
"amount": "3",
"entries": [
{
"item": "cobblemon:pecha_berry",
"percentage": 2.5
},
{
"item": "minecraft:ink_sac",
"percentage": 33
},
{
"item": "minecraft:slime_ball",
"percentage": 33
}
]
},
"behaviour": {
"resting": {
"canSleep": true,
"willSleepOnBed": false,
"depth": "normal",
"light": "0-4"
}
}
}

Some files were not shown because too many files have changed in this diff Show More