1[
2  {
3    "type": "terrain",
4    "id": "t_chocolate_sh",
5    "name": "shallow chocolate",
6    "description": "The chocolate isn't too deep here.  With a watertight container, you could gather what looks to be pure melted cacao.  This will not be tasty.",
7    "symbol": "~",
8    "color": "light_blue",
9    "move_cost": 5,
10    "flags": [ "TRANSPARENT", "LIQUID", "NO_SCENT", "SWIMMABLE", "FISHABLE", "SHALLOW_WATER", "CHOCOLATE" ],
11    "connects_to": "WATER",
12    "examine_action": "water_source"
13  },
14  {
15    "type": "terrain",
16    "id": "t_chocolate_dp",
17    "name": "deep chocolate",
18    "description": "The chocolate here is deep enough to drown in.  With a watertight container, you could gather what looks to be pure melted cacao.  This will not be tasty.",
19    "symbol": "~",
20    "color": "light_blue",
21    "move_cost": 5,
22    "flags": [ "TRANSPARENT", "LIQUID", "NO_SCENT", "SWIMMABLE", "FISHABLE", "CHOCOLATE" ],
23    "connects_to": "WATER",
24    "examine_action": "water_source"
25  },
26  {
27    "type": "terrain",
28    "id": "t_caramel",
29    "name": "caramel",
30    "description": "An extremely hot, glowing liquid, composed of molten caramel.  In some places, caramel coated fruit is a delicacy.",
31    "symbol": "~",
32    "color": "red",
33    "move_cost": 4,
34    "light_emitted": 50,
35    "trap": "tr_lava",
36    "flags": [ "TRANSPARENT", "LIQUID", "NO_SCENT", "DESTROY_ITEM", "USABLE_FIRE" ]
37  }
38]
39