forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathparts.json
76 lines (76 loc) · 2.32 KB
/
parts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[
{
"id": "electrolysis_membrane",
"copy-from": "spare_part",
"type": "GENERIC",
"name": { "str": "electrolysis membrane" },
"description": "A very thin high-tech membrane that is used to prevent electrolysis products from mixing with each other, while still conducting electricity. It is vital for some electrolysis processes, but some could be done without it.",
"material": [ "plastic" ],
"weight": "100 g",
"volume": "250 ml",
"price": 10000,
"price_postapoc": 2000
},
{
"id": "canlid_small",
"type": "AMMO",
"category": "spare_parts",
"name": { "str": "small tin can lid" },
"description": "An intact steel lid, intended to seal a small tin can. Can be used for canning.",
"weight": "15200 mg",
"volume": "2 ml",
"price": 500,
"price_postapoc": 10,
"material": [ "steel" ],
"symbol": ",",
"color": "light_gray",
"ammo_type": "components"
},
{
"id": "canlid_medium",
"type": "AMMO",
"category": "spare_parts",
"name": { "str": "medium tin can lid" },
"description": "An intact steel lid, intended to seal a medium tin can. Can be used for canning.",
"weight": "22800 mg",
"volume": "3 ml",
"price": 500,
"price_postapoc": 10,
"material": [ "steel" ],
"symbol": ",",
"color": "light_gray",
"ammo_type": "components"
},
{
"id": "canlid_big",
"type": "AMMO",
"category": "spare_parts",
"name": { "str": "large tin can lid" },
"description": "An intact steel lid, intended to seal a large tin can. Can be used for canning.",
"weight": "45600 mg",
"volume": "6 ml",
"price": 500,
"price_postapoc": 10,
"material": [ "steel" ],
"symbol": ",",
"color": "light_gray",
"ammo_type": "components"
},
{
"id": "blasting_cap",
"type": "AMMO",
"category": "spare_parts",
"name": { "str": "blasting cap" },
"description": "A small sensitive primary explosive device used to detonate a larger, more powerful and less sensitive secondary explosive. Useful for making explosive devices.",
"weight": "7 g",
"volume": "5 ml",
"price": 500,
"price_postapoc": 10,
"material": [ "copper" ],
"explode_in_fire": true,
"explosion": { "power": 20 },
"symbol": ",",
"color": "light_gray",
"ammo_type": "components"
}
]