Last active
August 17, 2024 17:14
-
-
Save agrif/f8041e90170905a972974af4a7f0e7fe to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Area { | |
name: "Dun Morogh", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestSnowDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestSnowNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Longshore", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Badlands", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blasted Lands", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DarkPortal.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DarkPortal.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blackwater Cove", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Swamp of Sorrows", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\MarshDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\MarshNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Northshire Valley", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Duskwood", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestScaryDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestScaryNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wetlands", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\WetlandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone2.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\WetlandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Elwynn Forest", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The World Tree", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Durotar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dustwallow Marsh", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\MarshDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone2.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\MarshNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Azshara", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Barrens", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlainsDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlainsDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Crystal Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zul'Gurub", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Moonbrook", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kul Tiras", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Programmer Isle", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlainsDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlainsDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Northshire Abbey", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blackrock Mountain", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\VolcanicDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\VolcanicNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Lighthouse", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Western Plaguelands", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Cemetary", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stranglethorn Vale", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Echo Ridge Mine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Booty Bay", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Alterac Mountains", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Lake Nazferiti", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Loch Modan", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Westfall", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\WestfallDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\WestfallNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Deadwind Pass", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DeadWindPassDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DeadWindPassNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Darkshire", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wild Shore", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Redridge Mountains", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Arathi Highlands", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrasslandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Burning Steppes", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\VolcanicDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\VolcanicNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Hinterlands", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Searing Gorge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\VolcanicDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\VolcanicNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thieves Camp", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Jasperlode Mine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valley of Heroes UNUSED", | |
intro: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_intro-moment.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind04-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind02-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind04-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind02-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Heroes' Vigil", | |
intro: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\gloomy\\gloomy02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fargodeep Mine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Northshire Vineyards", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Forest's Edge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thunder Falls", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Brackwell Pumpkin Patch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Stonefield Farm", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Maclure Vineyards", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dragonblight", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralIntro_03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralIntro_04.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.45, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonBlightGeneralDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonBlightGeneralNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zul'Drak", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralIntro_03.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralIntro_04.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralIntro_05.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralIntro_06.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ZulDrakGeneralDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Day04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ZulDrakGeneralNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Storm Peaks", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\StormPeaksDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkD_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkE_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkE_Uni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\StormPeaksDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkD_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkE_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\StormPeaks\\SP_GeneralWalkE_Uni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Lake Everstill", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Lakeshire", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stonewatch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stonewatch Falls", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Dark Portal", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DarkPortal.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DarkPortal.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Tainted Scar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Anvilmar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tirisfal Glades", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestScaryDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestScaryNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stone Cairn Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Goldshire", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Eastvale Logging Camp", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mirror Lake Orchard", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tower of Azora", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mirror Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Vul'Gol Ogre Mound", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar02-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar02-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Raven Hill", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Redridge Canyons", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tower of Ilgalar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Alther's Mill", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Rethban Caverns", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Rebel Camp", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Nesingwary's Expedition", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kurzen's Compound", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Zul'Kunda", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Zul'Mamwe", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Vile Reef", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mosh'Ogg Ogre Mound", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Stockpile", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Saldean's Farm", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sentinel Hill", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Furlbrow's Pumpkin Farm", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Jangolode Mine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gold Coast Quarry", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Westfall Lighthouse", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Grom'gol Base Camp", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Whelgar's Excavation Site", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tranquil Gardens Cemetery", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zuuldaia Ruins", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bal'lal Ruins", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kal'ai Ruins", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tkashi Ruins", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Balia'mah Ruins", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ziata'jai Ruins", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mizjah Ruins", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Silverpine Forest", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gnomeregan", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestSnowDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestSnowNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gol'Bolar Quarry", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Misty Pine Refuge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Eastern Plaguelands", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Teldrassil", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ironband's Excavation Site", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mo'grosh Stronghold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar01-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar01-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thelsamar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Algaz Gate", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stonewrought Dam", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\StoneWroughtDam2.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\StoneWroughtDam2.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Farstrider Lodge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Darkshore", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Silver Stream Mine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Menethil Harbor", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Designer Island", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\WestfallDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\WestfallNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Bulwark", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Lordaeron", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Deathknell", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Night Web's Hollow", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Solliden Farmstead", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Agamand Mills", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Agamand Family Crypt", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Brill", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Whispering Gardens", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Terrace of Repose", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Brightwater Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gunther's Retreat", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Garren's Haunt", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Balnir Farmstead", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Cold Hearth Manor", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Crusader Outpost", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The North Coast", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Lordamere Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fenris Isle", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Faol's Rest", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dolanaar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Darnassus UNUSED", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Intro.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadowglen", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Steelgrill's Depot", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Andorhal", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Uther's Tomb", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Felstone Field", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dalson's Tears", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gahrron's Withering", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Writhing Haunt", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mardenholde Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Pyrewood Village", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dun Modr", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Great Sea", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadowfang Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Icecrown", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralIntro_03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\IceCrownGlacier.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralWalk_Day04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\IceCrownGlacier.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\IcecrownGlacier\\IC_GeneralWalk_Night05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Iceflow Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Helm's Bed Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Deep Elem Mine", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle05.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Great Sea", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mulgore", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrasslandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Alexston Farmstead", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Red Cloud Mesa", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Camp Narache", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bloodhoof Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stonebull Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ravaged Caravan", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Red Rocks", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valgan's Field", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Sepulcher", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Beren's Peril", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Dawning Isles", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ambermill", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fenris Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadowfang Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Decrepit Ferry", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Malden's Orchard", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Ivar Patch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Dead Field", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Rotting Orchard", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Brightwood Grove", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Forlorn Rowe", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Whipple Estate", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Yorgen Farmstead", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Cauldron", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dreadmaul Rock", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blackrock Mountain", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Altar of Storms", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Aldrassil", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadowthread Cave", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fel Rock", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Lake Al'Ameth", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Starbreeze Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ban'ethil Barrow Den", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Oracle Glade", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hillsbrad Foothills", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Southshore", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tarren Mill", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Undercity\\undercity01-zone.mp3", | |
"Sound\\Music\\CityMusic\\Undercity\\undercity02-zone.mp3", | |
"Sound\\Music\\CityMusic\\Undercity\\undercity03-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Undercity\\undercity01-zone.mp3", | |
"Sound\\Music\\CityMusic\\Undercity\\undercity02-zone.mp3", | |
"Sound\\Music\\CityMusic\\Undercity\\undercity03-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Durnholde Keep", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\gloomy\\gloomy01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Foothill Caverns", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Lordamere Internment Camp", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Strahnbrad", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Alterac", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Crushridge Hold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Slaughter Hollow", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Uplands", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Southpoint Tower", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hillsbrad Fields", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hillsbrad", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Nethander Stead", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dun Garok", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thoradin's Wall", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Eastern Strand", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Western Strand", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Baradin Bay", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Savage Coast", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Overlook Cliffs", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Forbidding Sea", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Witherbark Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hammerfall", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar01-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar01-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blackwater Shipwrecks", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stromgarde Keep", | |
intro: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Faldir's Cove", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Drowned Reef", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thandol Span", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\WetlandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\WetlandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ashenvale", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Great Sea", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Apocryphan's Rest", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Angor Fortress", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Agmond's End", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Aerie Peak", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wildhammer Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Quel'Danil Lodge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Skulk Rock", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zun'watha", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadra'Alor", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Jintha'Alor", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone2.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Altar of Zul", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Seradane", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Feralas", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Brambleblade Ravine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bael Modan", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Venture Co. Mine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Felwood", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Razor Hill", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valley of Trials", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Den", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Burning Blade Coven", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kolkar Crag", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sen'jin Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde01.mp3", | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde01.mp3", | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Echo Isles", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thunder Ridge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Drygulch Ravine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dustwind Cave", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tiragarde Keep", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Scuttle Coast", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bladefist Bay", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Deadeye Shore", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Southfury River", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Camp Taurajo", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Far Watch Post", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Crossroads", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Sludge Fen", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dreadmist Peak", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\VolcanicDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\VolcanicNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Northwatch Hold", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Forgotten Pools", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Lushwater Oasis", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Stagnant Oasis", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Merchant Coast", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ratchet", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Darkspear Strand", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Grizzly Hills", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsDayGeneral.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_GeneralWalk_A_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_GeneralWalk_A_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_GeneralWalk_A_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_GeneralWalk_A_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_GeneralWalk_B_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_GeneralWalk_B_Day02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsNightGeneral.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.92, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_GeneralWalk_A_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_GeneralWalk_A_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_GeneralWalk_B_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_GeneralWalk_B_Night02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Grizzlemaw", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro2Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay06.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay07.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay08.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay09.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Winterhoof Water Well", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thunderhorn Water Well", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wildmane Water Well", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Skyline Ridge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thousand Needles", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Tidus Stair", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bael'dun Digsite", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Warrior Terrace.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Desolace", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SaltFlatsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SaltFlatsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stonetalon Mountains", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Orgrimmar UNUSED", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar_intro-moment.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar01-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar01-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Razorwind Canyon", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bathran's Haunt", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Ruins of Ordil'Aran", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Zoram Strand", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Astranaar", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\angelic\\angelic01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Shrine of Aessina", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\magic\\magic01-zone2.mp3", | |
"Sound\\Music\\Musical Moments\\magic\\magic01-zone1.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\magic\\magic01-zone2.mp3", | |
"Sound\\Music\\Musical Moments\\magic\\magic01-zone1.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fire Scar Shrine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Ruins of Stardust", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Howling Vale", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\mystery\\mystery03-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery04-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery10-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery05-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery02-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery06-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery07-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery08-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery09-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery01-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\mystery\\mystery03-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery04-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery10-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery05-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery02-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery06-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery07-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery08-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery09-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery01-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Iris Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.45, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand02.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.45, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand02.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Moonwell", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\magic\\magic01-zone2.mp3", | |
"Sound\\Music\\Musical Moments\\magic\\magic01-zone1.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\magic\\magic01-zone2.mp3", | |
"Sound\\Music\\Musical Moments\\magic\\magic01-zone1.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Shady Nook", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Night Run", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\swamp\\swamp01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Xavian", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\swamp\\swamp01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Satyrnaar", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\swamp\\swamp01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Splintertree Post", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Dor'Danil Barrow Den", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Felfire Hill", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Demon Fall Canyon", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DeadWindPassDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DeadWindPassNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Demon Fall Ridge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DeadWindPassDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DeadWindPassNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Warsong Lumber Camp", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bough Shadow", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Warrior Terrace.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Warrior Terrace.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tanaris", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SaltFlatsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SaltFlatsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Mathystra", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ameth'Aran", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Veiled Sea", | |
intro: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\magic\\magic01-moment.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\magic\\magic01-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\magic\\magic01-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gold Road", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sun Rock Retreat", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Windshear Crag", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Cragpool Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mirkfallon Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Charred Vale", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valley of the Bloodfuries", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stonetalon Peak", | |
intro: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\magic\\magic01-moment.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EnchangedForestDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EnchantedForestNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Talon Den", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EnchangedForestDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EnchantedForestNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Greatwood Vale", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thunder Bluff UNUSED", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\ThunderBluffDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\ThunderBluffNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Brave Wind Mesa", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fire Stone Mesa", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mantle Rock", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hunter Rise UNUSED", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Spirit RiseUNUSED", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Elder RiseUNUSED", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Jubuwal", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Pools of Arlithrien", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Rustmaul Dig Site", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Camp E'thok", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Splithoof Crag", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Highperch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Screeching Canyon", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Freewind Post", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Great Lift", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Galak Hold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Roguefeather Den", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Weathered Nook", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Un'Goro Crater", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\MarshDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\MarshNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Raven Hill Cemetery", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Moonglade", | |
intro: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\magic\\magic01-moment.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Howling Fjord", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Day07.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.45, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Brackenwall Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar02-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar02-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Beezil's Wreck", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sentry Point", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "North Point Tower", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Lost Point", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Theramore Isle", | |
intro: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\CityMusic\\Ironforge\\IronForge Walking 02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\StormwindDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind04-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind02-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\StormwindNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind04-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind02-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Addle's Stead", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Loch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Beggar's Haunt", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kodo Graveyard", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ghost Walker Post", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sar'theris Strand", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone2.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thunder Axe Fortress", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bolgan's Hole", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mannoroc Coven", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sargeron", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Magram Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gelkis Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valley of Spears", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Nijel's Point", | |
intro: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Druid Grove.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\gloomy\\gloomy01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\gloomy\\gloomy01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kolkar Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Winterspring", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestSnowDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestSnowNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blackwolf River", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kodo Rock", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\swamp\\swamp01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains01.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\NightPlains02.mp3", | |
"Sound\\Music\\ZoneMusic\\Plains\\DayPlains01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Craftsmen's Terrace UNUSED", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tradesmen's Terrace UNUSED", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Temple Gardens UNUSED", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Temple of Elune UNUSED", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Cenarion Enclave UNUSED", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Warrior's Terrace UNUSED", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blackfathom Deeps", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fray Island", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\swamp\\swamp01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Scarlet Monastery", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Darkened Bank", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Twilight Grove", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\DayEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Southfury River", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain03.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain02.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\NightMountain04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Purgation Isle", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestScaryDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestScaryNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Steamwheedle Port", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zul'Farrak", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Camp Mojache", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zul'Farrak", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thalassian Base Camp", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\gloomy\\gloomy01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Eldarath", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hetaera's Clutch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Temple of Zin-Malor", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Temple of Arkkoran", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bay of Storms", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Shattered Strand", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tower of Eldara", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Jagged Reef", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Southridge Beach", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ravencrest Monument", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Forlorn Ridge", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadowsong Shrine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Haldarr Encampment", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\swamp\\swamp01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valormok", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Ruined Reaches", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Razorfen Downs", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\RazorfenKraul.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\RazorfenKraul.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gallows' Corner", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Silithus", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlainsDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlainsDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Nethergarde Keep", | |
intro: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\gloomy\\gloomy02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Altar of Storms", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Temple of Atal'Hakkar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\MarshDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\MarshNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stormwind City", | |
intro: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_intro-moment.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind04-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind02-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind04-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind02-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Deadmines", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\Blackfathom.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\mystery\\mystery03-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery04-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery10-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery05-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery02-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery06-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery07-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery08-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery09-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery01-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\Blackfathom.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\mystery\\mystery03-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery04-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery10-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery05-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery02-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery06-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery07-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery08-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery09-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery01-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ironclad Cove", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind02-moment.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\Blackfathom.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\mystery\\mystery03-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery04-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery10-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery05-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery02-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery06-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery07-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery08-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery09-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery01-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\Blackfathom.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\Musical Moments\\mystery\\mystery03-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery04-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery10-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery05-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery02-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery06-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery07-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery08-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery09-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery01-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valley of Heroes", | |
intro: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_intro-moment.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\StormwindDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind04-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind02-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\StormwindNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind04-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind02-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Orgrimmar", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\CityMusic\\Orgrimmar\\orgrimmar_intro-moment.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CanyonDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thunder Bluff", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Intro.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\ThunderBluffDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\ThunderBluffNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Darnassus", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Intro.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\DarnassusNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Growless Cave", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Deadwood Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.45, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand02.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.45, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand02.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Felpaw Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.45, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand02.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.45, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand02.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Jaedenar", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bloodvenom River", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bloodvenom Falls", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Witherbark Caverns", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zul'Gurub", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Scholomance", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\Musical Moments\\haunted\\haunted01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Alcaz Island", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\JungleNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\DayJungle03.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle01.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle02.mp3", | |
"Sound\\Music\\ZoneMusic\\Jungle\\NightJungle03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Darkcloud Pinnacle", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Maraudon", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry01.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry02.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\NightBarrenDry03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dreadmist Den", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\DayVolcanic02.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic01.mp3", | |
"Sound\\Music\\ZoneMusic\\Volcanic\\NightVolcanic02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Onyxia's Lair", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\MarshDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\MarshNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadowbreak Ravine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mazthoril", | |
intro: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle03.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Starfall Village", | |
intro: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Druid Grove.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Darkwhisper Gorge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tyr's Hand", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zul'Mashar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone2.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Quel'Lithien Lodge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 1.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 2.mp3", | |
"Sound\\Music\\CityMusic\\Darnassus\\Darnassus Walking 3.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thistlefur Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.45, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand02.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.45, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand02.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Forest Song", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Warrior Terrace.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\CityMusic\\Darnassus\\Warrior Terrace.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Black Morass", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BlackMorass.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BlackMorass.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Old Hillsbrad Foothills", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_EscapeDurnIntroUni.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HillsbradExtWalk1Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HillsbradExtWalk2Uni.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HillsbradExtWalk1Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HillsbradExtWalk2Uni.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tarren Mill", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_TarrenMillExtWalk1Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_TarrenMillExtWalk2Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_TarrenMillExtWalk3Uni.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_TarrenMillExtWalk1Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_TarrenMillExtWalk2Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_TarrenMillExtWalk3Uni.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Durnholde Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk1Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk2Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk3Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk4Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk5Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk6Uni.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestHighNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk1Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk2Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk3Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk4Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk5Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_DurnholdeKeepExtWalk6Uni.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ethel Rethor", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone2.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone1.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone3.mp3", | |
"Sound\\Music\\ZoneMusic\\SoggyPlace\\soggyplace-zone4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadowprey Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde01.mp3", | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde01.mp3", | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Grimtotem Post", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Camp Aparaje", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Malaka'jin", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde01.mp3", | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde01.mp3", | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sishir Canyon", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EvilForest\\NightEvilForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dire Maul", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EnchangedForestDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EnchantedForestNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dire Maul", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EnchangedForestDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EnchantedForestNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest05.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest04.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\EnchantedForest\\EnchantedForest03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Alterac Valley", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestSnowDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand02.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\battle05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\battle06.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestSnowNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand02.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\battle05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\battle06.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Scrabblescrew's Camp", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 01.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 02.mp3", | |
"Sound\\Music\\CityMusic\\Thunderbluff\\Thunderbluff Walking 03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kargathia Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestDarkEnchantedNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar01-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\Thunderbluff Walking 03.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\orgrimmar02-zone.mp3", | |
"Sound\\Music\\ZoneMusic\\BarrenDry\\DayBarrenDry03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valley of Bones", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand01.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blackfathom Deeps", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Crystalsong Forest", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CrystalSongForestDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Crystalsong\\CS_CrystalsongWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Crystalsong\\CS_CrystalsongWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Crystalsong\\CS_CrystalsongWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Crystalsong\\CS_CrystalsongWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Crystalsong\\CS_CrystalsongWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\CrystalSongForestDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Crystalsong\\CS_CrystalsongWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Crystalsong\\CS_CrystalsongWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Crystalsong\\CS_CrystalsongWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Crystalsong\\CS_CrystalsongWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Crystalsong\\CS_CrystalsongWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zoram'gar Outpost", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde01.mp3", | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde01.mp3", | |
"Sound\\Music\\ZoneMusic\\TavernHorde\\TavernHorde02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Warsong Gulch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlainsDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp2.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp1.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp3.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp4.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlainsDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp2.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp1.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp3.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp4.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp5.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Yojamba Isle", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\ZulGurubVooDoo.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\ZulGurubVooDoo.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Arathi Basin", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.99, | |
items: [ | |
"Sound\\Music\\Musical Moments\\battle\\battle06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Bloodfire Pit", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\ZulGurubVooDoo.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\Musical Moments\\ZulGurubVooDoo.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ahn'Qiraj", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AhnQirajExteriorA.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking4.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AhnQirajExteriorA.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Ahn'Qiraj", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AhnQirajExteriorA.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking4.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AhnQirajExteriorA.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\AhnQiraj\\AhnQirajExteriorWalking4.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Eversong Woods", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EversongAmbienceDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EversongAmbienceNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sunstrider Isle", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shrine of Dath'Remar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ghostlands", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GhostlandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest1WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest1WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest2WalkDay01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GhostlandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest1WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest2WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest2WalkNight02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The North Sea", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Farstrider Retreat", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_ScenicIntroNight01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "North Sanctum", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "West Sanctum", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "East Sanctum", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ScorchLineDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ScorchLineNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gates of Ahn'Qiraj", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlainsDesertDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\DayDesert03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlainsDesertNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert01.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert02.mp3", | |
"Sound\\Music\\ZoneMusic\\Desert\\NightDesert03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Veiled Sea", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni07r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni08r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BeachNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni07r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni08r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hellfire Peninsula", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\Hellfire.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_GeneralWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\Hellfire.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_GeneralWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Falthrien Academy", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Silvermoon City", | |
intro: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SilvermoonIntro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EversongAmbienceDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SilvermoonWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SilvermoonWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SilvermoonWalkDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EversongAmbienceNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SilvermoonWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SilvermoonWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SilvermoonWalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sanctum of the Sun", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sanctum of the Moon", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GhostlandsDay2.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GhostlandsNight2.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Farstrider Enclave", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_ScenicIntroNight01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "An'daroth", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GhostlandsDay2.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GhostlandsNight2.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "An'telas", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "An'owyn", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmaniPassDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmaniPassNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Deatholme", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkDay01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bleeding Ziggurat", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GhostlandsDay2.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GhostlandsNight2.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Howling Ziggurat", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shalandis Isle", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ShalandisIsle.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_ShalandisWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_ShalandisWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_ShalandisWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ShalandisIsle.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_ShalandisWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_ShalandisWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_ShalandisWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Underlight Mines", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GhostlandsDay2.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GhostlandsNight2.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hatchet Hills", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmaniPassDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmaniPassNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sungraze Peak", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Amani Catacombs", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Nagrand", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NagrandDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.49, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Nagrand\\NA_GeneralWalkDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NagrandNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Nagrand\\NA_GeneralWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Nagrand\\NA_GeneralWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Nagrand\\NA_GeneralWalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Terokkar Forest", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\TerokkarDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\TerokkarNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadowmoon Valley", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ShadowMoonValley1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ShadowMoonValley1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\ShadowmoonValley\\SV_GeneralWalkUni06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zangarmarsh", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ZangarMarsh1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ZangarMarsh1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\ZangarMarsh\\ZA_GeneralWalkUni06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blade's Edge Mountains", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeGlobal.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeGlobal.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Netherstorm", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NetherStorm1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.76, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni08.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni09.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni10.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NetherStorm1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.76, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni08.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni09.mp3", | |
"Sound\\Music\\ZoneMusic\\Netherstorm\\NS_GeneralWalkUni10.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Azuremyst Isle", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.65, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmanvaleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni07r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni08r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmanvalenNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni07r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni08r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bloodmyst Isle", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BloodMystDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_SatyrWalkUni01r.mp3", | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_SatyrWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_SatyrWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_SatyrWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_SatyrWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BloodMystNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_SatyrWalkUni01r.mp3", | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_SatyrWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_SatyrWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_SatyrWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_SatyrWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ammen Vale", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.65, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmanvaleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmanvalenNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Crash Site", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmmenValeCrashSiteDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmmenValeCrashSiteNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Silverline Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Nestlewood Thicket", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadow Ridge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.61, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_BloodElfBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_BloodElfBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.61, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_BloodElfBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_BloodElfBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dawning Lane", | |
intro: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SilvermoonIntro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SilvermoonRuinsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkDay02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SilvermoonRuinsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_BuildingWalkNight02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Silvermoon", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SilvermoonRuinsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SilvermoonRuinsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Feth's Way", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SilvermoonRuinsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SilvermoonRuinsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thrallmar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Borean Tundra", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BoreanTundraGeneralDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BoreanTundraGeneralNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Honor Hold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Temple of Telhamat", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Falcon Watch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.61, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_BloodElfBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_BloodElfBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.61, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_BloodElfBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_BloodElfBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Exodar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.65, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmanvaleDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni07r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni08r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmanvalenNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni07r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_DraeneiWalkUni08r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Nestlewood Hills", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ammen Fields", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Sacred Grove", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni03r.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AV_DraeneiWalkUni01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hellfire Ramparts", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\Hellfire.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_RampartsWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_RampartsWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\Hellfire.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_RampartsWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HellfirePeninsula\\HE_RampartsWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Moonwing Den", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tides' Hollow", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wrathscale Point", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bristlelimb Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stillpine Hold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_OwlkinWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Odesyus' Landing", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Crimson Reach", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wrathscale Lair", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Loreth'Aran", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hyjal Past", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HyjalPastDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalk7Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalk8Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalk9Uni.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HyjalPastNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalk7Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalk8Uni.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalk9Uni.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Hyjal Summit", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HyjalPastDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni11.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni12.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HyjalPastNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni11.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni12.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bloodcurse Isle", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Bloodmyst\\BI_NagaIntro01r.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Azuremyst\\AI_NagaWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Garadar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sunspring Post", | |
intro: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ActionWalkUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Telaar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Telredor", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zabra'jin", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tuurem", | |
intro: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ActionWalkUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Firewing Point", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stonebreaker Hold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Allerian Stronghold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Auchindoun", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BoneWastes1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BoneWastes1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Bone Wastes", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BoneWastes1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BoneWastes1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Nagrand Arena", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_MorassPortalIntro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NagrandDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp2.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp1.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp3.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp4.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NagrandNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp2.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp1.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp3.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp4.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp5.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blade's Edge Arena", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeGlobal.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp2.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp1.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp3.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp4.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeGlobal.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp2.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp1.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp3.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp4.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp5.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shattrath City", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\Shattrath.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\Shattrath.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_ShattrathWalkUni06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Alliance Base", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni11.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni12.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni11.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni12.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Horde Encampment", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni10.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni10.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni11.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni12.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni10.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni11.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni12.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Nordrassil", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni10.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni11.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni12.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni10.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni11.mp3", | |
"Sound\\Music\\ZoneMusic\\CavernsOfTime\\CT_HyjalExtWalkUni12.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sholazar Basin", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.4, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SholazarBasinDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay05.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\SholazarBasinNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Swamprat Post", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Enkaat", | |
intro: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ActionWalkUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Stormspire", | |
intro: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ScenicIntroUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EcoDomeAll.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\\\OutlandGeneral\\OL_HistoricIntroUni01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EcoDomeAll.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\\\OutlandGeneral\\OL_HistoricIntroUni01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadowmoon Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wildhammer Stronghold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Altar of Sha'tar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Orebor Harborage", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_DraeneiBaseWalkUni02r.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Jagged Ridge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thunderlord Stronghold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Living Grove", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeSylvanaar.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ShamanIntroUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ShamanIntroUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeSylvanaar.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ShamanIntroUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ShamanIntroUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sylvanaar", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ShamanIntroUni02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeSylvanaar.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ShamanIntroUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ShamanIntroUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeSylvanaar.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ShamanIntroUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ShamanIntroUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Grishnath", | |
intro: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ArakkoaIntroUni02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Veil Lashh", | |
intro: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ArakkoaIntroUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Veil Vekh", | |
intro: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ArakkoaIntroUni02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zul'Aman", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmaniPassDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB10.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB11.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB12.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB13.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB14.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB15.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\AmaniPassNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB10.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB11.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB12.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB13.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB14.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB15.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Supply Caravan", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Reaver's Fall", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Spinebreaker Post", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_HordeBaseWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "East Supply Caravan", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Expedition Point", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_AllianceBaseWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Eye of the Storm", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NetherStorm1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp2.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp1.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp3.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp4.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NetherStorm1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp2.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp1.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp3.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp4.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp5.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Vekhaar Stand", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruuan Weald", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Veil Ruuan", | |
intro: Sound { | |
volume: 0.85, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ArakkoaIntroUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Raven's Wood", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Sunfury Hold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest3WalkNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mok'Nathal Village", | |
intro: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_OgreIntroUni02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeForest.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_DryForestWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Circle of Blood Arena", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeGlobal.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BladesEdgeGlobal.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.79, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\BladesEdge\\BL_GeneralWalkUni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Eco-Dome Farfield", | |
intro: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ScenicIntroUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EcoDomeAll.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\\\OutlandGeneral\\OL_HistoricIntroUni01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EcoDomeAll.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\\\OutlandGeneral\\OL_HistoricIntroUni01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Eco-Dome Skyperch", | |
intro: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ScenicIntroUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EcoDomeAll.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\\\OutlandGeneral\\OL_HistoricIntroUni01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EcoDomeAll.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\\\OutlandGeneral\\OL_HistoricIntroUni01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Eco-Dome Sutheron", | |
intro: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ScenicIntroUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EcoDomeAll.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\\\OutlandGeneral\\OL_HistoricIntroUni01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EcoDomeAll.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\\\OutlandGeneral\\OL_HistoricIntroUni01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Eco-Dome Midrealm", | |
intro: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\OutlandGeneral\\OL_ScenicIntroUni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EcoDomeAll.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\\\OutlandGeneral\\OL_HistoricIntroUni01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EcoDomeAll.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.55, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\\\Nagrand\\NA_GeneralWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\\\OutlandGeneral\\OL_HistoricIntroUni01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shadow Tomb", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BoneWastes1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BoneWastes1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Writhing Mound", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BoneWastes1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\BoneWastes1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Terokkar\\TF_BoneWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Black Temple", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\BlackTempleIllidanTower1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_ArrivalWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_ArrivalWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni08.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_SanctuaryWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_SanctuaryWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\WMOAmbience\\BlackTempleIllidanTower1.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.75, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_ArrivalWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_ArrivalWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_IllidariWalkUni08.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_SanctuaryWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BlackTemple\\BT_SanctuaryWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valgarde", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wyrmskull Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Nifflevar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Isle of Spears", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_Tusk_KamaguaDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_Tusk_KamaguaDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\DragonBlight\\DB_Tusk_InduleDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_Tusk_KamaguaNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_Tusk_KamaguaNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\DragonBlight\\DB_Tusk_InduleNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kamagua", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_Tusk_KamaguaDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_Tusk_KamaguaDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\DragonBlight\\DB_Tusk_InduleDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_Tusk_KamaguaNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_Tusk_KamaguaNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\DragonBlight\\DB_Tusk_InduleNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Baelgun's Excavation Site", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Steel Gate", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Baleheim", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Skorn", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fort Wildervar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordColdNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordColdNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ivald's Ruin", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gjalerbron", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NorthrendScourgeGeneral.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NorthrendScourgeGeneral.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Camp Winterhoof", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordColdNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkE_Uni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordColdNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkE_Uni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mightstone Quarry", | |
intro: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_General_Intro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Gammoth", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Amber Ledge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Coldarra", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ColdaraNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_ColdarraWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_ColdarraWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_ColdarraWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ColdaraNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_ColdarraWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_ColdarraWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_ColdarraWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Westrift", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Riplash Strand", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Intro02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Riplash Ruins", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Intro02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Pal'ea", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Intro02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valiance Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ValianceKeep.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ValianceKeep.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Geyser Fields", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fizzcrank Pumping Station", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Taunka'le Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkE_Uni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkE_Uni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Njord's Breath Bay", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\DragonBlight\\DB_Tusk_InduleDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\DragonBlight\\DB_Tusk_InduleNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kaskala", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\DragonBlight\\DB_Tusk_InduleDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\DragonBlight\\DB_Tusk_InduleNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ember Clutch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordFireArea.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordFireArea.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Giants' Run", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Whisper Gulch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\WhisperGulchDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\WhisperGulchDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Isle of Quel'Danas", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EversongAmbienceDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_QuelDanasWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_QuelDanasWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EversongAmbienceNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_RuinsWalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Eversong\\ES_SunstriderWalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_QuelDanasWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_QuelDanasWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Dead Scar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ScorchLineDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest1WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest1WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest2WalkDay01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ScorchLineNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest1WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest2WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_Forest2WalkNight02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Winterfin Caverns", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Glimmer Bay", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Winterfin Retreat", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Culling of Stratholme", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\StratholmePast\\CT_StratholmePastIntro.mp3", | |
"Sound\\Music\\ZoneMusic\\StratholmePast\\CT_StratholmePastOutdoorsIntro.mp3", | |
"Sound\\Music\\ZoneMusic\\StratholmePast\\CT_StratholmePastOutdoorsWalkAUni.mp3", | |
"Sound\\Music\\ZoneMusic\\StratholmePast\\CT_StratholmePastOutdoorsWalkBUni.mp3", | |
"Sound\\Music\\ZoneMusic\\StratholmePast\\CT_StratholmePastWalkUni.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ForestNormalNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\StratholmePast\\CT_StratholmePastOutdoorsWalkANight.mp3", | |
"Sound\\Music\\ZoneMusic\\StratholmePast\\CT_StratholmePastOutdoorsWalkBNight.mp3", | |
"Sound\\Music\\ZoneMusic\\StratholmePast\\CT_StratholmePastOutdoorsWalkAUni.mp3", | |
"Sound\\Music\\ZoneMusic\\StratholmePast\\CT_StratholmePastOutdoorsWalkBUni.mp3", | |
"Sound\\Music\\ZoneMusic\\StratholmePast\\CT_StratholmePastWalkUni.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Beryl Point", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Garrosh's Landing", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Intro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fizzcrank Airstrip", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Unu'pe", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordColdNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\DragonBlight\\DB_Tusk_InduleDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordColdNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Tusk_KaskalaNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\DragonBlight\\DB_Tusk_InduleNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Scalding Pools", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Steam Springs", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Festering Pools", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Nexus", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ColdaraNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Nexus\\NZ_NexusQuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Nexus\\NZ_NexusQuietWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Nexus\\NZ_NexusQuietWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Nexus\\NZ_NexusQuietWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ColdaraNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Nexus\\NZ_NexusQuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Nexus\\NZ_NexusQuietWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Nexus\\NZ_NexusQuietWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Nexus\\NZ_NexusQuietWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bor'gorok Outpost", | |
intro: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_General_Intro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Magmoth", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Temple City of En'kilah", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Warsong Hold", | |
intro: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_General_Intro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Eldra'nath", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Intro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Spire of Blood", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Spire of Decay", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Spire of Pain", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Parhelion Plaza", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EversongAmbienceDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_MagistersTerraceWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.9, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\EversongAmbienceNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_MagistersTerraceWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Dead Scar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ScorchLineDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_MagistersTerraceWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ScorchLineNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_MagistersTerraceWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\Sunwell\\SW_PlateauSunwellWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ghostlands\\GL_EversongDarkWalkUni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "North Point Station", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Westwind Refugee Camp", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkE_Uni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkE_Uni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Moa'ki Harbor", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Indu'le Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Moonrest Gardens", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Intro02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Stars' Rest", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Intro02.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Westfall Brigade Encampment", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro2Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Icemist Village", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkE_Uni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkE_Uni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Pit of Narjun", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_04.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_14.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_05.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_15.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_04.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_16.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_05.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_13.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_04.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_14.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_05.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_15.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_04.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_16.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_05.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_13.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Agmar's Hammer", | |
intro: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_General_Intro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Lake Indu'le", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Obsidian Dragonshrine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordFireArea.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordFireArea.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruby Dragonshrine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightRubyDragonshrine.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay05.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightRubyDragonshrine.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Fordragon Hold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Kor'kron Vanguard", | |
intro: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_General_Intro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Court of Skulls", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking6.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking6.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Angrathar the Wrathgate", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking6.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking6.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Galakrond's Rest", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bronze Dragonshrine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wintergarde Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking6.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking6.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wintergarde Mine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Emerald Dragonshrine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightEmeraldDragonshrine.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay05.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkDay06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightEmeraldDragonshrine.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_SholazarWalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "New Hearthglen", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NewHearthglen.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NewHearthglen.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Azure Dragonshrine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Forgotten Shore", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Venomspite", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Carrion Fields", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\DragonblightPlainsNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Onslaught Base Camp", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Jintha'kalar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Drak'Tharon Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ZulDrakGeneralDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB10.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB11.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB12.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB13.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB15.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ZulDrakGeneralNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB10.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB11.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB12.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB13.mp3", | |
"Sound\\Music\\ZoneMusic\\Zulaman\\ZA_zulaman_AMB15.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Wintergrasp", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.3, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\LakeWintergraspDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\LakeWintergrasp\\WG_GeneralWalk_01.mp3", | |
"Sound\\Music\\ZoneMusic\\LakeWintergrasp\\WG_GeneralWalk_02.mp3", | |
"Sound\\Music\\ZoneMusic\\LakeWintergrasp\\WG_GeneralWalk_03.mp3", | |
"Sound\\Music\\ZoneMusic\\LakeWintergrasp\\WG_GeneralWalk_04.mp3", | |
"Sound\\Music\\ZoneMusic\\LakeWintergrasp\\WG_GeneralWalk_05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.3, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\LakeWintergraspNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\LakeWintergrasp\\WG_GeneralWalk_01.mp3", | |
"Sound\\Music\\ZoneMusic\\LakeWintergrasp\\WG_GeneralWalk_02.mp3", | |
"Sound\\Music\\ZoneMusic\\LakeWintergrasp\\WG_GeneralWalk_03.mp3", | |
"Sound\\Music\\ZoneMusic\\LakeWintergrasp\\WG_GeneralWalk_04.mp3", | |
"Sound\\Music\\ZoneMusic\\LakeWintergrasp\\WG_GeneralWalk_05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Silverbrook", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Vordrassil's Heart", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro2Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay06.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay07.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay08.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay09.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Vordrassil's Tears", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Amberpine Lodge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Solstice Village", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro2Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay06.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay07.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay08.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay09.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Conquest Hold", | |
intro: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_General_Intro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Voldrune", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Granite Springs", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Zeb'Halak", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Drak'Tharon Keep", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ZulDrakGeneralDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\ZulDrakGeneralNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Camp Oneqwah", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkE_Uni03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkA_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkD_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Taunka\\NR_Taunka_GeneralWalkE_Uni03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Eastwind Shore", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Rage Fang Shrine", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro2Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordColdNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay06.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay07.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay08.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay09.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.5, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\HowlingFjordColdNightDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Drakil'jin Ruins", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blackriver Logging Camp", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsLumberNightday.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsLumberNightday.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dun Argol", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thor Modan", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkA_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkADark_Uni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkB_Uni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkC_Uni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkCDark_Uni04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkD_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\IronDwarf\\NR_Dwarf_GeneralWalkDDark_Uni05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Blue Sky Logging Grounds", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsLumberNightday.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsLumberNightday.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Maw of Neltharion", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_01.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_02.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralIntro_06.mp3", | |
"Sound\\Music\\ZoneMusic\\AzjolNerub\\AN_GeneralWalk_09.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeyserField_General01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Briny Pinnacle", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleDay03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_Tusk_InduleNight03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Vengeance Pass", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Day08.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night05.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night06.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night07.mp3", | |
"Sound\\Music\\ZoneMusic\\Dragonblight\\DB_GeneralWalk_Night08.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Heartwood Trading Post", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro2Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay06.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay07.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay08.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay09.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Evergreen Trading Post", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Forest's Edge Post", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Venture Bay", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\NortherndCoastGenericDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Conquest Pit", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Day04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Orc\\NR_Orc_GeneralWalk_Night03.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Path of Iron", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Tethys", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Intro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.7, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\GrizzlyHillsOpenNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Silverbrook Hills", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ruins of Drak'Zin", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ashwood Post", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro2Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay06.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay07.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay08.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay09.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Harkor's Camp", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_Intro1Uni01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkDay05.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight01.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight02.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight03.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight04.mp3", | |
"Sound\\Music\\ZoneMusic\\GrizzlyHills\\GH_WalkNight05.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Shrine of Scales", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Intro01.mp3", | |
], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Day03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_Riplash_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Drak'atal Passage", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General01.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General02.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General03.mp3", | |
"Sound\\Music\\ZoneMusic\\Northrend\\Troll\\NR_Troll_General04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ulduar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\StormPeaksDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"sound\\music\\zonemusic\\ulduarraidext\\ur_ulduarraidextwalk01.mp3", | |
"sound\\music\\zonemusic\\ulduarraidext\\ur_ulduarraidextwalk02.mp3", | |
"sound\\music\\zonemusic\\ulduarraidext\\ur_ulduarraidextwalk09.mp3", | |
"sound\\music\\zonemusic\\ulduarraidext\\ur_ulduarraidextwalk10.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.6, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\StormPeaksDayNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"sound\\music\\zonemusic\\ulduarraidext\\ur_ulduarraidextwalk01.mp3", | |
"sound\\music\\zonemusic\\ulduarraidext\\ur_ulduarraidextwalk02.mp3", | |
"sound\\music\\zonemusic\\ulduarraidext\\ur_ulduarraidextwalk09.mp3", | |
"sound\\music\\zonemusic\\ulduarraidext\\ur_ulduarraidextwalk10.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Altar of Sseratus", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Sseratus_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Sseratus_Intro02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Sseratus_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Sseratus_Intro02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Acherus: The Ebon Hold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking4.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking4.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking5.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Lost Lands", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Path of the Lifewarden", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Lifeblood Pillar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Plaguelands: The Scarlet Enclave", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\PlagueLandsNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Waygate", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Skyreach Pillar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Glimmering Pillar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Ebon Watch", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking6.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking6.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Thrym's End", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day05.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Day06.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night01.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night02.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night03.mp3", | |
"Sound\\Music\\ZoneMusic\\BoreanTundra\\BO_GeneralWalk_Night04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Altar of Rhunok", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Rhunok_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Rhunok_Intro02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Rhunok_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Rhunok_Intro02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Altar of Har'koa", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Sseratus_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Sseratus_Intro02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Sseratus_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_Sseratus_Intro02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Altar of Quetz'lun", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_QuetzLun_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_QuetzLun_Intro02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_QuetzLun_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_QuetzLun_Intro02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Altar of Mam'toth", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_MamToth_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_MamToth_Intro02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_MamToth_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_MamToth_Intro02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Acherus: The Ebon Hold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking4.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\Ebon Hold\\EH_GeneralWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking4.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking5.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "New Avalon", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "New Avalon Fields", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "New Avalon Orchard", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "New Avalon Town Hall", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Havenshire", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Havenshire Farms", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Havenshire Lumber Mill", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Havenshire Stables", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Scarlet Hold", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Chapel of the Crimson Flame", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Light's Point Tower", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\Musical Moments\\mystery\\mystery09-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery10-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery08-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\Musical Moments\\mystery\\mystery09-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery10-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery08-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Light's Point", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\Musical Moments\\mystery\\mystery09-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery10-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery08-zone.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\Musical Moments\\mystery\\mystery09-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery10-zone.mp3", | |
"Sound\\Music\\Musical Moments\\mystery\\mystery08-zone.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Crypt of Remembrance", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Death's Breach", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking6.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking1.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking2.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking3.mp3", | |
"Sound\\Music\\ZoneMusic\\Naxxramas\\NaxxramasWalking6.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Noxious Glade", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Tyr's Hand", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "King's Harbor", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Scarlet Overlook", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Light's Hope Chapel", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind06-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind03-moment.mp3", | |
"Sound\\Music\\ZoneMusic\\Mountain\\DayMountain01.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Pestilent Scar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Browman Mill", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.89, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand04.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand05.mp3", | |
"Sound\\Music\\ZoneMusic\\CursedLand\\CursedLand06.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Havenshire Mine", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\DayForest03.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest01.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest02.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest03.mp3", | |
"Sound\\Music\\ZoneMusic\\Forest\\NightForest04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Mam'toth Crater", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_MamToth_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_MamToth_Intro02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_MamToth_Intro01.mp3", | |
"Sound\\Music\\ZoneMusic\\ZulDrak\\ZD_MamToth_Intro02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Savage Thicket", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni04.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_FireWalkUni04.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "New Avalon Forge", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Valgarde", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni02.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni03.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni04.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni05.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni06.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_DistWalkUni07.mp3", | |
"Sound\\Music\\ZoneMusic\\HowlingFjord\\HF_GeneralWalk_Night04.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\Utgarde Keep\\UK_QuietWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Strand of the Ancients", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.3, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\LakeWintergraspDay.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp2.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp1.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp3.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp4.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp5.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.3, | |
items: [ | |
"Sound\\Ambience\\ZoneAmbience\\LakeWintergraspNight.wav", | |
], | |
}, | |
music: Sound { | |
volume: 0.69, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp2.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp1.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp3.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp4.mp3", | |
"Sound\\Music\\ZoneMusic\\PVP\\pvp5.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Bittertide Lake", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_PathofLifeWardenWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "The Suntouched Pillar", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni02.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 1.0, | |
items: [ | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni01.mp3", | |
"Sound\\Music\\ZoneMusic\\SholazarBasin\\SB_CrystalsWalkUni02.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Scarlet Tavern", | |
intro: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
day: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
night: Soundscape { | |
ambience: Sound { | |
volume: 0.0, | |
items: [], | |
}, | |
music: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind05-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind07-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind08-zone.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind01-moment.mp3", | |
"Sound\\Music\\CityMusic\\Stormwind\\stormwind_highSeas-moment.mp3", | |
], | |
}, | |
}, | |
} | |
Area { | |
name: "Dalaran", | |
intro: Sound { | |
volume: 0.8, | |
items: [ | |
"Sound\\Music\\Zon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment