forked from github/server
29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
<eressea>
|
|
<buildings>
|
|
<building name="castle" fort="yes">
|
|
<construction skill="building" minskill="1" maxsize="2" name="site">
|
|
<requirement type="stone" quantity="1"/>
|
|
</construction>
|
|
<construction skill="building" minskill="1" maxsize="8" name="tradepost">
|
|
<requirement type="stone" quantity="1"/>
|
|
</construction>
|
|
<construction skill="building" minskill="2" maxsize="40" name="fortification">
|
|
<requirement type="stone" quantity="1"/>
|
|
</construction>
|
|
<construction skill="building" minskill="3" maxsize="200" name="tower">
|
|
<requirement type="stone" quantity="1"/>
|
|
</construction>
|
|
<construction skill="building" minskill="4" maxsize="1000" name="castle">
|
|
<requirement type="stone" quantity="1"/>
|
|
</construction>
|
|
<construction skill="building" minskill="5" maxsize="5000" name="fortress">
|
|
<requirement type="stone" quantity="1"/>
|
|
</construction>
|
|
<construction skill="building" minskill="6" name="citadel">
|
|
<requirement type="stone" quantity="1"/>
|
|
</construction>
|
|
</building>
|
|
</buildings>
|
|
</eressea>
|