{
  "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": "\u2ac5",
        "foreground": [24, 205, 189],
        "background": [24, 205, 189]
      },
      {"_type": "Device",
        "config": {"test": true},
        "events": ["Events::GUI::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": "\u2259",
        "foreground": [24, 205, 189],
        "background": [24, 205, 189]
      },
      {"_type": "Device",
        "config": {"test": true},
        "events": ["Events::GUI::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": "\u1ac7",
        "foreground": [24, 205, 189],
        "background": [24, 205, 189]
      },
      {"_type": "Device",
        "config": {"test": true},
        "events": ["Events::GUI::TRAP"]},
      {"_type": "Sprite", "name": "tripwire_trap", "width": 256, "height": 256, "scale": 1.0}
    ]
  }
}