summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
blob: d4080d44a4ec97bd4a0d4053d0673536fd57b7a5 (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
[
  {
    "id": "bloodcompressor",
    "looks_like": "sewing_kit",
    "type": "TOOL",
    "name": { "str": "blood compactor" },
    "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.",
    "weight": "5350 g",
    "volume": "3250 ml",
    "price": 0,
    "price_postapoc": 150000,
    "to_hit": -1,
    "bashing": 3,
    "material": [ "steel", "glass" ],
    "color": "yellow",
    "symbol": ";",
    "ammo": [ "battery" ],
    "charges_per_use": 150,
    "qualities": [ [ "BCOMPRESSING", 1 ], [ "CUT", 3 ] ],
    "flags": [ "WATER_BREAK_ACTIVE", "ELECTRONIC" ],
    "pocket_data": [
      { "pocket_type": "MAGAZINE_WELL", "flag_restriction": [ "BATTERY_HEAVY" ], "default_magazine": "heavy_battery_cell" }
    ]
  }
]