Europa Universalis IV

Europa Universalis IV

View Stats:
malkindav Mar 13, 2017 @ 1:02pm
event id number
How do I know what is the event number in the script?

# The Pomjestija Reform
country_event = {
id = flavor_rus.1



title = "flavor_rus.EVTNAME3401"
desc = "flavor_rus.EVTDESC3401"
picture = REFORM_eventPicture


fire_only_once = yes


trigger = {
is_year = 1450
NOT = { is_year = 1550 }
OR = {
AND = {
tag = MOS
NOT = { exists = RUS }
}
tag = RUS
}
}

mean_time_to_happen = {
months = 300
}


option = { # Let us reform
name = "flavor_rus.EVTOPTA3401"
ai_chance = { factor = 95 }
add_country_modifier = {
name = pomjestija_reform
duration = 9125
}
}
option = { # Let us become like Novgorod
name = "flavor_rus.EVTOPTB3401"
ai_chance = { factor = 5 }
add_country_modifier = {
name = novgorodian_reform
duration = 9125
}
}
}

Cheers
< >
Showing 1-4 of 4 comments
Belgian Problem Mar 13, 2017 @ 1:30pm 
Originally posted by malkindav:
title = "flavor_rus.EVTNAME3401"
desc = "flavor_rus.EVTDESC3401"

Wouldn't 3401 be the ID number?
malkindav Mar 13, 2017 @ 1:41pm 
the game says that there is no event with that number
Yargo Mar 13, 2017 @ 2:03pm 
Originally posted by malkindav:
# The Pomjestija Reform
country_event = {
id = flavor_rus.1

It's right there, at the top. This event is the number 1 in the group of Russia-specific events.
If you want to trigger it ingame, you have to enter "event flavor_rus.1" in the console.
malkindav Mar 13, 2017 @ 2:10pm 
Originally posted by Yargo:
Originally posted by malkindav:
# The Pomjestija Reform
country_event = {
id = flavor_rus.1

It's right there, at the top. This event is the number 1 in the group of Russia-specific events.
If you want to trigger it ingame, you have to enter "event flavor_rus.1" in the console.

Thanks mate
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Mar 13, 2017 @ 1:02pm
Posts: 4