Fix sounds for 1.7
This commit is contained in:
parent
198d1ac56f
commit
42a04ff156
18 changed files with 13 additions and 13 deletions
|
@ -1,15 +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}]}
|
||||
"crack": {"category":"hostile", "sounds":[{"name":"crack","stream":false}]},
|
||||
"creepy": {"category":"ambient", "sounds":[{"name":"creepy","stream":true}]},
|
||||
"doorLocked": {"category":"player", "sounds":[{"name":"doorLocked","stream":false}]},
|
||||
"doorLockRemoved": {"category":"player", "sounds":[{"name":"doorLockRemoved","stream":false}]},
|
||||
"keyLock": {"category":"player", "sounds":[{"name":"keyLock","stream":false}]},
|
||||
"keyUnlock": {"category":"player", "sounds":[{"name":"keyUnlock", "stream":false}]},
|
||||
"monk": {"category":"hostile", "sounds":[{"name":"monk", "stream":false}]},
|
||||
"rift": {"category":"master", "sounds":[{"name":"rift", "stream":false}]},
|
||||
"riftClose": {"category":"player", "sounds":[{"name":"riftClose", "stream":false}]},
|
||||
"riftDoor": {"category":"player", "sounds":[{"name":"riftDoor", "stream":false}]},
|
||||
"riftEnd": {"category":"player", "sounds":[{"name":"riftEnd", "stream":false}]},
|
||||
"riftStart": {"category":"player", "sounds":[{"name":"riftStart", "stream":false}]},
|
||||
"tearing": {"category":"hostile", "sounds":[{"name":"tearing", "stream":false}]}
|
||||
}
|
Loading…
Reference in a new issue