From a05975e57c57521297ea8f4fac4c416417a6800e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 8 Aug 2020 15:19:47 -0700 Subject: Adjust casing molds to 10 minutes and 25 units per stack Fix mold material to plastic --- json/items/generic/casing.json | 14 ++++++++++---- json/recipes/weapons/ammo/rivtech.json | 8 ++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json index 36976a2..84c227e 100644 --- a/json/items/generic/casing.json +++ b/json/items/generic/casing.json @@ -6,8 +6,11 @@ "type": "GENERIC", "name": { "str": "8x40mm mold" }, "description": "A mold for casting a 8x40mm rifle round. This mold is fragile and will not last beyond a single casting.", - "weight": "6 g", - "volume": "9ml" + "material": "plastic", + "weight": "2 g", + "volume": "10ml", + "charges": 25, + "stack_size": 25 }, { "id": "20x66_mold", @@ -16,7 +19,10 @@ "type": "GENERIC", "name": { "str": "20x66m mold" }, "description": "A mold for casting a 20x66mm shotgun round. This mold is fragile and will not last beyond a single casting.", - "weight": "6 g", - "volume": "9ml" + "material": "plastic", + "weight": "2 g", + "volume": "10ml", + "charges": 25, + "stack_size": 25 } ] diff --git a/json/recipes/weapons/ammo/rivtech.json b/json/recipes/weapons/ammo/rivtech.json index 9dbb684..7945898 100644 --- a/json/recipes/weapons/ammo/rivtech.json +++ b/json/recipes/weapons/ammo/rivtech.json @@ -202,9 +202,9 @@ "subcategory": "CSC_AMMO_COMPONENTS", "skill_used": "fabrication", "difficulty": 2, + "charges": 25, "skills_required": [ "gun", 4 ], - "time": "2 m 6 s", - "batch_time_factors": [ 60, 5 ], + "time": "10 m", "book_learn": [ [ "recipe_caseless", 5 ] ], "using": [ [ "surface_heat", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], @@ -217,9 +217,9 @@ "subcategory": "CSC_AMMO_COMPONENTS", "skill_used": "fabrication", "difficulty": 2, + "charges": 25, "skills_required": [ "gun", 4 ], - "time": "2 m 6 s", - "batch_time_factors": [ 60, 5 ], + "time": "10 m", "book_learn": [ [ "recipe_caseless", 5 ] ], "using": [ [ "surface_heat", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], -- cgit v1.2.1