96 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|    "head":"head",
 | |
|    "portraitScale":1.45,
 | |
|    "portraitTranslation":[ -0.1, 1.8, 0 ],
 | |
|    "profileScale":0.5,
 | |
|    "profileTranslation":[ -0.05, 1.1, 0 ],
 | |
|    "faint":"bedrock(leavanny, faint)",
 | |
|    "cry":"bedrock(leavanny, cry)",
 | |
|    "poses":{
 | |
| 	  "battle-idle": {
 | |
|        "poseName": "battle-idle",
 | |
|        "transformTicks": 10,
 | |
|        "poseTypes": ["STAND"],
 | |
|        "isBattle": true,
 | |
|        "isTouchingWater": false,
 | |
|        "animations": ["bedrock(leavanny, battle_idle)"],
 | |
|        "quirks": [
 | |
|          {
 | |
|            "name": "blink",
 | |
|            "loopTimes": 5,
 | |
|            "minSecondsBetweenOccurrences": 8,
 | |
|            "maxSecondsBetweenOccurrences": 20,
 | |
|            "animations": ["bedrock(leavanny, blink)"]
 | |
|          }
 | |
|        ]
 | |
|      },
 | |
|       "standing":{
 | |
|          "poseName":"standing",
 | |
|          "transformTicks":10,
 | |
|          "poseTypes":[
 | |
|             "STAND",
 | |
|             "NONE",
 | |
|             "PORTRAIT",
 | |
|             "PROFILE"
 | |
|          ],
 | |
| 		 "isBattle": false,
 | |
|          "animations":[
 | |
|             "bedrock(leavanny, ground_idle)"
 | |
|          ],
 | |
|          "quirks":[
 | |
|             {
 | |
|                "name":"blink",
 | |
|                "animations":[
 | |
|                   "bedrock(leavanny, blink)"
 | |
|                ]
 | |
|             }
 | |
|          ]
 | |
|       },
 | |
|       "walking":{
 | |
|          "poseName":"walking",
 | |
|          "transformTicks":10,
 | |
|          "poseTypes":[
 | |
|             "WALK"
 | |
|          ],
 | |
|          "animations":[
 | |
|             "bedrock(leavanny, ground_walk)"
 | |
|          ],
 | |
|          "quirks":[
 | |
|             {
 | |
|                "name":"blink",
 | |
|                "animations":[
 | |
|                   "bedrock(leavanny, blink)"
 | |
|                ]
 | |
|             }
 | |
|          ]
 | |
|       },
 | |
|       "swimming":{
 | |
|          "poseName":"swimming",
 | |
|          "transformTicks":10,
 | |
|          "poseTypes":[
 | |
|             "SWIM"
 | |
|          ],
 | |
|          "animations":[
 | |
|             "bedrock(leavanny, ground_walk)"
 | |
|          ],
 | |
|          "quirks":[
 | |
|             {
 | |
|                "name":"blink",
 | |
|                "animations":[
 | |
|                   "bedrock(leavanny, blink)"
 | |
|                ]
 | |
|             }
 | |
|          ]
 | |
|       },
 | |
|       "sleeping":{
 | |
|          "poseName":"sleeping",
 | |
|          "transformTicks":10,
 | |
|          "poseTypes":[
 | |
|             "SLEEP"
 | |
|          ],
 | |
|          "animations":[
 | |
|             "bedrock(leavanny, sleeping)"
 | |
|          ]
 | |
|       }
 | |
|    }
 | |
| } |