superb-warfare/src/main/resources/assets/superbwarfare/animations/speedboat.animation.json
2024-12-18 18:28:37 +08:00

46 lines
No EOL
843 B
JSON

{
"format_version": "1.8.0",
"animations": {
"animation.speedboat.idle": {
"animation_length": 0.1,
"bones": {
"flare": {
"scale": 0
}
}
},
"animation.speedboat.fire": {
"loop": "hold_on_last_frame",
"animation_length": 0.15,
"bones": {
"flare": {
"scale": {
"0.0": [0, 0, 0],
"0.0083": [8, 8, 8],
"0.05": [8, 8, 8],
"0.075": [1, 1, 1],
"0.0917": [0, 0, 0],
"0.15": [0, 0, 0]
}
},
"gun": {
"position": {
"0.0": [0, 0, 0],
"0.0083": [-0.035, 0.05, 0.1],
"0.05": [0.035, -0.025, 0],
"0.075": [-0.04, 0.05, 0.05],
"0.0917": [0, 0, 0],
"0.15": [0, 0, 0]
}
},
"action": {
"position": {
"0.0": [0, 0, 0],
"0.0083": [0, 0, 0.85],
"0.0667": [0, 0, 0]
}
}
}
}
}
}