summaryrefslogtreecommitdiff
path: root/json/items/toolmod.json
blob: 764c9d5bd70e9970ad3c05b3348e1acbd14b6fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "id": "double_plutonium_core",
    "type": "TOOLMOD",
    "category": "spare_parts",
    "name": { "str": "reactor core expansion device" },
    "description": "This is an expansion device for use on plutonium-powered equipment.  With enough electronics skill, you could attach this to an atomic tool to double the amount of plutonium it can hold.  Note that this device is incompatible with the atomic battery mod.",
    "weight": "694 g",
    "volume": "750 ml",
    "price": 10000,
    "material": [ "superalloy", "plastic" ],
    "symbol": ";",
    "color": "dark_gray",
    "acceptable_ammo": [ "plutonium" ],
    "capacity_multiplier": 2.0
  }
]