44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "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
 | 
						|
    }
 | 
						|
} |