Resources

100 Mythology & Cosmology resources for MUD players

MUD mythology often dies in static help files. These resources bridge lore and mechanics, providing concrete implementation patterns for deity systems, planar cosmology, and mythic narrative arcs across major MUD codebases.

Historical cosmological diagram showing celestial spheres and atmospheric layers
The Flammarion engraving - public domain cosmological illustration

Pantheon Architecture & Deity Systems

  1. 1

    TinyMUX Divine Attribute Trees

    intermediatehigh

    Implement deity hierarchies using parent/child attribute inheritance with @parent commands to create taxonomies of divine power delegation

  2. 2

    PennMUSH Favor Calculation Softcode

    intermediatehigh

    Use softcode functions to calculate worshipper favor levels based on sacrifice object values and prayer frequency tracked via player attributes

  3. 3

    Evennia God Entity Typeclass

    advancedhigh

    Extend the Object typeclass with a Divine mixin for immortal NPCs handling divine power pools and avatar manifestation limits

  4. 4

    DikuMUD Clan-to-Cult Conversion

    advancedmedium

    Modify clan.c to include deity_id fields and religious rank flags, converting existing clan structures into religious hierarchies without breaking existing player data

  5. 5

    Graphviz Pantheon Visualization

    beginnerstandard

    Generate deity relationship diagrams from database exports using dot syntax, creating reference charts for builders maintaining complex divine family trees

  6. 6

    Divine Sphere Bitvectors

    intermediatehigh

    Implement 32-bit sphere flags (War, Harvest, Death, etc.) for efficient deity classification queries in C-based MUDs using bitwise operations

  7. 7

    Worshipper Tracking Tables

    intermediatehigh

    SQL schema linking player_id, deity_id, piety_score, and last_sacrifice timestamp for persistent religious affiliation across player sessions

  8. 8

    Heresy Detection Scripts

    intermediatemedium

    Automated checks flagging players combining incompatible deity affiliations or casting spells from opposed divine domains

  9. 9

    Avatar Incarnation Systems

    advancedhigh

    Code templates for gods possessing NPC mobs when divine intervention thresholds trigger, including proper object cleanup after manifestation ends

  10. 10

    Relic Binding Mechanics

    intermediatemedium

    Object flags requiring specific deity alignment to wield, with curse effects and divine retribution scripts for unauthorized users

Planar Cosmology & Afterlife Implementation

  1. 1

    Plane-Shift Exit Flags

    intermediatehigh

    Custom exit types in CircleMUD allowing planar transition with mana cost checks, alignment verification, and equipment stripping for material plane items

  2. 2

    Ethereal Visibility Layers

    advancedhigh

    Implement room layer bitmasks separating material, ethereal, and astral perception for ghost/spirit mechanics and invisible planar inhabitants

  3. 3

    Afterlife Room Prototypes

    intermediatehigh

    Template rooms for various afterlives (Hel, Valhalla, reincarnation pools) with stat-modifying room affects and restricted communication channels

  4. 4

    Death Redirect Scripts

    advancedhigh

    Modify death_cry() in fight.c to transfer souls to appropriate afterlife room based on deity affiliation rather than default graveyard

  5. 5

    Planar Mana Attunement

    advancedmedium

    Separate mana pools for each plane, regenerating only when present on compatible cosmological layers or using attunement crystals

  6. 6

    Astral Projection Spells

    advancedhigh

    Code for temporary body creation leaving original shell vulnerable, with silver cord linking mechanics allowing cord severing for permanent death

  7. 7

    Reincarnation Point Systems

    advancedmedium

    Track karma scores across lives in pfile, modifying starting stats in chargen based on previous character actions and afterlife judgments

  8. 8

    Demiplane Instancing

    advancedmedium

    Procedural room generation for pocket dimensions created by high-level mages, stored as serialized objects with custom physics rules

  9. 9

    Planar Conjunction Timers

    intermediatehigh

    Global timers enabling temporary planar overlaps during specific game dates, opening travel routes and summoning conditions

  10. 10

    Alignment-Based Access Control

    intermediatestandard

    Door locks checking pfile alignment against plane's metaphysical resonance constants, preventing entry to incompatible moral frameworks

