1[
2  {
3    "id": "t_nuclear_reactor",
4    "type": "terrain",
5    "name": "nuclear reactor core",
6    "description": "",
7    "symbol": "R",
8    "color": "light_green",
9    "move_cost": 0,
10    "flags": [ "TRANSPARENT", "CONTAINER", "REDUCE_SCENT", "PERMEABLE", "PLACE_ITEM" ]
11  },
12  {
13    "type": "terrain",
14    "id": "t_foamcrete_wall",
15    "name": "foamcrete wall",
16    "description": "A lightweight wall made from unreinforced foamcrete.  Not nearly as resilient as a real wall, but it will block sight and the elements nonetheless.",
17    "symbol": "#",
18    "color": "white",
19    "looks_like": "t_rock_wall",
20    "move_cost": 0,
21    "coverage": 100,
22    "roof": "t_foamcrete_floor",
23    "flags": [ "NOITEM", "SUPPORTS_ROOF", "DESTROY_ITEM", "MINEABLE", "BASHABLE", "BLOCK_WIND" ],
24    "bash": { "str_min": 15, "str_max": 40, "sound": "crash!", "sound_fail": "thump!", "ter_set": "t_null" }
25  },
26  {
27    "type": "terrain",
28    "id": "t_foamcrete_floor",
29    "name": "foamcrete floor",
30    "description": "A relatively flat slab of unreinforced foamcrete.",
31    "symbol": ".",
32    "color": "light_blue",
33    "looks_like": "t_rock_floor",
34    "move_cost": 2,
35    "roof": "t_open_air",
36    "flags": [ "TRANSPARENT", "FLAT", "ROAD" ],
37    "bash": { "ter_set": "t_null", "str_min": 75, "str_max": 400, "str_min_supported": 30, "bash_below": true }
38  }
39]
40