2010-08-08 09:40:42 +02:00
|
|
|
<?xml version="1.0"?>
|
2018-02-06 21:28:48 +01:00
|
|
|
<eressea>
|
|
|
|
<buildings>
|
2010-08-08 09:40:42 +02:00
|
|
|
|
2017-07-17 16:11:00 +02:00
|
|
|
<building name="watch" maxsize="10" fort="yes" taxes="200">
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="1" maxsize="5" name="scaffolding">
|
2016-08-06 13:53:07 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
</construction>
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="2" maxsize="5" name="guardhouse">
|
2016-08-06 13:53:07 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
</construction>
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="2" name="guardtower">
|
2010-08-08 09:40:42 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
</building>
|
|
|
|
|
2017-07-17 16:11:00 +02:00
|
|
|
<building name="market" maxsize="10">
|
2016-10-01 18:34:38 +02:00
|
|
|
<maintenance type="money" amount="200"/>
|
2016-08-06 13:53:07 +02:00
|
|
|
<construction skill="building" minskill="3">
|
2010-08-08 09:40:42 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
</building>
|
|
|
|
|
|
|
|
</buildings>
|
2018-02-06 21:28:48 +01:00
|
|
|
</eressea>
|