0ad/binaries/data/mods/public/entities/structures/hele_mill.xml

33 lines
657 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_structure_economic_mill">
<Traits>
<Id>
<Specific>Anakeion</Specific>
<Civ>Hellenes</Civ>
<History>Resources and building materials were kept in warehouses.</History>
</Id>
<Creation>
<Time>17.6</Time>
</Creation>
<Health>
<Max>880</Max>
</Health>
</Traits>
<Actor>structures/hellenes/mill.xml</Actor>
<Actions>
<Create>
<List>
<Research>
<Hele_Stone_1 />
<Hele_Wedge_And_Mallet />
<Hele_Helots />
<Hele_Slaves />
</Research>
</List>
</Create>
</Actions>
</Entity>