1[
2  {
3    "id": "fd_foamcrete",
4    "type": "field_type",
5    "intensity_levels": [
6      { "name": "foamcrete", "move_cost": 1, "sym": "#", "color": "light_blue" },
7      { "name": "foamcrete lump", "move_cost": 2, "color": "light_blue_white" },
8      { "name": "foamcrete half-wall", "move_cost": 3, "color": "light_blue_white" }
9    ],
10    "description_affix": "covered_in",
11    "priority": 2,
12    "phase": "solid",
13    "bash": {
14      "str_min": 15,
15      "str_max": 40,
16      "sound_vol": 3,
17      "sound_fail_vol": 2,
18      "sound": "crash!",
19      "sound_fail": "smash!",
20      "msg_success": "You destroy the foamcrete."
21    },
22    "display_items": false,
23    "display_field": true
24  }
25]
26