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

Question

Field Marshal
Jun 11, 2019
3.417
6.752

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

1.9.2.1 : "Horse Race : As God made Him" is missing an age trigger (attn : James Beaumont)

Description​

image.png


Children should obviously not be picked for this event.

Steps to reproduce​

You need to add an is_adult = yes check in the scripted trigger :

Code:
# A commoner runs onto the tracks, naked.
# by James Beaumont
scripted_trigger 3030_would_streak_trigger = {
	is_adult = yes
	OR = {
		has_trait = lustful
		has_trait = lunatic
		AND = {
			has_trait = arrogant
			has_trait = impatient
		}
		is_deviant_trigger = yes
		faith = { has_doctrine_parameter = naked_adherents_active }
		faith = { has_doctrine_parameter = naked_priests_active }
	}
	OR = {
		faith = { has_doctrine_parameter = naked_adherents_active }
		faith = { has_doctrine_parameter = naked_priests_active }
		NOR = {
			has_trait = chaste
			has_trait = celibate
			has_trait = humble
		}
	}
}

Should also probably exclude players and yourself :

Code:
is_ai = yes 
NOT = { this = root }

Game Version​

1.9.2.1

Platform​

Windows

Additional Information​

Affected Feature​

  • Events

Save Game​



Other Attachments​



 
  • 1
Reactions: