Unidentified artifacts: Difference between revisions

2,996 bytes added ,  01:36, 27 July 2023
m
Qud text-ified the "weird artifact
(add weight and tier)
m (Qud text-ified the "weird artifact)
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Spoiler|objects that are normally a mystery until identified in game}}
{{Spoiler|objects that are normally a mystery until identified in game}}


This page provides images and other aggregated information about unidentified artifacts.
This page provides aggregated information about complex artifacts that always require identification. It may be possible to narrow down which item an unidentified item is by using the item's weight, trade value (adjusting for the [[Commerce#Trading_Multiplier_Formula|trading multiplier]]), and/or name. Some items, however, cannot be told apart until fully identified (e.g. {{favilink|giant hands}} and {{favilink|high-grade dermal insulation}}).
 
Note that items which do not normally require identification, such as {{qud text|&wbronze &ylong sword}}, may require identification when modded. These kinds of items are not included on the page below. For example, a {{Qud shader|fiery|flaming}} {{qud text|&wbronze &ylong sword}} will appear as an unidentified [[File:Modded bronze long sword unidentified.png|25px]] {{Qud text|weird artifact}} in game until identified.


== Strange Tubes ==
== Strange Tubes ==
{{#cargo_query:tables=WeirdArtifactData=WAD,GeneralData=GD
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=WAD.JoinKey=GD.JoinKey
|join on=AD.JoinKey=GD.JoinKey
|fields=
|fields=
CONCAT('[[File:',WAD.UnknownImage,'{{!}}25px]]')=Image,
CONCAT('{{((}}ExplodeColors{{!}}', GD.TileColors, '{{!}}firstonly=true{{))}}')=Colors,
GD.Weight,
GD.Weight,
UnknownName=Unidentified Name,
CONCAT('<strong>[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ',AD.UnidentifiedName,'</strong>')=Unidentified,
UnknownAltName=Partially-Identified Name,  
CONCAT('<strong>[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ',AD.UnidentifiedAltName,'</strong>')=Partially-Identified,  
CONCAT('{{((}}favilink page{{!}}',WAD._pageName,'{{)}}')=Object,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
GD.Tier
COALESCE(GD.Tier,'-')=Tier,
|where=WAD.UnknownImage IS NOT NULL AND (WAD.UnknownName = 'strange tubes' OR WAD.UnknownAltName = 'strange tubes')
AD.Complexity,
|order by=Colors ASC, Object ASC
GD.Commerce=Trade Value
|where=(AD.UnidentifiedNameStripped = 'strange tubes' OR AD.UnidentifiedAltNameStripped = 'strange tubes') AND GD.Commerce IS NOT NULL
|order by=Identified ASC
|format=table
|format=table
}}
}}


== Strange Plants ==
== Strange Plants ==  
{{#cargo_query:tables=WeirdArtifactData=WAD,GeneralData=GD
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=WAD.JoinKey=GD.JoinKey
|join on=AD.JoinKey=GD.JoinKey
|fields=
|fields=
CONCAT('[[File:',WAD.UnknownImage,'{{!}}25px]]')=Image,
CONCAT('{{((}}ExplodeColors{{!}}', GD.TileColors, '{{))}}')=Colors,
GD.Weight,
GD.Weight,
UnknownName=Unidentified Name,
CONCAT('<strong>[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ',AD.UnidentifiedName,'</strong>')=Unidentified,
UnknownAltName=Partially-Identified Name,  
CONCAT('<strong>[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ',AD.UnidentifiedAltName,'</strong>')=Partially-Identified,  
CONCAT('{{((}}favilink page{{!}}',WAD._pageName,'{{)}}')=Object,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
GD.Tier
COALESCE(GD.Tier,'-')=Tier,
|where=WAD.UnknownImage IS NOT NULL AND (WAD.UnknownName = 'strange plant' OR WAD.UnknownAltName = 'strange plant')
AD.Complexity,
|order by=Colors ASC, Object ASC
GD.Commerce=Trade Value
|where=AD.UnidentifiedNameStripped = 'strange plant' OR AD.UnidentifiedAltNameStripped = 'strange plant'
|order by=Identified ASC
|format=table
|format=table
}}
}}


