forked from github/server
16 lines
513 B
XML
16 lines
513 B
XML
<?xml version="1.0"?>
|
|
<!-- changes to the regular weapon:
|
|
1. you cannt use this with cavalry
|
|
-->
|
|
<resource name="rustygreatsword">
|
|
<item weight="200" score="20">
|
|
<construction skill="weaponsmithing" minskill="4" reqsize="1">
|
|
<requirement type="iron" quantity="2"/>
|
|
</construction>
|
|
<weapon useshield="false" cut="true" skill="melee" offmod="-2" defmod="-3" horse="false">
|
|
<damage type="rider" value="2d8"/>
|
|
<damage type="footman" value="2d8"/>
|
|
</weapon>
|
|
</item>
|
|
</resource>
|