152 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			152 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|  "head": "neck",
 | |
|  "portraitScale": 1.25,
 | |
|  "portraitTranslation": [ -1.25, 0.25, 0 ],
 | |
|  "profileScale": 0.35,
 | |
|  "profileTranslation": [ -0.1, 0.95, 0 ],
 | |
|  "animations": {
 | |
|     "faint": "q.bedrock_primary('roaringmoon', 'faint', q.curve('one'))",
 | |
|     "cry": "q.bedrock_stateful('roaringmoon', 'cry')",
 | |
|     "recoil": "q.bedrock_stateful('roaringmoon', 'recoil')",
 | |
|     "physical": "q.bedrock_primary('roaringmoon', 'physical', q.curve('symmetrical_wide'))",
 | |
|     "special": "q.bedrock_primary('roaringmoon', 'special', q.curve('symmetrical_wide'))",
 | |
|     "status": "q.bedrock_primary('roaringmoon', 'status', q.curve('symmetrical_wide'))"
 | |
|   },
 | |
|  "poses": {
 | |
|    "battle-idle": {
 | |
|      "poseName": "battle-idle",
 | |
|      "transformTicks": 10,
 | |
|      "poseTypes": ["STAND"],
 | |
|      "isBattle": true,
 | |
|      "animations": ["bedrock(roaringmoon, battle_idle)"],
 | |
|      "quirks": [
 | |
|        {
 | |
|          "name": "blink",
 | |
|          "animations": ["bedrock(roaringmoon, blink)"]
 | |
|        }
 | |
|      ]
 | |
|    },
 | |
|    "standing": {
 | |
|      "poseName": "standing",
 | |
|      "transformTicks": 10,
 | |
|      "poseTypes": [
 | |
|        "STAND",
 | |
|        "NONE",
 | |
|        "PORTRAIT",
 | |
|        "PROFILE"
 | |
|      ],
 | |
|      "isBattle": false,
 | |
|      "animations": [
 | |
|        "bedrock(roaringmoon, ground_idle)"
 | |
|      ],
 | |
|      "quirks": [
 | |
|        {
 | |
|          "name": "blink",
 | |
|          "animations": [
 | |
|            "bedrock(roaringmoon, blink)"
 | |
|          ]
 | |
|        }
 | |
|      ]
 | |
|    },
 | |
|    "walking": {
 | |
|      "poseName": "walking",
 | |
|      "transformTicks": 10,
 | |
|      "poseTypes": [
 | |
|        "WALK"
 | |
|      ],
 | |
|      "animations": [
 | |
|        "bedrock(roaringmoon, ground_walk)"
 | |
|      ],
 | |
|      "quirks": [
 | |
|        {
 | |
|          "name": "blink",
 | |
|          "animations": [
 | |
|            "bedrock(roaringmoon, blink)"
 | |
|          ]
 | |
|        }
 | |
|      ]
 | |
|    },
 | |
|    "hovering": {
 | |
|      "poseName": "hovering",
 | |
|      "transformTicks": 10,
 | |
|      "poseTypes": [
 | |
|        "HOVER"
 | |
|      ],
 | |
|      "animations": [
 | |
|        "bedrock(roaringmoon, air_idle)"
 | |
|      ],
 | |
|      "quirks": [
 | |
|        {
 | |
|          "name": "blink",
 | |
|          "animations": [
 | |
|            "bedrock(roaringmoon, blink)"
 | |
|          ]
 | |
|        }
 | |
|      ]
 | |
|    },
 | |
|    "flying": {
 | |
|      "poseName": "flying",
 | |
|      "transformTicks": 10,
 | |
|      "poseTypes": [
 | |
|        "FLY"
 | |
|      ],
 | |
|      "animations": [
 | |
|        "bedrock(roaringmoon, air_fly)"
 | |
|      ],
 | |
|      "quirks": [
 | |
|        {
 | |
|          "name": "blink",
 | |
|          "animations": [
 | |
|            "bedrock(roaringmoon, blink)"
 | |
|          ]
 | |
|        }
 | |
|      ]
 | |
|    },
 | |
|    "sleeping": {
 | |
|      "poseName": "sleeping",
 | |
|      "transformTicks": 10,
 | |
|      "poseTypes": [
 | |
|        "SLEEP"
 | |
|      ],
 | |
|      "animations": [
 | |
|        "bedrock(roaringmoon, sleep)"
 | |
|      ]
 | |
|    },
 | |
|    "swimming": {
 | |
|      "poseName": "swimming",
 | |
|      "transformTicks": 10,
 | |
|      "poseTypes": [
 | |
|        "SWIM"
 | |
|      ],
 | |
|      "animations": [
 | |
|        "bedrock(roaringmoon, air_fly)"
 | |
|      ],
 | |
|      "quirks": [
 | |
|        {
 | |
|          "name": "blink",
 | |
|          "animations": [
 | |
|            "bedrock(roaringmoon, blink)"
 | |
|          ]
 | |
|        }
 | |
|      ]
 | |
|    },
 | |
|    "floating": {
 | |
|      "poseName": "floating",
 | |
|      "transformTicks": 10,
 | |
|      "poseTypes": [
 | |
|        "FLOAT"
 | |
|      ],
 | |
|      "animations": [
 | |
|        "bedrock(roaringmoon, air_idle)"
 | |
|      ],
 | |
|      "quirks": [
 | |
|        {
 | |
|          "name": "blink",
 | |
|          "animations": [
 | |
|            "bedrock(roaringmoon, blink)"
 | |
|          ]
 | |
|        }
 | |
|      ]
 | |
|    }
 | |
|  }
 | |
| } |