Titania: Difference between revisions

From Terra Invicta Official Wiki
CacTye (talk | contribs)
Initial Commit
 
Isacu (talk | contribs)
Line 24: Line 24:
* HighTitaniaOrbit
* HighTitaniaOrbit
|}
|}
== 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}}} | Titania |
{{!}}-
{{!}} {{{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:18, 9 August 2025

Titania

Titania is the largest moon of Uranus and the eighth-largest moon in the Solar System. In Terra Invicta, this substantial icy world offers multiple habitation opportunities and represents a significant presence in the distant Uranian system.

Parameter Value
Diameter 1,576.8 km
Orbits Uranus
Orbital Period 8.71 days
Distance from Uranus 435,910 km
Atmosphere None
Habitation Sites 4
Satellites None
Available Orbits
  • LowTitaniaOrbit
  • HighTitaniaOrbit

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-JFrMcfs7ijszD2HGDOmd6Q' '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="JFrMcfs7ijszD2HGDOmd6Q">(function(){window._cf_chl_opt = {cFPWv: 'b',cH: 'yIh5Tl8JyHuMzx9NBwgW5o6ffRO_3lRO_Nv.vCjWbic-1790529407-1.2.1.1-W1d3xHqDLDsPY1v7cE5MJjME9q8xuTZw._8VBdcgDCu32hktPiUdE4Oydbhe9X2D',cITimeS: '1790529407',cN: 'JFrMcfs7ijszD2HGDOmd6Q',cRay: 'a41c287b4e04970a',cTplB: '0',cTplC:0,cTplO:0,cTplV:5,cType: 'managed',cUPMDTk:"/Terra_Invicta/Special:GetData/TISpaceBodyTemplate_CSV?__cf_chl_tk=fyEZi3KrMsKVdwoe7GTJNCc1A5SNoHD52iOsOvHQWEM-1790529407-1.0.1.1-fCGmGd_E1qBAXyncVqJfa3mLBGnhv6Q6pSJ5A0eUgJ4",cvId: '3',cZone: 'wiki.hoodedhorse.com',fa:"/Terra_Invicta/Special:GetData/TISpaceBodyTemplate_CSV?__cf_chl_f_tk=fyEZi3KrMsKVdwoe7GTJNCc1A5SNoHD52iOsOvHQWEM-1790529407-1.0.1.1-fCGmGd_E1qBAXyncVqJfa3mLBGnhv6Q6pSJ5A0eUgJ4",md: 'sGJGaUgy3rtLXP_X2kjWYbmjcV_l8INIFGCYHZUe_3Q-1790529407-1.2.1.1-vV2YAX_Ztk1gCQRr2qwxOmlLsqR9VcQJTr4RD3Fh1zbEcKmZxGkipAJqfuhUzvntZ3y8FbTDJYOaU3rTpjid_H3.5z.K.NISx__mcE0wqEA.VRDK.RxaOIJ_S5bte1p7E_I.ihPBHA.yQ.YoJvJKvYDv8AbyjQAwfYF248AxK3pXUbyAZH9UCV8dwmvZloQiUObfsxXvLtkS3HhqihBp_w.hjaXhbFAvgVLlkYiSKVM8tJmm5f_WqkcufcX1Z_2YLROUTqIZO0TCqOYNX78BdpTCtb9V0Ql.atIimsUQSUewwzaZq1lqF1IZzZSBoHG2CkJybicbi6vlj.DyHcr_t2R0Msf7T9u_aM1YNA.XLh3pqx6lOIFg.XCs.FO56gG7Yq9czLH4Z2mCH2hWBSRUeDytuMya0MHR4794kR_IlkfWZ6kkfXNcFXNDIne77WTk3NPDUT_tigSSLqD2pegyVQF.X1MCsKxHnHTJk9Xn6Us97tvkg2TJD8QA4V3b9_jexh5uzhpiBn6zKjSnTBJDJYAY1tnkN.tAX53iqftmUpKdRlMDSbpCwK_89LYgHkihPWJ8UhYG9TkekBojc7vJZy0bbbHnRwICuK43tgJzwhIgsp9XuOs_xCf03kx7xE6CYNwVDRca_RePYNCBLxlRSlDdSz2g34Q.av2f8Urejc6M59gsozJ0A1Qbqi.d77rKZNpvX745z7Clx.ABB.AM8nmZP3e2g4bFlm3GTN3xJ7kQ1hRYXRD5L09X6wVUn_w.RBPqJO6FhXzXyVhE4wxG6Q93sxXD0aElxbdDqz3aOstKO_4hXipmM72YIVyS1cUk6LvcPnyMwOIGv1xIoa1akwYTbub9SVntG0IcQzMOf7uHvGXbLFamtIA6AQA9K74tj8.aGZDNmbfNy86FYkKG7Gqc8_BY.Yrxd6vK68dzGIpT4E2IHOTCXsHigDEVwqhJv62uuTZSq46BpKYQsr5_UoAU2BSpawPmO3rRMOGPnzywN_NFfAr08YMPKHAHnRY.UvT1Xhp8XZg7Ioaj43HNu9WpkB8BxT3Ew.pfwHQSg2jFz1zZFMOtIeny3ywFUY0ejzBfg1_npUGIAK0oaZShBonjQ4otjkK1QfKqZMClqQoMuAH4uQj3c88aS1b6tH3i',mdrd: '276odk90zbxRHGzytiKSHZYvSCph5OhKJGPXPEuRol4-1790529407-1.2.1.1-ceH5TUQHZ8M78Rpjs1eRAeUNhixKXj8wdBKU1ggKRcQ3RiDhzK7WzmgcxiAMkijb7G4AOCimx7.td7VgLT1Ht0KVbTx2rFvNLGaV7gosuia0Smk7L2PY_YuO6T6uOkHqnRCNnKIM5a68ZmC6Kye.8VwapE09gdT0nfNV3C50rB5.sIQSxJndzxrDzrF9LuAq1FsN5JP9P68e9vj8IWFkl1bKfCZ7kR8lWtABM7ekZz9ESD2sEUiRadc0l.aLvuvHxSchhLwUSyP2fm242zCJaQ',};var a = document.createElement('script');a.nonce = 'JFrMcfs7ijszD2HGDOmd6Q';a.src = '/cdn-cgi/challenge-platform/h/b/orchestrate/chl_page/v1?ray=a41c287b4e04970a';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=fyEZi3KrMsKVdwoe7GTJNCc1A5SNoHD52iOsOvHQWEM-1790529407-1.0.1.1-fCGmGd_E1qBAXyncVqJfa3mLBGnhv6Q6pSJ5A0eUgJ4"+ 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
Hermia Chasmata Volatile-Rich Planetoid 65 70 10 5
Gertrude Crater Diverse Icy Planetoid 75 25 15 8
Tamora Crater Rocky Planetoid 40 20 25 10
Messina Chasmata Volatile-Rich Planetoid 65 70 10 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

As the largest moon in the Uranian system with 4 habitation sites, Titania represents a prime strategic asset in this distant region.

SPOILERS INSIDE!  

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