forked from github/server
e2808eeea9
remove default values from xml to make it smaller and simpler.
8 lines
258 B
XML
8 lines
258 B
XML
<?xml version="1.0"?>
|
|
<resource name="cart">
|
|
<item capacity="14000" weight="4000" score="60" vehicle="yes" big="yes">
|
|
<construction skill="cartmaking" minskill="1">
|
|
<requirement type="log" quantity="5"/>
|
|
</construction>
|
|
</item>
|
|
</resource>
|