1[
2  {
3    "type": "terrain",
4    "id": "t_marloss",
5    "name": "marloss bush",
6    "description": "",
7    "symbol": "#",
8    "color": "dark_gray",
9    "move_cost": 8,
10    "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "SHRUB", "FUNGUS", "SHORT" ],
11    "bash": { "str_min": 4, "str_max": 60, "sound": "crunch.", "sound_fail": "poof!", "ter_set": "t_fungus" }
12  },
13  {
14    "type": "terrain",
15    "id": "t_fungus",
16    "name": "fungal bed",
17    "description": "Fungus grows thick here, obscuring the ground beneath it.",
18    "symbol": ".",
19    "color": "light_gray",
20    "move_cost": 3,
21    "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "DIGGABLE", "FUNGUS", "NOCOLLIDE" ],
22    "bash": {
23      "sound": "smash",
24      "//": "muffled because fungus",
25      "ter_set": "t_null",
26      "str_min": 20,
27      "str_max": 400,
28      "str_min_supported": 50
29    }
30  },
31  {
32    "type": "terrain",
33    "id": "t_fungus_floor_in",
34    "name": "fungal floor",
35    "description": "Grayish mold coats both the floor and the roof here, silent and still.  Stray spores waft through the air.",
36    "//": "roofed",
37    "symbol": ".",
38    "color": "light_gray",
39    "move_cost": 2,
40    "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "SUPPORTS_ROOF", "COLLAPSES", "INDOORS", "FLAT", "FUNGUS" ],
41    "bash": { "sound": "smash", "ter_set": "t_null", "str_min": 20, "str_max": 400, "str_min_supported": 50 }
42  },
43  {
44    "type": "terrain",
45    "id": "t_fungus_floor_sup",
46    "name": "fungal floor",
47    "description": "Grayish mold coats the floor here, silent and still.",
48    "//": "supports",
49    "symbol": ".",
50    "color": "light_gray",
51    "move_cost": 2,
52    "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "SUPPORTS_ROOF", "FLAT", "FUNGUS" ],
53    "bash": { "sound": "smash", "ter_set": "t_null", "str_min": 20, "str_max": 400, "str_min_supported": 50 }
54  },
55  {
56    "type": "terrain",
57    "id": "t_fungus_floor_out",
58    "name": "fungal floor",
59    "description": "Grayish mold coats the ground here, silent and still.",
60    "//": "outside",
61    "symbol": ".",
62    "color": "light_gray",
63    "move_cost": 2,
64    "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "FLAT", "FUNGUS" ],
65    "bash": { "sound": "SMASH!", "ter_set": "t_null", "str_min": 20, "str_max": 400, "str_min_supported": 50 }
66  },
67  {
68    "type": "terrain",
69    "id": "t_fungus_wall",
70    "alias": [ "t_fungus_wall_h", "t_fungus_wall_v" ],
71    "name": "fungal wall",
72    "description": "Several thick, large tendrils of fungus perforate the wall here, piercing straight through it from the outside.  Despite the apparent damage, the wall is still structurally sound.",
73    "symbol": "O",
74    "color": "dark_gray",
75    "move_cost": 0,
76    "coverage": 100,
77    "flags": [ "FLAMMABLE_ASH", "NOITEM", "SUPPORTS_ROOF", "FUNGUS", "WALL", "MINEABLE" ],
78    "bash": { "str_min": 30, "str_max": 180, "sound": "crunch!", "sound_fail": "poof!", "ter_set": "t_fungus" }
79  },
80  {
81    "type": "terrain",
82    "id": "t_fungus_wall_transformed",
83    "name": "fungal wall",
84    "description": "The fungus here has grown thickly and tightly enough to form a solid wall.  It feels very stiff to the touch, and seems to be very strong.",
85    "symbol": "LINE_OXOX",
86    "color": "dark_gray",
87    "move_cost": 0,
88    "coverage": 100,
89    "flags": [ "FLAMMABLE_ASH", "NOITEM", "SUPPORTS_ROOF", "FUNGUS", "WALL", "AUTO_WALL_SYMBOL", "MINEABLE" ],
90    "bash": { "str_min": 30, "str_max": 180, "sound": "crunch!", "sound_fail": "poof!", "ter_set": "t_fungus" }
91  },
92  {
93    "type": "terrain",
94    "id": "t_fungus_mound",
95    "name": "fungal mound",
96    "description": "A mound of fungal matter, intertwined in itself.",
97    "symbol": "#",
98    "color": "light_gray",
99    "move_cost": 4,
100    "flags": [ "TRANSPARENT", "THIN_OBSTACLE", "FLAMMABLE_ASH", "FUNGUS", "MOUNTABLE" ],
101    "bash": { "str_min": 10, "str_max": 70, "sound": "crunch!", "sound_fail": "poof!", "ter_set": "t_fungus" }
102  },
103  {
104    "type": "terrain",
105    "id": "t_shrub_fungal",
106    "name": "fungal shrub",
107    "description": "This shrub has been completely absorbed by the mushrooms.  Its branches droop and have lost much of their structure, and its leaves have vanished, replaced by fleshy gray sacks that visibly expand and contract.",
108    "symbol": "#",
109    "color": "dark_gray",
110    "move_cost": 8,
111    "coverage": 40,
112    "flags": [ "TRANSPARENT", "CONTAINER", "FLAMMABLE_ASH", "THIN_OBSTACLE", "PLACE_ITEM", "SHRUB", "FUNGUS", "SHORT" ],
113    "bash": { "str_min": 4, "str_max": 60, "sound": "crunch.", "sound_fail": "poof!", "ter_set": "t_fungus" }
114  },
115  {
116    "type": "terrain",
117    "id": "t_tree_fungal",
118    "name": "fungal tree",
119    "description": "Once tall and majestic, this tree is now a slave to the fungus like the landscape around it.  Its bark is penetrated by and covered with fungal tendrils, and the canopy has rotted away, leaving only the branches, stretching forlornly to the sky as if to escape the infection overrunning it.",
120    "symbol": "7",
121    "color": "dark_gray",
122    "move_cost": 0,
123    "coverage": 80,
124    "flags": [ "FLAMMABLE_ASH", "NOITEM", "FUNGUS", "TREE", "REDUCE_SCENT" ],
125    "bash": { "str_min": 40, "str_max": 180, "sound": "crunch!", "sound_fail": "poof!", "ter_set": "t_fungus" }
126  },
127  {
128    "type": "terrain",
129    "id": "t_tree_fungal_young",
130    "name": "young fungal tree",
131    "description": "A small sapling poking through the ground, infested by fungal mold.",
132    "symbol": "1",
133    "color": "dark_gray",
134    "move_cost": 4,
135    "flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "NOITEM", "FUNGUS", "YOUNG", "REDUCE_SCENT" ],
136    "bash": { "str_min": 4, "str_max": 50, "sound": "crunch!", "sound_fail": "poof!", "ter_set": "t_fungus" }
137  },
138  {
139    "type": "terrain",
140    "id": "t_marloss_tree",
141    "name": "marloss tree",
142    "description": "",
143    "symbol": "7",
144    "color": "dark_gray",
145    "move_cost": 0,
146    "flags": [ "FLAMMABLE_ASH", "NOITEM", "FUNGUS", "TREE", "REDUCE_SCENT" ],
147    "bash": { "str_min": 40, "str_max": 180, "sound": "crunch!", "sound_fail": "poof!", "ter_set": "t_fungus" }
148  }
149]
150