forked from github/server
e2808eeea9
remove default values from xml to make it smaller and simpler.
10 lines
345 B
XML
10 lines
345 B
XML
<?xml version="1.0"?>
|
|
<!-- TODO: this does not work yet -->
|
|
<production>
|
|
<construction resource="laenshield" skill="armorer" minskill="7">
|
|
<requirement type="laen" quantity="1"/>
|
|
</construction>
|
|
<construction resource="laenmail" skill="armorer" minskill="9">
|
|
<requirement type="laen" quantity="3"/>
|
|
</construction>
|
|
</production>
|