Starbound/attic/npcs/jellyboss/skills/jellyBossExplodeAttack.monsterskill
2025-03-21 22:23:30 +11:00

23 lines
436 B
Text

{
"name" : "jellyBossExplodeAttack",
"label" : "EXPEND JELLY",
"image" : "/monsters/generated/flying/skills/default.png",
"parameters" : {
"jellyBossExplodeAttack" : {
"factory" : "createRangedAttack",
"projectile" : "jellybossexplode",
"range" : 15,
"speed" : 4,
"power" : 12,
"shots" : 1
}
},
"animationParameters" : {
"sounds" : {
"rangedAttack" : [ ]
}
}
}