2005-10-23 13:27:55 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<buildings>
|
|
|
|
<building name="pyramid" capacity="1" maxcapacity="10000" nodestroy="yes" oneperturn="yes">
|
|
|
|
<function name="name" value="pyramid_name"/>
|
2005-10-25 16:27:24 +02:00
|
|
|
<construction skill="building" minskill="10" maxsize="1" reqsize="1">
|
2005-10-23 13:27:55 +02:00
|
|
|
<requirement type="iron" quantity="100"/>
|
|
|
|
<requirement type="log" quantity="100"/>
|
|
|
|
<requirement type="stone" quantity="100"/>
|
|
|
|
</construction>
|
2005-10-25 16:27:24 +02:00
|
|
|
<construction skill="building" minskill="10" maxsize="4" reqsize="1">
|
2005-10-23 13:27:55 +02:00
|
|
|
<requirement type="iron" quantity="10"/>
|
|
|
|
<requirement type="log" quantity="10"/>
|
|
|
|
<requirement type="stone" quantity="10"/>
|
|
|
|
</construction>
|
2005-10-25 16:27:24 +02:00
|
|
|
<construction skill="building" minskill="11" maxsize="8" reqsize="1">
|
2005-10-23 13:27:55 +02:00
|
|
|
<requirement type="iron" quantity="10"/>
|
|
|
|
<requirement type="mallorn" quantity="10"/>
|
|
|
|
<requirement type="stone" quantity="10"/>
|
|
|
|
</construction>
|
2005-10-25 16:27:24 +02:00
|
|
|
<construction skill="building" minskill="11" maxsize="12" reqsize="1">
|
2005-10-23 13:27:55 +02:00
|
|
|
<requirement type="iron" quantity="10"/>
|
|
|
|
<requirement type="mallorn" quantity="10"/>
|
|
|
|
<requirement type="stone" quantity="10"/>
|
|
|
|
</construction>
|
2005-10-25 16:27:24 +02:00
|
|
|
<construction skill="building" minskill="11" maxsize="16" reqsize="1">
|
2005-10-23 13:27:55 +02:00
|
|
|
<requirement type="iron" quantity="10"/>
|
|
|
|
<requirement type="mallorn" quantity="10"/>
|
|
|
|
<requirement type="stone" quantity="10"/>
|
|
|
|
</construction>
|
2005-10-25 16:27:24 +02:00
|
|
|
<construction skill="building" minskill="11" maxsize="20" reqsize="1">
|
2005-10-23 13:27:55 +02:00
|
|
|
<requirement type="iron" quantity="10"/>
|
|
|
|
<requirement type="mallorn" quantity="10"/>
|
|
|
|
<requirement type="stone" quantity="10"/>
|
|
|
|
</construction>
|
2005-10-25 16:27:24 +02:00
|
|
|
<construction skill="building" minskill="11" maxsize="24" reqsize="1">
|
2005-10-23 13:27:55 +02:00
|
|
|
<requirement type="iron" quantity="10"/>
|
|
|
|
<requirement type="mallorn" quantity="10"/>
|
|
|
|
<requirement type="stone" quantity="10"/>
|
|
|
|
</construction>
|
2005-10-25 16:27:24 +02:00
|
|
|
<construction skill="building" minskill="11" maxsize="28" reqsize="1">
|
2005-10-23 13:27:55 +02:00
|
|
|
<requirement type="iron" quantity="10"/>
|
|
|
|
<requirement type="mallorn" quantity="10"/>
|
|
|
|
<requirement type="stone" quantity="10"/>
|
|
|
|
</construction>
|
|
|
|
</building>
|
|
|
|
</buildings>
|
|
|
|
|