mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Make loyalty drain on decaying buildings much more punishing.
This was SVN commit r17060.
This commit is contained in:
parent
14aaa7c640
commit
5060b1bb4f
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@
|
|||
</SoundGroups>
|
||||
</Sound>
|
||||
<TerritoryDecay>
|
||||
<DecayRate>10</DecayRate>
|
||||
<DecayRate>50</DecayRate>
|
||||
</TerritoryDecay>
|
||||
<TerritoryInfluence disable=""/>
|
||||
<ProductionQueue>
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
<HeightOffset>12.0</HeightOffset>
|
||||
</StatusBars>
|
||||
<TerritoryDecay>
|
||||
<DecayRate>5</DecayRate>
|
||||
<DecayRate>50</DecayRate>
|
||||
</TerritoryDecay>
|
||||
<Visibility>
|
||||
<RetainInFog>true</RetainInFog>
|
||||
|
|
|
|||
Loading…
Reference in a new issue