Fabricate Creature: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
mNo edit summary
m (typo)
 
Line 2: Line 2:
| title      = Fabricate Creature
| title      = Fabricate Creature
| desc      =Fabricate one [Creature], cognitively altered to like you.
| desc      =Fabricate one [Creature], cognitively altered to like you.
}}[[Relic|Sultan relics]] of this type will fabricate a companion for the player. The creature type is chosen randomly from among creatures of the [[Relic#Relic_Tier|relic's tier]], and is restricted to only sultanate-era factions.{{Code Reference|class=SummoningCurio}}{{Code Reference|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''}}
}}[[Relic|Sultan relics]] of this type will fabricate a companion for the player. The creature type is chosen randomly from among creatures of the [[Relic#Relic_Tier|relic's tier]], and is restricted to only sultanate-era factions.{{Code Reference|class=SummoningCurio}}{{Code Reference|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''}}


== List of Possible Fabricate Creature Types ==
== List of Possible Fabricate Creature Types ==

Latest revision as of 15:27, 19 December 2020

Fabricate Creature

Fabricate one [Creature], cognitively altered to like you.

Sultan relics of this type will fabricate a companion for the player. The creature type is chosen randomly from among creatures of the relic's tier, and is restricted to only sultanate-era factions.[1][2]

List of Possible Fabricate Creature Types

This section is an excerpt from Factions that existed during the time of the sultanate#Sultanate-Era Factions.

Creature Types That Cannot Be Fabricated

This section is an excerpt from Factions that existed during the time of the sultanate#Other Factions That Did Not Exist During the Time of the Sultanate.

References

This information is reliable as of patch 2.0.201.57.
  1. XRL.World.Parts.SummoningCurio
  2. XRL.World.RelicGenerator, method GenerateRelic, in the subtype == "curio" case – Uses a DynamicInheritsTable targeted at creatures of the relic's tier