Skip to content

Commit

Permalink
t4 mining laser loop, start/stop volume reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
kwazedilla authored and Gutin1 committed May 20, 2024
1 parent 9433922 commit ced8d5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions assets/horizonsend/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
"name": "horizonsend:starship/weapon/mining_laser/start",
"attenuation_distance": 64,
"pitch": 1.0,
"volume": 0.2
"volume": 0.05
}
]
},
Expand All @@ -825,7 +825,7 @@
"name": "horizonsend:starship/weapon/mining_laser/stop",
"attenuation_distance": 64,
"pitch": 1.0,
"volume": 0.2
"volume": 0.05
}
]
},
Expand Down Expand Up @@ -859,6 +859,16 @@
}
]
},
"starship.weapon.mining_laser.t4_loop": {
"sounds": [
{
"name": "horizonsend:starship/weapon/mining_laser/t4_loop",
"attenuation_distance": 64,
"pitch": 1.0,
"volume": 0.2
}
]
},
"starship.weapon.pulse_cannon.shoot": {
"sounds": [
{
Expand Down
Binary file not shown.

0 comments on commit ced8d5d

Please sign in to comment.