forked from github/server
- armor is cheaper now
This commit is contained in:
parent
8ed0e8349a
commit
3b861d6a33
|
@ -2,7 +2,7 @@
|
|||
<resource name="chainmail">
|
||||
<item weight="200" score="90">
|
||||
<construction skill="armorer" minskill="3" reqsize="1">
|
||||
<requirement type="iron" quantity="3"/>
|
||||
<requirement type="iron" quantity="2"/>
|
||||
</construction>
|
||||
<armor ac="2" penalty="0.10" projectile="0.0" magres="0.0"/>
|
||||
</item>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<resource name="laenmail">
|
||||
<item weight="100" score="1000">
|
||||
<construction skill="armorer" minskill="9" reqsize="1">
|
||||
<requirement type="laen" quantity="3"/>
|
||||
<requirement type="laen" quantity="2"/>
|
||||
</construction>
|
||||
<armor ac="3" penalty="0.0" projectile="0.10" magres="0.3" laen="yes" />
|
||||
</item>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<item weight="400" score="150">
|
||||
<function name="canuse" value="lua_canuse_item"/>
|
||||
<construction skill="armorer" minskill="4" reqsize="1">
|
||||
<requirement type="iron" quantity="5"/>
|
||||
<requirement type="iron" quantity="4"/>
|
||||
</construction>
|
||||
<armor ac="3" penalty="0.15" projectile="0.10" magres="0.0"/>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue