Go binary/server for helping run/build sessions for the Maze Rats TTRPG
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

98 lines
5.9 KiB

{
"dungeon_entrances": [
["All libraries","Beaver dam","Behind waterfall","Chalk rectangle","Chest bottom ","Chimney"],
["Cupboard","Dolmen shadow","Down a well","Fiery pit","Fog road","Forest spring "],
["Giant book","Gypsy wagon","Hollow tree","Huge keyhole","Iron maiden","Living tattoo"],
["Magic painting","Man-shape hole","Maze potion","Mirror","Monster mouth","Monster wound"],
["Narrow alley","Rain door","Sewer grate","Sudden rift","Tidal cave","Towertop"],
["Tree roots","Under the bed","Unfolded map","Up a tree","Whirlpool","Wine barrel"]
],
"dungeon_forms": [
["Arena","Asylum","Aviary","Bank","Baths","Body"],
["EXTERNAL","Casino","Catacombs","Cave","Court","EXTERNAL"],
["Room","Garden","Hideout","Hotel","EXTERNAL","Laboratory"],
["Library","Market","Mine","Monastery","Museum","Nursery"],
["Orphanage","Palace","Prison","Sewer","Ship","Slave pit"],
["Temple","Theater","EXTERNAL","University","Vault","Zoo"]
],
"dungeon_layout": [
["Ant colony","Central hub","Claustrophobic","Crisscrossing","Curved","Disorienting"],
["Galleria","Geometric","Gonzo","Haphazard","Highly regular","Honeycomb"],
["Intertwined","Isolated wings","Layered","Linear","Loops","Many corridors"],
["Mazes","Mix of layouts","Multiple hubs","No corridors","Open plan","Open voids"],
["Organic","Oversized","Recursive","Repetitive","Sprawling","Suspended"],
["Symbol shape","Tall and narrow","Themed zones","Vertical","Winding","Ziggurat"]
],
"dungeon_ruinations": [
["Arcane disaster","Army invasion","Cannibalism","Civil war","Collapse","Crystal growth"],
["Curse","Degeneration","Earthquake","Eruption","Evil unearthed","Experiments"],
["Explosion","Famine","Fire","Flooding","Fungus","Haunting"],
["Ice","EXTERNAL","Lava flow","Magical sleep ","Melted","Monster attack"],
["EXTERNAL","Outsider attack","Overgrowth","Petrification ","Plague","Planar overlay"],
["Poison gas","Resources gone","Revolt","Risen dead","Too many traps","War"]
],
"dungeon_rewards": [
["Ancient lore","Animal ally","Army","Blessing","Blueprints","Cultural artifact"],
["Enemy weakness","Faction ally","Forewarning","Guide","Holy relic","Influential ally"],
["Instructions","Jewels","Key","Lost formula","Machine","EXTERNAL"],
["Magical ally","Map","Marital ally","Masterpiece","EXTERNAL","Oracle"],
["Piles of loot","Planar portal","Prophecy","Renown","Spell","Transformation"],
["Transport","EXTERNAL","Uncovered plot","EXTERNAL","Vision","Weapon"]
],
"dungeon_activities": [
["Besiege","Capture","EXTERNAL","Collect","Construct","Control"],
["Deliver","Demolish","Escape","Feed","Fortify","Guard monster"],
["Hide","Hunt","Loot","Map","Mine","EXTERNAL"],
["Negotiate","Patrol","Perform ritual","Purge","Question","Raid"],
["Repair","Rescue","Research","Revive","Riddle","Scavenge"],
["Seize","Tunnel","Unearth","Vandalize","EXTERNAL","Worship"]
],
"dungeon_rooms": [
["Armory","Banquet hall","Barracks","EXTERNAL","Catacombs","Cavern"],
["Chasm","Courtyard","Crypt","Dormitory","Fighting pit","Forge"],
["Fountain","Gate house","Guard room","Kennel","EXTERNAL","Laboratory"],
["Mess hall","Mine shaft","Museum","Oubliette","Pool","Prison"],
["Record room","Shrine","Slaughterhouse","Stables","Storeroom","Throneroom"],
["Torture room","Treasury","EXTERNAL","Vault","Well","Workshop"]
],
"dungeon_room_details": [
["Bas-relief","Blood trail","Bones","Chains","Chalk marks","Claw marks"],
["Corpses","Cracked beams","Crumbling walls","Decaying food ","Decaying nest ","Dripping water"],
["Fading murals","Faint breeze","Faint footsteps","Fallen pillars","Fungus","Furniture"],
["Graffiti","Mosaics","Recent repairs","Rotting books","Rubble","Shed skin"],
["Slime trails","Spider webs","Stalactites","Stench","Smoke stains","Thick dust"],
["Torn clothes","Tree roots","Unusual smell","Vibrations","Vines","Whispers"]
],
"dungeon_tricks": [
["Absorption","Activation","Animation","Blessings","Communication","Confusion"],
["Consumption","Creation","Curses","Deception","Duplication","EXTERNAL"],
["Exchange","Imprisonment","Instructions","Interrogation","Mind-control","EXTERNAL"],
["Mood-alteration","Nullification","EXTERNAL","Planeshift","Protection","Rejuvenation"],
["Release","Reversal","Rotation","Scrying","Size-alteration","Summoning"],
["Theft","Time-alteration","Transformation","Transmutation","Transportation","Wonder"]
],
"dungeon_hazards": [
["Acid drip","Bloodsuckers","Cave-in","Choking dust","Crude oil","Crystal shards"],
["Deafening noise","Dense fog","Ensnaring vines","Fallen floor","Flooding","Freezing"],
["Geysers","Magma","Magnetic field","Mud flow","Narrow ledge","Narrow passage"],
["Poison goo","Poison plants","Precipice","Quicksand","Radiation","Rockslide"],
["Rotten ceiling","Rotten floor","Sinkhole","Slippery slope","Spider webs","Spores"],
["Steam vents","Strong winds","Tar pit","Tight passage","Toppling object","Toxic fumes"]
],
"trap_effects": [
["Acid pool","Adhesive","Alarm","Armor melts","Bear trap","Blinding spray"],
["Blunt pendulum","Boiling tar","Collapsing floor","Crocodile pit","Crushing walls","Deep pit"],
["Falling cage","Falling ceiling","Fills with sand","Flooding","Giant magnet","Hard vacuum"],
["Lava flow","Lightning","Living statues","Missile fire","Monster freed","Net trap"],
["Pendulum blade","Poison gas","Poison needle","Quicksand","Rage gas","Rolling boulder"],
["Room freezes","Room on fire","Sleeping gas","Spiked pit","Tombs open","Wall spikes"]
],
"trap_triggers": [
["Blow","Break","Burn","Choice","Countdown","Darkness"],
["Drain","Eat","Insert","Kill","Knock","Light"],
["Magic","Melody","Noise","Open","Phrase","Pour"],
["Press","Proximity","Pull","Read","Reflect","Release"],
["Remove","Retrieve","Rudeness","Shut","Sit","Sleep"],
["Slide","Touch","Turn","Unbalance","Unearth","Write"]
]
}