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": "lye_sealed",
"type": "TOOL",
"category": "tools",
"looks_like": "bottle_plastic",
"name": { "str": "sealed plastic bottle of lye", "str_pl": "sealed plastic bottle of lye" },
"description": "This is a sealed plastic bottle containing lye. Use to open.",
"weight": "263 g",
"volume": "500 ml",
"price": "2 USD",
"price_postapoc": "210 cent",
"to_hit": -2,
"material": [ "plastic" ],
"symbol": ")",
"color": "white",
"use_action": {
"target": "lye",
"msg": "You open the plastic bottle, exposing it to the atmosphere.",
"container": "bottle_plastic",
"target_charges": 2,
"menu_text": "Unseal plastic bottle",
"type": "transform"
}
}
]
|