Starbound/attic/old weapons/swords/tiered/tieredbroadsword.animation
2025-03-21 22:23:30 +11:00

135 lines
3.4 KiB
Text

{
"globalTagDefaults" : {
"paletteSwaps" : ""
},
"animatedParts" : {
"stateTypes" : {
"swoosh" : {
"default" : "idle",
"states" : {
"idle" : {
},
"fire" : {
"frames" : 3,
"cycle" : 0.07,
"mode" : "transition",
"transition" : "idle"
}
}
}
},
"parts" : {
"sword" : {
"properties" : {
"zLevel" : 0,
"centered" : true,
"image" : "<partImage><paletteSwaps>?<directives>?<bladeDirectives>",
"offset" : [0.75, 2.0],
"transformationGroups" : ["weapon"],
"rotationCenter" : [0, 0],
"damageArea" : [ [-0.7, -1.0], [-0.7, 2.5], [0.5, 2.5], [0.5, -1.0] ]
}
},
"swoosh" : {
"properties" : {
"zLevel" : -1,
"centered" : true,
"offset" : [0.0, 2.0],
"transformationGroups" : ["swoosh"],
"rotationCenter" : [0, 0]
},
"partStates" : {
"swoosh" : {
"idle" : {
"properties" : {
"image" : ""
}
},
"fire" : {
"properties" : {
"image" : "/items/active/weapons/melee/broadsword/swoosh/<elementalType>swoosh.png:<frame>",
"damageArea" : [[-5, 2], [-2.5, 3], [1, 3], [4, 1.75], [5, -0.25], [5, -2.25], [4, -3.25], [0, -2.5]]
}
}
}
}
}
}
},
"transformationGroups" : {
"weapon" : {},
"swoosh" : {}
},
"particleEmitters" : {
"physicalswoosh" : {
"active" : false,
"transformationGroups" : ["swoosh"],
"emissionRate" : 50,
"offsetRegion" : [0.75, 0.0, 4.25, 5.0],
"particles" : [
]
},
"fireswoosh" : {
"active" : false,
"transformationGroups" : ["swoosh"],
"emissionRate" : 50,
"offsetRegion" : [0.75, 0.0, 4.25, 5.0],
"particles" : [
{ "particle" : "fireswoosh1"},
{ "particle" : "fireswoosh2"},
{ "particle" : "fireswoosh3"},
{ "particle" : "fireswoosh1"},
{ "particle" : "fireswoosh2"},
{ "particle" : "fireswoosh3"}
]
},
"electricswoosh" : {
"active" : false,
"transformationGroups" : ["swoosh"],
"emissionRate" : 50,
"offsetRegion" : [0.75, 0.0, 4.25, 5.0],
"particles" : [
{ "particle" : "electricswoosh1"},
{ "particle" : "electricswoosh2"},
{ "particle" : "electricswoosh2"}
]
},
"poisonswoosh" : {
"active" : false,
"transformationGroups" : ["swoosh"],
"emissionRate" : 50,
"offsetRegion" : [0.75, 0.0, 4.25, 5.0],
"particles" : [
{ "particle" : "poisonswoosh1"},
{ "particle" : "poisonswoosh2"},
{ "particle" : "fireswoosh2"},
{ "particle" : "poisonswoosh1"},
{ "particle" : "poisonswoosh2"},
{ "particle" : "fireswoosh2"}
]
},
"iceswoosh" : {
"active" : false,
"transformationGroups" : ["swoosh"],
"emissionRate" : 50,
"offsetRegion" : [0.75, 0.0, 4.25, 5.0],
"particles" : [
{ "particle" : "iceswoosh1"},
{ "particle" : "iceswoosh2"},
{ "particle" : "iceswoosh3"},
{ "particle" : "iceswoosh1"},
{ "particle" : "iceswoosh2"},
{ "particle" : "iceswoosh3"}
]
}
},
"sounds" : {
"fire" : [ ]
}
}