0ad/binaries/data/mods/public/audio/attack/siege/ram_attack.xml
Mythos_Ruler 97b28e7343 Some sound file changes to hopefully add more aural variation.
Cavalry blacksmith techs moved from City to Town.

Trying to give the female citizen the order_build soundgroup, but it
doesn't seem to work. The game seems to use order_repair for both
repairing and building. These are two different actions so should
support two different sound groups.

This was SVN commit r13427.
2013-05-25 18:07:29 +00:00

23 lines
610 B
XML

<?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>0.9</GainUpper>
<GainLower>0.5</GainLower>
<RandPitch>1</RandPitch>
<PitchUpper>1.3</PitchUpper>
<PitchLower>0.7</PitchLower>
<Threshold>1</Threshold>
<Decay>3</Decay>
<Replacement>ram_attack.ogg</Replacement>
<Path>audio/attack/siege</Path>
<Sound>ram_attack.ogg</Sound>
</SoundGroup>