{
  "STAIRS_DOWN": {
    "id": "STAIRS_DOWN",
    "name": "Stairs Down",
    "placement": "fixed",
    "description": "Stairs that go down further into the dungeon.",
    "inventory_count": 0,
    "randomized": false,
    "components": [
      {"_type": "Tile", "display": 10949,
        "foreground": [24, 205, 189],
        "background": [24, 205, 189]
      },
      {"_type": "Device",
        "config": {},
        "events": ["STAIRS_DOWN"]},
      {"_type": "Sprite", "name": "well_down", "width": 256, "height": 256, "scale": 1.0}
    ]
  },
  "STAIRS_UP": {
    "id": "STAIRS_UP",
    "name": "Rope Up",
    "description": "A old rope, covered in vines, going up for the weak.",
    "inventory_count": 0,
    "placement": "fixed",
    "components": [
      {"_type": "Tile", "display": 8793,
        "foreground": [24, 205, 189],
        "background": [24, 205, 189]
      },
      {"_type": "Device",
        "config": {},
        "events": ["STAIRS_UP"]},
      {"_type": "Sprite", "name": "rope_vines_up", "width": 256, "height": 256, "scale": 1.0}
    ]
  },
  "TRIPWIRE_TRAP": {
    "id": "TRIPWIRE_TRAP",
    "name": "Tripwire Trap",
    "description": "Watch where you're going.",
    "inventory_count": 0,
    "components": [
      {"_type": "Tile", "display": 95,
        "foreground": [24, 205, 189],
        "background": [24, 205, 189]
      },
      {"_type": "Device", "config": {}, "events": ["TRAP"]},
      {"_type": "Sprite", "name": "tripwire_trap", "width": 256, "height": 256, "scale": 1.0}
    ]
  },
  "BARREL_SMALL": {
    "id": "BARREL_SMALL",
    "name": "Small Barrel",
    "description": "A small rotten barrel that may hold things.",
    "components": [
      {"_type": "Tile", "display": 85,
        "foreground": [150, 100, 189],
        "background": [150, 100, 189]
      },
      {"_type": "Device", "config": {}, "events": ["LOOT_CONTAINER"]},
      {"_type": "Sprite", "name": "barrel_small", "width": 256, "height": 256, "scale": 1.0},
      {"_type": "Sound", "attack": "pickup", "death": "blank"}
    ]
  },
  "GRAVE_STONE": {
    "id": "GRAVE_STONE",
    "name": "Grave Stone",
    "description": "Something died here. Was this your doing?",
    "components": [
      {"_type": "Tile", "display": 8687,
        "foreground": [32, 123, 164],
        "background": [24, 205, 189]
      },
      {"_type": "Device", "config": {}, "events": ["LOOT_CONTAINER"]},
      {"_type": "Sprite", "name": "grave_stone", "width": 256, "height": 256, "scale": 1.0},
      {"_type": "Sound", "attack": "pickup", "death": "blank"}
    ]
  }
}