Unidentified artifacts: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
No edit summary
rip small trinkets
 
(23 intermediate revisions by 4 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,
COALESCE(GD.Weight,'-')=Weight,
CONCAT('{{((}}ExplodeColors{{!}}', GD.TileColors, '{{))}}')=Colors,
CONCAT('<strong>',CASE WHEN UnidentifiedImage IS NOT NULL THEN CONCAT('[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ') ELSE '' END,AD.UnidentifiedName,'</strong>')=Unidentified,
UnknownName=Unidentified Name,
CONCAT('<strong>',CASE WHEN UnidentifiedImage IS NOT NULL THEN CONCAT('[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ') ELSE '' END,AD.UnidentifiedAltName,'</strong>')=Partially-Identified,  
UnknownAltName=Partially-Identified Name,  
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
CONCAT('{{((}}favilink page{{!}}',WAD._pageName,'{{)}}')=Object
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 and Meats ==  
{{#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,
COALESCE(GD.Weight,'-')=Weight,
CONCAT('{{((}}ExplodeColors{{!}}', GD.TileColors, '{{))}}')=Colors,
CONCAT('<strong>',CASE WHEN UnidentifiedImage IS NOT NULL THEN CONCAT('[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ') ELSE '' END,AD.UnidentifiedName,'</strong>')=Unidentified,
UnknownName=Unidentified Name,
CONCAT('<strong>',CASE WHEN UnidentifiedImage IS NOT NULL THEN CONCAT('[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ') ELSE '' END,AD.UnidentifiedAltName,'</strong>')=Partially-Identified,
UnknownAltName=Partially-Identified Name,  
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
CONCAT('{{((}}favilink page{{!}}',WAD._pageName,'{{)}}')=Object
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'
OR AD.UnidentifiedNameStripped = 'strange piece of meat' OR AD.UnidentifiedAltNameStripped = 'strange piece of meat'
|order by=Identified ASC
|format=table
|format=table
}}
}}


== Other Items ==
== Small Tubes ==
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=
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 = 'small tube' OR AD.UnidentifiedAltNameStripped = 'small tube'
OR AD.UnidentifiedNameStripped = 'small *color* tube' OR AD.UnidentifiedAltNameStripped = 'small *color* tube'
|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.
== Odd Trinkets ==
{{#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 = 'odd trinket' OR AD.UnidentifiedAltNameStripped = 'odd trinket'
|order by=Identified ASC
|format=table
}}


{{#cargo_query:tables=WeirdArtifactData=WAD,GeneralData=GD
== Weird Artifacts and More ==
|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,
COALESCE(GD.Weight,'-')=Weight,
CONCAT('{{((}}ExplodeColors{{!}}', GD.TileColors, '{{))}}')=Colors,
CONCAT('<strong>',CASE WHEN UnidentifiedImage IS NOT NULL THEN CONCAT('[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ') ELSE '' END,AD.UnidentifiedName,'</strong>')=Unidentified,
UnknownName=Unidentified Name,
CONCAT('<strong>',CASE WHEN UnidentifiedImage IS NOT NULL THEN CONCAT('[[Image:',UnidentifiedImage,'{{!}}16px{{!}}link=]] ') ELSE '' END,AD.UnidentifiedAltName,'</strong>')=Partially-Identified,
UnknownAltName=Partially-Identified Name,  
CONCAT('{{((}}favilink page{{!}}',AD._pageName,'{{)}}')=Identified,
CONCAT('{{((}}favilink page{{!}}',WAD._pageName,'{{)}}')=Object
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 <> 'strange tubes' AND AD.UnidentifiedAltNameStripped <> 'strange tubes'  
AND AD.UnidentifiedNameStripped <> 'strange plant' AND AD.UnidentifiedAltNameStripped <> 'strange plant'
AND AD.UnidentifiedNameStripped <> 'strange piece of meat' AND AD.UnidentifiedAltNameStripped <> 'strange piece of meat'
AND AD.UnidentifiedNameStripped <> 'small tube' AND AD.UnidentifiedAltNameStripped <> 'small tube'
AND AD.UnidentifiedNameStripped <> 'small *color* tube' AND AD.UnidentifiedAltNameStripped <> 'small *color* tube'
AND AD.UnidentifiedNameStripped <> 'odd trinket' AND AD.UnidentifiedAltNameStripped <> 'odd trinket'
AND GD.Commerce IS NOT NULL
|order by=Identified ASC
|format=table
|format=table
|limit=500
|limit=500
}}
}}
{{Mechanics Navbox}}
[[Category:Mechanics]]

Latest revision as of 02:24, 26 May 2025

Spoiler Warning: This article contains spoilers regarding objects that are normally a mystery until identified in game. Proceed at your own discretion.

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 trading multiplier), and/or name. Some items, however, cannot be told apart until fully identified (e.g. giant hands and high-grade dermal insulation).

Note that items which do not normally require identification, such as bronze long sword, may require identification when modded. These kinds of items are not included on the page below. For example, a flaming bronze long sword will appear as an unidentified weird artifact in game until identified.

Strange Tubes

Weight Unidentified Partially-Identified Identified Tier Complexity Trade Value
70 strange tubes strange tubes blast cannon 7 7 2,000.0
40 strange tubes strange tubes chaingun 4 4 250.0
- strange tubes strange tubes naser cannon 8 7 2,000.0
15 strange tubes strange tubes grenade launcher 3 3 490.0
15 strange tubes strange tubes mechanical wings 2 2 500.0
1 strange tubes weird artifact metal folding chair 1 1 5.0
25 strange tubes strange tubes missile launcher 4 4 490.0
5 strange tubes strange tubes mortar tube 4 4 300.0
10 strange tubes strange tubes powered exoskeleton 6 6 535.0
300 strange tubes strange tubes swarm rack 8 8 3,200.0

Strange Plants and Meats

Weight Unidentified Partially-Identified Identified Tier Complexity Trade Value
1 strange piece of meat pistol psychal fleshgun 7 7 900.0
5 strange plant rifle seed spitter 2 2 25.0
1 strange plant weird artifact sower's seed - 3 10.0
5 strange plant rifle thistle pitcher 2 3 25.0

Small Tubes

Weight Unidentified Partially-Identified Identified Tier Complexity Trade Value
0 small *color* tube small *color* tube blaze injector 2 1 40.0
0 small *color* tube small *color* tube Eaters' nectar injector 7 1 100.0
0 small tube small tube empty injector 3 1 3.0
0 small *color* tube small *color* tube hulk honey injector 2 1 40.0
0 small *color* tube small *color* tube love injector 2 1 40.0
0 small *color* tube small *color* tube rubbergum injector 2 1 40.0
0 small *color* tube small *color* tube salve injector 1 1 40.0
0 small *color* tube small *color* tube shade oil injector 3 1 40.0
0 small *color* tube small *color* tube skulk injector 2 1 40.0
0 small *color* tube small *color* tube sphynx salt injector 5 1 40.0
0 small *color* tube small *color* tube ubernostrum injector 5 1 75.0

Odd Trinkets

Weight Unidentified Partially-Identified Identified Tier Complexity Trade Value
1 odd trinket weird artifact antimatter cell 8 1 125.0
1 odd trinket tool Bethesda Susa recoiler 4 2 55.0
1 odd trinket jewelry bio-scanning bracelet 4 4 25.0
1 odd trinket weird artifact biodynamic cell 6 2 100.0
1 odd trinket weird artifact box of crayons 1 1 10.0
1 odd trinket weird artifact bubble level 1 1 5.0
1 odd trinket weird artifact chem cell 1 1 50.0
1 odd trinket weird artifact combustion cell 4 2 70.0
1 odd trinket jewelry compass bracelet 2 2 25.0
0 odd trinket weird artifact desalination pellet 2 2 25.0
1 odd trinket jewelry displacer bracelet 6 4 90.0
1 odd trinket tool droid scrambler 2 1 25.0
1 odd trinket tool Ezra recoiler 5 2 65.0
1 odd trinket weird artifact fidget cell 1 1 60.0
1 odd trinket jewelry force bracelet 4 4 125.0
1 odd trinket tool Golgotha recoiler 4 2 45.0
1 odd trinket tool Grit Gate recoiler 3 2 35.0
1 odd trinket weird artifact gyre iron 1 1 5.0
1 odd trinket jewelry hologram bracelet 4 4 125.0
1 odd trinket tool Joppa recoiler 2 2 25.0
1 odd trinket tool Kyakukya recoiler 4 2 45.0
1 odd trinket weird artifact lead-acid cell 4 2 60.0
1 odd trinket weird artifact nuclear cell 7 1 100.0
1 odd trinket jewelry ontological anchor 6 6 50.0
8 odd trinket tool portable wall 4 4 25.0
1 odd trinket jewelry precinct navigator 4 3 40.0
1 odd trinket tool programmable recoiler 4 4 80.0
1 odd trinket tool random-point recoiler 4 3 15.0
1 odd trinket tool reprogrammable recoiler 6 6 210.0
1 odd trinket weird artifact salt mill 1 1 5.0
1 odd trinket tool Six Day Stilt recoiler 4 2 80.0
1 odd trinket jewelry slip ring 5 5 100.0
10 odd trinket weird artifact small sphere of negative weight 7 7 30.0
1 odd trinket weird artifact solar cell 2 1 75.0
1 odd trinket jewelry structural scanning bracelet 4 4 20.0
3 odd trinket tool Templar phylactery 6 6 100.0
1 odd trinket weird artifact thermoelectric cell 5 2 80.0
1 odd trinket weird artifact timecube 8 8 3,000.0
1 odd trinket jewelry tri-hologram bracelet 7 7 1,500.0
1 odd trinket jewelry wrist calc 4 4 20.0
1 odd trinket jewelry wrist fan 3 3 20.0
1 odd trinket tool Yd Freehold recoiler 7 2 100.0

Weird Artifacts and More

