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