0ad/binaries/data/mods/public/simulation/templates/structures/gaul_rotarymill.xml
2013-08-25 17:57:20 +00:00

54 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_special">
<Cost>
<BuildTime>100</BuildTime>
<PopulationBonus>2</PopulationBonus>
<Resources>
<food>0</food>
<wood>200</wood>
<stone>100</stone>
<metal>0</metal>
</Resources>
</Cost>
<Footprint replace="">
<Circle radius="9.0"/>
<Height>6.0</Height>
</Footprint>
<GarrisonHolder disable=""/>
<Identity>
<Civ>gaul</Civ>
<GenericName>Rotary Mill</GenericName>
<SpecificName>Melonas</SpecificName>
<Tooltip>Increase nearby farming output +25%. (Currently, a special technology can be researched to serve this function)</Tooltip>
<History>The Celts developed the first rotary flour mill.</History>
<Icon>structures/sb1.png</Icon>
</Identity>
<Obstruction>
<Static width="16.0" depth="16.0"/>
</Obstruction>
<ProductionQueue>
<BatchTimeModifier>0.8</BatchTimeModifier>
<Technologies datatype="tokens">
celts/special_gather_crop_rotation
</Technologies>
</ProductionQueue>
<RallyPoint disable=""/>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_ffactri.xml</select>
<constructed>interface/complete/building/complete_ffactri.xml</constructed>
<death>attack/destruction/building_collapse_large.xml</death>
</SoundGroups>
</Sound>
<StatusBars>
<HeightOffset>8.0</HeightOffset>
</StatusBars>
<TerritoryInfluence>
<Radius>32</Radius>
</TerritoryInfluence>
<VisualActor>
<Actor>structures/celts/special.xml</Actor>
<FoundationActor>structures/fndn_4x4.xml</FoundationActor>
</VisualActor>
</Entity>