1
0
forked from 0ad/0ad

Added Omnri's new tracks to Macedonian and Athenian civ jsons.

Added "breath" creation sound for female citizen.

This was SVN commit r12182.
This commit is contained in:
Michael D. Hafer 2012-07-23 16:38:50 +00:00
parent 13759f3572
commit 068fe0cbbb
5 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<SoundGroup>
<Gain>1</Gain>
<Pitch>1</Pitch>
<Priority>100</Priority>
<ConeGain>1</ConeGain>
<ConeInner>360</ConeInner>
<ConeOuter>360</ConeOuter>
<Looping>0</Looping>
<RandOrder>1</RandOrder>
<RandGain>1</RandGain>
<GainUpper>1</GainUpper>
<GainLower>0.8</GainLower>
<RandPitch>1</RandPitch>
<PitchUpper>1.1</PitchUpper>
<PitchLower>0.9</PitchLower>
<Threshold>1</Threshold>
<Decay>3</Decay>
<Replacement>alarmcreatefemale.ogg</Replacement>
<Path>audio/interface/alarm/</Path>
<Sound>alarmcreatefemale.ogg</Sound>
</SoundGroup>

Binary file not shown.

View File

@ -4,6 +4,7 @@
"Emblem":"session/portraits/emblems/emblem_athenians.png",
"History":"The Athenians were famed for their philosophy, democracy, and artistic achievement. They were also good warriors, with a naval tradition, and an energetic populace.",
"Music":[
{"File":"Athens_Early_Peace.ogg", "Type":"peace"},
{"File":"hellenes_peace_1.ogg", "Type":"peace"},
{"File":"hellenic_battle_2.ogg", "Type":"battle"}
],

View File

@ -4,6 +4,7 @@
"Emblem":"session/portraits/emblems/emblem_macedonians.png",
"History":"The Macedonians were famed for their conquests and energetic monarchs.",
"Music":[
{"File":"Macedonia_Early_Peace.ogg", "Type":"peace"},
{"File":"In_the_Shadow_of_Olympus.ogg", "Type":"peace"}
],
"Factions":

View File

@ -71,6 +71,7 @@
</ResourceGatherer>
<Sound>
<SoundGroups>
<trained>interface/alarm/alarm_create_female.xml</trained>
<select>voice/hellenes/civ/female/civ_female_select.xml</select>
<order_walk>voice/hellenes/civ/female/civ_female_walk.xml</order_walk>
<order_attack>voice/hellenes/civ/female/civ_female_go_out_against.xml</order_attack>