65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"rat_king_boss": {
|
|
"sheet": {
|
|
"frames": 2,
|
|
"frame_width": 720,
|
|
"frame_height": 720
|
|
},
|
|
"sequences": {
|
|
"idle": {"frames": [0], "durations": [800] },
|
|
"hurt": {"frames": [1, 1], "durations": [800, 240] },
|
|
"attack": {"frames": [1, 0], "durations": [800, 200] }
|
|
},
|
|
"transforms": {
|
|
"rushing": {
|
|
"min_x": 0.6,
|
|
"min_y": 0.6,
|
|
"max_x": 0.8,
|
|
"max_y": 0.8,
|
|
"flipped": false,
|
|
"ease_rate": 5.0,
|
|
"scaled": true,
|
|
"toggled": false,
|
|
"looped": true,
|
|
"easing": "in_out_back",
|
|
"motion": "move_rush"
|
|
},
|
|
"shake": {
|
|
"min_x": -20.0,
|
|
"min_y": -20.0,
|
|
"max_x": 20.0,
|
|
"max_y": 20.0,
|
|
"flipped": true,
|
|
"ease_rate": 5.0,
|
|
"scaled": true,
|
|
"toggled": false,
|
|
"looped": false,
|
|
"easing": "normal_dist",
|
|
"motion": "move_shake"
|
|
},
|
|
"breathe": {
|
|
"min_x": 0.90,
|
|
"min_y": 0.90,
|
|
"max_x": 1.0,
|
|
"max_y": 1.0,
|
|
"flipped": false,
|
|
"ease_rate": 3.5,
|
|
"scaled": true,
|
|
"toggled": false,
|
|
"looped": true,
|
|
"easing": "in_out_back",
|
|
"motion": "scale_squeeze"
|
|
}
|
|
},
|
|
"forms": {
|
|
"idle": ["idle", "breathe"],
|
|
"attack": ["attack", "rushing"],
|
|
"hurt": ["hurt", "shake"]
|
|
},
|
|
"sounds": {
|
|
"idle": [],
|
|
"attack": [[0, "Sword_Hit_1"], [1, "Marmot_Scream_1"]],
|
|
"hurt": [[1, "Marmot_Scream_1"]]
|
|
}
|
|
}
|
|
}
|