2010-08-08 10:06:34 +02:00
|
|
|
<?xml version="1.0"?>
|
2018-02-05 19:35:15 +01:00
|
|
|
<eressea>
|
|
|
|
<buildings>
|
2017-07-17 16:11:00 +02:00
|
|
|
<building name="castle" fort="yes">
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="1" maxsize="2" name="site">
|
2010-08-08 10:06:34 +02:00
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="1" maxsize="8" name="tradepost">
|
2010-08-08 10:06:34 +02:00
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="2" maxsize="40" name="fortification">
|
2010-08-08 10:06:34 +02:00
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="3" maxsize="200" name="tower">
|
2010-08-08 10:06:34 +02:00
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="4" maxsize="1000" name="castle">
|
2010-08-08 10:06:34 +02:00
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="5" maxsize="5000" name="fortress">
|
2010-08-08 10:06:34 +02:00
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="6" name="citadel">
|
2010-08-08 10:06:34 +02:00
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
</building>
|
2018-02-05 19:35:15 +01:00
|
|
|
</buildings>
|
|
|
|
</eressea>
|