summaryrefslogtreecommitdiff
path: root/json/resources/misc.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/resources/misc.json')
-rw-r--r--json/resources/misc.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/json/resources/misc.json b/json/resources/misc.json
new file mode 100644
index 0000000..f0498cd
--- /dev/null
+++ b/json/resources/misc.json
@@ -0,0 +1,20 @@
+[
+ {
+ "id": "rubber_powder",
+ "type": "AMMO",
+ "category": "spare_parts",
+ "name": { "str": "rubber powder" },
+ "description": "Powdered rubber. It could be melted and cast into rubber items. ",
+ "container": "bottle_plastic_small",
+ "weight": "1540 mg",
+ "volume": "250 ml",
+ "price": 2500,
+ "price_postapoc": 50,
+ "container": "bag_plastic",
+ "material": "powder_nonflam",
+ "symbol": "=",
+ "color": "dark_gray",
+ "count": 250,
+ "ammo_type": "components"
+ }
+]