Skip to content

Commit a2e67f1

Browse files
committedDec 18, 2024
sound: Added sound effects to the salt reactor. Resolves #142
1 parent 19e175c commit a2e67f1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
 

‎prototypes/salt-reactor.lua

+11
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,17 @@ data:extend {{
9696
max_health = 1000,
9797
corpse = "big-remnants",
9898
dying_explosion = "medium-explosion",
99+
working_sound = {
100+
sound = {
101+
filename = "__maraxsis__/sounds/salt-reactor.ogg",
102+
volume = 1,
103+
},
104+
apparent_volume = 1.5,
105+
max_sounds_per_type = 3,
106+
audible_distance_modifier = 1,
107+
fade_in_ticks = 4,
108+
fade_out_ticks = 20
109+
},
99110
resistances = {
100111
{
101112
type = "fire",

‎sounds/salt-reactor.ogg

47.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.