Added atomic sounds by LemADEC

This commit is contained in:
LemADEC 2017-03-05 01:22:52 +01:00
parent a6a6adcfbd
commit f99cc15c3b
8 changed files with 18 additions and 11 deletions

View file

@ -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 } ] }
}