forked from github/server
iron golems can build dwarf armor in E3.
This commit is contained in:
parent
8bb7cf8878
commit
7c680481de
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<resource name="scale">
|
<resource name="scale">
|
||||||
<modifier type="require" race="dwarf"/>
|
<modifier type="require" race="dwarf"/>
|
||||||
|
<modifier type="require" race="irongolem"/>
|
||||||
<item weight="300" score="150" allow="dwarf halfling">
|
<item weight="300" score="150" allow="dwarf halfling">
|
||||||
<construction skill="armorer" minskill="5">
|
<construction skill="armorer" minskill="5">
|
||||||
<requirement type="iron" quantity="2"/>
|
<requirement type="iron" quantity="2"/>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<resource name="towershield">
|
<resource name="towershield">
|
||||||
<modifier type="require" race="dwarf"/>
|
<modifier type="require" race="dwarf"/>
|
||||||
|
<modifier type="require" race="irongolem"/>
|
||||||
<item weight="200" score="60" allow="dwarf">
|
<item weight="200" score="60" allow="dwarf">
|
||||||
<construction skill="armorer" minskill="4">
|
<construction skill="armorer" minskill="4">
|
||||||
<requirement type="iron" quantity="1"/>
|
<requirement type="iron" quantity="1"/>
|
||||||
|
|
|
@ -824,8 +824,8 @@ function test_golem_use_four_iron()
|
||||||
|
|
||||||
process_orders()
|
process_orders()
|
||||||
|
|
||||||
assert_equal(2, u1.number)
|
|
||||||
assert_equal(4, u1:get_item("towershield"))
|
assert_equal(4, u1:get_item("towershield"))
|
||||||
|
assert_equal(2, u1.number)
|
||||||
end
|
end
|
||||||
|
|
||||||
function test_silver_weight_stops_movement()
|
function test_silver_weight_stops_movement()
|
||||||
|
|
Loading…
Reference in New Issue