Design Space Explorer
Cross-Game Concepts (4)
Weapons can have a secondary enchantment property that triggers special effects on hit, independent of the weapon's base damage. The enchantment is a separate axis from weapon material and damage type.
A monster AI system where creatures belong to factions, and faction relationships determine hostile/neutral behavior. This creates emergent infighting where different enemy types attack each other, giving players tactical opportunities.
A weapon system where items can possess secondary enchantment or naming properties beyond base damage. Enchantments trigger special effects (elemental damage, instant kill, speed changes, glow detection) and create strategic weapon selection depth. Both BrogueCE runics and NetHack artifacts realize this pattern.
An item system where consumables (potions, scrolls) have randomized appearances each game. Players must identify items through risky trial-and-error or resource expenditure. Using an unknown item can be beneficial or lethal, creating strategic tension.
Design Primitives (5)
A terrain system where fire spreads probabilistically between adjacent flammable tiles. Each tile has ignition probability and burn state transitions (burning to embers to scorched). Fire creates dynamic area-denial that reshapes tactical terrain during play without explicit state machines.
A terrain overlay system where gases spread through connected open tiles and dissipate over time. Different gas types (poison, confusion, paralysis, methane, steam, healing) create temporary area-denial or benefit zones. Gas dissipation rate creates time-limited tactical windows that players must exploit or escape.
A terrain system where tiles exist in layers (base, surface, gas, fire) and can promote from one type to another based on probabilistic triggers (promoteChance), creating dynamic environmental states without explicit state machines.
A character progression system where mutations unlock via category-based chains (leads_to), creating branching specialization paths. Each mutation can lead to more extreme mutations in the same category, creating emergent character builds.
A progression system where eating monster corpses grants the player permanent resistances that the monster possessed. This creates a strategic hunting system where players seek specific monsters to build resistance portfolios for deeper dungeon levels.
Design Relations (7)
The prospect of finding enchanted weapons pressures players to identify weapons rather than discard unknown items, increasing identification tension and creating opportunity cost for skipping identification.
Dynamic fire hazards pressure players to seek permanent fire resistance through corpse consumption, creating a progression incentive from environmental threat.
Unpredictable gas clouds create pressure for item identification: knowing which potions grant resistance or cure effects becomes critical survival knowledge when facing gas hazards.
Gas dissipation creates temporary tactical zones while fire spread creates permanent terrain destruction — one creates fleeting opportunities, the other irreversible consequences, tensioning pacing of environmental hazards.
Powerful weapon enchantments reduce identification pressure (known powerful weapon) while item identification mechanic increases it (unknown items risky) — creating opposing design forces around weapon knowledge.
Dynamic terrain hazards pressure players to seek permanent power sources like corpse-conveyed resistances as survival tools.
- broguece/concept/layered-terrain-promotion —tensions_with→ nethack/concept/corpse-conveyed-resistance
Permanent progression from corpse consumption tensions with ephemeral terrain dynamics: one creates lasting character power, the other creates momentary tactical opportunities.
Cross-Game Realizations (4)
- semantic_record → concept
- semantic_record → concept
- semantic_record → concept
- semantic_record → concept