Scrap: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(Redirected page to Category:Scrap)
 
(Removed redirect to Category:Scrap)
Line 1: Line 1:
#REDIRECT [[:Category:Scrap]]
{{Stub}}{{As Of Patch|2.0.202.22}}
Scrap are items that generally have one or two guaranteed type of [[bits]]. There is regular scrap, and medical scrap. Medical scrap is much rarer.
 
Scrap can be obtained as random loot, by using [[Scavenger]] to rifle through piles of trash, or by having said skill and killing robots. Legendary [[Barathrumites]] and tinkers will also sell scrap.
 
{{#cargo_query:tables=ItemsTable=IT, _pageData=PD
|join on=IT._pageName = PD._pageName
|fields=CONCAT("{{favilink id{{!}}", IT.ObjectID, "}}") = Scrap, CONCAT("{{Bits{{!}}", Bits, "}}")=Bits
|where=IT._pageNamespace='0' AND IT.Bits <> '' AND PD._categories HOLDS 'Scrap'|order by=_rowID}}
 
For the category, see [[:Category:Scrap]].

Revision as of 04:50, 23 January 2021

This article is a stub. You can help Caves of Qud Wiki by expanding it.
This article is a stub. You can help Caves of Qud Wiki by expanding it.

This information is reliable as of patch 2.0.202.22. If this is no longer the current patch, you can help by updating it.
As of Patch This information is reliable as of patch 2.0.202.22.

Scrap are items that generally have one or two guaranteed type of bits. There is regular scrap, and medical scrap. Medical scrap is much rarer.

Scrap can be obtained as random loot, by using Scavenger to rifle through piles of trash, or by having said skill and killing robots. Legendary Barathrumites and tinkers will also sell scrap.

Error 1054: Unknown column 'Bits' in 'field list' (localhost)

Function: CargoSQLQuery::run Query: SELECT CONCAT("{{favilink id|", `IT`.`ObjectID`, "}}") AS `Scrap`,CONCAT("{{Bits|", Bits, "}}") AS `Bits` FROM `ItemsTable` `IT` LEFT OUTER JOIN `_pageData` `PD` ON ((`IT`.`_pageName`=`PD`.`_pageName`)) WHERE `IT`.`_pageNamespace`='0' AND `IT`.`Bits` <> AND `PD`.`_ID` IN (SELECT `_rowID` FROM `_pageData___categories` WHERE `_value`= 'Scrap') ORDER BY `_rowID` LIMIT 100

For the category, see Category:Scrap.