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 +++++----- json/recipes/weapons/explosive.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'json/recipes') 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": [ diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json index 5da0c48..919492a 100644 --- a/json/recipes/weapons/explosive.json +++ b/json/recipes/weapons/explosive.json @@ -197,9 +197,9 @@ ] }, { - "type": "recipe", - "note": "Roughly a double-size freagmentation grenade with an impact timer.", "result": "landmine", + "//": "Roughly a double-size freagmentation grenade with an impact timer.", + "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_TRAPS", "skill_used": "traps", -- cgit v1.2.1