[
    {
        "type" : "trap",
        "id": "tr_null",
        "identstring" : "NONE",
        "legacy_id": 0,
        "name" : "none",
        "color" : "white",
        "symbol" : "?",
        "visibility" : 20,
        "avoidance" : 0,
        "difficulty" : 0,
        "action" : "none"
    },
    {
        "type" : "trap",
        "id": "tr_bubblewrap",
        "identstring" : "BUBBLEWRAP",
        "legacy_id": 1,
        "name" : "bubble wrap",
        "color" : "light_cyan",
        "symbol" : "_",
        "visibility" : 0,
        "avoidance" : 8,
        "difficulty" : 0,
        "action" : "bubble",
        "drops" : ["bubblewrap"]
    },
    {
        "type" : "trap",
        "id": "tr_cot",
        "identstring" : "COT",
        "legacy_id": 2,
        "name" : "cot",
        "color" : "green",
        "symbol" : "#",
        "visibility" : -1,
        "avoidance" : 0,
        "difficulty" : 0,
        "action" : "cot",
        "drops" : ["cot"],
        "benign" : true
    },
    {
        "type" : "trap",
        "id": "tr_brazier",
        "identstring" : "BRAZIER",
        "legacy_id": 3,
        "name" : "brazier",
        "color" : "red",
        "symbol" : "#",
        "visibility" : -1,
        "avoidance" : 0,
        "difficulty" : 0,
        "action" : "none",
        "drops" : ["brazier"],
        "benign" : true
    },
    {
        "type" : "trap",
        "id": "tr_funnel",
        "identstring" : "FUNNEL",
        "legacy_id": 4,
        "name" : "funnel",
        "color" : "yellow",
        "symbol" : "V",
        "visibility" : -1,
        "avoidance" : 0,
        "difficulty" : 0,
        "action" : "none",
        "drops" : ["funnel"],
        "benign" : true,
        "funnel_radius": 380
    },
    {
        "type" : "trap",
        "id": "tr_makeshift_funnel",
        "identstring" : "MAKESHIFT_FUNNEL",
        "legacy_id": 5,
        "name" : "makeshift funnel",
        "color" : "yellow",
        "symbol" : "v",
        "visibility" : -1,
        "avoidance" : 0,
        "difficulty" : 0,
        "action" : "none",
        "drops" : ["makeshift_funnel"],
        "benign" : true,
        "funnel_radius": 85
    },
    {
        "type" : "trap",
        "id": "tr_rollmat",
        "identstring" : "ROLLMAT",
        "legacy_id": 6,
        "name" : "roll mat",
        "color" : "blue",
        "symbol" : "#",
        "visibility" : -1,
        "avoidance" : 0,
        "difficulty" : 0,
        "action" : "none",
        "drops" : ["rollmat"],
        "benign" : true
    },
    {
        "type" : "trap",
        "id": "tr_fur_rollmat",
        "identstring" : "FUR_ROLLMAT",
        "legacy_id": 7,
        "name" : "fur roll mat",
        "color" : "brown",
        "symbol" : "#",
        "visibility" : -1,
        "avoidance" : 0,
        "difficulty" : 0,
        "action" : "none",
        "drops" : ["fur_rollmat"],
        "benign" : true
    },
    {
        "type" : "trap",
        "id": "tr_beartrap",
        "identstring" : "BEARTRAP",
        "legacy_id": 8,
        "trigger_weight": 200,
        "name" : "bear trap",
        "color" : "blue",
        "symbol" : "^",
        "visibility" : 2,
        "avoidance" : 7,
        "difficulty" : 3,
        "action" : "beartrap",
        "drops" : ["beartrap"]
    },
    {
        "type" : "trap",
        "id": "tr_beartrap_buried",
        "identstring" : "BEARTRAP_BURIED",
        "legacy_id": 9,
        "trigger_weight": 200,
        "name" : "buried bear trap",
        "color" : "blue",
        "symbol" : "^",
        "visibility" : 9,
        "avoidance" : 8,
        "difficulty" : 4,
        "action" : "beartrap",
        "drops" : ["beartrap"]
    },
    {
        "type" : "trap",
        "id": "tr_nailboard",
        "identstring" : "NAILBOARD",
        "legacy_id": 10,
        "name" : "spiked board",
        "color" : "light_gray",
        "symbol" : "_",
        "visibility" : 1,
        "avoidance" : 6,
        "difficulty" : 0,
        "action" : "board",
        "drops" : ["board_trap"]
    },
    {
        "type" : "trap",
        "id": "tr_caltrops",
        "identstring" : "CALTROPS",
        "legacy_id": 11,
        "name" : "caltrops",
        "color" : "dark_gray",
        "symbol" : "_",
        "visibility" : 4,
        "avoidance" : 6,
        "difficulty" : 0,
        "action" : "caltrops",
        "drops" : ["caltrops"]
    },
    {
        "type" : "trap",
        "id": "tr_tripwire",
        "identstring" : "TRIPWIRE",
        "legacy_id": 12,
        "name" : "tripwire",
        "color" : "light_red",
        "symbol" : "^",
        "visibility" : 6,
        "avoidance" : 4,
        "difficulty" : 3,
        "action" : "tripwire",
        "drops" : ["string_36"]
    },
    {
        "type" : "trap",
        "id": "tr_crossbow",
        "identstring" : "CROSSBOW_TRAP",
        "legacy_id": 13,
        "trigger_weight": 200,
        "name" : "crossbow trap",
        "color" : "green",
        "symbol" : "^",
        "visibility" : 5,
        "avoidance" : 4,
        "difficulty" : 5,
        "action" : "crossbow",
        "drops" : ["string_36", "crossbow", "bolt_steel"]
    },
    {
        "type" : "trap",
        "id": "tr_shotgun_2",
        "identstring" : "SHOTGUN_2",
        "legacy_id": 14,
        "trigger_weight": 200,
        "name" : "shotgun trap",
        "color" : "red",
        "symbol" : "^",
        "visibility" : 4,
        "avoidance" : 5,
        "difficulty" : 6,
        "action" : "shotgun",
        "drops" : ["string_36", "shotgun_sawn"]
    },
    {
        "type" : "trap",
        "id": "tr_shotgun_1",
        "identstring" : "SHOTGUN_1",
        "legacy_id": 15,
        "trigger_weight": 200,
        "name" : "shotgun trap",
        "color" : "red",
        "symbol" : "^",
        "visibility" : 4,
        "avoidance" : 5,
        "difficulty" : 6,
        "action" : "shotgun",
        "drops" : ["string_36", "shotgun_sawn"]
    },
    {
        "type" : "trap",
        "id": "tr_engine",
        "identstring" : "ENGINE",
        "legacy_id": 16,
        "trigger_weight": 200,
        "name" : "spinning blade engine",
        "color" : "light_red",
        "symbol" : "_",
        "visibility" : 0,
        "avoidance" : 0,
        "difficulty" : 2,
        "action" : "none",
        "drops" : ["motor", "blade", "blade", "string_36"]
    },
    {
        "type" : "trap",
        "id": "tr_blade",
        "identstring" : "BLADE",
        "legacy_id": 17,
        "name" : "spinning blade",
        "color" : "cyan",
        "symbol" : "\\",
        "visibility" : 0,
        "avoidance" : 4,
        "difficulty" : 99,
        "action" : "blade"
    },
    {
        "type" : "trap",
        "id": "tr_light_snare",
        "identstring" : "LIGHT_SNARE",
        "legacy_id": 18,
        "name" : "light snare trap",
        "color" : "brown",
        "symbol" : "^",
        "visibility" : 5,
        "avoidance" : 10,
        "difficulty" : 2,
        "action" : "snare_light",
        "drops" : ["light_snare_kit"]
    },
    {
        "type" : "trap",
        "id": "tr_heavy_snare",
        "identstring" : "LIGHT_SNARE",
        "legacy_id": 19,
        "name" : "heavy snare trap",
        "color" : "brown",
        "symbol" : "^",
        "visibility" : 3,
        "avoidance" : 10,
        "difficulty" : 4,
        "action" : "snare_heavy",
        "drops" : ["heavy_snare_kit"]
    },
    {
        "type" : "trap",
        "id": "tr_landmine",
        "identstring" : "LANDMINE",
        "legacy_id": 20,
        "trigger_weight": 200,
        "name" : "land mine",
        "color" : "red",
        "symbol" : "^",
        "visibility" : 1,
        "avoidance" : 14,
        "difficulty" : 10,
        "action" : "landmine",
        "drops" : ["landmine"]
    },
    {
        "type" : "trap",
        "id": "tr_landmine_buried",
        "identstring" : "LANDMINE_BURIED",
        "legacy_id": 21,
        "trigger_weight": 200,
        "name" : "buried land mine",
        "color" : "red",
        "symbol" : "_",
        "visibility" : 10,
        "avoidance" : 14,
        "difficulty" : 10,
        "action" : "landmine",
        "drops" : ["landmine"]
    },
    {
        "type" : "trap",
        "id": "tr_telepad",
        "identstring" : "TELEPAD",
        "legacy_id": 22,
        "trigger_weight": 200,
        "name" : "teleport pad",
        "color" : "magenta",
        "symbol" : "_",
        "visibility" : 0,
        "avoidance" : 15,
        "difficulty" : 20,
        "action" : "telepad",
        "drops" : ["telepad"]
    },
    {
        "type" : "trap",
        "id": "tr_goo",
        "identstring" : "GOO",
        "legacy_id": 23,
        "name" : "goo pit",
        "color" : "dark_gray",
        "symbol" : "_",
        "visibility" : 0,
        "avoidance" : 15,
        "difficulty" : 15,
        "action" : "goo"
    },
    {
        "type" : "trap",
        "id": "tr_dissector",
        "identstring" : "DISSECTOR",
        "legacy_id": 24,
        "name" : "dissector",
        "color" : "cyan",
        "symbol" : "7",
        "visibility" : 2,
        "avoidance" : 20,
        "difficulty" : 99,
        "action" : "dissector"
    },
    {
        "type" : "trap",
        "id": "tr_sinkhole",
        "identstring" : "SINKHOLE",
        "legacy_id": 25,
        "name" : "sinkhole",
        "color" : "brown",
        "symbol" : "_",
        "visibility" : 10,
        "avoidance" : 14,
        "difficulty" : 99,
        "action" : "sinkhole"
    },
    {
        "type" : "trap",
        "id": "tr_pit",
        "identstring" : "PIT",
        "legacy_id": 26,
        "name" : "pit",
        "color" : "brown",
        "symbol" : "0",
        "visibility" : 0,
        "avoidance" : 8,
        "difficulty" : 99,
        "action" : "pit"
    },
    {
        "type" : "trap",
        "id": "tr_spike_pit",
        "identstring" : "SPIKE_PIT",
        "legacy_id": 27,
        "name" : "spiked pit",
        "color" : "blue",
        "symbol" : "0",
        "visibility" : 0,
        "avoidance" : 8,
        "difficulty" : 99,
        "action" : "pit_spikes"
    },
    {
        "type" : "trap",
        "id": "tr_lava",
        "identstring" : "LAVA",
        "legacy_id": 28,
        "name" : "lava",
        "color" : "red",
        "symbol" : "~",
        "visibility" : 0,
        "avoidance" : 99,
        "difficulty" : 99,
        "action" : "lava"
    },
    {
        "type" : "trap",
        "id": "tr_portal",
        "identstring" : "PORTAL",
        "legacy_id": 29,
        "name" : "shimmering portal",
        "color" : "magenta",
        "symbol" : "%",
        "visibility" : 0,
        "avoidance" : 30,
        "difficulty" : 99,
        "action" : "portal"
    },
    {
        "type" : "trap",
        "id": "tr_ledge",
        "identstring" : "LEDGE",
        "legacy_id": 30,
        "name" : "ledge",
        "color" : "i_cyan",
        "symbol" : " ",
        "visibility" : 0,
        "avoidance" : 99,
        "difficulty" : 99,
        "action" : "ledge"
    },
    {
        "type" : "trap",
        "id": "tr_boobytrap",
        "identstring" : "BOOBY_TRAP",
        "legacy_id": 31,
        "trigger_weight": 200,
        "name" : "booby trap",
        "color" : "light_cyan",
        "symbol" : "^",
        "visibility" : 5,
        "avoidance" : 4,
        "difficulty" : 7,
        "action" : "boobytrap",
        "drops" : ["boobytrap"]
    },
    {
        "type" : "trap",
        "id": "tr_temple_flood",
        "identstring" : "RAISED_TILE",
        "legacy_id": 32,
        "name" : "ledge",
        "color" : "light_gray",
        "symbol" : "^",
        "visibility" : 9,
        "avoidance" : 20,
        "difficulty" : 99,
        "action" : "temple_flood"
    },
    {
        "type" : "trap",
        "id": "tr_temple_toggle",
        "identstring" : "TOGGLE_BLOCK",
        "legacy_id": 33,
        "name" : "",
        "color" : "white",
        "symbol" : "^",
        "visibility" : 99,
        "avoidance" : 99,
        "difficulty" : 99,
        "action" : "temple_toggle"
    },
    {
        "type" : "trap",
        "id": "tr_glow",
        "identstring" : "GLOW_TRAP",
        "legacy_id": 34,
        "name" : "",
        "color" : "white",
        "symbol" : "^",
        "visibility" : 99,
        "avoidance" : 99,
        "difficulty" : 99,
        "action" : "glow"
    },
    {
        "type" : "trap",
        "id": "tr_hum",
        "identstring" : "HUM_TRAP",
        "legacy_id": 35,
        "name" : "",
        "color" : "white",
        "symbol" : "^",
        "visibility" : 99,
        "avoidance" : 99,
        "difficulty" : 99,
        "action" : "hum"
    },
    {
        "type" : "trap",
        "id": "tr_shadow",
        "identstring" : "SHADOW_TRAP",
        "legacy_id": 36,
        "name" : "",
        "color" : "white",
        "symbol" : "^",
        "visibility" : 99,
        "avoidance" : 99,
        "difficulty" : 99,
        "action" : "shadow"
    },
    {
        "type" : "trap",
        "id": "tr_drain",
        "identstring" : "DRAIN_TRAP",
        "legacy_id": 37,
        "name" : "",
        "color" : "white",
        "symbol" : "^",
        "visibility" : 99,
        "avoidance" : 99,
        "difficulty" : 99,
        "action" : "drain"
    },
    {
        "type" : "trap",
        "id": "tr_snake",
        "identstring" : "SNAKE_TRAP",
        "legacy_id": 38,
        "name" : "",
        "color" : "white",
        "symbol" : "^",
        "visibility" : 99,
        "avoidance" : 99,
        "difficulty" : 99,
        "action" : "snake"
    },{
        "type" : "trap",
        "id": "tr_glass_pit",
        "identstring" : "GLASS_PIT",
        "legacy_id": 40,
        "name" : "glass pit",
        "color" : "cyan",
        "symbol" : "0",
        "visibility" : 0,
        "avoidance" : 8,
        "difficulty" : 99,
        "action" : "pit_glass"
    },{
        "type" : "trap",
        "id": "tr_leather_funnel",
        "identstring" : "LEATHER_FUNNEL",
        "legacy_id": 41,
        "name" : "leather funnel",
        "color" : "brown",
        "symbol" : "v",
        "visibility" : -1,
        "avoidance" : 0,
        "difficulty" : 0,
        "action" : "none",
        "drops" : ["leather_funnel"],
        "benign" : true,
        "funnel_radius": 85
    }

]
