1[
2  {
3    "type": "furniture",
4    "id": "f_atomic_butter_churn",
5    "name": "atomic butter churn on a stand",
6    "description": "The Rivtech Atomic Butter Churn in deployed state.  It hums menacingly.  Ready to add raw milk and salt.  It will churn till the earth is a cinder.",
7    "symbol": "H",
8    "color": "light_green",
9    "crafting_pseudo_item": "atomic_pseudo_churn",
10    "move_cost_mod": -1,
11    "coverage": 70,
12    "required_str": -1,
13    "flags": [ "NOITEM", "SEALED", "ALLOW_FIELD_EFFECT", "TRANSPARENT", "EASY_DECONSTRUCT", "CONTAINER", "LIQUIDCONT" ],
14    "deconstruct": { "items": [ { "item": "atomic_butterchurn", "count": 1 } ] },
15    "examine_action": "keg",
16    "keg_capacity": 45,
17    "bash": {
18      "str_min": 12,
19      "str_max": 50,
20      "sound": "smash!",
21      "sound_fail": "whump.",
22      "items": [
23        { "item": "plastic_chunk", "count": [ 6, 8 ] },
24        { "item": "water_faucet", "prob": 50 },
25        { "item": "sheet_metal_small", "count": [ 6, 12 ] },
26        { "item": "scrap", "count": [ 10, 20 ] }
27      ]
28    }
29  },
30  {
31    "type": "furniture",
32    "id": "f_diamond_press",
33    "name": "diamond press on a stand",
34    "description": "Matrioshka Fabritechnics Diamond Press deployed and ready to crush some things on a molecular level.  DO NOT INSERT ANY PART OF YOUR ANATOMY.",
35    "symbol": "H",
36    "color": "light_cyan",
37    "crafting_pseudo_item": "pseudo_diamond_press",
38    "move_cost_mod": -1,
39    "coverage": 70,
40    "required_str": -1,
41    "flags": [ "NOITEM", "SEALED", "ALLOW_FIELD_EFFECT", "TRANSPARENT", "EASY_DECONSTRUCT", "CONTAINER", "LIQUIDCONT" ],
42    "deconstruct": { "items": [ { "item": "diamond_press", "count": 1 } ] },
43    "bash": {
44      "str_min": 12,
45      "str_max": 50,
46      "sound": "smash!",
47      "sound_fail": "whump.",
48      "items": [
49        { "item": "plastic_chunk", "count": [ 6, 8 ] },
50        { "item": "water_faucet", "prob": 50 },
51        { "item": "sheet_metal_small", "count": [ 6, 12 ] },
52        { "item": "scrap", "count": [ 10, 20 ] }
53      ]
54    }
55  },
56  {
57    "type": "furniture",
58    "id": "f_nano_forge",
59    "name": "deployed nano forge rig",
60    "description": "Matrioshka Fabritechnics nano forge looks like a solid black box.  Apertures for ingredients open with a hum as the console commands are entered.  DO NOT INSERT ANY PART OF YOUR ANATOMY.",
61    "symbol": "H",
62    "color": "light_cyan",
63    "crafting_pseudo_item": "nano_pseudo_forge",
64    "move_cost_mod": -1,
65    "coverage": 70,
66    "required_str": -1,
67    "flags": [ "NOITEM", "SEALED", "ALLOW_FIELD_EFFECT", "TRANSPARENT", "EASY_DECONSTRUCT", "CONTAINER", "LIQUIDCONT" ],
68    "deconstruct": { "items": [ { "item": "nano_forge", "count": 1 } ] },
69    "bash": {
70      "str_min": 12,
71      "str_max": 50,
72      "sound": "smash!",
73      "sound_fail": "whump.",
74      "items": [
75        { "item": "plastic_chunk", "count": [ 6, 8 ] },
76        { "item": "water_faucet", "prob": 50 },
77        { "item": "sheet_metal_small", "count": [ 6, 12 ] },
78        { "item": "scrap", "count": [ 10, 20 ] }
79      ]
80    }
81  }
82]
83