Weight Unidentified Partially-Identified Identified Tier Complexity Trade Value
5 weird artifact boots 3D cobblers 7 7 1,400.0
0 weird artifact weird artifact air current microsensor - 3 120.0
1 weird artifact weird artifact anchor spikes - 3 120.0
1 weird artifact weird artifact anomaly fumigator - 4 180.0
4 weird artifact boots anti-gravity boots 7 5 1,000.0
5 weird artifact cannon arc cannon 4 4 300.0
4 weird artifact pistol arc winder 5 5 750.0
5 weird artifact axe Ari 4 1 95.0
1 weird artifact weird artifact beautiful visage - 4 180.0
2 weird artifact weird artifact biodynamic power plant - 6 360.0
8 weird artifact weird artifact bionic arm - 4 180.0
5 weird artifact weird artifact bionic hands - 4 180.0
2 weird artifact weird artifact bionic heart - 4 180.0
0 weird artifact weird artifact bionic liver - 4 180.0
0 weird artifact weird artifact black mote 8 8 1,666.0
6 weird artifact pistol blood-gradient hand vacuum 6 6 666.0
5 weird artifact pistol booster gun 1 1 150.0
7 weird artifact boots bounding boots 4 4 100.0
15 weird artifact weird artifact carbide hand bones - 3 120.0
11 weird artifact rifle carbine 3 1 100.0
5 weird artifact sword Caslainard 4 1 95.0
20 weird artifact weird artifact cathedra with black opal tracery - 7 2,000.0
20 weird artifact weird artifact cathedra with ruby tracery - 7 2,000.0
20 weird artifact weird artifact cathedra with sapphire tracery - 7 2,000.0
20 weird artifact weird artifact cathedra with white opal tracery - 7 2,000.0
40 weird artifact rifle chain laser 5 5 1,000.0
7 weird artifact pistol chain pistol 4 4 150.0
1 weird artifact weird artifact cherubic visage - 3 60.0
10 weird artifact weird artifact chiral rings 7 6 1,250.0
16 weird artifact rifle combat shotgun 3 3 100.0
1 weird artifact weird artifact communications interlock - 3 120.0
9 weird artifact weird artifact crysteel hand bones - 7 600.0
0 weird artifact weird artifact custom visage - 4 180.0
5 weird artifact pistol dart gun 1 1 150.0
1 weird artifact grenade acid gas grenade mk III 5 1 40.0
1 weird artifact grenade acid gas grenade mk II 3 1 30.0
1 weird artifact grenade acid gas grenade mk I 1 1 20.0
1 weird artifact grenade defoliant grenade mk III 5 1 40.0
1 weird artifact grenade defoliant grenade mk II 3 1 30.0
1 weird artifact grenade defoliant grenade mk I 1 1 20.0
1 weird artifact grenade EMP grenade mk III 5 1 20.0
1 weird artifact grenade EMP grenade mk II 3 1 20.0
1 weird artifact grenade EMP grenade mk I 1 1 20.0
1 weird artifact grenade flashbang grenade mk III 5 1 40.0
1 weird artifact grenade flashbang grenade mk II 3 1 30.0
1 weird artifact grenade flashbang grenade mk I 1 1 20.0
1 weird artifact grenade freeze grenade mk III 5 1 40.0
1 weird artifact grenade freeze grenade mk II 3 1 30.0
1 weird artifact grenade freeze grenade mk I 1 1 20.0
1 weird artifact grenade fungicide grenade mk III 5 1 40.0
1 weird artifact grenade fungicide grenade mk II 3 1 30.0
1 weird artifact grenade fungicide grenade mk I 1 1 20.0
1 weird artifact grenade glitter grenade mk III 7 1 40.0
1 weird artifact grenade glitter grenade mk II 5 1 30.0
1 weird artifact grenade glitter grenade mk I 3 1 20.0
1 weird artifact grenade gravity grenade mk III 8 1 80.0
1 weird artifact grenade gravity grenade mk II 6 1 60.0
1 weird artifact grenade gravity grenade mk I 4 1 40.0
1 weird artifact grenade high explosive grenade mk III 5 1 40.0
1 weird artifact grenade high explosive grenade mk II 3 1 30.0
1 weird artifact grenade high explosive grenade mk I 1 1 20.0
- weird artifact weird artifact ice-encrusted fist - 1 0.01
- weird artifact pistol lightlock 6 6 750.0
1 weird artifact grenade normality gas grenade mk III 6 1 40.0
1 weird artifact grenade normality gas grenade mk II 4 1 30.0
1 weird artifact grenade normality gas grenade mk I 2 1 20.0
1 weird artifact grenade plasma grenade mk III 7 1 120.0
1 weird artifact grenade plasma grenade mk II 5 1 80.0
1 weird artifact grenade plasma grenade mk I 3 1 40.0
- weird artifact weird artifact point-defense laser 6 6 400.0
1 weird artifact grenade poison gas grenade mk III 5 1 40.0
1 weird artifact grenade poison gas grenade mk II 3 1 30.0
1 weird artifact grenade poison gas grenade mk I 1 1 20.0
1 weird artifact grenade resonance grenade mk III 6 1 20.0
1 weird artifact grenade resonance grenade mk II 4 1 20.0
1 weird artifact grenade resonance grenade mk I 2 1 20.0
- weird artifact weird artifact )rondure of light 7 7 0.01
- weird artifact rifle shoulder-mounted light cannon 7 7 750.0
1 weird artifact grenade sleep gas grenade mk III 5 1 20.0
1 weird artifact grenade sleep gas grenade mk II 3 1 20.0
1 weird artifact grenade sleep gas grenade mk I 1 1 20.0
3 weird artifact grenade spring-turret grenade mk III 6 1 50.0
2 weird artifact grenade spring-turret grenade mk II 4 1 40.0
1 weird artifact grenade spring-turret grenade mk I 2 1 30.0
1 weird artifact grenade stasis grenade mk III 6 1 20.0
1 weird artifact grenade stasis grenade mk II 4 1 20.0
1 weird artifact grenade stasis grenade mk I 2 1 20.0
1 weird artifact grenade stun gas grenade mk III 5 1 40.0
1 weird artifact grenade stun gas grenade mk II 3 1 30.0
1 weird artifact grenade stun gas grenade mk I 1 1 20.0
1 weird artifact grenade thermal grenade mk III 5 1 40.0
1 weird artifact grenade thermal grenade mk II 3 1 30.0
1 weird artifact grenade thermal grenade mk I 1 1 20.0
1 weird artifact grenade time dilation grenade mk III 6 1 50.0
1 weird artifact grenade time dilation grenade mk II 4 1 40.0
1 weird artifact grenade time dilation grenade mk I 2 1 30.0
- weird artifact weird artifact vertical launcher 7 7 0.01
1 weird artifact mask dazzle cheek 8 8 999.0
5 weird artifact rifle defoliant pump 4 4 130.0
3 weird artifact weird artifact dermal insulation - 3 120.0
10 weird artifact weird artifact dermal plating - 4 180.0
6 weird artifact pistol di-thermo beam 6 7 1,000.0
0 weird artifact weird artifact dopamine synth - 4 180.0
6 weird artifact pistol eigenpistol 5 5 650.0
12 weird artifact rifle eigenrifle 5 5 900.0
5 weird artifact weird artifact electrobow 3 4 120.0
0 weird artifact weird artifact electromagnetic sensor - 3 60.0
5 weird artifact pistol from shunter 8 9 9,000.0
30 weird artifact jewelry ursine locket - 1 0.01
0 weird artifact weird artifact equipment rack - 4 180.0
3 weird artifact weird artifact fire suppression system - 3 120.0
1 weird artifact bottle Fix-It spray foam 2 2 20.0
5 weird artifact cannon flamethrower 4 4 100.0
250 gigantic weird artifact gigantic weird artifact flange from the Great Machine 8 8 6,666.0
0 weird artifact weird artifact force modulator - 3 60.0
28 weird artifact rifle freeze ray 5 5 750.0
18 weird artifact weird artifact fullerite hand bones - 5 240.0
5 weird artifact rifle fungicide pump 4 4 130.0
8 weird artifact helmet ganglionic teleprojector 4 4 595.0
20 weird artifact bizarre contraption gas tumbler 6 6 1,000.0
5 weird artifact knife gaslight chisel 4 4 120.0
5 weird artifact sword gaslight flyssa 4 4 120.0
5 weird artifact knife gaslight kris 4 4 120.0
50 gigantic weird artifact gigantic weird artifact gauge from the Great Machine 8 8 6,666.0
50 gigantic weird artifact gigantic weird artifact gear from the Great Machine 8 8 6,666.0
1 weird artifact weird artifact geomagnetic disc 6 6 750.0
3 weird artifact weird artifact giant hands - 4 180.0
8 weird artifact weird artifact grafted mirror arm - 5 300.0
5 weird artifact pistol grappling gun 3 3 350.0
1 weird artifact weird artifact grounding shunts - 3 120.0
20 weird artifact weird artifact gun rack - 5 240.0
10 weird artifact backpack gyrocopter backpack 5 5 800.0
8 weird artifact pistol hand rail 6 6 1,050.0
1 weird artifact grenade Hand-E-Nuke 8 1 10,000.0
2 weird artifact weird artifact HE Missile 4 4 20.0
20 weird artifact bizarre contraption helping hands 5 4 900.0
40 weird artifact armor high-energy thermo cask 7 7 1,500.0
5 weird artifact weird artifact high-fidelity matter recompositer - 7 600.0
3 weird artifact weird artifact high-grade dermal insulation - 4 180.0
4 weird artifact pistol high-voltage arc winder 7 7 1,250.0
0 weird artifact weird artifact holographic visage - 6 360.0
25 weird artifact backpack hoversled 4 4 200.0
1 weird artifact weird artifact hyper-elastic ankle tendons - 3 120.0
28 weird artifact rifle hypertractor 6 5 750.0
0 weird artifact weird artifact inflatable axons - 3 120.0
0 weird artifact weird artifact intravenous port - 4 180.0
4 weird artifact pistol laser pistol 4 5 400.0
9 weird artifact rifle laser rifle 4 4 750.0
10 weird artifact gloves leyline puppeteers 8 8 1,750.0
16 weird artifact rifle light rail 6 6 1,500.0
40 weird artifact cannon linear cannon 7 7 750.0
4 weird artifact pistol longreach grappling gun 7 6 1,250.0
20 weird artifact club maghammer 5 3 520.0
3 weird artifact bottle magnetic bottle 6 4 200.0
15 weird artifact weird artifact magnetic core - 5 240.0
3 weird artifact boots magnetized boots 2 2 25.0
5 weird artifact weird artifact matter recompositer - 4 180.0
70 weird artifact weird artifact mecha power core 8 7 4,000.0
1 weird artifact weird artifact medassist module - 4 180.0
1 weird artifact cloak mercurial cloak 5 5 250.0
1 weird artifact bottle metamorphic polygel 5 5 600.0
2 weird artifact weird artifact micromanipulator array - 5 300.0
75 weird artifact weird artifact motorized treads - 5 240.0
12 weird artifact tool nano-neuro animator 7 7 900.0
15 weird artifact club nanopneumatic jackhammer 2 2 40.0
0 weird artifact weird artifact navigation system - 3 60.0
0 weird artifact weird artifact night vision - 3 120.0
2 weird artifact goggles night-sight interpolators 7 7 900.0
6 weird artifact goggles night-vision goggles 3 3 35.0
9 weird artifact boots ninefold boots 6 6 400.0
0 weird artifact weird artifact nocturnal apex - 3 120.0
5 weird artifact rifle normality gas pump 5 5 180.0
5 weird artifact pistol nullray pistol 6 8 1,200.0
1 weird artifact weird artifact onboard recoiler - 5 240.0
0 weird artifact weird artifact optical bioscanner - 3 60.0
0 weird artifact weird artifact optical multiscanner - 7 600.0
0 weird artifact weird artifact optical technoscanner - 3 60.0
1 weird artifact weird artifact palladium electrodeposits - 4 180.0
9 weird artifact cloak palladium mesh tabard 7 7 925.0
0 weird artifact weird artifact parabolic muscular subroutine - 3 120.0
0 weird artifact weird artifact penetrating radar - 6 360.0
10 weird artifact weird artifact pentaceps - 3 120.0
5 weird artifact cannon phase cannon 8 8 2,000.0
1 weird artifact weird artifact phase harmonic modulator - 3 120.0
1 weird artifact grenade phase shift grenade mk I 6 1 20.0
0 weird artifact weird artifact phase-adaptive scope - 5 240.0
5 strange furniture weird artifact plastic tree 1 1 0.01
20 weird artifact armor plastifer chem vest 4 4 750.0
8 weird artifact weird artifact pneumatic pistons - 3 120.0
5 weird artifact weird artifact point-defense drone 6 6 800.0
5 weird artifact sword Polluxus 4 1 95.0
2 weird artifact weird artifact prayer rod 4 1 50.0
0 weird artifact weird artifact precision force lathe - 5 240.0
1 weird artifact gloves precision nanon fingers 7 7 700.0
12 weird artifact helmet psychodyne helmet 8 8 2,140.0
12 weird artifact rifle pump shotgun 3 3 50.0
1 weird artifact weird artifact rapid release finger flexors - 3 120.0
2 weird artifact weird artifact reactive cranial plating - 3 120.0
4 weird artifact weird artifact reactive trauma plate - 5 240.0
35 weird artifact armor recycling suit 4 4 95.0
6 weird artifact boots rocket skates 5 4 400.0
3 weird artifact pistol Ruin of House Isner 2 2 500.0
50 gigantic weird artifact gigantic weird artifact sail from the Great Machine 8 8 6,666.0
0 weird artifact weird artifact Schemasoft [high-tier] - 5 240.0
0 weird artifact weird artifact Schemasoft [low-tier] - 3 120.0
0 weird artifact weird artifact Schemasoft [mid-tier] - 4 180.0
10 weird artifact rifle scoped masterwork carbine 3 3 200.0
6 weird artifact pistol chain pistol 4 6 300.0
1 weird artifact weird artifact security interlock - 4 180.0
3 weird artifact pistol semi-automatic pistol 3 3 100.0
5 weird artifact axe Shayna 4 1 95.0
0 weird artifact weird artifact Skillsoft [high sp] - 4 180.0
0 weird artifact weird artifact Skillsoft [low sp] - 3 60.0
0 weird artifact weird artifact Skillsoft [medium sp] - 3 120.0
0 weird artifact weird artifact Skillsoft plus - 4 180.0
0 weird artifact weird artifact skin glitter - 3 120.0
0 weird artifact weird artifact skin glitter - 3 60.0
12 weird artifact rifle sniper rifle 3 1 250.0
0 weird artifact weird artifact social coprocessor - 7 600.0
4 weird artifact pistol space inverter 7 7 750.0
8 weird artifact pistol spaser pistol 7 7 1,500.0
16 weird artifact rifle spaser rifle 7 7 2,000.0
40 weird artifact tool spiral borer 4 4 25.0
1 weird artifact bottle spray bottle 1 2 20.0
1 weird artifact bottle Spray-a-Brain 6 6 150.0
5 weird artifact weird artifact stabilizer arm locks - 3 120.0
3 weird artifact weird artifact stasis entangler - 7 600.0
1 weird artifact weird artifact stasis projector - 6 360.0
5 weird artifact boots step sowers 5 5 250.0
5 weird artifact shield Stopsvalinn 1 1 500.0
2 weird artifact weird artifact stun rod 1 1 50.0
5 weird artifact weird artifact syphon baton 5 5 150.0
1 weird artifact pistol tattoo gun 3 3 25.0
1 weird artifact goggles telemetric visor 5 5 60.0
3 weird artifact goggles telescopic monocle 3 3 25.0
40 weird artifact armor thermo cask 6 6 1,000.0
1 weird artifact weird artifact tibular hydrojets - 3 60.0
6 weird artifact jewelry transkinetic cuffs 8 8 2,100.0
5 weird artifact weird artifact translucent skin - 3 120.0
5 weird artifact weird artifact transparent skin - 4 180.0
5 weird artifact weird artifact tread guard 3 3 25.0
5 weird artifact bow turbow 5 4 200.0
1 weird artifact gloves ulnar stimulators 3 3 115.0
1 weird artifact weird artifact ultra-elastic ankle tendons - 4 180.0
0 weird artifact weird artifact User:Lone Aristocrat/Sandbox(favilink error!) - 3 120.0
2 weird artifact sword vibro blade 5 5 300.0
5 weird artifact knife vibro dagger 4 4 120.0
8 weird artifact goggles VISAGE 6 5 150.0
5 weird artifact axe Yal 4 1 95.0