Starbound/assets/devel/items/active/weapons/chainball/chainball.animation
2025-03-21 22:23:30 +11:00

49 lines
872 B
Text

{
"animatedParts" : {
"stateTypes" : {
"weapon" : {
"default" : "full",
"states" : {
"full" : {},
"empty" : {}
}
}
},
"parts" : {
"grapple" : {
"properties" : {
"centered" : true,
"offset" : [0.625, 0.625],
"rotationGroups" : [ "weapon" ],
"rotationCenter" : [0, 0]
},
"partStates" : {
"weapon" : {
"full" : {
"properties" : {
"image" : "<partImage>:full"
}
},
"empty" : {
"properties" : {
"image" : "<partImage>:empty"
}
}
}
}
}
}
},
"rotationGroups" : {
"weapon" : {
"angularVelocity" : 0
}
},
"sounds" : {
"fire" : [ ]
}
}