1
0
forked from 0ad/0ad

Fix the male variation of non-Roman healers. Fixes #3318

This was SVN commit r16828.
This commit is contained in:
Nicolas Auvray 2015-07-02 16:59:16 +00:00
parent 3018359576
commit 512f69379b
2 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,23 @@
<?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>
<Distanceless>1</Distanceless>
<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>civ_male_attack_10.ogg</Replacement>
<Path>audio/voice/greek/civ</Path>
<Sound>civ_male_attack_10.ogg</Sound>
</SoundGroup>

View File

@ -31,7 +31,7 @@ Heal units.</Tooltip>
<select>voice/{lang}/civ/civ_{gender}_select.xml</select>
<order_walk>voice/{lang}/civ/civ_{gender}_walk.xml</order_walk>
<order_attack>voice/{lang}/civ/civ_{gender}_go_out_against.xml</order_attack>
<order_gather>voice/{lang}/civ/civ_{gender}_gather_together.xml</order_gather>
<order_gather>voice/{lang}/civ/civ_{gender}_gather.xml</order_gather>
<order_repair>voice/{lang}/civ/civ_{gender}_repair.xml</order_repair>
<order_heal>voice/{lang}/civ/civ_{gender}_heal.xml</order_heal>
<order_garrison>voice/{lang}/civ/civ_{gender}_garrison.xml</order_garrison>