Skip to content

Commit

Permalink
Dyson quest (#16050)
Browse files Browse the repository at this point in the history
Fixed old dyson swarm description
Added Horus into dimension list
  • Loading branch information
Hungerya1 authored Apr 24, 2024
1 parent 241ef90 commit 3fb8106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lockedProgress:1": 0,
"autoClaim:1": 0,
"isSilent:1": 0,
"desc:8": "The Dyson Swarm Ground Unit multiblock is basically a solar panel, you just insert Dyson Swarm Modules (how many depends on how much energy you want) and get energy out. There are some complications though:\n- Each second, n of m Modules are destroyed according to this formula: n\u003dX*0.0001*m^1.05, where X is a normally distributed random number between 0 and 2 with mean 1.\n- Needs 1000 L/s of Gelid Cryotheum.\n- Requires n computation per tick according to this formula: n\u003d0.1*m^1.075-128, where m is the amount of modules. As you can see, you get 128 computation for free! Isn\u0027t that nice?\n\n§cNote: §9Tec§1Tech§r\u0027s Multi-Amp Dynamo Hatches and Laser Source Hatches are supported.\n\n§cNote: §rThe amount of each part on the right is only the minimum, depending on how many Dynamo Hatches, Input Busses, Input Hatches and Optical Slave Connectors you use, you may need more Energy Receiver Base Casings, Module Deployment Unit Base Casings or Control Center Base Casings.\n\n§6Fun fact: §rThe maximum output is 105,553,116,266,496 EU/t (limited by 12 UEV 1048576A/t Laser Source Hatches)"
"desc:8": "The Dyson Swarm Ground Unit multiblock is basically a solar panel, you just insert Dyson Swarm Modules (how many depends on how much energy you want) and get energy out. There are some complications though:\n- Each hour, n of m modules are destroyed according to this formula: n \u003d m (2 * 0.066) / (exp(-0.00005 * (m - 1))+exp(0.00003 * cps)), where cps is computation per second,\n- Needs 3.6M L/h of Gelid Cryotheum.\n- Up to 10,000 modules can be inserted into a single Dyson Swarm.\n- Dyson Swarm can only accept up to 100k computation.\n\n§cNote: §9Tec§1Tech§r\u0027s Multi-Amp Dynamo Hatches and Laser Source Hatches are supported.\n\n§cNote: §rThe amount of each part on the right is only the minimum, depending on how many Dynamo Hatches, Input Busses, Input Hatches and Optical Slave Connectors you use, you may need more Energy Receiver Base Casings, Module Deployment Unit Base Casings or Control Center Base Casings.\n\n§4§cNote: §rMachine will §4§4§4§4§r§4explode §rif Dynamo buffer is full.\n\n§6Fun fact: §rThe maximum output is 337B EU/t (limited by 10,000 Modules and the 3.37x dimension bonus of Horus)\n\n(If you don\u0027t want to calculate how many modules you need per hour, the number is 64 for max stats)"
}
},
"tasks:9": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lockedProgress:1": 0,
"autoClaim:1": 0,
"isSilent:1": 0,
"desc:8": "If you read the Dyson Swarm Ground Unit\u0027s tooltip carfeully (which you should), you might have noticed, that it mentions a \"dimension-dependent factor\". The dimension you build the Dyson Swarm multiblock in can greatly affect the real power output.\n\n§lSorted by factor (descending):§r\n§a231% - Barnarda C\n228% - α Centauri Bb\n198% - Vega B\n194% - Venus Space Stations\n176% - Venus\n161% - Mercury\n141% - Barnarda E\n134% - T Ceti E\n126% - Barnarda F\n112% - Ross128b, Ross128ba\n110% - Earth Space Stations\n§6100% - Overworld, Moon\n§c89% - Mars Space Stations\n81% - Mars, Phobos, Deimos\n61% - Asteroids\n60% - Ceres\n48% - Jupiter Space Stations\n44% - Europa, Io, Ganymede\n36% - Saturn Space Stations\n32% - Enceladus, Titan, Callisto\n25% - Uranus Space Stations\n23% - Oberon, Proteus, Miranda\n20% - Neptune Space Stations\n18% - Triton\n16% - Pluto, Kuiper Belt\n15% - Makemake, Haumea\n1% - Garden, Mining and Void Worlds\n§40% - All other dimensions"
"desc:8": "If you read the Dyson Swarm Ground Unit\u0027s tooltip carfeully (which you should), you might have noticed, that it mentions a \"dimension-dependent factor\". The dimension you build the Dyson Swarm multiblock in can greatly affect the real power output.\n\n§lSorted by factor (descending):§r\n§a337% - Horus\n§a231% - Barnarda C\n228% - α Centauri Bb\n198% - Vega B\n194% - Venus Space Stations\n176% - Venus\n161% - Mercury\n141% - Barnarda E\n134% - T Ceti E\n126% - Barnarda F\n112% - Ross128b, Ross128ba\n110% - Earth Space Stations\n§6100% - Overworld, Moon\n§c89% - Mars Space Stations\n81% - Mars, Phobos, Deimos\n61% - Asteroids\n60% - Ceres\n48% - Jupiter Space Stations\n44% - Europa, Io, Ganymede\n36% - Saturn Space Stations\n32% - Enceladus, Titan, Callisto\n25% - Uranus Space Stations\n23% - Oberon, Proteus, Miranda\n20% - Neptune Space Stations\n18% - Triton\n16% - Pluto, Kuiper Belt\n15% - Makemake, Haumea\n1% - Garden, Mining and Void Worlds\n§40% - All other dimensions"
}
},
"tasks:9": {
Expand Down

0 comments on commit 3fb8106

Please sign in to comment.