forked from github/server
"The production of the repeating crossbow does not cost any Iron"
This commit is contained in:
parent
7b86d56b9e
commit
d456189ace
|
@ -5,6 +5,7 @@
|
||||||
<construction skill="weaponsmithing" minskill="5" reqsize="1">
|
<construction skill="weaponsmithing" minskill="5" reqsize="1">
|
||||||
<modifier function="mod_dwarves_only"/>
|
<modifier function="mod_dwarves_only"/>
|
||||||
<requirement type="log" quantity="1"/>
|
<requirement type="log" quantity="1"/>
|
||||||
|
<requirement type="iron" quantity="1"/>
|
||||||
</construction>
|
</construction>
|
||||||
<weapon armorpiercing="true" pierce="true" missile="true" skill="crossbow" offmod="0" defmod="0" reload="1">
|
<weapon armorpiercing="true" pierce="true" missile="true" skill="crossbow" offmod="0" defmod="0" reload="1">
|
||||||
<damage type="rider" value="3d4+5"/>
|
<damage type="rider" value="3d4+5"/>
|
||||||
|
|
Loading…
Reference in New Issue