Some new Ruin objects.

This was SVN commit r27325.
This commit is contained in:
wowgetoffyourcellphone 2022-12-31 04:37:56 +00:00
parent ded41eab31
commit e7613d1c89
4 changed files with 112 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_ruins">
<Footprint replace="">
<Square width="16" depth="19"/>
<Height>12.0</Height>
</Footprint>
<Identity>
<Civ>gaia</Civ>
<GenericName>Stone Resource</GenericName>
<SpecificName>Ruined Farmstead</SpecificName>
<Icon>gaia/geology_stone_1.png</Icon>
</Identity>
<Obstruction>
<Static width="14" depth="17"/>
</Obstruction>
<ResourceSupply>
<Max>500</Max>
<Type>stone.ruins</Type>
</ResourceSupply>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_universal.xml</select>
</SoundGroups>
</Sound>
<VisualActor>
<Actor>structures/carthaginians/fndn_farmstead.xml</Actor>
</VisualActor>
</Entity>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_ruins">
<Footprint replace="">
<Square width="15" depth="15"/>
<Height>12.0</Height>
</Footprint>
<Identity>
<Civ>gaia</Civ>
<GenericName>Stone Resource</GenericName>
<SpecificName>Ruined House</SpecificName>
<Icon>gaia/geology_stone_1.png</Icon>
</Identity>
<Obstruction>
<Static width="13" depth="13"/>
</Obstruction>
<ResourceSupply>
<Max>500</Max>
<Type>stone.ruins</Type>
</ResourceSupply>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_universal.xml</select>
</SoundGroups>
</Sound>
<VisualActor>
<Actor>structures/carthaginians/fndn_house.xml</Actor>
</VisualActor>
</Entity>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_ruins">
<Footprint replace="">
<Square width="9" depth="9"/>
<Height>12.0</Height>
</Footprint>
<Identity>
<Civ>gaia</Civ>
<GenericName>Stone Resource</GenericName>
<SpecificName>Ruined Structure</SpecificName>
<Icon>gaia/geology_stone_1.png</Icon>
</Identity>
<Obstruction>
<Static width="7" depth="7"/>
</Obstruction>
<ResourceSupply>
<Max>300</Max>
<Type>stone.ruins</Type>
</ResourceSupply>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_universal.xml</select>
</SoundGroups>
</Sound>
<VisualActor>
<Actor>structures/carthaginians/fndn_wooden_tower.xml</Actor>
</VisualActor>
</Entity>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_ruins">
<Footprint replace="">
<Square width="11" depth="8"/>
<Height>12.0</Height>
</Footprint>
<Identity>
<Civ>gaia</Civ>
<GenericName>Stone Resource</GenericName>
<SpecificName>Ruined Tower</SpecificName>
<Icon>gaia/geology_stone_1.png</Icon>
</Identity>
<Obstruction>
<Static width="9" depth="6"/>
</Obstruction>
<ResourceSupply>
<Max>500</Max>
<Type>stone.ruins</Type>
</ResourceSupply>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_universal.xml</select>
</SoundGroups>
</Sound>
<VisualActor>
<Actor>structures/carthaginians/fndn_defense_tower.xml</Actor>
</VisualActor>
</Entity>