0ad/binaries/data/mods/official/entities/structures/hele_mill.xml
Matei b8456f0702 # Added 4 sample techs.
Also modified the entity script to allow for gathering fractional
resources, and modified the GUI to round resources to the nearest
integer. This is necessary since techs will likely push resource
gathering amounts to fractional numbers.

This was SVN commit r4161.
2006-07-21 22:54:01 +00:00

35 lines
580 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>
</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>