forked from github/server
18 lines
549 B
XML
18 lines
549 B
XML
<?xml version="1.0"?>
|
|
<eressea>
|
|
<resources>
|
|
<resource name="mallorncrossbow">
|
|
<item weight="100">
|
|
<construction skill="weaponsmithing" minskill="5">
|
|
<requirement type="mallorn" quantity="1"/>
|
|
</construction>
|
|
<weapon armorpiercing="true" pierce="true" missile="true" skill="crossbow" offmod="0" defmod="0" reload="2" magres="0.15">
|
|
<damage type="rider" value="3d3+6"/>
|
|
<damage type="footman" value="3d3+6"/>
|
|
<modifier type="missile_target" value="0"/>
|
|
</weapon>
|
|
</item>
|
|
</resource>
|
|
</resources>
|
|
</eressea>
|