45 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			45 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "head": "head", | ||
|  |   "portraitScale": 8, | ||
|  |   "portraitTranslation": [0, -1.2, 0], | ||
|  |   "profileScale": 0.6, | ||
|  |   "profileTranslation": [0, 0.9, 0], | ||
|  |   "poses": { | ||
|  |     "standing": { | ||
|  |       "poseName": "standing", | ||
|  |       "transformTicks": 10, | ||
|  |       "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"], | ||
|  |       "animations": ["look", "bedrock(cafe_slowpoke, ground_idle)"], | ||
|  |       "isBattle": false, | ||
|  |       "quirks": [ | ||
|  |         { | ||
|  |           "name": "blink", | ||
|  |           "loopTimes": 1, | ||
|  |           "minSecondsBetweenOccurrences": 15, | ||
|  |           "maxSecondsBetweenOccurrences": 30, | ||
|  |           "animations": ["bedrock(cafe_slowpoke, blink)"] | ||
|  |         } | ||
|  |       ] | ||
|  |     }, | ||
|  |     "walking": { | ||
|  |       "poseName": "walking", | ||
|  |       "transformTicks": 10, | ||
|  |       "poseTypes": ["WALK"], | ||
|  |       "animations": ["bedrock(cafe_slowpoke, ground_walk)"] | ||
|  |     }, | ||
|  |     "floating": { | ||
|  |       "poseName": "floating", | ||
|  |       "transformTicks": 10, | ||
|  |       "poseTypes": ["FLOAT"], | ||
|  |       "animations": ["bedrock(cafe_slowpoke, water_idle)"] | ||
|  |     }, | ||
|  |     "battle": { | ||
|  |       "poseName": "standing", | ||
|  |       "transformTicks": 10, | ||
|  |       "poseTypes": ["STAND"], | ||
|  |       "isBattle": true, | ||
|  |       "animations": ["bedrock(cafe_slowpoke, ground_idle)"] | ||
|  |     } | ||
|  |   } | ||
|  | } |