Factions that existed during the time of the sultanate: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
No edit summary
(add references)
Line 2: Line 2:


These [[faction]]s are notable because:
These [[faction]]s are notable because:
* They are the only factions that can be fabricated by a [[Fabricate Creature]] [[relic]].
* They are the only factions that can be fabricated by a [[Fabricate Creature]] [[relic]].{{Code Reference|namespace=XRL.World|class=RelicGenerator|method=GenerateRelic|case=subtype == "curio"}}
* They are the only factions that can be obliterated by an [[Obliterate Faction]] [[relic]].
* They are the only factions that can be obliterated by an [[Obliterate Faction]] [[relic]].{{Code Reference|class=GenocideCurio}}
* They are the only factions that can appear in certain types of events in the [[sultan histories]].
* They are the only factions that can appear in certain types of events in the [[sultan histories]].{{Code Reference|namespace=XRL.Annals|class=QudHistoryHelpers|method=GetNewFaction|comment=Called by a variety of HistoricEvent generators.}}


== Sultanate-Era Factions ==
== Sultanate-Era Factions ==
Line 11: Line 11:
== Other Factions That Did Not Exist During the Time of the Sultanate ==
== Other Factions That Did Not Exist During the Time of the Sultanate ==
{{#cargo_query:table=Factions|fields=CONCAT('[[:',_pageName,'|',PlainName,']]')|where=Old='0' AND IsVisible='1'|format=ul|columns=3}}
{{#cargo_query:table=Factions|fields=CONCAT('[[:',_pageName,'|',PlainName,']]')|where=Old='0' AND IsVisible='1'|format=ul|columns=3}}
== References ==
{{as of patch inline|2.0.201.57}}
<references />

Revision as of 15:17, 19 December 2020

Sultanate-era factions, or "old factions", existed during the time of the sultans.

These factions are notable because:

Sultanate-Era Factions

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.RelicGenerator, method GenerateRelic, in the subtype == "curio" case
  2. XRL.World.Parts.GenocideCurio
  3. XRL.Annals.QudHistoryHelpers, method GetNewFaction – Called by a variety of HistoricEvent generators.