Confirmed CK III - Detente alliances-required tooltip denominator includes Holy Orders

  • We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Chronos_Sk

Private
84 Badges
Mar 17, 2018
18
24
  • Stellaris: Digital Anniversary Edition
  • Prison Architect
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Shadowrun: Dragonfall
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Imperator: Rome - Magna Graecia
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Humanoids Species Pack
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Call to arms event
  • Age of Wonders: Planetfall
  • Crusader Kings II: Holy Fury
  • Shadowrun Returns
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: La Resistance
  • Stellaris: Distant Stars
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Megacorp
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Federations
  • Crusader Kings III
  • Stellaris: Lithoids
  • BATTLETECH - Digital Deluxe Edition
  • Europa Universalis IV: Dharma
  • Stellaris: Apocalypse
  • Imperator: Rome
  • Shadowrun: Hong Kong
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Way of Life
  • Stellaris: Ancient Relics
  • Europa Universalis IV: Common Sense
Short summary of your issue
Detente alliances-required tooltip denominator includes Holy Orders

Game Version
1.6.0

What OS are you playing on?
Windows

What platform are you using?
Steam

What DLC do you have installed?
Royal Court,

Do you have mods enabled?
No

Have you tried verifying your game files (Steam only)?
No

How much "pain" is this causing you?
2

Please explain the issue you experienced in the most condensed way possible
The script counting the number of alliances it claims you need in order to satisfy the Detente struggle resolution accidentally counts Holy Orders:

Code:
# Counts independent involved realms in Iberia, to compare
struggle_iberia_ending_ending_decision_foreign_realm_total_value = {
	value = 0
	struggle:iberian_struggle = {
		every_involved_ruler = {
			limit = {
				NOT = { this = root }
				is_independent_ruler = yes
				primary_title = { is_mercenary_company = no }
			}
			add = 1
		}
	}
}

The actual decision prerequisites filters them out, thankfully.

Please explain how to reproduce the issue


Is there anything else you think could help us identify/replicate the issue?


I have attached a save game
No

Upload Attachment
File(s) attached
 

Attachments

  • 20220603235534_1.jpg
    20220603235534_1.jpg
    937,5 KB · Views: 0
  • 03_dlc_fp2_script_values.txt
    20,6 KB · Views: 0