The First Council of Omonporch: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
(chaos speil, reference adding)
Line 1: Line 1:
{{Stub}}
During the main quest segment, [[The Earl of Omonporch]], the player will have the opportunity to convene a council of factions at {{favilink|Omonporch}}. This event is known as the '''First Council of Omonporch''', or somtimes more simply, '''The Spindle Negotiation'''. The game will choose four visible factions that the player character has 250 or higher reputation with, sorted by highest reputation. If there are not enough factions that fit this criteria, the player character must increase their reputation with more factions in order to convene the council{{Code Reference|class=SpindleNegotiation.cs|method=HasEnoughFriends()}}. If multiple factions are somehow tied for the fourth spot by having the same reputation, they will be randomly chosen{{Code Reference|class=FactionRepComparerRandomSortEqual|namespace=XRL.UI}}. Once three days (3,600 game ticks) have passed after calling the delegates, the negotiations will begin.
During the main quest segment, [[The Earl of Omonporch]], the player will have the opportunity to convene a council of factions at {{favilink|Omonporch}}. This event is known as the '''First Council of Omonporch''', or somtimes more simply, '''The Spindle Negotiation'''.


During this event, the player will have to choose one of the following options to appease {{favilink|Asphodel, Earl of Omonporch}}:
During this event, the player will have to choose one of the following options to appease {{favilink|Asphodel, Earl of Omonporch}}:
Line 11: Line 10:
}}
}}


If the player chooses the third option, they will recieve a [[faction heirloom]] as part of the outcome of the event, at the cost of betraying a different faction.
If the player chooses the third option, they will receive a [[faction heirloom]] as part of the outcome of the event, at the cost of betraying a different faction.
 
== Chaos Spiel ==
The Chaos Spiel is the choice that makes the player character "ponder how best to sow chaos with [their] words", before making three random statements involving the four factions the delegates represent, as well as [[flowers]] and the [[Consortium of Phyta]]. If there is already a delegate for these factions, that faction will be weighted more heavily to be the subject of the statements. Each statement chooses two random, different factions and causes one to hate the other:
 
{{qud quote|You yell, 'I cannot believe (faction A) don't despise (faction B) for ([[Faction relationship reasons#Hate Reasons|random hate reason]]).'
 
Due to your revelation, (faction A) change their opinion of (faction B).}}
 
This indeed changes faction A's feeling towards faction B to -100, which will cause members of faction A to attack members of faction B on sight{{Code Reference|class=SpindleNegotiation|method=FireEvent}}.
 
Once the three statements are made, Asphodel will yell "{{qud shader|R|You ruined the First Council of Omonporch, you barbaric lout!}}" and immediately become aggressive at the player. This anger is temporary however, and can be removed after spending sufficient time away from the zone. Asphodel will not agree to lease the Spindle if the Chaos Spiel is invoked and will not convene another council; Killing Asphodel the only way to continue the main story.
 
=== Reputation changes ===
The only guaranteed reputation change is a 295 to 305 increase to [[highly entropic beings]]. Each statement also '''in'''creases faction A's reputation to the player by 195 to 205, while faction B's reputation to the player '''de'''creases by 195 to 205.
{{References|2.0.202.68}}