mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:46:49 +00:00
Replacing these statue "treasures" with "ruins." Instead of getting the resources immediately, ruins allow the player to "mine" the resources at a fast rate.
This was SVN commit r13930.
This commit is contained in:
+4
-4
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_gaia_treasure">
|
||||
<Entity parent="template_gaia_ruins">
|
||||
<Footprint>
|
||||
<Square width="4.0" depth="4.0"/>
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>gaia</Civ>
|
||||
<GenericName>Stone Treasure</GenericName>
|
||||
<SpecificName>Ptolemaic Statues</SpecificName>
|
||||
<GenericName>Stone Ruins</GenericName>
|
||||
<SpecificName>Ptolemaic Egyptian Statues</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
@@ -15,7 +15,7 @@
|
||||
</Obstruction>
|
||||
<ResourceSupply>
|
||||
<Amount>300</Amount>
|
||||
<Type>treasure.stone</Type>
|
||||
<Type>stone.ruins</Type>
|
||||
</ResourceSupply>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
+3
-3
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_gaia_treasure">
|
||||
<Entity parent="template_gaia_ruins">
|
||||
<Footprint>
|
||||
<Square width="4.0" depth="4.0"/>
|
||||
<Height>12.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>gaia</Civ>
|
||||
<GenericName>Stone Treasure</GenericName>
|
||||
<GenericName>Stone Ruins</GenericName>
|
||||
<SpecificName>Roman Statues</SpecificName>
|
||||
<Icon>gaia/special_treasure.png</Icon>
|
||||
</Identity>
|
||||
@@ -15,7 +15,7 @@
|
||||
</Obstruction>
|
||||
<ResourceSupply>
|
||||
<Amount>300</Amount>
|
||||
<Type>treasure.stone</Type>
|
||||
<Type>stone.ruins</Type>
|
||||
</ResourceSupply>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
Reference in New Issue
Block a user