Bits: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(→‎Scrap: explicate 0 bits)
Line 5: Line 5:
==Scrap==
==Scrap==
Scrap are items that generally have one or two guaranteed type of bit. There is regular scrap, and medical scrap. Medical scrap is much rarer. A "0" bit will be randomly assigned A, B, C, or D, consistently for a given item type in a given game.
Scrap are items that generally have one or two guaranteed type of bit. There is regular scrap, and medical scrap. Medical scrap is much rarer. A "0" bit will be randomly assigned A, B, C, or D, consistently for a given item type in a given game.
{{#cargo_query:table=ItemsTable,_pageData,GeneralData|join on=ItemsTable._pageName=_pageData._pageName,GeneralData._pageName=ItemsTable._pageName|fields=CONCAT('[[File:',GeneralData.Image,'|16px]][[',ItemsTable._pageName,']]')=Scrap,Bits|where=ItemsTable._pageNamespace='0' AND Bits <> '' AND _categories HOLDS 'Scrap'|order by=Bits}}
{{#cargo_query:table=ItemsTable,_pageData,GeneralData|join on=ItemsTable._pageName=_pageData._pageName,GeneralData._pageName=ItemsTable._pageName|fields=CONCAT('[[File:',GeneralData.Image,'|16px]][[',ItemsTable._pageName,']]')=Scrap,Bits|where=ItemsTable._pageNamespace='0' AND Bits <> '' AND _categories HOLDS 'Scrap'|order by=_rowID}}


[[Category:Mechanics]]
[[Category:Mechanics]]

Revision as of 20:02, 10 August 2020

Bits are components used for Tinkering. Bits can be denoted by either colored dots or by letters and numbers. On the wiki, letters and numbers will be used. If a bit is <0>, that means on game start, it will be a random choice between <A>, <B>, <C>, and <D> bits. Bits are acquired by disassembling an item that is able to be disassembled.

This article has information that is missing or not up to par.
Reason: What are the actual bits and their codes?

Scrap

Scrap are items that generally have one or two guaranteed type of bit. There is regular scrap, and medical scrap. Medical scrap is much rarer. A "0" bit will be randomly assigned A, B, C, or D, consistently for a given item type in a given game.

Error: No field named "Bits" found for any of the specified database tables.