Reputation: Difference between revisions

57 bytes added ,  18:42, 29 November 2019
→‎Initial Player Reputation: formatted reputation color in query
mNo edit summary
(→‎Initial Player Reputation: formatted reputation color in query)
Line 91: Line 91:
==Initial Player Reputation==
==Initial Player Reputation==
Upon game creation, the player character will have an initial starting reputation based on this table:
Upon game creation, the player character will have an initial starting reputation based on this table:
{{#cargo_query:table=Factions|fields=CONCAT('[[:', _pageName, '|', PlainName, ']]')=Faction, BasePlayerReputation = Reputation| order by=Faction|where=IsVisible='1' AND (_pageNamespace='0' OR _pageNamespace='14')}}
{{#cargo_query:table=Factions|fields=CONCAT('[[:', _pageName, '|', PlainName, ']]')=Faction, CONCAT('{{((}}Player reputation color{{!}}', BasePlayerReputation, '{{))}}') = Reputation| order by=Faction|where=IsVisible='1' AND (_pageNamespace='0' OR _pageNamespace='14')}}
Note that if the player character is [[True Kin]], they will have 0 reputation with the Putus Templar instead.
Note that if the player character is [[True Kin]], they will have 0 reputation with the Putus Templar instead.
==References==
==References==
*All notes are taken from <code>XRL.World.Reputation</code>
*All notes are taken from <code>XRL.World.Reputation</code>
<references/>
<references/>
[[Category:Mechanics]]
[[Category:Mechanics]]