Co-processor: Difference between revisions

415 bytes added ,  02:08, 3 October 2021
Add list of eligible items
m (typo)
(Add list of eligible items)
Line 23: Line 23:
==Compute Power==
==Compute Power==
Co-processors provide [[Compute power|compute power]]. The amount of compute power provided depends on the tier of the modded item. Low-tier items, such as a {{favilink|knollworm skull}}, provide little compute power. High tier items, such as a {{favilink|zetachrome apex}} provide a significant amount of compute power.
Co-processors provide [[Compute power|compute power]]. The amount of compute power provided depends on the tier of the modded item. Low-tier items, such as a {{favilink|knollworm skull}}, provide little compute power. High tier items, such as a {{favilink|zetachrome apex}} provide a significant amount of compute power.
== Eligible Items ==
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD
  | join on = M.JoinKey=GD.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}',M.ObjectID,'{{)}}')=Item,
            CONCAT('+',CEIL(GD.Tier * 0.25))=Intelligence,
            CONCAT('+',CEIL(GD.Tier * 2.5))=Compute Power
  | where = M.SupportedMods HOLDS 'HeadwearMods'
  | order by = GD.Tier DESC,GD.PlainName
  | format = table
}}


==References==
==References==
<references />
<references />
{{Mod Navbox}}
{{Mod Navbox}}