• 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.

comagoosie

Perennial Dreamer
53 Badges
Apr 14, 2007
8.766
51
  • Europa Universalis IV: Cradle of Civilization
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Together for Victory
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Cities: Skylines - Green Cities
  • Europa Universalis IV: Common Sense
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Dharma
  • Cities: Skylines Industries
  • Europa Universalis IV: Golden Century
  • Imperator: Rome
  • Cities: Skylines - Campus
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Europa Universalis 4: Emperor
  • Europa Universalis III Complete
  • Crusader Kings II
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Europa Universalis III Complete
  • Hearts of Iron Anthology
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Semper Fi
  • Victoria 2
  • Rome: Vae Victis
  • 200k Club
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
Before we get to the Invention, let's look at the invention before it.
Code:
religious_stability = {
	trigger = {
		religious_tech = 24
		capital_scope = { civilization_value = 65 }
		religion_group = helenistic_pantheon
		invention = societal_status
	}
	effect = {
[B]		[COLOR=DarkOrange]lose_invention = societal_status[/COLOR][/B]
	}
	land_organisation = 0.05
now the Historic Faith invention
Code:
historic_faith = {
	trigger = {
		religious_tech = 26
		capital_scope = { civilization_value = 65 }
		religion_group = helenistic_pantheon 
		[B][COLOR=DarkOrange]invention = societal_status[/COLOR] [/B] 
	}
	effect = {
	}
	omen_chance = 0.05
One of the requirements for Historic faith is lost in the previous invention therefore making historic faith impossible to research. Or am I missing something?
 
Upvote 0
My guess is that because you don't automatically get inventions (as opposed to research), and thus having one is not a prerequisite for getting the next one, that if you get Religious Stability first, then yes, getting Historic Faith is impossible. However, if you don't get Religious Stability then you can get Historic Faith, and then presumably (oddly enough) then get Religious Stability.

Hmm, it's 2.30am, and no idea if that makes sense or not, but it does to me, lol.
 
That being said, however, both inventions are under helenistic_pantheon and it doesn't make sense for one invention of the same faith to cancel its future brother. If they were two different faith inventions I would understand, but...