forked from github/server
171 lines
6.4 KiB
XML
171 lines
6.4 KiB
XML
<?xml version="1.0"?>
|
|
<buildings>
|
|
<building name="wormhole" maxsize="4" maxcapacity="4" nobuild="yes" nodestroy="yes" unique="yes" />
|
|
<building name="illusioncastle" capacity="0" maxcapacity="0" maxsize="0" nobuild="yes"/>
|
|
<building name="xmas_exit" maxsize="10" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes"/>
|
|
<building name="caldera" nodestroy="yes" nobuild="yes"/>
|
|
<building name="building" namechange="no" maxsize="1" nobuild="yes"/>
|
|
|
|
<building name="blessedstonecircle" maxcapacity="3" maxsize="100" nobuild="yes" magic="yes" magres="60" magresbonus="30" auraregen="1.50">
|
|
<construction skill="building" minskill="2" reqsize="100">
|
|
<requirement type="log" quantity="500"/>
|
|
<requirement type="stone" quantity="500"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="stonecircle" maxsize="100">
|
|
<construction skill="building" minskill="2" reqsize="100">
|
|
<requirement type="log" quantity="500"/>
|
|
<requirement type="stone" quantity="500"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="inn">
|
|
<maintenance type="money" amount="5" variable="yes"/>
|
|
<construction skill="building" minskill="2" reqsize="10">
|
|
<requirement type="iron" quantity="10"/>
|
|
<requirement type="log" quantity="30"/>
|
|
<requirement type="stone" quantity="40"/>
|
|
<requirement type="money" quantity="2000"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="tunnel" maxsize="100">
|
|
<maintenance type="stone" amount="2"/>
|
|
<maintenance type="money" amount="100"/>
|
|
<construction skill="building" minskill="6" reqsize="100">
|
|
<requirement type="iron" quantity="100"/>
|
|
<requirement type="log" quantity="500"/>
|
|
<requirement type="stone" quantity="1000"/>
|
|
<requirement type="money" quantity="30000"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="caravan" maxsize="10">
|
|
<maintenance type="horse" amount="2"/>
|
|
<maintenance type="money" amount="3000"/>
|
|
<construction skill="building" minskill="2" reqsize="10">
|
|
<requirement type="iron" quantity="10"/>
|
|
<requirement type="log" quantity="50"/>
|
|
<requirement type="stone" quantity="10"/>
|
|
<requirement type="money" quantity="5000"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="dam" maxsize="50">
|
|
<maintenance type="log" amount="3"/>
|
|
<maintenance type="money" amount="1000"/>
|
|
<construction skill="building" minskill="4" reqsize="50">
|
|
<requirement type="iron" quantity="50"/>
|
|
<requirement type="log" quantity="500"/>
|
|
<requirement type="stone" quantity="250"/>
|
|
<requirement type="money" quantity="25000"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="monument" namechange="no">
|
|
<construction skill="building" minskill="4">
|
|
<requirement type="log" quantity="1"/>
|
|
<requirement type="stone" quantity="1"/>
|
|
<requirement type="iron" quantity="1"/>
|
|
<requirement type="money" quantity="400"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="stables">
|
|
<maintenance type="money" amount="150"/>
|
|
<construction skill="building" minskill="2">
|
|
<requirement type="log" quantity="4"/>
|
|
<requirement type="stone" quantity="2"/>
|
|
<requirement type="iron" quantity="1"/>
|
|
<requirement type="money" quantity="100"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="sawmill">
|
|
<maintenance type="money" amount="250"/>
|
|
<construction skill="building" minskill="3">
|
|
<requirement type="log" quantity="5"/>
|
|
<requirement type="stone" quantity="5"/>
|
|
<requirement type="iron" quantity="3"/>
|
|
<requirement type="money" quantity="200"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="smithy">
|
|
<maintenance type="money" amount="300"/>
|
|
<maintenance type="log" amount="1"/>
|
|
<construction skill="building" minskill="3">
|
|
<requirement type="log" quantity="5"/>
|
|
<requirement type="stone" quantity="5"/>
|
|
<requirement type="iron" quantity="2"/>
|
|
<requirement type="money" quantity="200"/>
|
|
</construction>
|
|
<modifier type="skill" skill="weaponsmithing" value="1"/>
|
|
<modifier type="skill" skill="armorer" value="1"/>
|
|
</building>
|
|
|
|
<building name="magictower" maxcapacity="2" maxsize="50" magic="yes" magres="40" fumblebonus="10" auraregen="1.75">
|
|
<maintenance type="money" amount="1000"/>
|
|
<construction skill="building" minskill="5" reqsize="50">
|
|
<requirement type="log" quantity="150"/>
|
|
<requirement type="stone" quantity="250"/>
|
|
<requirement type="mallorn" quantity="100"/>
|
|
<requirement type="iron" quantity="150"/>
|
|
<requirement type="laen" quantity="100"/>
|
|
<requirement type="money" quantity="25000"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="academy" maxcapacity="25" maxsize="25">
|
|
<maintenance type="money" amount="1000"/>
|
|
<construction skill="building" minskill="3" reqsize="25">
|
|
<requirement type="log" quantity="125"/>
|
|
<requirement type="stone" quantity="125"/>
|
|
<requirement type="iron" quantity="25"/>
|
|
<requirement type="money" quantity="12500"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="harbour" maxcapacity="25" maxsize="25" unique="yes">
|
|
<maintenance type="money" amount="250"/>
|
|
<construction skill="building" minskill="3" reqsize="25">
|
|
<requirement type="log" quantity="125"/>
|
|
<requirement type="stone" quantity="125"/>
|
|
<requirement type="money" quantity="6250"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="quarry">
|
|
<maintenance type="money" amount="250"/>
|
|
<construction skill="building" minskill="2">
|
|
<requirement type="iron" quantity="1"/>
|
|
<requirement type="log" quantity="5"/>
|
|
<requirement type="stone" quantity="1"/>
|
|
<requirement type="money" quantity="250"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="mine">
|
|
<maintenance type="money" amount="500"/>
|
|
<construction skill="building" minskill="4">
|
|
<requirement type="iron" quantity="1"/>
|
|
<requirement type="log" quantity="10"/>
|
|
<requirement type="stone" quantity="5"/>
|
|
<requirement type="money" quantity="250"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="lighthouse" maxcapacity="4">
|
|
<maintenance type="money" amount="100"/>
|
|
<construction skill="building" minskill="3">
|
|
<requirement type="iron" quantity="1"/>
|
|
<requirement type="log" quantity="1"/>
|
|
<requirement type="stone" quantity="2"/>
|
|
<requirement type="money" quantity="100"/>
|
|
</construction>
|
|
</building>
|
|
|
|
</buildings>
|
|
|