From 26001d6b7fb82a703e6031d95d8a35ddb0346dae Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 2 Feb 2022 16:17:55 -0800 Subject: Fix many pluralization typos. Add can bomb naming fix. Reduce crafting time of fuzes to 10 minutes. --- json/recipes/other/materials.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'json/recipes/other/materials.json') diff --git a/json/recipes/other/materials.json b/json/recipes/other/materials.json index b4c0d2e..1d2df2d 100644 --- a/json/recipes/other/materials.json +++ b/json/recipes/other/materials.json @@ -1,7 +1,7 @@ [ { "type": "recipe", - "note": "Loosely based on plastic chunk from plastic bag recipe", + "//": "Loosely based on plastic chunk from plastic bag recipe", "result": "rubber_slug", "category": "CC_AMMO", "subcategory": "CSC_AMMO_COMPONENTS", @@ -22,13 +22,13 @@ }, { "result": "delay_fuze", - "note": "Loosely based on fuse and wire recipes", + "//": "Loosely based on fuse and wire recipes", "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", "difficulty": 4, - "time": "40 m", + "time": "10 m", "book_learn": [ [ "textbook_anarch", 6 ] ], "batch_time_factors": [ 50, 2 ], "qualities": [ @@ -52,13 +52,13 @@ }, { "result": "impact_fuze", - "note": "Loosely based on fuse and wire recipes", + "//": "Loosely based on fuse and wire recipes", "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", "skill_used": "fabrication", "difficulty": 4, - "time": "40 m", + "time": "10 m", "book_learn": [ [ "textbook_anarch", 6 ] ], "batch_time_factors": [ 50, 2 ], "qualities": [ -- cgit v1.2.1