Skip to content

Commit

Permalink
Update Spike and Makeshift Knife recipe to be more reasonable. (#38033)
Browse files Browse the repository at this point in the history
* Update spike recipe.

Now uses 1 chunk of steel: a survvior cannot possibly hammer out a spike from 2 steel pieces with only a rock and no welding equipment.
Where does the second steel chunk go, anyway?
  • Loading branch information
Xenomorph-III authored Feb 22, 2020
1 parent fef327b commit 164a32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"name": { "str": "makeshift knife", "str_pl": "makeshift knives" },
"description": "A knife consisting of a long, somewhat sharpened, spike and a tightly wrapped rag as a handle. It makes a good melee weapon.",
"weight": "550 g",
"volume": "500 ml",
"volume": "251 ml",
"price": 0,
"to_hit": -1,
"bashing": 2,
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@
"reversible": true,
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "steel_chunk", 2 ], [ "scrap", 5 ] ] ]
"components": [ [ [ "steel_chunk", 1 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit 164a32e

Please sign in to comment.