forked from yowshi/BlobExpansion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaterial.json
More file actions
129 lines (129 loc) · 3.32 KB
/
Copy pathmaterial.json
File metadata and controls
129 lines (129 loc) · 3.32 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
[
{
"type": "material",
"ident": "slime",
"name": "Slime",
"density": 3,
"specific_heat_liquid": 0.02,
"specific_heat_solid": 0.02,
"latent_heat": 205,
"soft": true,
"reinforces": true,
"bash_resist": 2,
"cut_resist": 2,
"acid_resist": 20,
"fire_resist": 20,
"elec_resist": 10,
"chip_resist": 10,
"repaired_with": "slime_scrap",
"salvaged_into": "slime_scrap",
"dmg_adj": [ "ripped", "torn", "shredded", "tattered" ],
"bash_dmg_verb": "ripped",
"cut_dmg_verb": "cut"
},
{
"type": "material",
"ident": "angryslime",
"name": "Agitated Slime",
"density": 6,
"specific_heat_liquid": 0.02,
"specific_heat_solid": 0.02,
"latent_heat": 205,
"soft": true,
"reinforces": true,
"bash_resist": 4,
"cut_resist": 4,
"acid_resist": 40,
"fire_resist": 40,
"elec_resist": 20,
"chip_resist": 20,
"repaired_with": "slime_scrap",
"salvaged_into": "slime_scrap",
"dmg_adj": [ "ripped", "torn", "shredded", "tattered" ],
"bash_dmg_verb": "ripped",
"cut_dmg_verb": "cut"
},
{
"type": "COMESTIBLE",
"copy-from": "slime_scrap",
"id": "slime_scrap",
"category": "other",
"name": "blob glob",
"weight": "20 g",
"color": "dark_gray",
"use_action": "POISON",
"comestible_type": "FOOD",
"symbol": "%",
"calories": 174,
"description": "A little hunk of glop that fell off a blob monster. It doesn't seem hostile, but it does wiggle occasionally.",
"price": 0,
"volume": "20 ml",
"fun": -10,
"material": "slime"
},
{
"id": "refbfeed",
"type": "AMMO",
"category": "fuel",
"name": "refined blob feed",
"name_plural": "refined blob feed",
"weight": "10 g",
"symbol": "=",
"color": "red",
"material": "slime",
"fuel": { "energy": 25 },
"description": "Blob feed that has been refined and purifed by a blob chemical factory. It is now quite the compact packet of energy and slime nutrition.",
"container": "box_small",
"count": 250,
"volume": "250 ml",
"ammo_type": "bfeed"
},
{
"id": "surface_heat",
"type": "requirement",
"//": "Heat usable for heating a surface - for example a pot or frying pan.",
"tools": [
[
[ "gelhotplate", 1 ],
[ "hotplate", 1 ],
[ "multi_cooker", 1 ],
[ "char_smoker", 1 ],
[ "toolset", 1 ],
[ "fire", -1 ]
]
]
},
{
"id": "water_boiling_heat",
"type": "requirement",
"//": "Tools usable for providing heat usable for boiling water, but not necessarily for anything else.",
"tools": [
[
[ "gelhotplate", 1 ],
[ "hotplate", 1 ],
[ "multi_cooker", 1 ],
[ "char_smoker", 1 ],
[ "toolset", 1 ],
[ "coffeemaker", 1 ],
[ "atomic_coffeepot", -1 ],
[ "fire", -1 ]
]
]
},
{
"id": "bammo",
"type": "AMMO",
"category": "ammo",
"name": "blob weapon ammunition",
"name_plural": "blob weapon ammunition",
"weight": "10 g",
"symbol": "=",
"color": "red",
"material": "slime",
"description": "A specially crafted form of blob feed formulated to allow blob weapons to do the odd things they do.",
"container": "box_small",
"count": 250,
"volume": "10 ml",
"ammo_type": "bfeed"
}
]