Radio-powered: Difference between revisions

1,622 bytes added ,  05:53, 14 September 2022
either this changed at some point or someone didn't read closely enough. tested in game w/ show debug internals
No edit summary
(either this changed at some point or someone didn't read closely enough. tested in game w/ show debug internals)
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Mod
{{Mod
|title     ={{qud text|&Cradio-powered|notxml}}
| title             = {{qud text|&Cradio-powered|notxml}}
|type       =Energy Cell
| type               = Energy Cell
|id         =ModRadioPowered
| id                 = ModRadioPowered
|rarity     =R
| rarity             = R
|tinkerable =yes
| tinkerable         = yes
|tinkertier =4
| canautotinker      = no
|value     =1.3
| tinkertier         = 4
|desc       =&CRadio-powered: This item can be recharged via broadcast power.
| value             = 1.3
| difficulty        = 5
| complexity        = 3
| empsensitive      = no
| powerloadsensitive = no
| realitydistortion  = no
| desc               = &CRadio-powered: This item can be recharged via broadcast power.\n&CThis object has a broadcast power receiver that can pick up electrical charge either from satellites if not too far underground or from a nearby broadcast power transmitter.
| gameversion        = 2.0.201.114
}}
}}
{{missing info|How fast does this recharge cells? What can affect it? (todo: add list of various reasons of interference in historyspice.json)}}
 
{{name}} is a mod that can be applied to all [[energy cell]]s excluding ones that are fueled by liquid. When modded to an energy cell, they will passively recharge themselves as long as the player character is close enough to the surface, or in the same zone as a working {{favilink|broadcast power station}}. This is an application of [[broadcast power]].
 
==Recharge speed==
The speed that this mod recharges cells depends on the cell's tier, in which the charge rate is 10 * tier every game tick. The max depth that the cell can be recharged at is 1 + tier deep. If the cell can already charge using broadcast power, it uses the greater charge rate and max depth. Energy cells that charge through another method like {{favilink|fidget cell|plural}} or {{favilink|solar cell|plural}} will have the higher charge rate be used.{{Code Reference|class = ModRadioPowered}}
 
===Estimated Recharge Speed===
{{#cargo_query:table=ArtifactData=AD,GeneralData=GD|join on=AD.JoinKey=GD.JoinKey|fields=AD._pageName=Energy Cell,AD.MaxCharge,FLOOR(GD.Tier*10)=Recharge Speed,FLOOR(GD.Tier + 1)=Max Depth|where=AD._pageNamespace='0' AND GD.ParentObject WITHIN 'Energy Cell'|order by=Recharge Speed ASC}}
 
==Satellite Power Occlusion==
{{Excerpt|Broadcast power#Satellite Power Occlusion}}
 
==References==
<references/>
{{Mod Navbox}}
321

edits