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
|
[
{
"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": 300000,
"price_postapoc": 3000000,
"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": "Open jerrycan",
"type": "transform"
}
}
]
|