Fix sounds & last of the low-hanging fruit

This commit is contained in:
CannibalVox
2015-03-04 04:09:48 -06:00
parent fe40edf200
commit c075079630
20 changed files with 264 additions and 285 deletions

View File

@@ -0,0 +1,15 @@
{
"crack": {"category":"hostile", "sound":[{"name":"crack","stream":false}]},
"creepy": {"category":"ambient", "sound":[{"name":"creepy","stream":true}]},
"doorLocked": {"category":"player", "sound":[{"name":"doorLocked","stream":false}]},
"doorLockRemoved": {"category":"player", "sound":[{"name":"doorLockRemoved","stream":false}]},
"keyLock": {"category":"player", "sound":[{"name":"keyLock","stream":false}]},
"keyUnlock": {"category":"player", "sound":[{"name":"keyUnlock", "stream":false}]},
"monk": {"category":"hostile", "sound":[{"name":"monk", "stream":false}]},
"rift": {"category":"master", "sound":[{"name":"rift", "stream":false}]},
"riftClose": {"category":"player", "sound":[{"name":"riftClose", "stream":false}]},
"riftDoor": {"category":"player", "sound":[{"name":"riftDoor", "stream":false}]},
"riftEnd": {"category":"player", "sound":[{"name":"riftEnd", "stream":false}]},
"riftStart": {"category":"player", "sound":[{"name":"riftStart", "stream":false}]},
"tearing": {"category":"hostile", "sound":[{"name":"tearing", "stream":false}]}
}