mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Increases the gatherer limit for some special resources. Fixes #3583.
This was SVN commit r17336.
This commit is contained in:
parent
324179e2b9
commit
f8f8a1eb6a
3 changed files with 5 additions and 2 deletions
|
|
@ -7,6 +7,9 @@
|
|||
<Obstruction>
|
||||
<Static width="22.0" depth="14.0"/>
|
||||
</Obstruction>
|
||||
<ResourceSupply>
|
||||
<MaxGatherers>48</MaxGatherers>
|
||||
</ResourceSupply>
|
||||
<VisualActor>
|
||||
<Actor>geology/stonemine_temperate_quarry_01.xml</Actor>
|
||||
</VisualActor>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<ResourceSupply>
|
||||
<Amount>10000</Amount>
|
||||
<Type>stone.ruins</Type>
|
||||
<MaxGatherers>40</MaxGatherers>
|
||||
<MaxGatherers>120</MaxGatherers>
|
||||
</ResourceSupply>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<ResourceSupply>
|
||||
<Amount>5000</Amount>
|
||||
<Type>stone.ruins</Type>
|
||||
<MaxGatherers>30</MaxGatherers>
|
||||
<MaxGatherers>90</MaxGatherers>
|
||||
</ResourceSupply>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
|
|
|
|||
Loading…
Reference in a new issue