summaryrefslogtreecommitdiff
path: root/json/items/generic/casing.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-08 15:19:47 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-08 15:19:47 -0700
commita05975e57c57521297ea8f4fac4c416417a6800e (patch)
treef8039abb347fc9d6ace49c48f2454f4298fd3e30 /json/items/generic/casing.json
parentInitial commit (diff)
downloadcataclysm-dda-mod_caseless-crafting-a05975e57c57521297ea8f4fac4c416417a6800e.tar.xz
Adjust casing molds to 10 minutes and 25 units per stack
Fix mold material to plastic
Diffstat (limited to 'json/items/generic/casing.json')
-rw-r--r--json/items/generic/casing.json14
1 files changed, 10 insertions, 4 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
}
]