Added atomic sounds by LemADEC
This commit is contained in:
parent
a6a6adcfbd
commit
f99cc15c3b
8 changed files with 18 additions and 11 deletions
|
@ -1,13 +1,20 @@
|
|||
{
|
||||
"warp_4s": {"category": "master","sounds": [{"name": "warp_4s","stream": false}]},
|
||||
"warp_10s": {"category": "master","sounds": [{"name": "warp_10s","stream": true}]},
|
||||
"warp_30s": {"category": "master","sounds": [{"name": "warp_30s","stream": true}]},
|
||||
"hilaser": {"category": "master","sounds": [{"name": "hilaser","stream": false}]},
|
||||
"midlaser": {"category": "master","sounds": [{"name": "midlaser","stream": false}]},
|
||||
"lowlaser": {"category": "master","sounds": [{"name": "lowlaser","stream": false}]},
|
||||
"cloak": {"category": "master","sounds": [{"name": "cloak","stream": false}]},
|
||||
"decloak": {"category": "master","sounds": [{"name": "decloak","stream": false}]},
|
||||
"projecting": {"category": "master","sounds": [{"name": "projecting","stream": false}]},
|
||||
"siren_raid": {"category": "master","sounds": [{"name": "siren_raid","stream": true}]},
|
||||
"siren_industrial": {"category": "master","sounds": [{"name": "siren_industrial","stream": true}]}
|
||||
"warp_4s" : { "category": "block" , "sounds": [ { "name": "warpdrive:warp_4s" , "stream": false } ] },
|
||||
"warp_10s" : { "category": "block" , "sounds": [ { "name": "warpdrive:warp_10s" , "stream": true } ] },
|
||||
"warp_30s" : { "category": "block" , "sounds": [ { "name": "warpdrive:warp_30s" , "stream": true } ] },
|
||||
"hilaser" : { "category": "master", "sounds": [ { "name": "warpdrive:hilaser" , "stream": false } ] },
|
||||
"midlaser" : { "category": "master", "sounds": [ { "name": "warpdrive:midlaser" , "stream": false } ] },
|
||||
"lowlaser" : { "category": "master", "sounds": [ { "name": "warpdrive:lowlaser" , "stream": false } ] },
|
||||
"cloak" : { "category": "master", "sounds": [ { "name": "warpdrive:cloak" , "stream": false } ] },
|
||||
"decloak" : { "category": "master", "sounds": [ { "name": "warpdrive:decloak" , "stream": false } ] },
|
||||
"projecting" : { "category": "block" , "sounds": [ { "name": "warpdrive:projecting" , "stream": false } ] },
|
||||
"siren_raid" : { "category": "block" , "sounds": [ { "name": "warpdrive:siren_raid" , "stream": true } ] },
|
||||
"siren_industrial" : { "category": "block" , "sounds": [ { "name": "warpdrive:siren_industrial", "stream": true } ] },
|
||||
"accelerating" : { "category": "block" , "sounds": [ { "name": "warpdrive:accelerating" , "stream": false } ] },
|
||||
"chiller" : { "category": "block" , "sounds": [ { "name": "warpdrive:chiller1" , "stream": false },
|
||||
{ "name": "warpdrive:chiller2" , "stream": false },
|
||||
{ "name": "warpdrive:chiller3" , "stream": false } ] },
|
||||
"collision_low" : { "category": "master", "sounds": [ { "name": "warpdrive:collision_low" , "stream": false } ] },
|
||||
"collision_medium" : { "category": "master", "sounds": [ { "name": "warpdrive:collision_medium", "stream": false } ] },
|
||||
"collision_high" : { "category": "master", "sounds": [ { "name": "warpdrive:collision_high" , "stream": false } ] }
|
||||
}
|
||||
|
|
BIN
src/main/resources/assets/warpdrive/sounds/accelerating.ogg
Normal file
BIN
src/main/resources/assets/warpdrive/sounds/accelerating.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/warpdrive/sounds/chiller1.ogg
Normal file
BIN
src/main/resources/assets/warpdrive/sounds/chiller1.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/warpdrive/sounds/chiller2.ogg
Normal file
BIN
src/main/resources/assets/warpdrive/sounds/chiller2.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/warpdrive/sounds/chiller3.ogg
Normal file
BIN
src/main/resources/assets/warpdrive/sounds/chiller3.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/warpdrive/sounds/collision_high.ogg
Normal file
BIN
src/main/resources/assets/warpdrive/sounds/collision_high.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/warpdrive/sounds/collision_low.ogg
Normal file
BIN
src/main/resources/assets/warpdrive/sounds/collision_low.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/warpdrive/sounds/collision_medium.ogg
Normal file
BIN
src/main/resources/assets/warpdrive/sounds/collision_medium.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue