Unidentified artifacts: Difference between revisions

m
Qud text-ified the "weird artifact
mNo edit summary
m (Qud text-ified the "weird artifact)
 
(7 intermediate revisions by 2 users not shown)
Line 3: Line 3:
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}}).
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]] weird artifact in game until identified.
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,ItemsTable=IT
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=WAD.JoinKey=GD.JoinKey,WAD.JoinKey=IT.JoinKey
|join on=AD.JoinKey=GD.JoinKey
|fields=
|fields=
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,'{{)}}')=Identified Object,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
GD.Tier,
COALESCE(GD.Tier,'-')=Tier,
IT.Complexity,
AD.Complexity,
GD.Commerce=Trade Value
GD.Commerce=Trade Value
|where=(WAD.UnknownNameStripped = 'strange tubes' OR WAD.UnknownAltNameStripped = 'strange tubes') AND GD.Commerce IS NOT NULL
|where=(AD.UnidentifiedNameStripped = 'strange tubes' OR AD.UnidentifiedAltNameStripped = 'strange tubes') AND GD.Commerce IS NOT NULL
|order by=Identified Object ASC
|order by=Identified ASC
|format=table
|format=table
}}
}}


== Strange Plants ==  
== Strange Plants ==  
{{#cargo_query:tables=WeirdArtifactData=WAD,GeneralData=GD,ItemsTable=IT
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=WAD.JoinKey=GD.JoinKey,WAD.JoinKey=IT.JoinKey
|join on=AD.JoinKey=GD.JoinKey
|fields=
|fields=
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,'{{)}}')=Identified Object,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
COALESCE(GD.Tier,'-')=Tier,
COALESCE(GD.Tier,'-')=Tier,
IT.Complexity,
AD.Complexity,
GD.Commerce=Trade Value
GD.Commerce=Trade Value
|where=WAD.UnknownNameStripped = 'strange plant' OR WAD.UnknownAltNameStripped = 'strange plant'
|where=AD.UnidentifiedNameStripped = 'strange plant' OR AD.UnidentifiedAltNameStripped = 'strange plant'
|order by=Identified Object ASC
|order by=Identified ASC
|format=table
|format=table
}}
}}


== Small Boxes ==
== Small Boxes ==
{{#cargo_query:tables=WeirdArtifactData=WAD,GeneralData=GD,ItemsTable=IT
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=WAD.JoinKey=GD.JoinKey,WAD.JoinKey=IT.JoinKey
|join on=AD.JoinKey=GD.JoinKey
|fields=
|fields=
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,'{{)}}')=Identified Object,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
COALESCE(GD.Tier,'-')=Tier,
COALESCE(GD.Tier,'-')=Tier,
IT.Complexity,
AD.Complexity,
GD.Commerce=Trade Value
GD.Commerce=Trade Value
|where=WAD.UnknownNameStripped = 'small box' OR WAD.UnknownNameStripped = 'small metal box'
|where=AD.UnidentifiedNameStripped = 'small box' OR AD.UnidentifiedNameStripped = 'small metal box'
|order by=Identified Object ASC
|order by=Identified ASC
|format=table
|format=table
}}
}}


== Small Trinkets ==
== Small Trinkets ==
{{#cargo_query:tables=WeirdArtifactData=WAD,GeneralData=GD,ItemsTable=IT
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=WAD.JoinKey=GD.JoinKey,WAD.JoinKey=IT.JoinKey
|join on=AD.JoinKey=GD.JoinKey
|fields=
|fields=
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,'{{)}}')=Identified Object,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
COALESCE(GD.Tier,'-')=Tier,
COALESCE(GD.Tier,'-')=Tier,
IT.Complexity,
AD.Complexity,
GD.Commerce=Trade Value
GD.Commerce=Trade Value
|where=WAD.UnknownNameStripped = 'small trinket'
|where=AD.UnidentifiedNameStripped = 'small trinket'
|order by=Identified Object ASC
|order by=Identified ASC
|format=table
|format=table
}}
}}


== Small Stones ==
== Small Stones ==
{{#cargo_query:tables=WeirdArtifactData=WAD,GeneralData=GD,ItemsTable=IT
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=WAD.JoinKey=GD.JoinKey,WAD.JoinKey=IT.JoinKey
|join on=AD.JoinKey=GD.JoinKey
|fields=
|fields=
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,'{{)}}')=Identified Object,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
COALESCE(GD.Tier,'-')=Tier,
COALESCE(GD.Tier,'-')=Tier,
IT.Complexity,
AD.Complexity,
GD.Commerce=Trade Value
GD.Commerce=Trade Value
|where=WAD.UnknownNameStripped = 'small stone'
|where=AD.UnidentifiedNameStripped = 'small stone'
|order by=Identified Object ASC
|order by=Identified ASC
|format=table
|format=table
}}
}}


== Weird Artifacts and More ==
== Weird Artifacts and More ==
{{#cargo_query:tables=WeirdArtifactData=WAD,GeneralData=GD,ItemsTable=IT
{{#cargo_query:tables=ArtifactData=AD,GeneralData=GD
|join on=WAD.JoinKey=GD.JoinKey,WAD.JoinKey=IT.JoinKey
|join on=AD.JoinKey=GD.JoinKey
|fields=
|fields=
COALESCE(GD.Weight,'-')=Weight,
COALESCE(GD.Weight,'-')=Weight,
UnknownName=Unidentified Name,
CONCAT('<strong>',CASE WHEN UnidentifiedImage IS NOT NULL THEN CONCAT('[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ') ELSE '' END,AD.UnidentifiedName,'</strong>')=Unidentified,
UnknownAltName=Partially-Identified Name,  
CONCAT('<strong>',CASE WHEN UnidentifiedImage IS NOT NULL THEN CONCAT('[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ') ELSE '' END,AD.UnidentifiedAltName,'</strong>')=Partially-Identified,  
CONCAT('{{((}}favilink page{{!}}',WAD._pageName,'{{)}}')=Identified Object,
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
COALESCE(GD.Tier,'-')=Tier,
COALESCE(GD.Tier,'-')=Tier,
IT.Complexity,
AD.Complexity,
GD.Commerce=Trade Value
GD.Commerce=Trade Value
|where=WAD.UnknownNameStripped <> 'strange tubes' AND WAD.UnknownAltNameStripped <> 'strange tubes' AND WAD.UnknownNameStripped <> 'strange plant' AND WAD.UnknownAltNameStripped <> 'strange plant' AND WAD.UnknownNameStripped <> 'small trinket' AND WAD.UnknownNameStripped <> 'small stone' AND WAD.UnknownNameStripped <> 'small box' AND WAD.UnknownNameStripped <> 'small metal box' AND GD.Commerce IS NOT NULL
|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 Object ASC
|order by=Identified ASC
|format=table
|format=table
|limit=500
|limit=500
}}
}}


{{Mechanics Navbox}}
[[Category:Mechanics]]
[[Category:Mechanics]]
1,621

edits