summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
blob: 24208277faa4274da0326819aab981c410655016 (plain)
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
[
  {
    "ammo": [ "battery" ],
    "bashing": 4,
    "charges_per_use": 100,
    "color": "red",
    "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.",
    "id": "blood_forge_infuse",
    "looks_like": "forge",
    "material": [ "steel", "glass" ],
    "name": "blood infusion forge",
    "price": 0,
    "price_postapoc": 150000,
    "qualities": [ [ "BINFUSING", 1 ], [ "HAMMER", 3 ], [ "CHISEL", 3 ] ],
    "symbol": "Q",
    "to_hit": -2,
    "type": "TOOL",
    "volume": 15,
    "weight": "14500 g",
    "magazines": [
      [
        "battery",
          [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
      ]
    ]
  },
  {
    "ammo": [ "battery" ],
    "bashing": 3,
    "charges_per_use": 25,
    "color": "red",
    "description": "A small heating container used in dehydrating blood, turning it into a powder. Uses common light size batteries.",
    "id": "bloodextractor",
    "looks_like": "dehydrator",
    "material": [ "steel", "glass" ],
    "name": "blood dehydrator",
    "price": 0,
    "price_postapoc": 100000,
    "qualities": [ [ "BREFINING", 1 ] ],
    "symbol": "g",
    "to_hit": -1,
    "type": "TOOL",
    "volume": "1250 ml",
    "weight": "1150 g",
    "magazines": [
      [
        "battery",
          [ "light_battery_cell", "light_plus_battery_cell", "light_atomic_battery_cell", "light_disposable_cell" ]
      ]
    ]
  },
  {
    "ammo": [ "battery" ],
    "bashing": 3,
    "charges_per_use": 150,
    "color": "red",
    "description": "A large compaction tool essential to make blood compacts from powders. The tiny tissue filaments of human cells will be reinforced into strong and tough leathery sheets, which can then be tailored into clothing.",
    "id": "bloodcompressor",
    "looks_like": "tailors_kit",
    "material": [ "steel", "glass" ],
    "name": "blood compactor",
    "price": 0,
    "price_postapoc": 150000,
    "qualities": [ [ "BCOMPRESSING", 1 ], [ "CUT", 3 ] ],
    "symbol": "H",
    "to_hit": -1,
    "type": "TOOL",
    "volume": 13,
    "weight": "5350 g",
    "magazines": [
      [
        "battery",
          [ "heavy_battery_cell", "heavy_plus_battery_cell", "heavy_atomic_battery_cell", "heavy_disposable_cell" ]
      ]
    ]
  },
  {
    "ammo": [ "battery" ],
    "bashing": 3,
    "charges_per_use": 10,
    "color": "red",
    "description": "A simple blood chemistry set. It has the complete tools in making chemicals and adhesives for essential projects.",
    "id": "bloodchem",
    "looks_like": "chemistry_set",
    "material": [ "steel", "glass" ],
    "name": "blood chemistry set",
    "price": 0,
    "price_postapoc": 150000,
    "qualities": [ [ "BCHEMISTRY", 1 ], [ "DISTILL", 1 ], [ "CHEM", 3 ], [ "BOIL", 1 ] ],
    "symbol": "&",
    "to_hit": -1,
    "type": "TOOL",
    "volume": 13,
    "weight": "4850 g",
    "magazines": [
      [
        "battery",
          [ "light_minus_battery_cell", "light_minus_atomic_battery_cell", "light_minus_disposable_cell" ]
      ]
    ]
  }
]