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
m (excerpt note)
 
(2 intermediate revisions by the same user not shown)
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.}}
* They are the only factions that can appear as [[Cherubim]].{{Code Reference|class=CherubimSpawner}}


== Sultanate-Era Factions ==
== Sultanate-Era Factions ==
<!--
This section is excerpted in other places using Template:Excerpt. Please do not change the section title without updating the other pages that excerpt it. (ex: "Obliterate Faction" and "Fabricate Creature" pages)
-->
{{#cargo_query:table=Factions|fields=CONCAT('[[:',_pageName,'|',PlainName,']]')|where=Old='1' AND IsVisible='1'|format=ul|columns=3}}
{{#cargo_query:table=Factions|fields=CONCAT('[[:',_pageName,'|',PlainName,']]')|where=Old='1' AND IsVisible='1'|format=ul|columns=3}}


== Other Factions That Did Not Exist During the Time of the Sultanate ==
== Other Factions That Did Not Exist During the Time of the Sultanate ==
<!--
This section is excerpted in other places using Template:Excerpt. Please do not change the section title without updating the other pages that excerpt it. (ex: "Obliterate Faction" and "Fabricate Creature" pages)
-->
{{#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 />

Latest revision as of 18:18, 20 December 2021

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.
  4. XRL.World.Parts.CherubimSpawner