forked from github/server
14 lines
478 B
XML
14 lines
478 B
XML
<?xml version="1.0"?>
|
|
<resource name="crossbow">
|
|
<item weight="100">
|
|
<construction skill="weaponsmithing" minskill="3">
|
|
<requirement type="log" quantity="1"/>
|
|
</construction>
|
|
<weapon armorpiercing="true" pierce="true" missile="true" skill="crossbow" offmod="0" defmod="0" reload="2">
|
|
<damage type="rider" value="3d4+5"/>
|
|
<damage type="footman" value="3d4+5"/>
|
|
<modifier type="missile_target" value="0"/>
|
|
</weapon>
|
|
</item>
|
|
</resource>
|