1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/other/generic_field.xml
Mythos_Ruler cda3a7eedf Tweaked ship health and Super Dock health.
Disabled <TerritoryDecay> for some miscellaneous things.

This was SVN commit r10144.
2011-08-31 01:08:58 +00:00

18 lines
510 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_resource_field">
<Footprint>
<Square width="30.0" depth="30.0"/>
<Height>5.0</Height>
</Footprint>
<Identity>
<Civ>gaia</Civ>
<SpecificName>Wheat Field</SpecificName>
<History>A farmer's field.</History>
</Identity>
<TerritoryDecay disable=""/>
<VisualActor>
<Actor>structures/plot_field_new.xml</Actor>
<FoundationActor>structures/plot_field_new.xml</FoundationActor>
</VisualActor>
</Entity>