91 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			91 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "head": "head", | ||
|  |     "portraitScale": 1.55, | ||
|  |     "portraitTranslation": [ -0.1, 1.35, 0 ], | ||
|  |     "profileScale": 0.7, | ||
|  |     "profileTranslation": [ 0, 0.8, 0 ], | ||
|  |     "faint": "bedrock(indeedee_m, faint)", | ||
|  | 	"cry":"bedrock(indeedee_m, cry)", | ||
|  | 	"animations": { | ||
|  | 		"faint": "bedrock(indeedee_m, faint)", | ||
|  | 		"cry":"bedrock(indeedee_m, cry)", | ||
|  | 		"physical": "q.bedrock_primary('indeedee_m', 'physical', q.curve('symmetrical_wide'))" | ||
|  |     },   | ||
|  |     "poses": { | ||
|  | 	  "battle-idle": { | ||
|  |        "poseName": "battle-idle", | ||
|  |        "transformTicks": 10, | ||
|  |        "poseTypes": ["STAND"], | ||
|  |        "isBattle": true, | ||
|  |        "isTouchingWater": false, | ||
|  |        "animations": ["bedrock(indeedee_m, battle_idle)"], | ||
|  |        "quirks": [ | ||
|  |          { | ||
|  |            "name": "blink", | ||
|  |            "loopTimes": 5, | ||
|  |            "minSecondsBetweenOccurrences": 8, | ||
|  |            "maxSecondsBetweenOccurrences": 20, | ||
|  |            "animations": ["bedrock(indeedee_m, blink)"] | ||
|  |          } | ||
|  |        ] | ||
|  |      }, | ||
|  |       "standing":{ | ||
|  |          "poseName":"standing", | ||
|  |          "transformTicks":10, | ||
|  |          "poseTypes":[ | ||
|  |             "STAND", | ||
|  |             "NONE", | ||
|  |             "PORTRAIT", | ||
|  |             "PROFILE" | ||
|  |          ], | ||
|  | 		 "isBattle": false, | ||
|  |          "animations":[ | ||
|  |             "bedrock(indeedee_m, ground_idle)" | ||
|  |          ], | ||
|  |          "quirks":[ | ||
|  |             { | ||
|  |                "name":"blink", | ||
|  |                "animations":[ | ||
|  |                   "bedrock(indeedee_m, blink)" | ||
|  |                ] | ||
|  |             } | ||
|  |          ] | ||
|  |       }, | ||
|  |       "walking":{ | ||
|  |          "poseName":"walking", | ||
|  |          "transformTicks":10, | ||
|  |          "poseTypes":[ | ||
|  |             "WALK" | ||
|  |          ], | ||
|  |          "animations":[ | ||
|  |             "bedrock(indeedee_m, ground_walk)" | ||
|  |          ], | ||
|  |          "quirks":[ | ||
|  |             { | ||
|  |                "name":"blink", | ||
|  |                "animations":[ | ||
|  |                   "bedrock(indeedee_m, blink)" | ||
|  |                ] | ||
|  |             } | ||
|  |          ] | ||
|  |       }, | ||
|  |       "swimming":{ | ||
|  |          "poseName":"swimming", | ||
|  |          "transformTicks":10, | ||
|  |          "poseTypes":[ | ||
|  |             "SWIM" | ||
|  |          ], | ||
|  |          "animations":[ | ||
|  |             "bedrock(indeedee_m, ground_walk)" | ||
|  |          ], | ||
|  |          "quirks":[ | ||
|  |             { | ||
|  |                "name":"blink", | ||
|  |                "animations":[ | ||
|  |                   "bedrock(indeedee_m, blink)" | ||
|  |                ] | ||
|  |             } | ||
|  |          ] | ||
|  |       } | ||
|  |    } | ||
|  | } |