in e3, goblins cannot use two-handed weapons.
This commit is contained in:
Enno Rehling 2020-08-08 18:22:12 +02:00
parent d5f3bf7aed
commit 2fe4261c70
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
<resources>
<resource name="rustygreatsword">
<!-- changes to the regular weapon:
1. you cannt use this with cavalry
1. you cannot use this with cavalry
-->
<item weight="200" score="20">
<item weight="200" score="20" deny="goblin">
<construction skill="weaponsmithing" minskill="4">
<requirement type="iron" quantity="2"/>
</construction>
@ -112,7 +112,7 @@
<!-- changes to the regular weapon:
1. you cannt use this with cavalry
-->
<item weight="200" score="30">
<item weight="200" score="30" deny="goblin">
<construction skill="weaponsmithing" minskill="4">
<requirement type="iron" quantity="2"/>
</construction>