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
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