1
0
forked from mirrors/0ad
Files
0ad/binaries/data/mods/public/simulation/templates/structures/han/field.xml
T
wowgetoffyourcellphone 14ac8fd6e7 [Art] Add a special rubble actor for the Rice Paddy
Reported by: @Gurken_Khan on the forum
This was SVN commit r28079.
2024-05-09 16:37:33 +00:00

32 lines
836 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_resource_field">
<Cost>
<BuildTime>30</BuildTime>
<Resources>
<wood>60</wood>
</Resources>
</Cost>
<Health>
<SpawnEntityOnDeath>decay|rubble/rubble_field_rice</SpawnEntityOnDeath>
</Health>
<Footprint>
<Square depth="22.0" width="22.0"/>
<Height>2.0</Height>
</Footprint>
<Identity>
<Civ>han</Civ>
<SpecificName>Dàotián</SpecificName>
<GenericName>Rice Paddy</GenericName>
</Identity>
<Obstruction>
<Static depth="18.0" width="18.0"/>
</Obstruction>
<ResourceSupply>
<MaxGatherers>3</MaxGatherers>
</ResourceSupply>
<VisualActor>
<Actor>structures/rice_paddy.xml</Actor>
<FoundationActor>props/structures/decals/rice_paddy_6x6.xml</FoundationActor>
</VisualActor>
</Entity>