== Other Items ==
== Small Boxes ==
Note that about a half-dozen items without a sprite in-game are missing from this table due to wiki limitations, such as the {{favilink|gaslight flyssa}} and other gaslight weapons.
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=AD.JoinKey=GD.JoinKey
|fields=
GD.Weight,
CONCAT('<strong>[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ',AD.UnidentifiedName,'</strong>')=Unidentified,
CONCAT('<strong>[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ',AD.UnidentifiedAltName,'</strong>')=Partially-Identified,  
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
COALESCE(GD.Tier,'-')=Tier,
AD.Complexity,
GD.Commerce=Trade Value
|where=AD.UnidentifiedNameStripped = 'small box' OR AD.UnidentifiedNameStripped = 'small metal box'
|order by=Identified ASC
|format=table
}}


Most of those items have an unidentified tile that is identical to the {{favilink|Fix-It spray foam|possessive}} unidentified tile, which you can see in the table below.
== Small Trinkets ==
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=AD.JoinKey=GD.JoinKey
|fields=
GD.Weight,
CONCAT('<strong>[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ',AD.UnidentifiedName,'</strong>')=Unidentified,
CONCAT('<strong>[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ',AD.UnidentifiedAltName,'</strong>')=Partially-Identified,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
COALESCE(GD.Tier,'-')=Tier,
AD.Complexity,
GD.Commerce=Trade Value
|where=AD.UnidentifiedNameStripped = 'small trinket'
|order by=Identified ASC
|format=table
}}


{{#cargo_query:tables=WeirdArtifactData=WAD,GeneralData=GD
== Small Stones ==
|join on=WAD.JoinKey=GD.JoinKey
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=AD.JoinKey=GD.JoinKey
|fields=
|fields=
CONCAT('[[File:',WAD.UnknownImage,'{{!}}25px]]')=Image,
CONCAT('{{((}}ExplodeColors{{!}}', GD.TileColors, '{{))}}')=Colors,
GD.Weight,
GD.Weight,
UnknownName=Unidentified Name,
CONCAT('<strong>[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ',AD.UnidentifiedName,'</strong>')=Unidentified,
UnknownAltName=Partially-Identified Name,  
CONCAT('<strong>[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ',AD.UnidentifiedAltName,'</strong>')=Partially-Identified,  
CONCAT('{{((}}favilink page{{!}}',WAD._pageName,'{{)}}')=Object,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
GD.Tier
COALESCE(GD.Tier,'-')=Tier,
|where=WAD.UnknownImage IS NOT NULL AND WAD.UnknownName <> 'strange tubes' AND WAD.UnknownAltName <> 'strange tubes' AND WAD.UnknownName <> 'strange plant' AND WAD.UnknownAltName <> 'strange plant'
AD.Complexity,
|order by=Colors ASC, Object ASC
GD.Commerce=Trade Value
|where=AD.UnidentifiedNameStripped = 'small stone'
|order by=Identified ASC
|format=table
}}
 
== Weird Artifacts and More ==
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=AD.JoinKey=GD.JoinKey
|fields=
COALESCE(GD.Weight,'-')=Weight,
CONCAT('<strong>',CASE WHEN UnidentifiedImage IS NOT NULL THEN CONCAT('[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ') ELSE '' END,AD.UnidentifiedName,'</strong>')=Unidentified,
CONCAT('<strong>',CASE WHEN UnidentifiedImage IS NOT NULL THEN CONCAT('[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ') ELSE '' END,AD.UnidentifiedAltName,'</strong>')=Partially-Identified,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
COALESCE(GD.Tier,'-')=Tier,
AD.Complexity,
GD.Commerce=Trade Value
|where=AD.UnidentifiedNameStripped <> 'strange tubes' AND AD.UnidentifiedAltNameStripped <> 'strange tubes' AND AD.UnidentifiedNameStripped <> 'strange plant' AND AD.UnidentifiedAltNameStripped <> 'strange plant' AND AD.UnidentifiedNameStripped <> 'small trinket' AND AD.UnidentifiedNameStripped <> 'small stone' AND AD.UnidentifiedNameStripped <> 'small box' AND AD.UnidentifiedNameStripped <> 'small metal box' AND GD.Commerce IS NOT NULL
|order by=Identified ASC
|format=table
|format=table
|limit=500
|limit=500
}}
}}
{{Mechanics Navbox}}
[[Category:Mechanics]]
1,621

edits