1
0
forked from 0ad/0ad

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:
Michael D. Hafer 2013-10-02 16:54:13 +00:00
parent e0d50b6137
commit bb78b4c931
2 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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>