Io: Difference between revisions

From Terra Invicta Official Wiki
CacTye (talk | contribs)
Initial Commit
 
Isacu (talk | contribs)
Line 26: Line 26:
* [[HighIoOrbit]]
* [[HighIoOrbit]]
|}
|}
== 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}}} | Io |
{{!}}-
{{!}} {{{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:00, 9 August 2025

Io

Io is the innermost of Jupiter's four Galilean moons and the most volcanically active body in the Solar System. Its surface is covered with sulfur compounds, giving it a distinctive yellow-orange-red coloration. The game features 9 habitation sites on Io.

Basic Information

Parameter Value
Diameter 3,660 km
Orbits Jupiter
Orbital Period 1.77 Earth days
Distance from Jupiter 421,700 km
Atmosphere Very thin, primarily sulfur dioxide
Habitation Sites 9
Satellites None
Available Orbits


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-s0oCgvxZ5FNFRpvS0oDfOQ' '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="s0oCgvxZ5FNFRpvS0oDfOQ">(function(){window._cf_chl_opt = {cFPWv: 'b',cH: 'CEDYmr2oBHsfSp58KwFqhaPTqt9jZ7jniTkGJxH85Lc-1790531616-1.2.1.1-jPNr8TrmeuRIlckZKILBp3hN_7WtknhW0mGNW6Z8hSJirfus8Z83yoPiGu0VeScz',cITimeS: '1790531616',cN: 's0oCgvxZ5FNFRpvS0oDfOQ',cRay: 'a41c5e6b3a0c168f',cTplB: '0',cTplC:0,cTplO:0,cTplV:5,cType: 'managed',cUPMDTk:"/Terra_Invicta/Special:GetData/TISpaceBodyTemplate_CSV?__cf_chl_tk=J848_g6L_aFccNypoSMKR_acTaNfRtKaMN3Nm_n89Rc-1790531616-1.0.1.1-hTjj6m4tdWe85sfgD1PtBCtV4h4fey5hdW4R0S1TIPw",cvId: '3',cZone: 'wiki.hoodedhorse.com',fa:"/Terra_Invicta/Special:GetData/TISpaceBodyTemplate_CSV?__cf_chl_f_tk=J848_g6L_aFccNypoSMKR_acTaNfRtKaMN3Nm_n89Rc-1790531616-1.0.1.1-hTjj6m4tdWe85sfgD1PtBCtV4h4fey5hdW4R0S1TIPw",md: 'IbA6N7spRt5EOkvtZWQhMV3jXwpfv5xCyxPKIyqV7vQ-1790531616-1.2.1.1-MztIOKH5uRMfYIFOlPOEkWwZIruFx.dzdEWL9aY5IVUa4JZPPAHXAgkgb76FOKJNgedjwf0q2fCOuxJ.lQmqbPSdatAi8ac.z57owkYsJLMKhyJ5E7._wwtZ2fIKbYCIBRnlhWM7PdhSNiiBcROim2Rq83HVuSNT9oZ8aL1sQbgx_bbpJjfnWeqGfVHj2aWa_2V2vW7QtMept1iEmmZ6vBLV2_rO6otaXdOVQU.yEmz8yCUSNrql.JSgSGwUCeS89k68G_n15bxR.dSTxkKfTj_sM5afMJpCSMGy8bTMu1QEK5M.rQ2Bxwf._HscN.vZ_jso4p10yNqRkBdmIc2xV2XitlPTxUuTR5UkUJzxOvGWiREsj83rDnnp235bFMAL2lxc7f__kbTBZEBdAwpSf7cX_i9oWeHd_CcutOmMUIktTqQne.UP57QRGKOIEBqprCio2JhXmYkxQQqd85e_.u_z4Mrsgxn4cwBpMJud7hs2Yy7Vg.C6DaFmTew.PABHGhY_OpassbywdEk5Z9nbMHMVCN1iprWzrN0YTKHjQ.Fx4lu63h0wtetRNhbFyVdyd.26FrH13S4Xk2bvja8PdJCwKKO6Dt6Qxnt3lYM5v9NccL5.j9O.esxPOmHwIiiMXEm9TXZ_dGTodn6YbNYNTOTZMDC9eVsOWAju1o_fz83tcLiEFWsDjgJc4ToeBt1TkQQQyKkVUHNIAtVPJxL27gsWptkAtQuwCjNsaBA4MRLRsSZHpN5sxFweMClQy_Q7h29BpNdqmoClJnKbwNsUVTU7fmjB83z7HMGZYbxXczXDJIwUrVFC_acm5zwC9PCSGWorZE_yl8T9ycOMEc8eNbSTBGpQD2NSDzWeJUTWt9yET9KGwhdyuI0COw.36G1cDDi_K8SdsV88MxA92DOQ__JYlhqKxd_erfaotO03C6nc_ao_OL4ay4YMPUqXzMbGlJlUirylzuDQZfSH2YYQgrNBzpVpu4yoyrSrjXerHN_4msgPzkFkcGIWZGh.1VJUw1qJKVoOR4xVtOGncuNQ9vDg2lxmA1ZKRwsoJBq_j7MaEwIjMebJ290ARH3l8.W52c2VWEyfzbt.eghB6I91qZw2TAwnxPJvIyqi50dNNqF8ENdClTGyAkS8vYmumB1X',mdrd: 'n0ZI7B5GNdo9hpTXaLvVTKPyILNdRhlduir_klt66dQ-1790531616-1.2.1.1-5Psx3mrw.6Y5ae5JyEQu2gB.bnevvWTViKVIdm5iLwjftXx9NxB3BKM.BtfzfY_06b4Rc6ZqOSqS0LH3TT4gUDwSSSDnKrPIOh9MwgNLxGt2D4AfwEqXzaH.hphtxuqdOv_MNJyR5Th_gLJmsr2YHEFSuKtxfo064x1FxybyQI.ZO61CLugS7c5dM0AuOAxSCIcCx8sK_7t9GNe_PFt8Lz7X36HAIE4dadSz2xHaQiva0ajA6900bQT1Krjf7o.aHUtTYPNrrxc7.mv.jJuXpw',};var a = document.createElement('script');a.nonce = 's0oCgvxZ5FNFRpvS0oDfOQ';a.src = '/cdn-cgi/challenge-platform/h/b/orchestrate/chl_page/v1?ray=a41c5e6b3a0c168f';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=J848_g6L_aFccNypoSMKR_acTaNfRtKaMN3Nm_n89Rc-1790531616-1.0.1.1-hTjj6m4tdWe85sfgD1PtBCtV4h4fey5hdW4R0S1TIPw"+ 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
Lei-Kung Fluctus Sulferous Planetoid 50 50 20
Chalybes Regio Sulferous Planetoid 50 50 20
Amaterasu Patera Sulferous Planetoid 50 50 20
Colchis Regio Sulferous Planetoid 50 50 20
Bosphorus Regio Sulferous Planetoid 50 50 20
Media Regio Sulferous Planetoid 50 50 20
Mycenae Regio Sulferous Planetoid 50 50 20
Bactria Regio Sulferous Planetoid 50 50 20
Tarsus Regio Sulferous Planetoid 50 50 20
  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

Despite its extreme volcanic activity, Io offers valuable resources. However, operations on Io must contend with intense radiation from Jupiter's magnetosphere.

SPOILERS INSIDE!  

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