Fabricate Creature: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
imported>Lemonlich
(Created page with "{{Mod | title = | type = | id = | reliconly =yes | rarity = | tinkerable = | tinkertier = | value = | desc = }}")
 
m (typo)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Mod
{{Ability
| title      =
| title      = Fabricate Creature
| type       =
| desc       =Fabricate one [Creature], cognitively altered to like you.
| id        =
}}[[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''}}
| reliconly  =yes
 
| rarity    =
== List of Possible Fabricate Creature Types ==
| tinkerable =
{{Excerpt|Factions that existed during the time of the sultanate#Sultanate-Era Factions}}
| tinkertier =
 
| value      =
== Creature Types That Cannot Be Fabricated ==
| desc      =
{{Excerpt|Factions that existed during the time of the sultanate#Other Factions That Did Not Exist During the Time of the Sultanate}}
}}
 
{{references|2.0.201.57}}
[[Category:Relic Powers]]

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