More actions
(Created page with "{{#cargo_query: table=Spawners |fields=* |where=IsUnique=true |format=table |headers=yes }}") Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Information == | |||
The game world has many unique and dynamic characters who can spawn in during travelling the wilderness or when you go to a location for the first time, or during certain events in the game. | |||
== All Unique Characters == | |||
{{#cargo_query: | {{#cargo_query: | ||
table=Spawners | table=Spawners, Factions, Species | ||
|fields= | |fields=Spawners._pageName=Name, Factions._pageName=Faction, Species._pageName = Species, Spawners.Age, Spawners.Job | ||
|where=IsUnique=true | |where=IsUnique=true | ||
|join on = Spawners.Faction = Factions.codename, Species.Codename = Spawners.Species | |||
|format=table | |format=table | ||
|headers=yes | |headers=yes | ||
}} | }} |
Latest revision as of 03:21, 7 November 2024
Information
The game world has many unique and dynamic characters who can spawn in during travelling the wilderness or when you go to a location for the first time, or during certain events in the game.