From e2d2c42278cf41ddf18ed16603a6d3ca9e6f4b1b Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Sun, 17 Nov 2013 00:33:21 +1100 Subject: [PATCH] Orcish dry-dock: Allow 'collect rusty iron weapons' reaction. Previously we could collect bronze, silver, copper, and iron weapons, but the most commonly obtained junk (rusty iron) was not available as a custom reaction. Now it is. --- Dwarf Fortress/raw/objects/entity_orcfort_taigaorc.txt | 1 + Dwarf Fortress/raw/objects/reaction_orcfort.txt | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Dwarf Fortress/raw/objects/entity_orcfort_taigaorc.txt b/Dwarf Fortress/raw/objects/entity_orcfort_taigaorc.txt index d630f50e..e86e0aef 100644 --- a/Dwarf Fortress/raw/objects/entity_orcfort_taigaorc.txt +++ b/Dwarf Fortress/raw/objects/entity_orcfort_taigaorc.txt @@ -834,6 +834,7 @@ REACTION:SPORE_TREE_GLUE => if you want glue from cavern trees, you ned to add i [PERMITTED_REACTION:WEAPONKIT3_ORC] [PERMITTED_REACTION:WEAPONKIT4_ORC] [PERMITTED_REACTION:WEAPONKIT5_ORC] +[PERMITTED_REACTION:WEAPONKIT6_ORC] [PERMITTED_REACTION:RAID_GOBLIN_ORC] [PERMITTED_REACTION:RAID_KOBOLD_ORC] [PERMITTED_REACTION:RAID_ELF_ORC] diff --git a/Dwarf Fortress/raw/objects/reaction_orcfort.txt b/Dwarf Fortress/raw/objects/reaction_orcfort.txt index 09c3673d..d6e60ef8 100644 --- a/Dwarf Fortress/raw/objects/reaction_orcfort.txt +++ b/Dwarf Fortress/raw/objects/reaction_orcfort.txt @@ -2642,6 +2642,13 @@ YESSTORAGE[PRODUCT:100:10:BAR:NONE:CREATURE_MAT:ENGINEER_CRATE:SOAP]YESSTORAGE[P [PRODUCT:100:1:TOOL:ITEM_TOOL_RAIDGEAR:INORGANIC:BRONZE] [SKILL:SIEGECRAFT] +[REACTION:WEAPONKIT6_ORC] + [NAME:Get rusty iron weapons only for raid kit] + [BUILDING:ORC_RAIDERS:CUSTOM_NONE] + [REAGENT:B:5:WEAPON:NONE:INORGANIC:RUSTY_IRON] + [PRODUCT:100:1:TOOL:ITEM_TOOL_RAIDGEAR:INORGANIC:RUSTY_IRON] + [SKILL:SIEGECRAFT] + [REACTION:RAID_GOBLIN_ORC] [NAME:Round up some goblin workers] [BUILDING:ORC_RAIDERS:CUSTOM_SHIFT_G]