Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Expeditions

From Per Regna
Revision as of 19:56, 2 March 2026 by Admin (talk | contribs) (Created page with " = Expeditions = Expeditions are a push-your-luck exploration system where fleets progress through increasing depths, encounter events, and choose whether to extract or continue. Unlike passive missions, expeditions involve decision-making at each depth and risk escalation. Source system design: Expedition System Design Document == Core Flow == Select an Expedition Node on the Galaxy Map Launch Fleet (minimum 1 Probe required) Resolve Depth Event Choose: Extract (...")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)

Expeditions

Expeditions are a push-your-luck exploration system where fleets progress through increasing depths, encounter events, and choose whether to extract or continue.

Unlike passive missions, expeditions involve decision-making at each depth and risk escalation.

Source system design: Expedition System Design Document

Core Flow

Select an Expedition Node on the Galaxy Map

Launch Fleet (minimum 1 Probe required)

Resolve Depth Event

Choose:

Extract (secure all accumulated loot)

Continue (advance to next depth with increased risk and reward)

Maximum Depth by Realm

Realm Maximum Depth
Realm 1 Depth 3
Realm 2 Depth 4
Realm 3 Depth 5
Realm 4+ Depth 7–10 (Legendary)

Base Loot Formula

<math>

baseLoot = nodeType.baseReward

depthMultiplier = [1.0, 1.5, 2.5]Β  // D1, D2, D3

eventBonus = 1.0 – 2.0

explorerBonus = 1.15 if Explorer

finalLoot = baseLoot Γ— depthMultiplier Γ— eventBonus Γ— explorerBonus

</math>


Loot is also affected by:

Node State (Charged or Dormant)

Rally multipliers (Realm 2+)

Fleet cargo capacity

See subpages:

Expeditions/Depth System

Expeditions/Nebula Zones

Expeditions/Rewards

Expeditions/Fleet Mechanics

Expeditions/Rally System

Expeditions/Faction Expeditions

Expeditions/Legendary Expeditions