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