summaryrefslogtreecommitdiff
path: root/json/items/chemicals_and_resources.json
blob: b222c957e12405ed3ef06783635008718a1f032c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
  {
    "id": "anesthetic",
    "type": "AMMO",
    "name": { "str": "anesthetic" },
    "category": "chems",
    "description": "A variety of powerful hypnotic, analgesic, and stimulative drugs.  It's intended for use in specialized medical equipment, and can't be administered manually.  You can reload an anesthesia kit with it.",
    "weight": "700 mg",
    "volume": "500 ml",
    "price": 8333,
    "ammo_type": "anesthetic",
    "count": 500,
    "phase": "liquid",
    "container": "jar_3l_glass",
    "symbol": "!",
    "color": "cyan",
    "looks_like": "ether"
  }
]