summaryrefslogtreecommitdiff
path: root/json/resources/misc.json
blob: f0498cda4f06b41f91f622b9c8af2dcdb032c1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  { 
    "id": "rubber_powder",
    "type": "AMMO",
    "category": "spare_parts",
    "name": { "str": "rubber powder" },
    "description": "Powdered rubber.  It could be melted and cast into rubber items. ",
    "container": "bottle_plastic_small",
    "weight": "1540 mg",
    "volume": "250 ml",
    "price": 2500,
    "price_postapoc": 50,
    "container": "bag_plastic",
    "material": "powder_nonflam",
    "symbol": "=",
    "color": "dark_gray",
    "count": 250,
    "ammo_type": "components"
  }
]