Skip to content

Commit

Permalink
Orcish dry-dock: Allow 'collect rusty iron weapons' reaction.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pjf committed Nov 16, 2013
1 parent a11ea98 commit e2d2c42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dwarf Fortress/raw/objects/entity_orcfort_taigaorc.txt
Expand Up @@ -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]
Expand Down
7 changes: 7 additions & 0 deletions Dwarf Fortress/raw/objects/reaction_orcfort.txt
Expand Up @@ -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]
Expand Down

0 comments on commit e2d2c42

Please sign in to comment.