Module:ExploreEffectNames

From Terra Invicta Official Wiki
Revision as of 04:44, 9 September 2026 by Alsadius (talk | contribs) (Table of Mission To... tech names, for use by SpaceBodyLister (hard-coded, not a file lookup, so this will need manual editing in the unlikely event that these techs ever change significantly))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:ExploreEffectNames/doc

return {
    Effect_ExploreInnerPlanets = 'Mission to the Inner Planets',
    Effect_ExploreVenus = 'Mission to Venus',
    Effect_ExploreLuna = 'Mission to the Moon',
    Effect_ExploreMars = 'Mission to Mars',
    Effect_ExploreEarthLagrangePoints = 'Mission to Mars',
    Effect_ExploreAsteroids = 'Mission to the Asteroids',
    Effect_ExploreJupiter = 'Mission to Jupiter',
    Effect_ExploreSaturn = 'Mission to Saturn',
    Effect_ExploreOuterPlanets = 'Mission to the Outer Planets',
    Effect_ExploreKuiperBelt = 'Mission to the Outer Planets'
}