Factions: Difference between revisions

Jump to navigation Jump to search
1,991 bytes added ,  17:40, 10 February 2021
m
fix extra linebreak in API response
m (→‎List of Factions: fixed query)
m (fix extra linebreak in API response)
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
[[{{gamename}}]] contains
[[{{gamename}}]] contains {{#cargo_query:table=Factions
{{#cargo_query:table=Factions
|fields=COUNT(*)
|fields=COUNT(*)
|where=IsVisible='1' AND _pageNamespace <> '10' AND _pageNamespace <>'2'
|where=IsVisible='1' AND _pageNamespace <> '10' AND _pageNamespace <>'2'
}}
}} '''factions''' that the [[NPCs]] of Qud belong to. These factions have initial starting [[reputation]] with the player character. Based on these reputations and individual creature demeanor, some will attack on sight, while others are more neutral. Most factions use [[water]] to perform the [[water ritual]] with, but there are some factions that prefer other liquids. Depending on the faction, their interests also change, making certain types of secrets limited to a particular set of factions.
'''factions''' that the [[NPCs]] of Qud belong to.
 
==Reputation Chart==
* {{#vardefineecho:hostile|{{qud text|&RHostile|notxml}}}}- Actively trying to attack the player. Cannot be spoken to for water rituals or conversations.
* {{#vardefineecho:neutral|{{qud text|&YNeutral|notxml}}}}- Has no major feeling either way. Will become hostile if purposefully struck.
* {{#vardefineecho:friendly|{{qud text|&GFriendly|notxml}}}}- If the creature that the faction is friendly to is attacked, all members will turn hostile towards the attacker.
{|class ="wikitable"
!rowspan = "2" | Reputation
! colspan = "3" | Demeanor
!rowspan="2" | Other
|-
!Docile
!Neutral
!Aggressive
|-
| ≤{{Player reputation color|-600}}
| {{#var:hostile}}
| {{#var:hostile}}
| {{#var:hostile}}
|
|-
| {{Player reputation color|-599}} to {{Player reputation color|-250}}
| {{#var:neutral}}
|{{#var:hostile}}
|{{#var:hostile}}
|
|-
| {{Player reputation color|-249}} to {{Player reputation color|249}}
| {{#var:neutral}}
| {{#var:neutral}}
| {{#var:hostile}}
| Neutral demeanors will also be hostile in [[Holy Place]]s
|-
| {{Player reputation color|250}} to {{Player reputation color|599}}
| {{#var:friendly}}
| {{#var:friendly}}
| {{#var:friendly}}
| Creatures that can be pet will be allowed to be pet
|-
| ≥{{Player reputation color|600}}
| {{#var:friendly}}
| {{#var:friendly}}
| {{#var:friendly}}
|}
 
== Water Ritual Liquid Types ==
{{#invoke:Water Ritual Liquids|main}}


== List of Factions ==
== List of Factions ==


{{#cargo_query:table=Factions
{{#cargo_query:table=Factions
|fields=CONCAT('[[:',_pageName,'|',PlainName,']]')=Faction, BasePlayerReputation=Initial Player Reputation,WaterRitualSkill=Skill Taught,WaterRitualRecipe=Recipe Taught,WaterRitualLiquid=Water Ritual Liquid
|fields=CONCAT('[[:',_pageName,'|',PlainName,']]')=Faction, CONCAT('{{((}}Player reputation color{{!}}',BasePlayerReputation,'{{))}}')=Initial Player Reputation,WaterRitualSkill=Skill Taught,WaterRitualRecipe=Recipe Taught,WaterRitualLiquid=Water Ritual Liquid
|where=IsVisible="1" AND _pageNamespace <> '10' AND _pageNamespace <> '2'
|where=IsVisible="1" AND _pageNamespace <> '10' AND _pageNamespace <> '2'
|hidden fields=Water Ritual Liquid,Recipe Taught
|hidden fields=Water Ritual Liquid,Recipe Taught
Line 27: Line 71:


{{#cargo_query:table=Factions
{{#cargo_query:table=Factions
|fields=_pageName=Faction, BasePlayerReputation=Initial Player Reputation|where=IsVisible='0' AND _pageNamespace <> '10' AND _pageNamespace <> '2'
|fields=CONCAT('[[:',_pageName,'|', PlainName,']]')=Faction, CONCAT('{{((}}Player reputation color{{!}}',BasePlayerReputation,'{{))}}')=Initial Player Reputation|where=IsVisible='0' AND _pageNamespace <> '10' AND _pageNamespace <> '2'
|format=dynamic table
|format=dynamic table
|rows per page=20
|rows per page=20
|intro=A list of all visible factions (click headers to sort ascending/decending):</br>}}
|intro=A list of all visible factions (click headers to sort ascending/decending):</br>}}

Navigation menu