-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new play_sound() function rather than "explosion"s
- Loading branch information
1 parent
e194c78
commit c90b003
Showing
3 changed files
with
74 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,308 +1,140 @@ | ||
data:extend({ | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "ion-cannon-ready-CommandAndConquer", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/CommandAndConquer/IonCannonReady.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/CommandAndConquer/IonCannonReady.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "ion-cannon-charging-CommandAndConquer", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/CommandAndConquer/IonCannonCharging.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/CommandAndConquer/IonCannonCharging.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "select-target-CommandAndConquer", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/CommandAndConquer/SelectTarget.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/CommandAndConquer/SelectTarget.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "unable-to-comply-CommandAndConquer", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/CommandAndConquer/UnableToComply.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/CommandAndConquer/UnableToComply.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
}) | ||
|
||
data:extend({ | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "ion-cannon-ready-TiberianSunCABAL", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunCABAL/IonCannonReady.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunCABAL/IonCannonReady.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "ion-cannon-charging-TiberianSunCABAL", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunCABAL/IonCannonCharging.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunCABAL/IonCannonCharging.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "select-target-TiberianSunCABAL", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunCABAL/SelectTarget.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunCABAL/SelectTarget.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "unable-to-comply-TiberianSunCABAL", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunCABAL/UnableToComply.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunCABAL/UnableToComply.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
}) | ||
|
||
data:extend({ | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "ion-cannon-ready-TiberianSunEVA", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunEVA/IonCannonReady.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunEVA/IonCannonReady.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "ion-cannon-charging-TiberianSunEVA", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunEVA/IonCannonCharging.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunEVA/IonCannonCharging.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "select-target-TiberianSunEVA", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunEVA/SelectTarget.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunEVA/SelectTarget.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
{ | ||
type = "explosion", | ||
type = "sound", | ||
name = "unable-to-comply-TiberianSunEVA", | ||
flags = {"not-on-map"}, | ||
animations = | ||
variations = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/graphics/null.png", | ||
priority = "low", | ||
width = 32, | ||
height = 32, | ||
frame_count = 1, | ||
line_length = 1, | ||
animation_speed = 1 | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunEVA/UnableToComply.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
light = {intensity = 0, size = 0}, | ||
sound = | ||
{ | ||
{ | ||
filename = "__Orbital Ion Cannon__/sound/TiberianSunEVA/UnableToComply.ogg", | ||
volume = 0.75 | ||
}, | ||
}, | ||
}, | ||
}) |
Oops, something went wrong.