Update Game Design Doc
parent
2ad6948406
commit
9da8f3a5c3
|
@ -4,10 +4,10 @@
|
|||

|
||||
|
||||
### Core Concept
|
||||
A roguelike adventure game where players manage a caravan through an apocalyptic world, balancing cozy village preparation with urgent expeditions as cosmic horror threatens to consume everything.
|
||||
A roguelike adventure game where players manage a caravan on an epic 40-60 day journey to Vale, the last safe haven. Players must balance village preparation, caravan expeditions, and stopping cosmic horrors in an escalating fight for survival as the world slowly succumbs to eldritch forces.
|
||||
|
||||
### Genre & Inspirations
|
||||
- **Primary Genre:** Roguelike/Action-Adventure
|
||||
- **Primary Genre:** Roguelike/Action-Adventure with Epic Journey Structure
|
||||
- **Inspirations:** Stardew Valley (village life), Monster Hunter (preparation), Oregon Trail (caravan travel), Dark Souls (combat), Final Fantasy Crystal Chronicles (expedition structure)
|
||||
|
||||
---
|
||||
|
@ -15,131 +15,181 @@ A roguelike adventure game where players manage a caravan through an apocalyptic
|
|||
## Core Game Loop
|
||||
|
||||
### Phase 1: Village Preparation
|
||||
**Duration:** Player-controlled, but time pressure increases nightly
|
||||
**Duration:** Player-controlled, but cosmic pressure increases over time
|
||||
|
||||
**Activities:**
|
||||
- Explore home village and surrounding biome
|
||||
- Explore current settlement and surrounding biome
|
||||
- Complete fetch quests and resource gathering
|
||||
- Craft and upgrade equipment
|
||||
- Craft and upgrade equipment for the journey to Vale
|
||||
- Accept requisitions from local guild
|
||||
- Manage caravan supplies and crew
|
||||
- Manage caravan supplies and crew for long-term survival
|
||||
|
||||
**Mechanics:**
|
||||
- Real-time day/night cycle
|
||||
- Relationship building with NPCs
|
||||
- Crafting system for gear and caravan upgrades
|
||||
- Resource management (food, materials, gold)
|
||||
- Real-time day/night cycle with cosmic threat progression
|
||||
- Relationship building with NPCs across multiple settlements
|
||||
- Crafting system focused on journey sustainability
|
||||
- Resource management with emphasis on long-term planning
|
||||
|
||||
### Phase 2: Expedition
|
||||
**Duration:** Variable based on requisition and player choices
|
||||
**Duration:** Variable based on requisition type and cosmic interference
|
||||
|
||||
**Core Systems:**
|
||||
- **Caravan Management:** Real-time movement across procedurally generated wilderness
|
||||
- **Combat:** Action-based encounters with monsters and threats
|
||||
- **Survival:** Resource consumption, weather, terrain hazards
|
||||
- **Problem Solving:** Environmental puzzles (broken bridges, quicksand, etc.)
|
||||
- **Caravan Management:** Real-time movement across procedurally generated wilderness toward Vale
|
||||
- **Combat:** Action-based encounters with monsters and cosmic manifestations
|
||||
- **Survival:** Resource consumption, weather, terrain hazards over extended journey
|
||||
- **Problem Solving:** Environmental puzzles and cosmic anomalies
|
||||
|
||||
**Requisition Types:**
|
||||
- **Delivery:** Transport goods between settlements
|
||||
- **Hunting:** Eliminate specific monsters or threats
|
||||
- **Scouting:** Explore uncharted wilderness areas
|
||||
- **Urgent:** Combat cosmic horror manifestations
|
||||
- **Delivery:** Transport goods between settlements (builds reputation, resources)
|
||||
- **Hunting:** Eliminate threats blocking progress toward Vale
|
||||
- **Scouting:** Map safe routes and locate resources for the journey
|
||||
- **Urgent:** Combat cosmic horrors threatening remaining settlements
|
||||
- **Vale-Bound:** Direct progress missions toward the ultimate destination
|
||||
|
||||
### Phase 3: Decision Point
|
||||
**Options:**
|
||||
1. **Return Home:** Teleport back to village, process rewards, full Phase 1 reset
|
||||
2. **Continue:** Accept new requisition from current location
|
||||
- **In Cities:** Full selection of appropriate requisitions
|
||||
- **In Wilderness:** Limited to scouting missions
|
||||
- **In Frozen Zones:** Only urgent requisitions available
|
||||
1. **Return to Settlement:** Process rewards, resupply for continued journey
|
||||
2. **Continue Journey:** Accept new requisition from current location
|
||||
- **In Cities:** Full selection, potential Vale-bound opportunities
|
||||
- **In Wilderness:** Limited to scouting and survival missions
|
||||
- **In Frozen Zones:** Only urgent cosmic threat missions
|
||||
- **Near Vale:** Specialized high-difficulty preparation missions
|
||||
|
||||
---
|
||||
|
||||
## Cosmic Horror System
|
||||
## The Journey to Vale
|
||||
|
||||
### The Eclipse Timeline
|
||||
- **Night 1:** New star appears in sky
|
||||
- **Night 2:** Star begins to eclipse
|
||||
- **Night 3:** Full eclipse achieved, first frozen circle appears
|
||||
- **Nights 4-6:** Circle expands across map, consuming settlements
|
||||
### Ultimate Objective
|
||||
Players must reach Vale, a distant mountain sanctuary and the world's last true safe haven. This journey requires 40-60 in-game days of careful planning, resource management, and incremental progress through an increasingly hostile world.
|
||||
|
||||
### Frozen Zone Effects
|
||||
- **Towns:** NPCs become unresponsive, shops inaccessible
|
||||
- **Monsters:** Increased strength and aggression
|
||||
- **Environment:** Visual corruption, audio distortion
|
||||
- **Progression:** Circle grows steadily, making areas permanently inaccessible
|
||||
### Cosmic Escalation Timeline
|
||||
|
||||
### Victory Condition
|
||||
Players must complete urgent requisitions to fight through frozen zones and destroy the Eldritch horror at the circle's center before the map is fully consumed.
|
||||
#### Early Journey (Days 1-15)
|
||||
- **Single Stars:** Isolated cosmic threats appear every 3-6 days
|
||||
- **Threat Level:** Manageable with proper preparation
|
||||
- **World State:** Most settlements remain functional
|
||||
- **Player Focus:** Learning systems, building initial capabilities
|
||||
|
||||
#### Mid Journey (Days 16-35)
|
||||
- **Multiple Stars:** 2-3 threats appear simultaneously
|
||||
- **Constellation Formation:** Connected cosmic events requiring strategic prioritization
|
||||
- **Threat Level:** Players must choose which threats to address
|
||||
- **World State:** Some settlements permanently lost, safe zones shrinking
|
||||
- **Player Focus:** Efficient route planning, resource optimization
|
||||
|
||||
#### Late Journey (Days 36-60)
|
||||
- **Full Constellations:** Massive cosmic manifestations
|
||||
- **Cascading Threats:** Failed interventions trigger additional horrors
|
||||
- **Threat Level:** Survival-focused, limited ability to prevent all disasters
|
||||
- **World State:** Majority of world consumed, few safe havens remain
|
||||
- **Player Focus:** Sprint toward Vale, emergency resource management
|
||||
|
||||
### Vale System
|
||||
- **Distance Tracking:** Clear progress indicators showing journey advancement
|
||||
- **Route Planning:** Multiple paths with different risk/reward profiles
|
||||
- **Milestone Settlements:** Key stops that provide major preparation opportunities
|
||||
- **Final Approach:** Specialized endgame challenges requiring mastery of all systems
|
||||
|
||||
---
|
||||
|
||||
## Core Mechanics
|
||||
|
||||
### Caravan System
|
||||
- **Mobile Base:** Rolling headquarters with upgradeable components
|
||||
- **Crew Management:** Hire specialists with unique abilities
|
||||
- **Supply Logistics:** Food, medicine, ammunition, repair materials
|
||||
- **Customization:** Armor plating, weapons, comfort upgrades
|
||||
### Extended Journey Management
|
||||
- **Long-term Resource Planning:** Food, medicine, and supplies for 40-60 day expedition
|
||||
- **Caravan Durability:** Vehicle maintenance becomes critical over extended travel
|
||||
- **Crew Morale:** Managing team psychology during prolonged hardship
|
||||
- **Route Efficiency:** Balancing direct progress with necessary detours for supplies/safety
|
||||
|
||||
### Progression
|
||||
- **Character Skills:** Combat abilities, crafting expertise, social connections
|
||||
- **Caravan Upgrades:** Enhanced durability, speed, cargo capacity
|
||||
- **Knowledge Accumulation:** Map data, monster weaknesses, optimal routes
|
||||
- **Reputation:** Standing with various guilds and settlements
|
||||
### Cosmic Threat Escalation
|
||||
- **Threat Frequency:** Cosmic events become more common over time
|
||||
- **Complexity Scaling:** Single stars → multiple stars → full constellations
|
||||
- **World Persistence:** Destroyed settlements remain lost, safe areas diminish permanently
|
||||
- **Strategic Triage:** Players cannot stop every threat, must prioritize based on journey needs
|
||||
|
||||
### Requisition System
|
||||
- **Difficulty Scaling:** Rewards and challenges increase with distance from home
|
||||
- **Location Dependency:** Available missions determined by current settlement type
|
||||
- **Time Pressure:** Eclipse progression affects mission availability and urgency
|
||||
- **Chain Opportunities:** Strategic route planning for multi-requisition runs
|
||||
### Progressive World State
|
||||
- **Settlement Degradation:** Towns become less functional as cosmic influence spreads
|
||||
- **Resource Scarcity:** Materials become harder to find as world deteriorates
|
||||
- **Knowledge Accumulation:** Information about Vale and optimal routes discovered gradually
|
||||
- **Reputation Systems:** Relationships with surviving settlements become increasingly valuable
|
||||
|
||||
---
|
||||
|
||||
## Requisition System Evolution
|
||||
|
||||
### Early Game Focus
|
||||
- **Skill Building:** Low-stakes missions teaching core mechanics
|
||||
- **Resource Accumulation:** Gathering supplies for the long journey ahead
|
||||
- **Relationship Development:** Building networks across multiple settlements
|
||||
- **Equipment Foundation:** Basic caravan and gear improvements
|
||||
|
||||
### Mid Game Priorities
|
||||
- **Efficiency Optimization:** Higher-value missions with better time/reward ratios
|
||||
- **Cosmic Intervention:** Urgent missions to preserve critical settlements and routes
|
||||
- **Strategic Positioning:** Missions that advance progress toward Vale
|
||||
- **Specialized Preparation:** Acquiring gear and knowledge for specific Vale challenges
|
||||
|
||||
### Late Game Survival
|
||||
- **Emergency Resource Acquisition:** Desperate missions for critical supplies
|
||||
- **Path Clearing:** Eliminating obstacles blocking direct routes to Vale
|
||||
- **Final Preparations:** Last-chance missions for endgame equipment and knowledge
|
||||
- **Vale Approach:** Specialized missions preparing for mountain sanctuary challenges
|
||||
|
||||
---
|
||||
|
||||
## Progression Systems
|
||||
|
||||
### Character Development
|
||||
- **Journey Skills:** Abilities specifically relevant to long-distance travel
|
||||
- **Cosmic Resistance:** Protection against eldritch influences
|
||||
- **Settlement Relations:** Reputation with remaining safe havens
|
||||
- **Vale Knowledge:** Understanding of final destination and its challenges
|
||||
|
||||
### Caravan Evolution
|
||||
- **Long-Distance Modifications:** Upgrades for extended travel capability
|
||||
- **Cosmic Shielding:** Protection against supernatural threats
|
||||
- **Resource Efficiency:** Better fuel consumption, storage, and sustainability
|
||||
- **Crew Capacity:** Ability to transport specialists and refugees
|
||||
|
||||
### World Knowledge
|
||||
- **Route Mapping:** Optimal paths toward Vale through changing landscape
|
||||
- **Threat Patterns:** Understanding cosmic manifestation behavior
|
||||
- **Resource Locations:** Knowledge of supply caches and safe stops
|
||||
- **Vale Secrets:** Information about the sanctuary and its significance
|
||||
|
||||
---
|
||||
|
||||
## Technical Considerations
|
||||
|
||||
### Procedural Generation
|
||||
- **Wilderness Maps:** Terrain, resources, encounters, weather patterns
|
||||
- **Settlement Variation:** Different guild offerings, NPC personalities, local specialties
|
||||
- **Threat Distribution:** Monster spawns, environmental hazards, cosmic manifestations
|
||||
### Journey Persistence
|
||||
- **Progress Tracking:** Clear indication of advancement toward Vale across multiple sessions
|
||||
- **World State Continuity:** Cosmic damage persists between play sessions
|
||||
- **Route Flexibility:** Multiple valid paths allowing for player choice and replayability
|
||||
- **Checkpoint Systems:** Meaningful milestone settlements providing progress validation
|
||||
|
||||
### Progression Persistence
|
||||
- **Between Runs:** Character knowledge, some equipment, unlocked settlements
|
||||
- **Within Runs:** Caravan upgrades, relationship progress, map exploration
|
||||
- **Cosmic Resets:** Eclipse completion triggers world state changes
|
||||
|
||||
### Difficulty Scaling
|
||||
- **Natural Progression:** Distance from home increases baseline challenge
|
||||
- **Time Pressure:** Eclipse advancement creates urgency without artificial timers
|
||||
- **Player Choice:** Risk/reward balance through requisition selection and route planning
|
||||
|
||||
---
|
||||
|
||||
## Art Direction
|
||||
|
||||
### Visual Themes
|
||||
- **Village Life:** Warm, cozy, pastoral aesthetic
|
||||
- **Wilderness:** Varied biomes with realistic but fantastical elements
|
||||
- **Cosmic Horror:** Progressive visual corruption, impossible geometries, color distortion
|
||||
- **Eclipse Progression:** Sky changes provide constant visual reminder of approaching doom
|
||||
|
||||
### Audio Design
|
||||
- **Ambient:** Natural sounds in wilderness, village life audio in settlements
|
||||
- **Combat:** Impactful weapon strikes, monster audio cues
|
||||
- **Cosmic Influence:** Distorted audio in frozen zones, building tension through sound design
|
||||
- **Music:** Dynamic scoring that responds to location type and eclipse progression
|
||||
### Escalation Management
|
||||
- **Difficulty Curve:** Steady increase in cosmic threat frequency and complexity
|
||||
- **Resource Balance:** Scarcity increases without becoming impossible
|
||||
- **Player Agency:** Meaningful choices remain available even under extreme pressure
|
||||
- **Failure Recovery:** Setbacks delay but don't completely derail progress toward Vale
|
||||
|
||||
---
|
||||
|
||||
## Success Metrics
|
||||
|
||||
### Player Engagement
|
||||
- **Session Length:** 6-night cycles create focused, completable experiences
|
||||
- **Replayability:** Multiple paths through procedural world, various strategies
|
||||
- **Skill Development:** Players improve at resource management, route planning, combat
|
||||
### Journey Engagement
|
||||
- **Epic Scale:** 40-60 day journey creates genuine sense of odyssey
|
||||
- **Meaningful Progress:** Each day brings measurable advancement toward ultimate goal
|
||||
- **Escalating Tension:** Cosmic threats create mounting pressure without frustration
|
||||
- **Strategic Depth:** Long-term planning required for successful Vale approach
|
||||
|
||||
### Emotional Arc
|
||||
- **Preparation Satisfaction:** Village phase provides calm planning and anticipation
|
||||
- **Expedition Tension:** Travel phase delivers challenge and discovery
|
||||
- **Cosmic Dread:** Eclipse progression creates escalating pressure without frustration
|
||||
- **Victory Relief:** Successfully stopping cosmic horror provides meaningful catharsis
|
||||
- **Hope and Determination:** Vale provides constant motivation and direction
|
||||
- **Mounting Dread:** World deterioration creates urgency without despair
|
||||
- **Resource Anxiety:** Scarcity creates tension around every decision
|
||||
- **Epic Catharsis:** Reaching Vale provides massive emotional payoff after extended struggle
|
||||
|
||||
### Replayability
|
||||
- **Route Variation:** Multiple paths to Vale create different journey experiences
|
||||
- **Threat Randomization:** Cosmic manifestations appear in different patterns each run
|
||||
- **Strategic Optimization:** Players discover more efficient approaches to Vale over time
|
||||
- **Knowledge Persistence:** Some learnings carry between runs, others reset for fresh challenge
|
Loading…
Reference in New Issue
Block a user