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
|
[
{
"id": "blood_forge_infuse",
"looks_like": "forge",
"type": "TOOL",
"name": { "str": "blood infusion forge" },
"description": "A primitive tool used in vampiric crafts. This is much like a normal battery-operated forge, but with additional components that allow working with blood.",
"weight": "14500 g",
"volume": "3750 ml",
"price": "0 cent",
"price_postapoc": "1500 USD",
"to_hit": -2,
"bashing": 4,
"material": [ "steel", "glass" ],
"color": "dark_gray",
"symbol": ";",
"ammo": [ "battery" ],
"charges_per_use": 100,
"qualities": [ [ "BINFUSING", 1 ], [ "HAMMER", 3 ], [ "CHISEL", 3 ] ],
"magazines": [
[
"battery",
[ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
]
]
},
{
"id": "bloodextractor",
"looks_like": "dehydrator",
"type": "TOOL",
"name": { "str": "blood dehydrator" },
"description": "A small, heating container used in extracting water components from blood, turning it into a powder speckles. It uses common batteries.",
"weight": "1150 g",
"volume": "1250 ml",
"price": "0 cent",
"price_postapoc": "1000 USD",
"to_hit": -1,
"bashing": 3,
"material": [ "steel", "glass" ],
"color": "blue",
"symbol": ";",
"ammo": [ "battery" ],
"charges_per_use": 25,
"max_charges": 250,
"qualities": [ [ "BREFINING", 1 ] ],
"magazines": [
[
"battery",
[ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
]
]
},
{
"id": "bloodchem",
"looks_like": "chemistry_set",
"type": "TOOL",
"name": { "str": "blood chemistry set" },
"description": "A simple blood chemistry set. It has the complete tools in making chemicals and adhesives for essential projects.",
"weight": "4850 g",
"volume": "3250 ml",
"price": "0 cent",
"price_postapoc": "1500 USD",
"to_hit": -1,
"bashing": 3,
"material": [ "steel", "glass" ],
"color": "light_gray",
"symbol": ";",
"ammo": [ "battery" ],
"charges_per_use": 10,
"qualities": [ [ "BCHEMISTRY", 1 ], [ "DISTILL", 1 ], [ "CHEM", 3 ], [ "BOIL", 1 ] ],
"magazines": [
[
"battery",
[ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
]
]
}
]
|