Relic: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(add more examples)
(note ammo capacity increase)
 
(46 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Relics are randomly generated [[Items]] that can be found when exploring a [[Historical Site]]. They come with a unique set of powers that are within their own exclusive pools. Typical relics can spawn with 1-4 of any randomly* selected powers.  
{{tocright}}
Relics are procedurally generated items that have special significance within the [[world generation|generated history]] of {{gamename}}. Relics are most often found in [[historic site]]s or [[sultan reliquary|sultan reliquaries]], but can also be found in procedurally generated ruins or even held by random creatures. Relics can generate with unique relic powers that are not typically available on normal items or through [[tinkering]]. A typical relic may spawn with 1-4 unique relic powers.{{Code Reference|namespace=XRL.World|class=RelicGenerator|method=GenerateRelic}} Relics cannot have additional mods added tinkering and cannot generate with normal [[item mods]].{{Code Reference|namespace=XRL.World|class=RelicGenerator|method=GenerateBaseRelic|name=GenerateBaseRelic}}
 
Relics are perhaps most iconic for their place in [[sultan]] lore. For example, a relic might be a mighty weapon that helped a sultan win a decisive battle, or a relic might be a memorable gift that was given to a sultan on their wedding day. If a sultan retains a relic until their death, it will be found within the sultan's {{favilink|sultan reliquary|reliquary}} in the {{favilink|Tomb of the Eaters}}. In other cases, the sultan might lose the relic before their death. Such relics can sometimes be found in [[historic site]]s, if the location where it was lost still exists in contemporary Qud.


= Relics and Relic Powers =
= Relics and Relic Powers =
Line 24: Line 27:
|-
|-
| Relic [[Freezing]] <sup style="font-size:70%;color:#0096ff;>E</sup>
| Relic [[Freezing]] <sup style="font-size:70%;color:#0096ff;>E</sup>
| '''{{Color|C|5}}''' to '''{{Color|C|16-22}}''' cold damage on hit (''[Tier * 1.6 + 3] - [Tier * 2.4 + 3]''). <ref><code>XRL.World.Parts.ModRelicFreezing.GetDamageRange()</code></ref>
| '''{{Color|C|5}}''' to '''{{Color|C|16-22}}''' cold damage on hit (''[Tier * 1.6 + 3] - [Tier * 2.4 + 3]''). {{Code Reference|class = ModRelicFreezing|method = GetLowDamage}}{{Code Reference|class = ModRelicFreezing|method = GetHighDamage}}</br>If [[overloaded]], '''{{Color|C|8-10}}''' to '''{{Color|C|19-27}}''' cold damage on hit (''[(Tier+2) * 1.6 + 3] - [(Tier+2) * 2.4 + 3]'').
| Weapons
| Weapons
|-
|-
Line 135: Line 138:
|Spray fire (shots do not go wild because of adjacent enemies)
|Spray fire (shots do not go wild because of adjacent enemies)
|-
|-
| +1 rate of fire
| +1 rate of fire (on magazine-fed weapons, also increases ammo capacity by 1 if ammo capacity would become less than rate of fire)
|-
|-
| +1 [[PV]]
| +1 [[PV]]
Line 145: Line 148:
|Penetrate creatures like an {{favilink|eigenrifle}}
|Penetrate creatures like an {{favilink|eigenrifle}}
|-
|-
|Vibro projectiles
| [[Vibro weapons|Vibro]] projectiles
|-
|-
|Improved accuracy
|Improved accuracy
* A {{dice tooltip|5-10}} bonus to the weapon's [[Missile_weapon_combat#Weapon_Variance|Accuracy]], if it is not already 0
* Otherwise, a {{dice tooltip|2-6}} hidden bonus to the weapon's [[Missile_weapon_combat#Aim_Variance|aim variance]]
|-
|-
| rowspan="4" | Shields
| rowspan="4" | Shields
Line 174: Line 179:


== Relic Curio ==
== Relic Curio ==
{{No Official Name | section}}
Some relics appear as a single use-items. These are called curios, and there are two variants:
Some relics appear as a single use-items. These are called curios, and there are two variants:


Line 179: Line 186:
* [[Fabricate Creature]]
* [[Fabricate Creature]]


Fabricate Creature curios will fabricate a random creature roughly the same tier as the relic. {{Code Reference|name=CurioRef|namespace=XRL.World|class=RelicGenerator|method=GenerateRelic|case=subtype == "curio"|comment=''Uses a [[Modding:Encounters and Population##Dynamic_Tables|DynamicInheritsTable]] targeted at creatures of the relic's tier''}}
Fabricate Creature curios will fabricate a random creature roughly the same tier as the relic. {{Code Reference|name=CurioRef|namespace=XRL.World|class=RelicGenerator|method=GenerateRelic|case=subtype == "curio"|comment=''Uses a [[Modding:Encounters and Population#Dynamic_Tables|DynamicInheritsTable]] targeted at creatures of the relic's tier''}}


=== Example Relic Curios ===
=== Example Relic Curios ===
Line 212: Line 219:
   {| class="wikitable"
   {| class="wikitable"
   ! 70% chance
   ! 70% chance
   | Teaches a random [[Skills and Powers|skill or power]] when read. {{Code Reference|name=Book1|namespace=XRL.World|class=RelicGenerator|method=ApplyBasicBestowal}}{{Code Reference|name=Book2|class=TrainingBook}}
   | Teaches a random [[skill]] when read. {{Code Reference|name=Book1|namespace=XRL.World|class=RelicGenerator|method=ApplyBasicBestowal}}{{Code Reference|name=Book2|class=TrainingBook}}
   |-
   |-
   ! 30% chance
   ! 30% chance
Line 218: Line 225:
   |}
   |}


Relic books have a commerce value of '''100 * Tier + 200''', a much higher value than normal randomly generated books when sold or traded to [[Sheba Hagadias, Librarian of the Stilt]] for experience points.
Relic books have a commerce value of '''100 * Tier + 200''', a much higher value than normal randomly generated books. Because trading books to [[Sheba Hagadias, Librarian of the Stilt]] provides experience proportional to the square of the book's value, these books can be traded in for an extremely large number of experience points.


=== Example Relic Books ===
=== Example Relic Books ===
Line 246: Line 253:
== Relic Tonic ==
== Relic Tonic ==


Relic tonics are all based on {{Favilink|Eaters' nectar injector|plural}}, and can even be prepared into {{Favilink|drop of nectar|drops of nectar}} just like they can. (Also just like Eaters' nectar injectors, unlike most tonics, they cannot cause overdose.)
Relic tonics are all based on {{Favilink|Eaters' nectar injector|plural}}. They cannot be preserved into {{Favilink|drop of nectar|drops of nectar}}, but they provide double the bonus: +2 to a random [[Attributes|attribute]] or two [[Mutation points|mutation points]]. (Also just like Eaters' nectar injectors, unlike most tonics, they cannot cause overdose.)


=== Example Relic Tonic ===
=== Example Relic Tonic ===
Line 254: Line 261:
| text = A slender metal tube, used to deliver various tonics directly into the bloodstream. It's carved with tiny images of salt.
| text = A slender metal tube, used to deliver various tonics directly into the bloodstream. It's carved with tiny images of salt.


{{qud shader|rules|You gain either a permanent +1 bonus to a random attribute or one mutation point.}}
{{qud shader|rules|You gain either a permanent +2 bonus to a random attribute or two mutation points.}}
{{qud shader|rules|This item is a tonic. Applying one tonic while under the effects of another may produce undesired results.}}
{{qud shader|rules|This item is a tonic. Applying one tonic while under the effects of another may produce undesired results.}}


Line 262: Line 269:


= Connection to Sultan Lore =
= Connection to Sultan Lore =
The generation of sultan relics, including the [[tier]] of relic and the type of base item, are closely related to the sultan and to significant events in the sultan's life, as evidenced in sultan lore.
The generation of sultan relics, including the [[tier]] of relic and the type of base item, are closely related to the sultan and to significant events in the sultan's life as evidenced in sultan lore.


== Relic Tier ==
== Relic Tier ==
The four [[historic sites]] in the game contain relic items that progress from Tier 1 to Tier 4, starting with the Historic site nearest to {{favilink|Joppa}}, which will always have Tier 1 relic(s).
The eight [[historic sites]] in the game contain relic items that progress from Tier 1 to Tier 8, starting with the Historic site nearest to {{favilink|Joppa}}, which will always have Tier 1 relic(s).


The tier of relics found in the {{favilink|sultan reliquary|plural}} in the {{favilink|tomb of the eaters}} will be instead determined from the period of the sultanate during which the relic originatated, with relics from older sultans being more powerful.{{Code Reference|namespace=XRL.World|class=RelicGenerator|method=GetRelicTierFromPeriod}}
The tier of relics found in the {{favilink|sultan reliquary|plural}} in the {{favilink|tomb of the eaters}} will be instead determined from the period of the sultanate during which the relic originated, with relics from older sultans being more powerful.{{Code Reference|namespace=XRL.World|class=RelicGenerator|method=GetRelicTierFromPeriod}}


{| class="wikitable"
{| class="wikitable"
! rowspan="2" | Sultan Period
! rowspan="2" | Sultan Period
! colspan="5" | Relic Tier If Relic Is Found In...
! colspan="9" | Relic Tier If Relic Is Found In...
|-
|-
! Historic Site #1
! Historic Site #1
Line 277: Line 284:
! Historic Site #3
! Historic Site #3
! Historic Site #4
! Historic Site #4
! Historic Site #5
! Historic Site #6
! Historic Site #7
! Historic Site #8
! Tomb Reliquary
! Tomb Reliquary
|-
|-
Line 284: Line 295:
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| '''8'''
| '''7'''
| '''7'''
|-
|-
Line 290: Line 305:
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| '''7'''
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| '''6'''
| '''6'''
Line 296: Line 315:
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| '''5'''
| '''6'''
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
Line 305: Line 328:
| '''3'''
| '''3'''
| '''4'''
| '''4'''
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| '''3''' or '''4''' ''(random)''
| '''3''' or '''4''' ''(random)''
|-
|-
Line 310: Line 337:
| '''1'''
| '''1'''
| '''2'''
| '''2'''
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
| {{qud text|&KN/A}}
Line 316: Line 347:


== Relic Item Type ==
== Relic Item Type ==
The type of underlying base item for each relic can be determined from the lore associated with the sultan, if such lore exists. Notably, relics generated in [[historic site]]s do not always have a fragment of sultan lore associated with them, depending on randomization factors during [[world generation]]. These types of relics are often recognizable because they are typically named after the historic site or the floor of the historic site where they are found, rather than being named as based on a fragment of sultan lore.{{Code Reference|name=GenerateBaseRelic|namespace=XRL.World|class=RelicGenerator|method=GenerateBaseRelic}}
The type of underlying base item for each relic can be determined from the lore associated with the sultan, if such lore exists. Notably, relics generated in [[historic site]]s do not always have a fragment of sultan lore associated with them, depending on randomization factors during [[world generation]]. These types of relics are often recognizable because they are typically named after the historic site or the floor of the historic site where they are found, rather than being named as based on a fragment of sultan lore.<ref name="GenerateBaseRelic" />


=== Sultan Relics and Historic Site Relics ===
Historic sites can often contain relics that are not directly associated with sultan lore. Generally this is the case whenever a sultan did not lose one of their relics at a location in the historic site. These type of relics are generated with a randomized underlying item base type, since there is no driving lore to dictate their item type.
===Melee Relics===
Melee weapons have a 80% chance to be one-handed and a 20% chance to be two-handed, and are always generated from the base weapon with material equal to the relic's tier:
{| class="wikitable"
  ! rowspan="1" | Tier 1
  |{{qud text|Iron}}
  |-
  ! rowspan="1" | Tier 2
  |{{qud text|&YSteel}}
  |-
  ! rowspan="1" | Tier 3
  |{{qud text|&bCarbide}}
  |-
  ! rowspan="1" | Tier 4
  |{{qud text|&BFolded Carbide}}
|-
  ! rowspan="1" | Tier 5
  |{{qud text|&KFullerite}}
|-
  ! rowspan="1" | Tier 6
  |{{qud shader|crysteel|Crysteel}}
|-
  ! rowspan="1" | Tier 7
  |{{qud text|&KFlawless}} {{qud shader|crysteel|Crysteel}}
|-
  ! rowspan="1" | Tier 8
  |{{qud shader|zetachrome|Zetachrome}}
  |}


===Non-Melee Relics===
Other relics generate in more complex ways based on tier.
{| class="wikitable"
{| class="wikitable"
! Relic Item Type
! Relic Item Type
Line 337: Line 397:
|-
|-
| star-tool
| star-tool
|-
| style="border-top-width:3px;" | Axe
| style="border-top-width:3px;" | axe
| style="border-top-width:3px;" |
  {| class="wikitable"
  ! Tier 1
  | {{favilink id|Battle Axe}} <ref name="GenerateBaseRelic" />
  |-
  ! Tier 2
  | {{favilink id|Battle Axe2}}
  |-
  ! Tier 3
  | {{favilink id|Battle Axe3}}
  |-
  ! Tier 4
  | {{favilink id|Battle Axe4}}
  |-
  ! Tier 5
  | {{favilink id|Battle Axe5}}
  |-
  ! Tier 6
  | {{favilink id|Battle Axe6}}
  |-
  ! Tier 7
  | {{favilink id|Battle Axe7}}
  |}
|-
|-
| rowspan="2" style="border-top-width:3px;" | Body Armor
| rowspan="2" style="border-top-width:3px;" | Body Armor
Line 370: Line 404:
   ! rowspan="2" | Tier 1
   ! rowspan="2" | Tier 1
   ! 50%
   ! 50%
   | Some '''{{AV}}2 {{DV}}0''' perch fish leather armor that weighs 15 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints"><code>ObjectBlueprints.xml</code></ref>
   | '''{{AV}}2 {{DV}}0''' perch fish leather armor that weighs 15 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints"><code>ObjectBlueprints.xml</code></ref>
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}1 {{DV}}2''' frock that weighs 5 pounds
   | '''{{AV}}1 {{DV}}2''' frock that weighs 5 pounds
   |-
   |-
   ! rowspan="2" | Tier 2
   ! rowspan="2" | Tier 2
   ! 50%
   ! 50%
   | Some '''{{AV}}3 {{DV}}-2''' {{qud text|ring mail}} that weighs 15 pounds <ref name="GenerateBaseRelic" />
   | '''{{AV}}3 {{DV}}-2''' {{qud text|ring mail}} that weighs 15 pounds <ref name="GenerateBaseRelic" />
   |-
   |-
   ! 50%
   ! 50%
   | Some '''{{AV}}3 {{DV}}-1''' {{qud text|chain mail}} that weighs 35 pounds
   | '''{{AV}}3 {{DV}}-1''' {{qud text|chain mail}} that weighs 35 pounds
   |-
   |-
   ! rowspan="2" | Tier 3
   ! rowspan="2" | Tier 3
   ! 50%
   ! 50%
   | Some '''{{AV}}4 {{DV}}-4''' {{qud shader|Y|steel plate mail}} that weighs 60 pounds
   | '''{{AV}}4 {{DV}}-4''' {{qud shader|Y|steel plate mail}} that weighs 60 pounds
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}1 {{DV}}3''' {{qud shader|K|elastyne}} {{qud text|skin suit}} that weighs 5 pounds
   | '''{{AV}}1 {{DV}}3''' {{qud shader|K|elastyne}} {{qud text|skin suit}} that weighs 5 pounds
   |-
   |-
   ! rowspan="2" | Tier 4
   ! rowspan="2" | Tier 4
   ! 50%
   ! 50%
   | Some '''{{AV}}5 {{DV}}-5''' {{qud shader|b|carbide}} {{qud text|plate armor}} that weighs 45 pounds
   | '''{{AV}}5 {{DV}}-5''' {{qud shader|b|carbide}} {{qud text|plate armor}} that weighs 45 pounds
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}2 {{DV}}3''' {{qud text|flexivest}} that weighs 5 pounds
   | '''{{AV}}2 {{DV}}3''' {{qud text|flexivest}} that weighs 5 pounds
   |-
   |-
   ! colspan="2" | Tier 5
   ! rowspan="2" | Tier 4
   | Some '''{{AV}}6 {{DV}}-6''' {{qud shader|K|fullerite}} {{qud text|plate mail}} that weighs 160 pounds
  ! 50%
   | '''{{AV}}6 {{DV}}-6''' {{qud shader|K|fullerite}} {{qud text|plate mail}} that weighs 160 pounds
  |-
  ! 50%
  | '''{{AV}}4 {{DV}}-3''' {{qud shader|K|fullerite}} {{qud text|flake armor}} without resistances that weighs 90 pounds.
   |-
   |-
   ! rowspan="2" | Tier 6
   ! rowspan="2" | Tier 6
   ! 50%
   ! 50%
   | Some '''{{AV}}6 {{DV}}-3''', {{Color|R|+9 Heat}}/{{Color|B|+9 Cold}}/{{Color|W|+9 Elec}}/{{Color|G|+9 Acid}} resistance {{qud shader|crysteel|crysteel}} {{qud shader|K|shardmail}} that weighs 40 pounds
   | '''{{AV}}6 {{DV}}-3''', {{Color|R|+9 Heat}}/{{Color|B|+9 Cold}}/{{Color|W|+9 Elec}}/{{Color|G|+9 Acid}} resistance {{qud shader|crysteel|crysteel}} {{qud shader|K|shardmail}} that weighs 40 pounds
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}4 {{DV}}2''' {{qud text|nanoweave vest}} that weighs 10 pounds
   |'''{{AV}}4 {{DV}}2''' {{favilink|nanoweave vest}}
   |-
   |-
   ! rowspan="2" | Tier 7
   ! colspan="2" | Tier 7
  ! 50%
   | {{favilink|Flawless crysteel shardmail}}
   | Some '''{{AV}}7 {{DV}}-3''', {{Color|R|+9 Heat}}/{{Color|B|+9 Cold}}/{{Color|W|+9 Elec}}/{{Color|G|+9 Acid}} resistance {{qud shader|K|flawless}} {{qud shader|crysteel|crysteel}} {{qud shader|K|shardmail}} that weighs 40 pounds
   |-
   |-
   ! 50%
   ! colspan="2" | Tier 8
   | A '''{{AV}}4 {{DV}}2''' {{qud text|nanoweave vest}} that weighs 10 pounds
   | {{favilink|Zetachrome lune}}
   |}
   |}
|-
|-
Line 421: Line 458:
   {| class="wikitable"
   {| class="wikitable"
   ! 70%
   ! 70%
   | A high-value [[Book|markov book]] which teaches a random [[Skills and Powers|skill or power]] when read. <ref name="Book1" /><ref name="Book2" />
   | A high-value [[Book|markov book]] which teaches a random [[skill]] when read. <ref name="Book1" /><ref name="Book2" />
The book's commerce value will be equal to '''''100 * Tier + 200'''''
The book's commerce value will be equal to '''''100 * Tier + 200'''''
   |-
   |-
Line 448: Line 485:
   {| class="wikitable"
   {| class="wikitable"
   ! colspan="2" | Tiers 1 - 2
   ! colspan="2" | Tiers 1 - 2
   | Some '''{{AV}}1 {{DV}}0''' perch fish leather boots that weigh 3 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   | '''{{AV}}1 {{DV}}0''' perch fish leather boots that weigh 3 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   |-
   |-
   ! rowspan="2" | Tier 3
   ! rowspan="2" | Tier 3
   ! 50%
   ! 50%
   | Some '''{{AV}}2 {{DV}}-3''' {{qud text|chain boots}} that weigh 10 pounds
   | '''{{AV}}2 {{DV}}-3''' {{qud text|chain boots}} that weigh 10 pounds
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}0 {{DV}}2''' {{qud shader|K|elastyne}} {{qud text|slippers}} that weigh 1 pound
   | '''{{AV}}0 {{DV}}2''' {{qud shader|K|elastyne}} {{qud text|slippers}} that weigh 1 pound
   |-
   |-
   ! rowspan="2" | Tier 4
   ! rowspan="2" | Tier 4
   ! 50%
   ! 50%
   | Some '''{{AV}}3 {{DV}}-5''' {{qud shader|b|carbide}} {{qud text|boots}} that weigh 15 pounds
   | '''{{AV}}3 {{DV}}-5''' {{qud shader|b|carbide}} {{qud text|boots}} that weigh 15 pounds
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}1 {{DV}}1''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{qud shader|plastifer|plastifer}} {{qud text|sneakers}} that weigh 3 pounds
   | '''{{AV}}1 {{DV}}1''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{qud shader|plastifer|plastifer}} {{qud text|sneakers}} that weigh 3 pounds
   |-
   |-
   ! colspan="2" | Tier 5
   ! colspan="2" | Tier 5
   | A '''{{AV}}3 {{DV}}-4''' {{qud shader|K|fullerite}} {{qud text|boots}} that weigh 35 pounds
   | '''{{AV}}3 {{DV}}-4''' {{qud shader|K|fullerite}} {{qud text|boots}} that weigh 35 pounds
   |-
   |-
   ! colspan="2" | Tier 6
   ! colspan="2" | Tier 6
   | A '''{{AV}}3 {{DV}}-2''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{qud shader|crysteel|crysteel}} {{qud text|boots}} that weigh 20 pounds
   | '''{{AV}}3 {{DV}}-2''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{favilink|Crysteel boots}}
   |-
   |-
   ! colspan="2" | Tier 7
   ! colspan="2" | Tier 7
   | A '''{{AV}}4 {{DV}}-2''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{qud shader|K|flawless}} {{qud shader|crysteel|crysteel}} {{qud text|boots}} that weigh 20 pounds
   | '''{{AV}}4 {{DV}}-2''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{favilink|Flawless crysteel boots}}
  |-
  ! colspan="2" | Tier 8
  | '''{{AV}}4 {{DV}}0''', {{Color|R|+6 Heat}}/{{Color|B|+6 Cold}}/{{Color|W|+6 Elec}}/{{Color|G|+6 Acid}} resistance {{favilink|Zetachrome pumps}}
   |}
   |}
|-
|-
Line 480: Line 520:
| style="border-top-width:3px;" |
| style="border-top-width:3px;" |
   {| class="wikitable"
   {| class="wikitable"
   ! Tiers 1 - 3
   ! Tiers 1 - 2
   | A '''{{AV}}0 {{DV}}0''' beaded bracelet that weighs 1 pound <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   |'''{{AV}}0 {{DV}}0''' beaded bracelet that weighs 1 pound <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   |-
   |-
   ! Tier 4
   ! Tiers 3 - 4
   | A '''{{AV}}0 {{DV}}1''' beaded bracelet that weighs 1 pound
   | '''{{AV}}0 {{DV}}2''' beaded bracelet that weighs 1 pound
   |-
   |-
   ! Tiers 5 - 6
   ! Tiers 5 - 6
   | A '''{{AV}}0 {{DV}}2''' beaded bracelet that weighs 1 pound
   | '''{{AV}}1 {{DV}}2''' beaded bracelet that weighs 1 pound
   |-
   |-
   ! Tier 7
   ! Tiers 7 - 8
   | A '''{{AV}}0 {{DV}}2''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance beaded bracelet that weighs 1 pound
   | '''{{AV}}1 {{DV}}3''' beaded bracelet that weighs 1 pound
   |}
   |}
|-
|-
| rowspan="3" style="border-top-width:3px;" | Cudgel
| style="border-top-width:3px;" | Cloak
| style="border-top-width:3px;" | hammer
| style="border-top-width:3px;" | cloak
| rowspan="3" style="border-top-width:3px;" |
| style="border-top-width:3px;" |
   {| class="wikitable"
   {| class="wikitable"
   ! Tier 1
   ! Tier 1
   | {{favilink id|Club}} <ref name="GenerateBaseRelic" />
   | '''{{AV}}0 {{DV}}0''' cloak that weighs 3 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   |-
   |-
   ! Tier 2
   ! Tiers 2 - 3
   | {{favilink id|Mace2}}
   | '''{{AV}}0 {{DV}}1''' cloak that weighs 3 pounds
   |-
   |-
   ! Tier 3
   ! Tiers 4 - 5
   | {{favilink id|Cudgel3}}
   | '''{{AV}}0 {{DV}}2''' cloak that weighs 3 pounds
   |-
   |-
   ! Tier 4
   ! Tiers 6 - 7
   | {{favilink id|Cudgel4}}
   | '''{{AV}}0 {{DV}}3''' cloak that weighs 3 pounds
   |-
   |-
   ! Tier 5
   ! Tier 8
   | {{favilink id|Cudgel5}}
   | '''{{AV}}0 {{DV}}4''' cloak that weighs 3 pounds
  |-
  ! Tier 6
  | {{favilink id|Cudgel6}}
  |-
  ! Tier 7
  | {{favilink id|Cudgel7}}
   |}
   |}
|-
|-
| mace
| rowspan="14" style="border-top-width:3px;" | Curio
|-
| pummel
|-
| rowspan="13" style="border-top-width:3px;" | Curio
| style="border-top-width:3px;" | skull
| style="border-top-width:3px;" | skull
| rowspan="13" style="border-top-width:3px;" |
| rowspan="14" style="border-top-width:3px;" |
   {| class="wikitable"
   {| class="wikitable"
   ! 50%
   ! 50%
Line 533: Line 563:
   | [[Obliterate Faction]] curio
   | [[Obliterate Faction]] curio
   |}
   |}
|-
| coin
|-
|-
| one-sided die
| one-sided die
Line 563: Line 595:
   {| class="wikitable"
   {| class="wikitable"
   ! Tier 1
   ! Tier 1
   | A '''{{AV}}0 {{DV}}0''' mask that weighs 2 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   | '''{{AV}}0 {{DV}}0''' veil that weighs 2 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   |-
   |-
   ! Tier 2
   ! Tier 2 - 3
   | A '''{{AV}}0 {{DV}}1''' mask that weighs 2 pounds
   | '''{{AV}}0 {{DV}}1''' veil that weighs 2 pounds
   |-
   |-
   ! Tier 3
   ! Tier 4 - 5
   | A '''{{AV}}0 {{DV}}1''' veil that weighs 2 pounds
   | '''{{AV}}0 {{DV}}2''' veil that weighs 2 pounds
   |-
   |-
   ! Tiers 4 - 6
   ! Tiers 6 - 7
   | A '''{{AV}}0 {{DV}}2''' veil that weighs 2 pounds
   | '''{{AV}}0 {{DV}}3''' veil that weighs 2 pounds
   |-
   |-
   ! Tier 7
   ! Tier 8
   | A '''{{AV}}1 {{DV}}2''' veil that weighs 2 pounds
   | '''{{AV}}0 {{DV}}4''' veil that weighs 2 pounds
   |}
   |}
|-
|-
Line 595: Line 627:
| meal
| meal
|-
|-
| rowspan="2" style="border-top-width:3px;" | Hand Armor
| rowspan="3" style="border-top-width:3px;" | Hand Armor
| style="border-top-width:3px;" | gloves
| style="border-top-width:3px;" | gloves
| rowspan="2" style="border-top-width:3px;" |
| rowspan="3" style="border-top-width:3px;" |
   {| class="wikitable"
   {| class="wikitable"
   ! colspan="2" | Tiers 1 - 2
   ! colspan="2" | Tiers 1 - 2
   | Some '''{{AV}}1 {{DV}}0''' perch fish leather gloves that weigh 3 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   | '''{{AV}}1 {{DV}}0''' perch fish leather gloves that weigh 3 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   |-
   |-
   ! rowspan="2" | Tier 3
   ! rowspan="2" | Tier 3
   ! 50%
   ! 50%
   | Some '''{{AV}}2 {{DV}}-3''' {{qud text|chain gauntlets}} that weigh 10 pounds
   | '''{{AV}}2 {{DV}}-3''' {{qud text|chain gauntlets}} that weigh 10 pounds
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}0 {{DV}}2''', +1 Agility {{qud shader|K|elastyne}} {{qud text|gloves}} that weigh 1 pound
   | '''{{AV}}0 {{DV}}2''', +1 Agility {{qud shader|K|elastyne}} {{qud text|gloves}} that weigh 1 pound
   |-
   |-
   ! rowspan="2" | Tier 4
   ! rowspan="2" | Tier 4
   ! 50%
   ! 50%
   | Some '''{{AV}}3 {{DV}}-5''' {{qud shader|b|carbide}} {{qud text|gauntlets}} that weigh 18 pounds
   | '''{{AV}}3 {{DV}}-5''' {{qud shader|b|carbide}} {{qud text|gauntlets}} that weigh 18 pounds
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}1 {{DV}}1''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{qud shader|plastifer|plastifer}} {{qud text|gloves}} that weigh 3 pounds
   | '''{{AV}}1 {{DV}}1''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{qud shader|plastifer|plastifer}} {{qud text|gloves}} that weigh 3 pounds
   |-
   |-
   ! colspan="2" | Tier 5
   ! colspan="2" | Tier 5
   | A '''{{AV}}3 {{DV}}-3''' {{qud shader|K|fullerite}} {{qud text|gauntlets}} that weigh 25 pounds
   | '''{{AV}}3 {{DV}}-3''' {{qud shader|K|fullerite}} {{qud text|gauntlets}} that weigh 25 pounds
   |-
   |-
   ! colspan="2" | Tier 6
   ! colspan="2" | Tier 6
   | A '''{{AV}}3 {{DV}}-2''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{qud shader|crysteel|crysteel}} {{qud text|guantlets}} that weigh 15 pounds
   | '''{{AV}}3 {{DV}}-2''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{favilink|Crysteel gauntlets}}
   |-
   |-
   ! colspan="2" | Tier 7
   ! colspan="2" | Tier 7
   | A '''{{AV}}4 {{DV}}-2''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{qud shader|K|flawless}} {{qud shader|crysteel|crysteel}} {{qud text|gauntlets}} that weigh 15 pounds
   | '''{{AV}}4 {{DV}}-2''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{favilink|Flawless crysteel gauntlets}}
  |-
  ! colspan="2" | Tier 8
  | '''{{AV}}4 {{DV}}0''', {{Color|R|+6 Heat}}/{{Color|B|+6 Cold}}/{{Color|W|+6 Elec}}/{{Color|G|+6 Acid}} resistance {{favilink|Zetachrome gloves}}
   |}
   |}
|-
| gauntlet
|-
|-
| iron gauntlet
| iron gauntlet
Line 634: Line 671:
   ! rowspan="2" | Tiers 1 - 2
   ! rowspan="2" | Tiers 1 - 2
   ! 50%
   ! 50%
   | A '''{{AV}}1 {{DV}}0''' helmet that weighs 3 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   | '''{{AV}}1 {{DV}}0''' helmet that weighs 3 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}0 {{DV}}1''' hat that weighs 3 pounds
   | '''{{AV}}0 {{DV}}1''' hat that weighs 3 pounds
   |-
   |-
   ! rowspan="2" | Tier 3
   ! rowspan="2" | Tier 3
   ! 50%
   ! 50%
   | A '''{{AV}}2 {{DV}}-3''' steel helmet that weighs 12 pounds
   | '''{{AV}}2 {{DV}}-3''' steel helmet that weighs 12 pounds
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}1 {{DV}}1''', {{Color|B|+5 Cold}} resistance elastyne hat that weighs 1 pound
   | '''{{AV}}1 {{DV}}1''', {{Color|B|+5 Cold}} resistance elastyne hat that weighs 1 pound
   |-
   |-
   ! rowspan="2" | Tier 4
   ! rowspan="2" | Tier 4
   ! 50%
   ! 50%
   | A '''{{AV}}2 {{DV}}-3''' steel helmet that weighs 12 pounds
   | '''{{AV}}2 {{DV}}-3''' steel helmet that weighs 12 pounds
   |-
   |-
   ! 50%
   ! 50%
   | A '''{{AV}}1 {{DV}}1''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance plastifer hat that weighs 4 pounds
   | '''{{AV}}1 {{DV}}1''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance plastifer hat that weighs 4 pounds
   |-
   |-
   ! colspan="2" | Tier 5
   ! colspan="2" | Tier 5
   | A '''{{AV}}3 {{DV}}-4''' fullerite helmet that weighs 25 pounds
   | '''{{AV}}3 {{DV}}-4''' fullerite helmet that weighs 25 pounds
   |-
   |-
   ! colspan="2" | Tier 6
   ! colspan="2" | Tier 6
   | A '''{{AV}}3 {{DV}}-1''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance crysteel helmet that weighs 15 pounds
   | '''{{AV}}3 {{DV}}-1''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{Favilink|Crysteel coronet}}
   |-
   |-
   ! colspan="2" | Tier 7
   ! colspan="2" | Tier 7
   | A '''{{AV}}4 {{DV}}-1''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance flawless crysteel helmet that weighs 15 pounds
   | '''{{AV}}4 {{DV}}-1''', {{Color|R|+5 Heat}}/{{Color|B|+5 Cold}}/{{Color|W|+5 Elec}}/{{Color|G|+5 Acid}} resistance {{Favilink|Flawless crysteel coronet}}
  |-
  ! colspan="2" | Tier 8
  | '''{{AV}}4 {{DV}}0''', {{Color|R|+6 Heat}}/{{Color|B|+6 Cold}}/{{Color|W|+6 Elec}}/{{Color|G|+6 Acid}} resistance {{Favilink|Zetachrome apex}}
   |}
   |}
|-
|-
| helmet
| helmet
|-
|-
| style="border-top-width:3px;" | Long Blade
| style="border-top-width:3px;" | Pistol
| style="border-top-width:3px;" | sword
| style="border-top-width:3px;" | pistol
| style="border-top-width:3px;" |
| style="border-top-width:3px;" |
  {| class="wikitable"
{| class="wikitable"
   ! Tier 1
   ! colspan="2" | Tier 1
   | {{favilink id|Long Sword}} <ref name="GenerateBaseRelic" />
   | {{favilink|Chrome revolver}}
  |-
  ! colspan="2" | Tier 2
  | {{favilink|Semi-automatic pistol}}
  |-
  ! colspan="2" | Tier 3
  | {{favilink|Chain pistol}}
  |-
  ! colspan="2" | Tier 4
  | {{favilink|Laser pistol}}
  |-
  ! rowspan="2" | Tier 5
  ! 80%
  | {{favilink|Eigenpistol}}
  |-
  ! 20%
  | {{favilink|Arc winder}}
   |-
   |-
   ! Tier 2
   ! rowspan="2" | Tier 6
   | {{favilink id|Long Sword2}}
  ! 75%
   | {{favilink|Hand rail}}
   |-
   |-
   ! Tier 3
   ! 25%
   | {{favilink id|Long Sword3}}
   | {{favilink|Di-thermo beam}}
   |-
   |-
   ! Tier 4
   ! rowspan="4" | Tier 7+8
   | {{favilink id|Long Sword4}}
  ! 50%
   | {{favilink|Spaser pistol}}
   |-
   |-
   ! Tier 5
   ! 20%
   | {{favilink id|Long Sword5}}
   | {{favilink|Space inverter}}
   |-
   |-
   ! Tier 6
   ! 20%
   | {{favilink id|Long Sword6}}
   | {{favilink|High-voltage arc winder}}
   |-
   |-
   ! Tier 7
   ! 10%
   | {{favilink id|Long Sword7}}
   | {{favilink|Psychal fleshgun}}
   |}
   |}
|-
|-
| style="border-top-width:3px;" | Shield
| style="border-top-width:3px;" | Rifle
| style="border-top-width:3px;" | shield
| style="border-top-width:3px;" | rifle
| style="border-top-width:3px;" |
| style="border-top-width:3px;" |
  {| class="wikitable"
{| class="wikitable"
   ! Tiers 1 - 2
   ! colspan="2" | Tier 1
   | A '''{{AV}}2 {{DV}}-3''' shield that weighs 9 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
  | {{favilink|Musket}}
  |-
  ! colspan="2" | Tier 2
   | {{favilink|Issachar rifle}}
  |-
  ! rowspan="2" | Tier 3
  ! 75%
  | {{favilink|Carbine}}
  |-
  ! 25%
  | {{favilink|Sniper Rifle}}
  |-
  ! rowspan="2" | Tier 4
  ! 80%
  | {{favilink|Laser Rifle}}
  |-
  ! 20%
  | {{favilink|Flamethrower}}
  |-
  ! rowspan="3" | Tier 5
  ! 50%
  | {{favilink|Eigenrifle}}
  |-
  ! 32.5%
  | {{favilink|Chain laser}}
  |-
  ! 17.5%
  | {{favilink|Freeze ray}}
  |-
  ! rowspan="2" | Tier 6
  ! 80%
  | {{favilink|Light rail}}
   |-
   |-
   ! Tier 3
   ! 20%
   | A '''{{AV}}3 {{DV}}-2''' {{qud shader|Y|steel}} {{qud text|shield}} that weighs 12 pounds
   | {{favilink|Hypertractor}}
   |-
   |-
   ! Tier 4
   ! rowspan="2" | Tier 7
   | A '''{{AV}}4 {{DV}}-3''' {{qud shader|b|carbide}} {{qud text|shield}} that weighs 14 pounds
  ! 80%
   | {{favilink|Spaser rifle}}
   |-
   |-
   ! Tier 5
   ! 20%
   | A '''{{AV}}5 {{DV}}-4''' {{qud shader|K|fullerite}} {{qud text|shield}} that weighs 20 pounds
   | {{favilink|Linear cannon}}
   |-
   |-
   ! Tier 6
   ! colspan="2" | Tier 8
   | A '''{{AV}}6 {{DV}}-3''' {{qud shader|crysteel|crysteel}} {{qud text|shield}} that weighs 20 pounds
   | {{favilink|Phase cannon}}
   |-
   |-
  ! Tier 7
  | A '''{{AV}}7 {{DV}}-2''' {{qud shader|K|flawless}} {{qud shader|crysteel|crysteel}} {{qud text|shield}} that weighs 20 pounds
   |}
   |}
|-
|-
| style="border-top-width:3px;" | Short Blade
| style="border-top-width:3px;" | Shield
| style="border-top-width:3px;" | dagger
| style="border-top-width:3px;" | shield
| style="border-top-width:3px;" |
| style="border-top-width:3px;" |
   {| class="wikitable"
   {| class="wikitable"
   ! Tier 1
   ! Tiers 1 - 2
   | {{favilink id|Dagger}} <ref name="GenerateBaseRelic" />
   | '''{{AV}}2 {{DV}}-3''' shield that weighs 9 pounds <ref name="GenerateBaseRelic" /><ref name="ObjectBlueprints" />
  |-
  ! Tier 2
  | {{favilink id|Dagger2}}
   |-
   |-
   ! Tier 3
   ! Tier 3
   | {{favilink id|Dagger3}}
   | '''{{AV}}3 {{DV}}-2''' {{qud shader|Y|steel}} {{qud text|shield}} that weighs 12 pounds
   |-
   |-
   ! Tier 4
   ! Tier 4
   | {{favilink id|Dagger4}}
   | '''{{AV}}4 {{DV}}-3''' {{qud shader|b|carbide}} {{qud text|shield}} that weighs 14 pounds
   |-
   |-
   ! Tier 5
   ! Tier 5
   | {{favilink id|Dagger5}}
   | '''{{AV}}5 {{DV}}-4''' {{qud shader|K|fullerite}} {{qud text|shield}} that weighs 20 pounds
   |-
   |-
   ! Tier 6
   ! Tier 6
   | {{favilink id|Dagger6}}
   | '''{{AV}}6 {{DV}}-3''' {{qud shader|crysteel|crysteel}} {{qud text|shield}} that weighs 20 pounds
   |-
   |-
   ! Tier 7
   ! Tier 7 - 8
   | {{favilink id|Dagger7}}
   | '''{{AV}}7 {{DV}}-2''' {{qud shader|K|flawless}} {{qud shader|crysteel|crysteel}} {{qud text|shield}} that weighs 20 pounds
   |}
   |}
|-
| rowspan="2" style="border-top-width:3px;" | [Random] <ref name="RelicGenBugRef">This [https://bitbucket.org/bbucklew/cavesofqud-public-issue-tracker/issues/2998 may be a bug]</ref>
| style="border-top-width:3px;" | coin
| rowspan="2" style="border-top-width:3px;" | A random relic item from above, of the appropriate tier
|-
| gauntlet
|}
|}


=== Additional Relic Types Obtainable Only From Historic Sites ===
= Trivia =
Historic sites can often contain relics that are not directly associated with sultan lore. Generally this is the case whenever a fourth-period or fifth-period sultan did not lose one of their relics at a location in the historic site. These type of relics are generated with a randomized underlying item base type, since there is no driving lore to dictate their item type. The chosen item type can be any of the items listed in the previous section, but there are also some additional relic types that can only appear as historic site relics. These relics - namely, [[pistols]] and [[rifles]], will never appear in a sultan's lore.<ref name="RelicGenBugRef" />
* Prior to patch [https://store.steampowered.com/news/app/333640/view/4639224265629184703 2.0.200.86] (August 14, 2020), it was possible to mod [[relic]] items, allowing a player to combine relic powers with other powerful tinkering mods. For example, relic freezing + normal [[freezing]] could be combined on an item for a very powerful overall freezing effect, [[:File:Double freeze relic.jpg|like this one]]. However, it is no longer possible to add normal mods to relic items.<ref name="GenerateBaseRelic" />
 
{| class="wikitable"
! Relic Item Type
! Possible Items
|-
| Pistol
|
  {| class="wikitable"
  ! Tiers 1 - 2
  | {{favilink id|Borderlands Revolver}}
  |-
  ! Tiers 3 - 4
  | {{favilink id|Semi-Automatic Pistol}}
  |}
|-
| Rifle
|
  {| class="wikitable"
  ! Tier 1
  | {{favilink id|Musket}}
  |-
  ! Tier 2
  | {{favilink id|Pump Shotgun}}
  |-
  ! Tier 3
  | {{favilink id|Desert Rifle}}
  |-
  ! Tier 4
  | {{favilink id|Carbine}}
  |}
|}


{{references|2.0.201.53}}
{{references h1|2.0.203.35}}

Latest revision as of 01:28, 25 October 2022

Relics are procedurally generated items that have special significance within the generated history of Caves of Qud. Relics are most often found in historic sites or sultan reliquaries, but can also be found in procedurally generated ruins or even held by random creatures. Relics can generate with unique relic powers that are not typically available on normal items or through tinkering. A typical relic may spawn with 1-4 unique relic powers.[1] Relics cannot have additional mods added tinkering and cannot generate with normal item mods.[2]

Relics are perhaps most iconic for their place in sultan lore. For example, a relic might be a mighty weapon that helped a sultan win a decisive battle, or a relic might be a memorable gift that was given to a sultan on their wedding day. If a sultan retains a relic until their death, it will be found within the sultan's reliquary in the Tomb of the Eaters. In other cases, the sultan might lose the relic before their death. Such relics can sometimes be found in historic sites, if the location where it was lost still exists in contemporary Qud.

Relics and Relic Powers

Relic Weapons, Armor, and Shields

Major Powers

The following powers, sometimes referred to as major relic powers, can be generated on weapons, armor, and shields. Gold-colored values are randomly determined. Chrome-colored values are decided based on the Tier of the armor or weapon, which can range from 1-8 (tier 1 items will have the lowest value shown below, while tier 8 items will have the highest value shown).

Powers marked with an E require an energy cell to function.

Power Effect Applicable Items
Transmute into Gem 0.4%-3.2% chance to transmute any attacked target into a gemstone when it is hit. Weapons
Glazed 10-26% chance to dismember on hit. Weapons
Relic Freezing E 5 to 16-22 cold damage on hit ([Tier * 1.6 + 3] - [Tier * 2.4 + 3]). [3][4]
If overloaded, 8-10 to 19-27 cold damage on hit ([(Tier+2) * 1.6 + 3] - [(Tier+2) * 2.4 + 3]).
Weapons
Beetle Host E When powered, discharges a clockwork beetle friend on hit. Drains cell power quickly. Weapons
Fatecaller 50% of the time, the Fates have their way. Weapons
Improved Teleportation Grants you Teleportation at level 1-8. If you already have Teleportation, its level is increased by 1-8. Weapons
Powered Strength Boost E +1-2 Strength Weapons and Shields
Powered Willpower Boost E +1-2 Willpower Weapons and Shields
Powered Ego Boost E +1-2 Ego Weapons and Shields
Improved Light Manipulation Grants you Light Manipulation at level 1-8. If you already have Light Manipulation, its level is increased by 1-8. Weapons, Armor, and Shields
Improved Temporal Fugue Grants you Temporal Fugue at level 1-8. If you already have Temporal Fugue, its level is increased by 1-8. Weapons, Armor, and Shields
Improved Electrical Generation Grants you Electrical Generation at level 1-8. If you already have Electrical Generation, its level is increased by 1-8. Weapons, Armor, and Shields
Loved by a Faction +400 Reputation with <faction>. Weapons, Armor, and Shields
Liked by a Faction +200 Reputation with <faction>. Weapons, Armor, and Shields
Faction Slayer 1%-8% chance to behead <faction members> on hit. (behead chance only applies when using the item itself as a weapon)
-200 Reputation with <faction>.
Weapons, Armor, and Shields
Traveller's Boon - Movespeed E +(1-4+8-32) Movement speed
+(20-40+0-70) lbs. carry capacity.
(Movement speed bonus requires energy cell, carry capacity does not.)
Armor and Shields
Traveller's Boon - Teleportation Grants you Teleportation at level 1-8. If you already have Teleportation, its level is increased by 1-8.
+(20-40+0-70) lbs. carry capacity.
Armor and Shields
Improved Clairvoyance Grants you Clairvoyance at level 1-8. If you already have Clairvoyance, its level is increased by 1-8. Armor and Shields
Blink E Whenever you're about to take damage, there's a 6%-13% chance you blink away instead. Armor and Shields
Improved Attribute +1-2 to Strength, Intelligence, Willpower, or Ego Armor
Improved Cold Resistance +1-2 Cold resistance Armor
Reflect Reflects 1%-8% damage back at your attackers, rounded up. Shields
Powered Intelligence Boost E +1-2 Intelligence Shields
Powered Cold Resistance Boost E +20-30 Cold Resistance Shields

Minor Enhancements

In addition, Relic weapons, armor, and shields are guaranteed to have one of the following intrinsic qualities.

Item Type Enhancement
Melee Weapons +1 PV
+2 to damage die size
+1 damage
+3 to PV bonus cap
+2 to hit
Missile Weapons Spray fire (shots do not go wild because of adjacent enemies)
+1 rate of fire (on magazine-fed weapons, also increases ammo capacity by 1 if ammo capacity would become less than rate of fire)
+1 PV
+2 to damage die size
+1 damage
Penetrate creatures like an eigenrifle
Vibro projectiles
Improved accuracy
  • A 5-105-10 (Avg: 7.5) bonus to the weapon's Accuracy, if it is not already 0
  • Otherwise, a 2-62-6 (Avg: 4) hidden bonus to the weapon's aim variance
Shields Improved Block
1-2 point reduction in DV penalty
5-10 point reduction in Quickness penalty, if any
+1 AV
Armor +1 DV
+1 AV
+10 to Cold, Heat, Acid, or Electrical Resistance
+1 to Strength, Agility, Intelligence, Willpower, or Ego
+2 To-Hit
+1-5 Quickness, or a 5-10 point reduction in Quickness penalty, if any

Relic Curio

The subject of this section has no official name presented in-game. As a result, a name for it was chosen at the discretion of wiki editors.

Some relics appear as a single use-items. These are called curios, and there are two variants:

Fabricate Creature curios will fabricate a random creature roughly the same tier as the relic. [5]

Example Relic Curios

Blockecus

Tiny glyphs are inscribed on each exterior face of the handheld box. It's embossed with beautiful blocks of ice.

Fabricates one mechanical learned root cherub, cognitively altered to like you.

Weight: 1 lbs.

Perfect
Batteroca

Tiny glyphs are inscribed on each exterior face of the handheld box. It's adorned with tiny images of light bulbs.

On activation, this item obliterates all nearby members of a faction chosen from among those that existed during the time of the sultanate.

Weight: 1 lbs.

Perfect

Relic Books

Some relics appear as high-value books with randomly-generated markov chain text.

Relic books grant one of the following effects when read. The chosen skill or stat is completely random and has no relation to the sultan's themes or the place where it was found.

70% chance Teaches a random skill when read. [6][7]
30% chance Increases a random attribute by 1 when read.

Relic books have a commerce value of 100 * Tier + 200, a much higher value than normal randomly generated books. Because trading books to Sheba Hagadias, Librarian of the Stilt provides experience proportional to the square of the book's value, these books can be traded in for an extremely large number of experience points.

Example Relic Books

Charmica

An unadorned codex of goatskin vellum. It's embossed with tiny images of tokens.

Increases the Toughness of anyone who reads it.

Weight: 1 lbs.

Perfect
Lightyca

An unadorned codex of goatskin vellum. It's stamped with fanciful depictions of jewels. It's carved with tiny images of telescopes.

Teaches Shank to anyone who reads it.

Weight: 1 lbs.

Perfect

Relic Tonic

Relic tonics are all based on Eaters' nectar injectors. They cannot be preserved into drops of nectar, but they provide double the bonus: +2 to a random attribute or two mutation points. (Also just like Eaters' nectar injectors, unlike most tonics, they cannot cause overdose.)

Example Relic Tonic

Rootoca <A6>

A slender metal tube, used to deliver various tonics directly into the bloodstream. It's carved with tiny images of salt.

You gain either a permanent +2 bonus to a random attribute or two mutation points.
This item is a tonic. Applying one tonic while under the effects of another may produce undesired results.

Weight: 0 lbs.

Perfect

Connection to Sultan Lore

The generation of sultan relics, including the tier of relic and the type of base item, are closely related to the sultan and to significant events in the sultan's life as evidenced in sultan lore.

Relic Tier

The eight historic sites in the game contain relic items that progress from Tier 1 to Tier 8, starting with the Historic site nearest to Joppa, which will always have Tier 1 relic(s).

The tier of relics found in the sultan reliquaries in the Tomb of the Eaters will be instead determined from the period of the sultanate during which the relic originated, with relics from older sultans being more powerful.[8]

Sultan Period Relic Tier If Relic Is Found In...
Historic Site #1 Historic Site #2 Historic Site #3 Historic Site #4 Historic Site #5 Historic Site #6 Historic Site #7 Historic Site #8 Tomb Reliquary
1st Period Sultanate N/A N/A N/A N/A N/A N/A N/A 8 7
2nd Period Sultanate N/A N/A N/A N/A N/A N/A 7 N/A 6
3rd Period Sultanate N/A N/A N/A N/A 5 6 N/A N/A 5
4th Period Sultanate N/A N/A 3 4 N/A N/A N/A N/A 3 or 4 (random)
5th Period Sultanate 1 2 N/A N/A N/A N/A N/A N/A 1 or 2 (random)

Relic Item Type

The type of underlying base item for each relic can be determined from the lore associated with the sultan, if such lore exists. Notably, relics generated in historic sites do not always have a fragment of sultan lore associated with them, depending on randomization factors during world generation. These types of relics are often recognizable because they are typically named after the historic site or the floor of the historic site where they are found, rather than being named as based on a fragment of sultan lore.[2]

Historic sites can often contain relics that are not directly associated with sultan lore. Generally this is the case whenever a sultan did not lose one of their relics at a location in the historic site. These type of relics are generated with a randomized underlying item base type, since there is no driving lore to dictate their item type.

Melee Relics

Melee weapons have a 80% chance to be one-handed and a 20% chance to be two-handed, and are always generated from the base weapon with material equal to the relic's tier:

Tier 1 Iron
Tier 2 Steel
Tier 3 Carbide
Tier 4 Folded Carbide
Tier 5 Fullerite
Tier 6 Crysteel
Tier 7 Flawless Crysteel
Tier 8 Zetachrome

Non-Melee Relics

Other relics generate in more complex ways based on tier.

Relic Item Type How It's Described in Sultan Lore Possible Items
Artifact artifact
50% Fabricate Creature curio with a random creature roughly the same tier as the relic [5]
50% Obliterate Faction curio
star-tool
Body Armor breastplate
Tier 1 50% ♦2 ○0 perch fish leather armor that weighs 15 pounds [2][9]
50% ♦1 ○2 frock that weighs 5 pounds
Tier 2 50% ♦3 ○-2 ring mail that weighs 15 pounds [2]
50% ♦3 ○-1 chain mail that weighs 35 pounds
Tier 3 50% ♦4 ○-4 steel plate mail that weighs 60 pounds
50% ♦1 ○3 elastyne skin suit that weighs 5 pounds
Tier 4 50% ♦5 ○-5 carbide plate armor that weighs 45 pounds
50% ♦2 ○3 flexivest that weighs 5 pounds
Tier 4 50% ♦6 ○-6 fullerite plate mail that weighs 160 pounds
50% ♦4 ○-3 fullerite flake armor without resistances that weighs 90 pounds.
Tier 6 50% ♦6 ○-3, +9 Heat/+9 Cold/+9 Elec/+9 Acid resistance crysteel shardmail that weighs 40 pounds
50% ♦4 ○2 nanoweave vest
Tier 7 flawless crysteel shardmail
Tier 8 zetachrome lune
vest
Book account
70% A high-value markov book which teaches a random skill when read. [6][7]

The book's commerce value will be equal to 100 * Tier + 200

30% A high-value markov book which increases a random attribute by 1 when read.

The book's commerce value will be equal to 100 * Tier + 200

allegory
chronology
horoscope reading
hypothesis
philosophy
treatise
wintry truth
Boots boots
Tiers 1 - 2 ♦1 ○0 perch fish leather boots that weigh 3 pounds [2][9]
Tier 3 50% ♦2 ○-3 chain boots that weigh 10 pounds
50% ♦0 ○2 elastyne slippers that weigh 1 pound
Tier 4 50% ♦3 ○-5 carbide boots that weigh 15 pounds
50% ♦1 ○1, +5 Heat/+5 Cold/+5 Elec/+5 Acid resistance plastifer sneakers that weigh 3 pounds
Tier 5 ♦3 ○-4 fullerite boots that weigh 35 pounds
Tier 6 ♦3 ○-2, +5 Heat/+5 Cold/+5 Elec/+5 Acid resistance crysteel boots
Tier 7 ♦4 ○-2, +5 Heat/+5 Cold/+5 Elec/+5 Acid resistance flawless crysteel boots
Tier 8 ♦4 ○0, +6 Heat/+6 Cold/+6 Elec/+6 Acid resistance zetachrome pumps
pair of boots
Bracelet bracelet
Tiers 1 - 2 ♦0 ○0 beaded bracelet that weighs 1 pound [2][9]
Tiers 3 - 4 ♦0 ○2 beaded bracelet that weighs 1 pound
Tiers 5 - 6 ♦1 ○2 beaded bracelet that weighs 1 pound
Tiers 7 - 8 ♦1 ○3 beaded bracelet that weighs 1 pound
Cloak cloak
Tier 1 ♦0 ○0 cloak that weighs 3 pounds [2][9]
Tiers 2 - 3 ♦0 ○1 cloak that weighs 3 pounds
Tiers 4 - 5 ♦0 ○2 cloak that weighs 3 pounds
Tiers 6 - 7 ♦0 ○3 cloak that weighs 3 pounds
Tier 8 ♦0 ○4 cloak that weighs 3 pounds
Curio skull
50% Fabricate Creature curio with a random creature roughly the same tier as the relic [5]
50% Obliterate Faction curio
coin
one-sided die
two-sided die
three-sided die
four-sided die
five-sided die
six-sided die
seven-sided die
eight-sided die
nine-sided die
ten-sided die
twelve-sided die
twenty-sided die
Face Armor mask
Tier 1 ♦0 ○0 veil that weighs 2 pounds [2][9]
Tier 2 - 3 ♦0 ○1 veil that weighs 2 pounds
Tier 4 - 5 ♦0 ○2 veil that weighs 2 pounds
Tiers 6 - 7 ♦0 ○3 veil that weighs 2 pounds
Tier 8 ♦0 ○4 veil that weighs 2 pounds
Floating Item floating orb
Tiers 1 - 2 A floating object that weighs 1 pound [2][9]
Tiers 3 - 7 A floating glowsphere that weighs 1 pound
Food feast Eaters' nectar injector
meal
Hand Armor gloves
Tiers 1 - 2 ♦1 ○0 perch fish leather gloves that weigh 3 pounds [2][9]
Tier 3 50% ♦2 ○-3 chain gauntlets that weigh 10 pounds
50% ♦0 ○2, +1 Agility elastyne gloves that weigh 1 pound
Tier 4 50% ♦3 ○-5 carbide gauntlets that weigh 18 pounds
50% ♦1 ○1, +5 Heat/+5 Cold/+5 Elec/+5 Acid resistance plastifer gloves that weigh 3 pounds
Tier 5 ♦3 ○-3 fullerite gauntlets that weigh 25 pounds
Tier 6 ♦3 ○-2, +5 Heat/+5 Cold/+5 Elec/+5 Acid resistance crysteel gauntlets
Tier 7 ♦4 ○-2, +5 Heat/+5 Cold/+5 Elec/+5 Acid resistance flawless crysteel gauntlets
Tier 8 ♦4 ○0, +6 Heat/+6 Cold/+6 Elec/+6 Acid resistance zetachrome gloves
gauntlet
iron gauntlet
Head Armor helm
Tiers 1 - 2 50% ♦1 ○0 helmet that weighs 3 pounds [2][9]
50% ♦0 ○1 hat that weighs 3 pounds
Tier 3 50% ♦2 ○-3 steel helmet that weighs 12 pounds
50% ♦1 ○1, +5 Cold resistance elastyne hat that weighs 1 pound
Tier 4 50% ♦2 ○-3 steel helmet that weighs 12 pounds
50% ♦1 ○1, +5 Heat/+5 Cold/+5 Elec/+5 Acid resistance plastifer hat that weighs 4 pounds
Tier 5 ♦3 ○-4 fullerite helmet that weighs 25 pounds
Tier 6 ♦3 ○-1, +5 Heat/+5 Cold/+5 Elec/+5 Acid resistance crysteel coronet
Tier 7 ♦4 ○-1, +5 Heat/+5 Cold/+5 Elec/+5 Acid resistance flawless crysteel coronet
Tier 8 ♦4 ○0, +6 Heat/+6 Cold/+6 Elec/+6 Acid resistance zetachrome apex
helmet
Pistol pistol
Tier 1 chrome revolver
Tier 2 semi-automatic pistol
Tier 3 chain pistol
Tier 4 laser pistol
Tier 5 80% eigenpistol
20% arc winder
Tier 6 75% hand rail
25% di-thermo beam
Tier 7+8 50% spaser pistol
20% space inverter
20% high-voltage arc winder
10% psychal fleshgun
Rifle rifle
Tier 1 musket
Tier 2 Issachar rifle
Tier 3 75% carbine
25% sniper rifle
Tier 4 80% laser rifle
20% flamethrower
Tier 5 50% eigenrifle
32.5% chain laser
17.5% freeze ray
Tier 6 80% light rail
20% hypertractor
Tier 7 80% spaser rifle
20% linear cannon
Tier 8 phase cannon
Shield shield
Tiers 1 - 2 ♦2 ○-3 shield that weighs 9 pounds [2][9]
Tier 3 ♦3 ○-2 steel shield that weighs 12 pounds
Tier 4 ♦4 ○-3 carbide shield that weighs 14 pounds
Tier 5 ♦5 ○-4 fullerite shield that weighs 20 pounds
Tier 6 ♦6 ○-3 crysteel shield that weighs 20 pounds
Tier 7 - 8 ♦7 ○-2 flawless crysteel shield that weighs 20 pounds

Trivia

  • Prior to patch 2.0.200.86 (August 14, 2020), it was possible to mod relic items, allowing a player to combine relic powers with other powerful tinkering mods. For example, relic freezing + normal freezing could be combined on an item for a very powerful overall freezing effect, like this one. However, it is no longer possible to add normal mods to relic items.[2]

References

This information is reliable as of patch 2.0.203.35.
  1. XRL.World.RelicGenerator, method GenerateRelic
  2. 2.00 2.01 2.02 2.03 2.04 2.05 2.06 2.07 2.08 2.09 2.10 2.11 2.12 XRL.World.RelicGenerator, method GenerateBaseRelic
  3. XRL.World.Parts.ModRelicFreezing, method GetLowDamage
  4. XRL.World.Parts.ModRelicFreezing, method GetHighDamage
  5. 5.0 5.1 5.2 XRL.World.RelicGenerator, method GenerateRelic, in the subtype == "curio" case – Uses a DynamicInheritsTable targeted at creatures of the relic's tier
  6. 6.0 6.1 XRL.World.RelicGenerator, method ApplyBasicBestowal
  7. 7.0 7.1 XRL.World.Parts.TrainingBook
  8. XRL.World.RelicGenerator, method GetRelicTierFromPeriod
  9. 9.0 9.1 9.2 9.3 9.4 9.5 9.6 9.7 9.8 ObjectBlueprints.xml