90 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			90 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |   "portraitScale": 1.59, | ||
|  |   "portraitTranslation": [-0.33, -0.09, 0], | ||
|  |   "profileScale": 0.69, | ||
|  |   "profileTranslation": [0, 0.69, 0], | ||
|  |   "rootBone": "cafe_litten", | ||
|  |   "animations": { | ||
|  |     "cry": "q.bedrock_stateful('cafe_litten', 'cry')", | ||
|  |     "recoil": "q.bedrock_stateful('cafe_litten', 'recoil')" | ||
|  |   }, | ||
|  |   "poses": { | ||
|  |     "battle-standing": { | ||
|  |       "poseTypes": ["STAND"], | ||
|  |       "isBattle": true, | ||
|  |       "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'battle_idle')"], | ||
|  |       "quirks": [ | ||
|  |         "q.bedrock_quirk('cafe_litten', 'blink')", | ||
|  |         "q.bedrock_quirk('cafe_litten', 'look_quirk')", | ||
|  |         "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", | ||
|  |         "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" | ||
|  |       ] | ||
|  |     }, | ||
|  |     "standing": { | ||
|  |       "poseTypes": ["STAND", "FLOAT", "NONE", "PORTRAIT", "PROFILE"], | ||
|  |       "isBattle": false, | ||
|  |       "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'ground_idle')"], | ||
|  |       "quirks": [ | ||
|  |         "q.bedrock_quirk('cafe_litten', 'blink')", | ||
|  |         "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", | ||
|  |         "q.bedrock_quirk('cafe_litten', q.array('look_quirk', 'lick_quirk'), 20, 50, 1)", | ||
|  |         "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" | ||
|  |       ] | ||
|  |     }, | ||
|  |     "walking": { | ||
|  |       "poseTypes": ["WALK", "SWIM"], | ||
|  |       "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'ground_walk')"], | ||
|  |       "quirks": [ | ||
|  |         "q.bedrock_quirk('cafe_litten', 'blink')", | ||
|  |         "q.bedrock_quirk('cafe_litten', 'look_quirk')", | ||
|  |         "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", | ||
|  |         "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" | ||
|  |       ] | ||
|  |     }, | ||
|  |     "sleep": { | ||
|  |       "poseTypes": ["SLEEP"], | ||
|  |       "namedAnimations": { | ||
|  |         "cry": "q.bedrock_stateful('dummy', 'cry')" | ||
|  |       }, | ||
|  |       "animations": ["q.bedrock('cafe_litten', 'sleep')"], | ||
|  |       "quirks": [ | ||
|  |         "q.bedrock_quirk('cafe_litten', 'yawn_quirk', 45, 120, 1)", | ||
|  |         "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", | ||
|  |         "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" | ||
|  |       ] | ||
|  |     }, | ||
|  |     "shoulder_left": { | ||
|  |       "poseTypes": ["SHOULDER_LEFT"], | ||
|  |       "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'shoulder_left')"], | ||
|  |       "quirks": [ | ||
|  |         "q.bedrock_quirk('cafe_litten', 'blink')", | ||
|  |         "q.bedrock_quirk('cafe_litten', 'look_quirk')", | ||
|  |         "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", | ||
|  |         "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" | ||
|  |       ], | ||
|  |       "transformedParts": [ | ||
|  |         { | ||
|  |           "part": "body", | ||
|  |           "position": [-5, 0, 0] | ||
|  |         } | ||
|  |       ] | ||
|  |     }, | ||
|  |     "shoulder_right": { | ||
|  |       "poseTypes": ["SHOULDER_RIGHT"], | ||
|  |       "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'shoulder_right')"], | ||
|  |       "quirks": [ | ||
|  |         "q.bedrock_quirk('cafe_litten', 'blink')", | ||
|  |         "q.bedrock_quirk('cafe_litten', 'look_quirk')", | ||
|  |         "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)", | ||
|  |         "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)" | ||
|  |       ], | ||
|  |       "transformedParts": [ | ||
|  |         { | ||
|  |           "part": "body", | ||
|  |           "position": [5, 0, 0] | ||
|  |         } | ||
|  |       ] | ||
|  |     } | ||
|  |   } | ||
|  | } |