summaryrefslogtreecommitdiff
path: root/json/items/fuel.json
blob: ce26822d7e24ec11a35368f9eea695d25aa2f55c (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
[
  {
    "id": "biodiesel_sealed",
    "type": "TOOL",
    "category": "tools",
    "looks_like": "jerrycan",
    "name": { "str": "sealed jerrycan of biodiesel", "str_pl": "sealed jerrycans of biodiesel" },
    "description": "This is a sealed jerrycan containing biodiesel.  Use to open.",
    "weight": "15870 g",
    "volume": "10 L",
    "price": 2750,
    "price_postapoc": 15050,
    "to_hit": -2,
    "material": [ "plastic", "hydrocarbons" ],
    "symbol": ")",
    "color": "green",
    "use_action": {
      "target": "biodiesel",
      "msg": "You open the jerrycan, exposing it to the atmosphere.",
      "container": "jerrycan",
      "target_charges": 10000,
      "menu_text": "Unseal jerrycan",
      "type": "transform"
    }
  },
  {
    "id": "denat_alocohol_sealed",
    "type": "TOOL",
    "category": "tools",
    "looks_like": "bottle_plastic",
    "name": { "str": "sealed plastic bottle of denatured alcohol", "str_pl": "sealed plastic bottle of denatured alcohol" },
    "description": "This is a sealed plastic bottle containing denatured alcohol.  Use to open.",
    "weight": "513 g",
    "volume": "500 ml",
    "price": 250,
    "price_postapoc": 750,
    "to_hit": -2,
    "material": [ "plastic", "alcohol" ],
    "symbol": ")",
    "color": "green",
    "use_action": {
      "target": "denat_alcohol",
      "msg": "You open the plastic bottle, exposing it to the atmosphere.",
      "container": "bottle_plastic",
      "target_charges": 500,
      "menu_text": "Unseal plastic bottle",
      "type": "transform"
    }
  }
]