Master of Orion Wiki
Register
Advertisement

The Interstellar Stock Exchange (ISE) is opened when any civilization builds the first planetary stock exchange. Once opened, major civilizations can buy Galactic Monetary Fund shares, paving the way for an economic victory to be possible.

Economic victory occurs when your empire's Gross Domestic Product (GDP) corresponds to a large percentage of the Gross Galactic Product (GGP), and your empire holds a large percentage of shares of the Galactic Monetary Fund (GMF), for for 10 consecutive turns. The percent required for victory is dependent on the number of races active in the game:

Civilizations Threshold
2 50%
3 48%
4 46%
5 44%
6 42%
7 40%
8 38%
9+ 30%

Technical details[ | ]

The precise values are defined (and can be modified) in Globals.yaml:

- globals: &Backend.Settlements.InterstellarStockExchange
    MARKET_SHARE_TO_WIN_DEFAULT: 0.3
    MARKET_SHARE_TO_WIN_2: 0.5
    MARKET_SHARE_TO_WIN_3: 0.48
    MARKET_SHARE_TO_WIN_4: 0.46
    MARKET_SHARE_TO_WIN_5: 0.44
    MARKET_SHARE_TO_WIN_6: 0.42
    MARKET_SHARE_TO_WIN_7: 0.4
    MARKET_SHARE_TO_WIN_8: 0.38
    GMF_VARIABLE_FACTOR: 0.2
    GMF_VARIABLE_BASE_MULTIPLIER: 2
    GMF_VARIABLE_TURN_MULTIPLIER: 1
    GMF_VARIABLE_PREV_TURN_MULTIPLIER: 0.5
    GMF_VARIABLE_PREV_PREV_TURN_MULTIPLIER: 0.25
    GMF_VALUE_FACTOR: 0.01
    ISE_ACTIVE_TURNS: 11
    GDP_ACCOMPLISHED_TURNS: 10
Advertisement