Myth-to-Mechanics Translation

  1. 1

    Creation Myth Chargen Integration

    intermediatehigh

    Embed world origin stories in character generation, modifying starting skills based on chosen cultural mythos and tribal creation narratives

  2. 2

    Divine Quest Availability Flags

    intermediatehigh

    Quest givers checking deity favor thresholds before offering mythic narrative arcs, ensuring religious commitment gates narrative access

  3. 3

    Mythic Resonance Counters

    advancedhigh

    Global variables tracking how closely current events match prophecy scripts, triggering apocalyptic events when divergence thresholds exceeded

  4. 4

    Ritual Component Systems

    intermediatemedium

    Spellcasting requiring specific symbolic items (dove feathers for peace gods, blood for war deities) rather than generic reagents

  5. 5

    Sacred Geometry Room Effects

    advancedmedium

    Rooms arranged in specific patterns granting bonuses when players stand at geometric focal points corresponding to divine symbols

  6. 6

    Omen Parsing Scripts

    intermediatestandard

    Automated messages appearing based on celestial positions stored in world calendar variables, readable by divination skills

  7. 7

    Legendary Weapon Awakening

    intermediatehigh

    Object scripts checking for mythic quest completion before unlocking artifact true potential, maintaining dormant states for unproven wielders

  8. 8

    Covenant Contract Systems

    advancedhigh

    Player-deity agreements stored as persistent flags, enforcing behavioral restrictions with mechanical benefits and betrayal penalties

  9. 9

    Mythic Cycle Timers

    advancedhigh

    Global resets of cosmological ages (Golden Age to Iron Age) modifying base stat generation and mob aggression globally

  10. 10

    Apotheosis Progression Trees

    advancedhigh

    Player advancement systems allowing mortal ascension to demigod status through specific quest chains and worshipper recruitment requirements

Lore Consistency & Documentation Tools

  1. 1

    Git Lore Versioning

    beginnerstandard

    Track changes to help files and deity descriptions using version control with branch protection for canon and pull requests for retcons

  2. 2

    Wiki Template Standards

    beginnerstandard

    Structured templates for deity entries ensuring consistent coverage of domains, rituals, historical conflicts, and mechanical effects

  3. 3

    Automated Consistency Checkers

    intermediatemedium

    Scripts grepping spell descriptions against deity help files to detect lore contradictions in CI/CD pipelines before deployment

  4. 4

    Timeline Divergence Tracking

    intermediatemedium

    Database tables recording official canon vs. character beliefs vs. heretical interpretations for NPC rumor generation

  5. 5

    Domain Language Dictionaries

    beginnerstandard

    Controlled vocabulary lists ensuring consistent naming conventions for cosmological concepts across builder teams

  6. 6

    Cultural Myth Variant Systems

    intermediatemedium

    Parallel lore tracks showing how different races interpret the same cosmic events, accessible via lore skill checks

  7. 7

    OOC Knowledge Separation

    intermediatemedium

    Flag systems distinguishing between player knowledge and character knowledge of deep cosmology, enforced by command filtering

  8. 8

    Retcon Documentation Protocols

    beginnerstandard

    Required changelog entries when modifying established mythology, with in-game historical revisionism mechanics explaining changes

  9. 9

    Cross-Reference Validation

    intermediatestandard

    SQL queries ensuring every spell, skill, and object links to valid cosmological source entries in lore database

  10. 10

    Builder Style Guides

    beginnerstandard

    Documentation standards for describing divine phenomena without breaking fourth wall or mixing technological metaphors

Dynamic Narrative Event Frameworks

  1. 1

    Godwar Escalation Scripts

    advancedhigh

    Automated conflict phases between deities modifying zone aggression levels and spawn rates based on player worshipper ratios

  2. 2

    Avatar Manifestation Events

    advancedhigh

    Scheduled world events where gods possess mobs, offering unique quests with limited availability and global broadcast presence

  3. 3

    Schismatic Cult Generation

    advancedmedium

    Algorithms creating splinter religious groups when deity favor thresholds create ideological rifts among NPC populations

  4. 4

    Doomsday Clock Mechanics

    advancedhigh

    Visible global counters tracking mythic apocalypse conditions based on player actions across realms, triggering endgame content

  5. 5

    Pilgrimage Route Validation

    intermediatemedium

    Code checking player traversal through specific room sequences to grant religious achievements and pilgrimage titles

  6. 6

    Revelation Lore Drops

    intermediatehigh

    Staged unlocking of cosmological secrets based on global quest completion percentages, modifying help file access permissions

  7. 7

    Cataclysm Trigger Systems

    advancedhigh

    World-resetting events tied to mythic cycles, modifying zone descriptions and mob behaviors permanently across reboots

  8. 8

    Divine Mandate Elections

    intermediatemedium

    Systems where players vote for favored deities through sacrifices, modifying realm-wide bonuses for winning pantheons monthly

  9. 9

    Mythic Season Cycles

    intermediatehigh

    Calendar systems where different cosmological rules apply (fey crossings open during Beltane, veil thinning during Halloween)

  10. 10

    Prophet NPC Generation

    advancedmedium

    Dynamic creation of NPCs delivering prophecy scripts based on current mythic resonance variables and player actions