28 lines
		
	
	
		
			647 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			647 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "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
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
} |