Skip to content

Commit

Permalink
Stonecrafters workshops can make crutches (GH #3)
Browse files Browse the repository at this point in the history
Crutches require one stone block, the same as splints.
No custom key is assigned. The custom keyspace for the stonecrafter
looks pretty full right now.
  • Loading branch information
pjf committed Nov 13, 2013
1 parent e806387 commit 9a9cbdb
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_default.txt
Expand Up @@ -1783,6 +1783,7 @@ stonecutter
[PERMITTED_REACTION:CRAFT_STONE_TOOL_PIPE]
[PERMITTED_REACTION:CRAFT_STONE_SLAB]
[PERMITTED_REACTION:CRAFT_STONE_SPLINT]
[PERMITTED_REACTION:CRAFT_STONE_CRUTCH]
[PERMITTED_REACTION:STONE_STATUE]
[PERMITTED_REACTION:STONE_TABLE]
[PERMITTED_REACTION:MAKE_STONE_CHAIR]
Expand Down
7 changes: 7 additions & 0 deletions Dwarf Fortress/raw/objects/reaction_masterwork.txt
Expand Up @@ -8933,6 +8933,13 @@ invoke
[REAGENT:A:1:BLOCKS:NONE:NONE:NONE][WORTHLESS_STONE_ONLY]
[PRODUCT:100:1:SPLINT:NONE:GET_MATERIAL_FROM_REAGENT:A:NONE]
[SKILL:STONECRAFT]

[REACTION:CRAFT_STONE_CRUTCH]
[NAME:Make rock crutch from block]
[BUILDING:GRINDER:CUSTOM_NONE]
[REAGENT:A:1:BLOCKS:NONE:NONE:NONE][WORTHLESS_STONE_ONLY]
[PRODUCT:100:1:CRUTCH:NONE:GET_MATERIAL_FROM_REAGENT:A:NONE]
[SKILL:STONECRAFT]

[REACTION:STONE_STATUE]
[NAME:Make rock statue from 2 blocks]
Expand Down

0 comments on commit 9a9cbdb

Please sign in to comment.