superb-warfare/src/main/resources/assets/superbwarfare/animations/annihilator.animation.json
2025-03-27 20:43:15 +08:00

120 lines
No EOL
2 KiB
JSON

{
"format_version": "1.8.0",
"animations": {
"animation.annihilator.idle": {
"animation_length": 0.25,
"bones": {
"glow1": {
"scale": 0
},
"light1": {
"scale": [1, 1, 0]
},
"glow2": {
"scale": 0
},
"light2": {
"scale": [1, 1, 0]
},
"glow3": {
"scale": 0
},
"light3": {
"scale": [1, 1, 0]
},
"laser1": {
"scale": [0, 0, 1]
},
"laser2": {
"scale": [0, 0, 1]
},
"laser3": {
"scale": [0, 0, 1]
}
}
},
"animation.annihilator.fire": {
"animation_length": 1,
"bones": {
"glow1": {
"scale": {
"0.0": [0, 0, 0],
"0.0083": [1, 1, 1],
"0.1917": [1, 1, 1],
"0.5": [0, 0, 0],
"0.9917": [0, 0, 0]
}
},
"light1": {
"scale": {
"0.0": [1, 1, 0],
"0.0083": [1, 1, 1],
"0.1917": [1, 1, 1],
"0.5": [1, 1, 0]
}
},
"glow2": {
"scale": {
"0.0": [0, 0, 0],
"0.0083": [1, 1, 1],
"0.1917": [1, 1, 1],
"0.5": [0, 0, 0],
"0.9917": [0, 0, 0]
}
},
"light2": {
"scale": {
"0.0": [1, 1, 0],
"0.0083": [1, 1, 1],
"0.1917": [1, 1, 1],
"0.5": [1, 1, 0]
}
},
"glow3": {
"scale": {
"0.0": [0, 0, 0],
"0.0083": [1, 1, 1],
"0.1917": [1, 1, 1],
"0.5": [0, 0, 0],
"0.9917": [0, 0, 0]
}
},
"light3": {
"scale": {
"0.0": [1, 1, 0],
"0.0083": [1, 1, 1],
"0.1917": [1, 1, 1],
"0.5": [1, 1, 0]
}
},
"laser1": {
"scale": {
"0.0": [0, 0, 1],
"0.0083": [1, 1, 1],
"0.1917": [1, 1, 1],
"0.5": [0, 0, 1],
"0.9917": [0, 0, 1]
}
},
"laser2": {
"scale": {
"0.0": [0, 0, 1],
"0.0083": [1, 1, 1],
"0.1917": [1, 1, 1],
"0.5": [0, 0, 1],
"0.9917": [0, 0, 1]
}
},
"laser3": {
"scale": {
"0.0": [0, 0, 1],
"0.0083": [1, 1, 1],
"0.1917": [1, 1, 1],
"0.5": [0, 0, 1],
"0.9917": [0, 0, 1]
}
}
}
}
}
}