Small boats move around quieter than large ships

This was SVN commit r13518.
This commit is contained in:
Pureon 2013-06-30 10:40:59 +00:00
parent d213f2ba91
commit 2a2daf84e0
2 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>0.5</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.5</GainUpper>
<GainLower>0.3</GainLower>
<RandPitch>1</RandPitch>
<PitchUpper>1.1</PitchUpper>
<PitchLower>0.9</PitchLower>
<Threshold>1</Threshold>
<Decay>3</Decay>
<Replacement>ship_move.ogg</Replacement>
<Path>audio/actor/ship</Path>
<Sound>ship_move.ogg</Sound>
</SoundGroup>

View File

@ -42,6 +42,12 @@
<treasure disable=""/>
</Rates>
</ResourceGatherer>
<Sound>
<SoundGroups>
<order_walk>actor/ship/boat_move.xml</order_walk>
<order_attack>actor/ship/boat_move.xml</order_attack>
</SoundGroups>
</Sound>
<UnitMotion>
<WalkSpeed>8.5</WalkSpeed>
</UnitMotion>