Callisto: Difference between revisions

From Terra Invicta Official Wiki
CacTye (talk | contribs)
Initial Commit
 
Isacu (talk | contribs)
Line 26: Line 26:
* HighCallistoOrbit
* HighCallistoOrbit
|}
|}
== Mining Sites ==
{{#get_web_data:
|url={{fullurl:Special:GetData/TIMiningProfileTemplate_CSV}}
|data=__all,
}}
{{#get_inline_data:
{{#for_external_table:|
{{{dataname}}}fname: {{{friendlyname}}}
{{{dataname}}}modify: {{{modifybysize}}}
{{{dataname}}}water: {{{water_mean}}}
{{{dataname}}}waterw: {{{water_width}}}
{{{dataname}}}volatiles: {{{volatiles_mean}}}
{{{dataname}}}volatilesw: {{{volatiles_width}}}
{{{dataname}}}metals: {{{metals_mean}}}
{{{dataname}}}metalsw: {{{metals_width}}}
{{{dataname}}}nobles: {{{nobles_mean}}}
{{{dataname}}}noblesw: {{{nobles_width}}}
{{{dataname}}}fissiles: {{{fissiles_mean}}}
{{{dataname}}}fissilesw: {{{fissiles_width}}}
}}
}}
{{#get_web_data:
|url={{fullurl:Special:GetData/TISpaceBodyTemplate_CSV}}
|data=
dname=dataName,
fname=friendlyName,
mass=mass_kg,
density=density_gcm3,
}}
{{#get_inline_data:
{{#for_external_table:|
{{{dname}}}sbfname: {{{fname}}}
{{{dname}}}modifier1: {{#iferror:
{{#ifexpr: {{{mass}}} / 50000000000000000 < 0.75
| 0.75
| {{#ifexpr: {{{mass}}} < 50000000000000000
| {{#expr: {{{mass}}} / 50000000000000000 round 3}}
| 1 }}
}}
| 1 }}
{{{dname}}}modifier2: {{#ifexpr:
{{#iferror:
{{#ifexpr: {{{mass}}} < 50000000000000000
| {{#expr: {{{mass}}} / 50000000000000000}}
| 1 }}
| 1 }} *
{{#iferror:
{{#ifexpr: {{{density}}} < 1.25
| {{#expr: {{{density}}} / 1.25}}
| {{#ifexpr: {{{density}}} > 3
| {{#expr: {{{density}}} / 3}}
| 1 }} }}
| 1 }} < 0.75
| 0.75
| {{#ifexpr:
{{#iferror:
{{#ifexpr: {{{mass}}} < 50000000000000000
| {{#expr: {{{mass}}} / 50000000000000000}}
| 1 }}
| 1 }} *
{{#iferror:
{{#ifexpr: {{{density}}} < 1.25
| {{#expr: {{{density}}} / 1.25}}
| {{#ifexpr: {{{density}}} > 3
| {{#expr: {{{density}}} / 3}}
| 1 }} }}
| 1 }} > 1.25
| 1.25
| {{#expr:
{{#iferror:
{{#ifexpr: {{{mass}}} < 50000000000000000
| {{#expr: {{{mass}}} / 50000000000000000}}
| 1 }}
| 1 }} *
{{#iferror:
{{#ifexpr: {{{density}}} < 1.25
| {{#expr: {{{density}}} / 1.25}}
| {{#ifexpr: {{{density}}} > 3
| {{#expr: {{{density}}} / 3}}
| 1 }} }}
| 1 }} round 3
}}
}}
}} }}
}}
{{#get_web_data:
|url={{fullurl:Special:GetData/TIHabSiteTemplate_CSV}}
|data=
sitename=friendlyName,
parentbody=parentBodyName,
mp=miningProfileName,
}}
{| class="wikitable sortable mw-collapsible mw-collapsed" style="text-align: center;"
! rowspan=2|Site Name !! rowspan=2| Mining Profile !! colspan=5 | Median Resources ('''after''' Mass/Density Modifiers)<ref>Negative values are not a bug, the game actually sets the median to a negative value to make it incredibly unlikely for the site to have a positive mine output. But note that the actual mined amount cannot actually be negative.</ref><ref>Blank values indicate that the site can never produce this resource. In contrast, 0 indicates that there is still up to 50% chance for the site to produce the resource.</ref>
|-
! [[File:ICO water.png|25px]] Water !! [[File:ICO volatiles.png|25px]] Volatiles !! [[File:ICO metal.png|25px]] Base Metals !! [[File:ICO metal noble.png|25px]] Noble Metals !! [[File:ICO fissile.png|25px]] Fissiles
|-
{{#for_external_table:|
{{#ifeq: {{{parentbody}}} | Callisto |
{{!}}-
{{!}} {{{sitename}}}
{{!}} {{#external_value:{{{mp}}}fname}}
{{!}} {{#switch: 1
| {{#expr: {{#external_value:{{{mp}}}water}} > 0}}
| {{#expr: {{#external_value:{{{mp}}}waterw}} > 0}} =
{{#ifeq: {{#external_value:{{{mp}}}modify}} | true | {{#expr: {{#external_value:{{{mp}}}water}} * {{#external_value:{{{parentbody}}}modifier1}} }} | {{#external_value:{{{mp}}}water}} }}
}}
{{!}} {{#switch: 1
| {{#expr: {{#external_value:{{{mp}}}volatiles}} > 0}}
| {{#expr: {{#external_value:{{{mp}}}volatilesw}} > 0}} =
{{#ifeq: {{#external_value:{{{mp}}}modify}} | true | {{#expr: {{#external_value:{{{mp}}}volatiles}} * {{#external_value:{{{parentbody}}}modifier1}} }} | {{#external_value:{{{mp}}}volatiles}} }}
}}
{{!}} {{#switch: 1
| {{#expr: {{#external_value:{{{mp}}}metals}} > 0}}
| {{#expr: {{#external_value:{{{mp}}}metalsw}} > 0}} =
{{#ifeq: {{#external_value:{{{mp}}}modify}} | true | {{#expr: {{#external_value:{{{mp}}}metals}} * {{#external_value:{{{parentbody}}}modifier2}} }} | {{#external_value:{{{mp}}}metals}} }}
}}
{{!}} {{#switch: 1
| {{#expr: {{#external_value:{{{mp}}}nobles}} > 0}}
| {{#expr: {{#external_value:{{{mp}}}noblesw}} > 0}} =
{{#ifeq: {{#external_value:{{{mp}}}modify}} | true | {{#expr: {{#external_value:{{{mp}}}nobles}} * {{#external_value:{{{parentbody}}}modifier2}} }} | {{#external_value:{{{mp}}}nobles}} }}
}}
{{!}} {{#switch: 1
| {{#expr: {{#external_value:{{{mp}}}fissiles}} > 0}}
| {{#expr: {{#external_value:{{{mp}}}fissilesw}} > 0}} =
{{#ifeq: {{#external_value:{{{mp}}}modify}} | true | {{#expr: {{#external_value:{{{mp}}}fissiles}} * {{#external_value:{{{parentbody}}}modifier2}} }} | {{#external_value:{{{mp}}}fissiles}} }}
}}
{{!}}-
|}}
}}
|}
<references />


== Strategic Value ==
== Strategic Value ==

Revision as of 18:05, 9 August 2025

Callisto

Callisto is the second-largest moon of Jupiter and the third-largest moon in the Solar System. It is the most heavily cratered object in the Solar System and has an ancient surface. Callisto orbits outside Jupiter's main radiation belts, making it a safer location for habitation. The game features 16 habitation sites.

Basic Information

Parameter Value
Diameter 4,820.6 km
Orbits Jupiter
Orbital Period 16.69 Earth days
Distance from Jupiter 1,882,700 km
Atmosphere Extremely thin carbon dioxide
Habitation Sites 16
Satellites None
Available Orbits
  • LowCallistoOrbit
  • MediumCallistoOrbit
  • HighCallistoOrbit


Mining Sites

Error while fetching data from URL https://wiki.hoodedhorse.com/Terra_Invicta/Special:GetData/TISpaceBodyTemplate_CSV: $2.
There was a problem during the HTTP request: 403 Forbidden
Error while fetching data from URL https://wiki.hoodedhorse.com/Terra_Invicta/Special:GetData/TISpaceBodyTemplate_CSV:
<!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta name="robots" content="noindex,nofollow"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="content-security-policy" content="default-src 'none'; script-src 'nonce-NmH2H8oKoqYld7n4UW3PSt' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri 'self'"><style>*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;padding-left:1.5rem;max-width:60rem}@media (width <= 720px){.main-content{margin-top:4rem}}#challenge-error-text{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+");background-repeat:no-repeat;background-size:contain;padding-left:34px}</style><meta http-equiv="refresh" content="360"></head><body>
<noscript>
Enable JavaScript and cookies to continue
</noscript>
<script nonce="NmH2H8oKoqYld7n4UW3PSt">(function(){window._cf_chl_opt = {cFPWv: 'b',cH: 'VqJGZ8qos7GiV_dP7X3avQKELCcPS3rIjqRohbWdlxA-1790531690-1.2.1.1-MEaqa5GAvBDVUgnfNjomNi81qUdP9UbuNTF4BStRAv06YmPgR_vw14mKHOzkh6Cd',cITimeS: '1790531690',cN: 'NmH2H8oKoqYld7n4UW3PSt',cRay: 'a41c603bdf21da75',cTplB: '0',cTplC:0,cTplO:0,cTplV:5,cType: 'managed',cUPMDTk:"/Terra_Invicta/Special:GetData/TISpaceBodyTemplate_CSV?__cf_chl_tk=pIlhsKAwBgBT1oJdInmYrHMws0P1q4ynP2DfT6BKPIQ-1790531690-1.0.1.1-1ZSiUdybD9zc.GU0wJqDon3KIRoYFBnz.0nkAW3qs20",cvId: '3',cZone: 'wiki.hoodedhorse.com',fa:"/Terra_Invicta/Special:GetData/TISpaceBodyTemplate_CSV?__cf_chl_f_tk=pIlhsKAwBgBT1oJdInmYrHMws0P1q4ynP2DfT6BKPIQ-1790531690-1.0.1.1-1ZSiUdybD9zc.GU0wJqDon3KIRoYFBnz.0nkAW3qs20",md: 'ccNNm0jnCJa7.8KZLUdfB3yUqp9wZ_XARw.m.NYxfjQ-1790531690-1.2.1.1-ECO56d34hhYr3dcW4d4ksPqad90tVTLq6h5Jl3x1HP0QUXR.5l4ewSlcHY6KcK_bT5A4cx8KAWI4oMe81xq8AIfY4spgQ79hD4S.VIEcELHJhuKCFlbDR2qKo54Ecne0RDgX8PEB67HEYxdyPKfmj0bKTaoE4GuYOE9SPLXV25TWRh2v3CFkSm96GirW49Vcnm6r.lhCWKoqzQKiQm9ZwqquijanAcPVqkxLoh.nCbzQcc0rIP8NcSuaci8Ue5syA4zBERRb1jbE2uLCAxurLDSzQ50Dzb3YezRh9Kcz_5.A3mTivfkNb7RSdOt58EXoKGTw8ILEzgN.iGekof_mOpr3Z7qEhtLb28fU0SqrHc7d8xtMWVx_Tio4wF6b1j3LCL5Zc_sEryDWVxOubbZF2Mxppeqr413CLuJDy0L4ehyi.ZHAvi.PcUOnLlh.fNWFHkGukWSiczNBHrQRmi5PnV2dCtBdsTYGScu3lEWDUROCHRRSmpWuCFRLgWJMB9DvmfdO9joJr4fMKVfJzNo6IQo9zasiN.XULo6PSRo9jFrh_HTrFc1uREId7ZFIYPx5BazE4vtnXuQKo59gtcbiaVqQw3RO79NR5u8mqg8C2qN6ZhepU4wX.e_79.QmYYLgPTQtQ2Ga38iLwK5DOiJ6267XM8FPqhH8ZOOQiQmVrZ4w8HyXCZgzQ9gD5PfIMXNWjScSQVtdbvsVkCjk6WjJabX00WXyF_FfBeAZZB1LkEhSAJ_K6q8qiGBgIZCfEyqiba54WzkxWDBubBl.wSgB..czINntOHKHaadt2dfqMApjmyhcPtSqNBHUhCjRowKxS3dAeJw72KFAy4kZbwlfKPaTMt9s0hNzP41_DjFLzMeu4yhZo.7cnCjnj38KTUSCHgUzl0PdYHeS2t9RU_bBvFMhFmYdIk4Fk8XUxYpak63x3.Cv5dt.7M_Od6y7LxUrYkfke7ZMCZUSLDQSlnIT22uxnVu18RGozqtIU3FUBd4KQK1TUp4JX7QF9zgafUh.N79eAzlXSD3yFQmlnI5oXYiRykQG1IKFs8ikOQ5IhsGz3FTcJRD4gqdzrGfhKC5t2t5Zz3Nlj1dy_ZT8EMYqzMWNBSzp_UAXT5nqN8FF10kXDEUKAIAMHxad7dxEXAuO',mdrd: 'O6mEABj3ByT04FLKQlAK3fpRTjl3Bgp3QXyPo_eiUIg-1790531690-1.2.1.1-jqWzkVrpGPp7zAKCG3so08yp16PCnaImniLMnfCMseSLklMrLlbgJCcp64OqUVNW0t4vkTzwywxdwJqpHMYJRirrWv3Rt9P172PJoPyeCL0zzMgcxCMgwtC.5u9RBASQ6aW4hU4Wo7nCAiebVSgnuRidrEeCskraKMMjAJPV_dimWefIHStOcVyC73iUyBZzloM6efsVsCUaOjQwAN2TgiBQeL2DXJKkR3BJ37XR0FHaWpyhB7UoA0PEDCRDB99_hYujvZc1d.su7P6EJzNpZQ',};var a = document.createElement('script');a.nonce = 'NmH2H8oKoqYld7n4UW3PSt';a.src = '/cdn-cgi/challenge-platform/h/b/orchestrate/chl_page/v1?ray=a41c603bdf21da75';window._cf_chl_opt.cOgUHash = location.hash === && location.href.indexOf('#') !== -1 ? '#' : location.hash;window._cf_chl_opt.cOgUQuery = location.search === && location.href.slice(0, location.href.length - window._cf_chl_opt.cOgUHash.length).indexOf('?') !== -1 ? '?' : location.search;if (window.history && window.history.replaceState) {var ogU = location.pathname + window._cf_chl_opt.cOgUQuery + window._cf_chl_opt.cOgUHash;history.replaceState(null, null,"/Terra_Invicta/Special:GetData/TISpaceBodyTemplate_CSV?__cf_chl_rt_tk=pIlhsKAwBgBT1oJdInmYrHMws0P1q4ynP2DfT6BKPIQ-1790531690-1.0.1.1-1ZSiUdybD9zc.GU0wJqDon3KIRoYFBnz.0nkAW3qs20"+ window._cf_chl_opt.cOgUHash);a.onload = function() {history.replaceState(null, null, ogU);}}document.getElementsByTagName('head')[0].appendChild(a);}());</script></body></html>
.


Site Name Mining Profile Median Resources (after Mass/Density Modifiers)[1][2]
Water Volatiles Base Metals Noble Metals Fissiles
Utgard Diverse Icy Planetoid 75 25 15 8
Ymir Crater Icy Planetoid 100 35 5
Geirvimul Catena Icy Planetoid 100 35 5
Gloi Crater Icy Planetoid 100 35 5
Asgard Diverse Icy Planetoid 75 25 15 8
Valhalla Diverse Icy Planetoid 75 25 15 8
Kol Facula Diverse Icy Planetoid 75 25 15 8
Vidarr Crater Diverse Icy Planetoid 75 25 15 8
Ilma Diverse Icy Planetoid 75 25 15 8
Thorir Crater Diverse Icy Planetoid 75 25 15 8
Gunntro Catena Diverse Icy Planetoid 75 25 15 8
Bran Crater Diverse Icy Planetoid 75 25 15 8
Aegir Crater Icy Planetoid 100 35 5
Adlinda Icy Planetoid 100 35 5
Lycaeon Icy Planetoid 100 35 5
Lodurr Crater Icy Planetoid 100 35 5
  1. ↑ Negative values are not a bug, the game actually sets the median to a negative value to make it incredibly unlikely for the site to have a positive mine output. But note that the actual mined amount cannot actually be negative.
  2. ↑ Blank values indicate that the site can never produce this resource. In contrast, 0 indicates that there is still up to 50% chance for the site to produce the resource.

Strategic Value

Callisto's position outside Jupiter's main radiation belts makes it more hospitable than other Jovian moons. Its numerous habitation sites offer significant potential for expansion in the outer Solar System.

SPOILERS INSIDE!  

Human expansion to the Jovian system often prompts a violent Alien response.