Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Spike and Makeshift Knife recipe to be more reasonable. #38033

Merged
merged 13 commits into from Feb 22, 2020
4 changes: 2 additions & 2 deletions data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[

This conversation was marked as resolved.
Show resolved Hide resolved
{
"type": "GENERIC",
"id": "sword_wood",
Expand Down 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
5 changes: 3 additions & 2 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[

This conversation was marked as resolved.
Show resolved Hide resolved

This conversation was marked as resolved.
Show resolved Hide resolved
{
"type": "recipe",
"result": "caltrops",
Expand Down Expand Up @@ -1369,7 +1370,7 @@
"reversible": true,
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "steel_chunk", 2 ], [ "scrap", 5 ] ] ]
"components": [ [ "steel_chunk", 1 ] ]
kevingranade marked this conversation as resolved.
Show resolved Hide resolved
},
{
"type": "recipe",
Expand Down