Orbital Collector and Template:ItemIcon/style.css: Difference between pages

From the Dyson Sphere Program Wiki
(Difference between pages)
imported>76561198045853337
(remove duplicate info, unify the decimal separator)
 
imported>76561197988310586
No edit summary
 
Line 1: Line 1:
<div style="float: right; clear: right;">
.item_icon_container {
{{:{{PAGENAME}}/ItemInfo}}
display:inline-block;
</div>
position:relative;
==Summary==
}
Generates [[Hydrogen]] and [[Deuterium]] when placed on the equator of a [[Gas Giant]], or Hydrogen and [[Fire Ice]] on the equator of an [[Gas Giant#Ice Giant|Ice Giant]].


The resource collection rate depends on the yield of the giant and the gathering speed of the [[Orbital Collector]]. The default gathering speed is 8. The gathering speed can be increased with the [[Veins_Utilization_(Upgrade)| Veins Utilization]] upgrade. The collection rate is calulated as yield * gathering speed.
.item_icon_container>div {
 
position:absolute;   
However, some of the collected resources will be used to power the [[Orbital Collector]], which drastically lowers how much resources are actually usable.
font-family: TemplateStyles-SairaM;
Both resources will be used to fuel the [[Orbital Collector]], regardless of how much is stored of each resource.
bottom:-5px;
The resources are used proportionally to how much is collected per second, and how much energy is generated by burning the resource.
right:0;
 
color:#8bffff;
For example: A giant has a yield of 0.5 fireice/s and 0.25 hydrogen/s. The actual resource yield can be calculated like this:
text-shadow: 0 0 4px #8bffff;
 
}
{| class="wikitable"
! Collection rate !! Power value !! % of total power collected !! Power diverted to Orbital Collector !! Resources remaining
|-
| 0.5 fireice/s * 8 = '''4 fireice/s'''
| 4.8 MJ/fireice * 4 fireice/s = '''19.2 MW'''
| style="text-align:center"| '''55%'''
| 0.55 * 30MW = '''16.5 MW'''
| (19.2 MW - 16.5 MW) / 4.8 MJ/fireice = '''0.56 fireice/s'''
|-
| 0.25 hydrogen/s * 8 = '''2 hydrogen/s '''
| 8 MJ/hydrogen * 2 hydrogen/s = '''16 MW'''
| style="text-align:center"| '''45%'''
| 0.45 * 30MW = '''13.5 MW'''
| (16 MW - 13.5 MW) / 8 MJ/hydrogen = '''0.3125 hydrogen/s'''
|}
 
With the default gathering speed, most of the resources are lost to power the [[Orbital Collector]]. Researching higher levels of the [[Veins_Utilization_(Upgrade)| Veins Utilization]] is important to get good yields, as this increases the gathering speed of the [[Orbital Collector]] while keeping the power consumption the same.
 
==Production Chain==
{{ProductionChainTable/head}}
{{ProductionChain
|Building=Assembler
|Replicator=Yes
|Technology=Gas Giants Exploitation
|Recipe=         
  {{ItemRecipe
    |Out1=Orbital Collector
    |Out1Qty=1
    |CraftTime=30 s
    |In1=Interstellar Logistics Station
    |In1Qty=1
    |In2=Super-Magnetic Ring
    |In2Qty=50
    |In3=Reinforced Thruster
    |In3Qty=20
    |In4=Full Accumulator
    |In4Qty=20
    }}
  }}
|}
 
==Player Tips & Tricks==
It is possible to place more than one collector on a [[Gas Giant]], although there is a minimum distance between collectors required. Placing them at the minimal possible distance will let you place a maximum of 40 collectors.
 
In order to export products from an orbital collector set to the collector to remote supply then on planet you wish to receive the collected products set get fire ice | hydrogen | deuterium remotely supplied and stored locally.
 
[[Category:Item]]
[[Category:Building]]
[[Category:Logistics]]

Revision as of 13:17, 9 February 2021

.item_icon_container {
	display:inline-block;
	position:relative;
}

.item_icon_container>div {
	position:absolute;    
	font-family: TemplateStyles-SairaM;
	bottom:-5px;
	right:0;
	color:#8bffff;
	text-shadow: 0 0 4px #8bffff;
}
🍪 We use cookies to keep session information to provide you a better experience.