World Map Mechanics
Overview
The World Map is the primary tool for navigation and exploration in Last State. It allows survivors to track their position, plan long-distance travel, and locate discovered resources and points of interest.
Grid System
The world is generated as a large grid with the following properties:
- Dimensions: 360 Ã 360 tiles.
- Coordinates: Represented as
(X, Y)pairs. - Local View: The player can see a radius of 6 tiles around them, creating a 13 Ã 13 visible area during normal gameplay.
- Fog of War: Areas outside the player's history of exploration remain hidden until visited or surveyed.
Map Interface
Access the map by pressing the 'M' key.
Features
- Player Position: Centered on the map when opened.
- Exploration History: Shows all areas you have previously visited.
- Waypoints: Allows setting targets for camps, houses, or specific coordinates.
- Zoom: Adjustable scale to view local terrain or regional geography.
Logic Symbols & Legend
The map uses specific icons to represent terrain features, player status, and important locations.
Biomes
Each biome has a distinct emoji and ASCII representation on the map:
| Biome | Map Icon | ASCII | Description |
|---|---|---|---|
| Forest | ðē |
T |
Dense woodlands, high cover. |
| Plain | ðŋ |
. |
Open grasslands, high visibility. |
| Mountain | â°ïļ |
^ |
High altitude, rocky, cold. |
| Swamp | ð |
, |
Hazardous wetlands. |
| Shore | ðĶ |
: |
Sandy or rocky lake borders. |
| Lake | ð§ |
~ |
Deep water bodies. |
| River | ð |
â |
Flowing water channels. |
| Ruins | ðïļ |
R |
Remnants of old civilization. |
| Road | ðĢïļ |
= |
Old asphalt paths connecting regions. |
Markers & Locations
Vital locations are marked automatically upon discovery or creation:
- ð§ Player: Current location.
- ðïļ Camp: User-created campsites.
- ð House/Shelter: Permanent player bases.
- ðĨ Fire: Active or ash-filled fire pits.
- ðŠĪ Snare: Active small game traps.
- ð Fish trap: Active fishing traps.
- ðū Tracks: Animal trails (when tracking skill is used).
- ð Point of Interest: Unique discovered locations (e.g., Hunter Camps, Wreckage).
- ðïļ Settlement: NPC communities (appear after Day 20).
- ðīââ ïļ Bandit Camp: Hostile NPC bases.
Navigation Strategy
Effective use of the map is crucial for survival:
- Mark Key Locations: Use the waypointing system to remember where resource-rich areas (like a good fishing spot or a dense forest) are located.
- Plan Travel: Check biomes along your intended path. Avoid Mountains in winter or Swamps if you lack medical supplies.
- Surveying: Use the Survey action (1 hour, 0.25 fatigue) to reveal a larger area of the map without physically walking on every tile. This helps locate Points of Interest efficiently.
- Triangulation: If you get disoriented (a possible status effect), use known landmarks on your map to re-establish bearings.
World Generation
The world is procedurally generated with rules ensuring:
- Connectivity: Roads often connect ruins and valid travel paths.
- Logic: Rivers flow into lakes; shores border water bodies.
- Distribution: Resources and POIs are distributed according to biome specificities.