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

ldevarga

First Lieutenant
2 Badges
Sep 10, 2013
204
21
  • Crusader Kings II
  • Europa Universalis IV
Title says all, how do I start a revolution in my country so I can become REV Germany

This is the trigger in the event file:

trigger = {
NOT = { has_country_flag = had_revolution }
NOT = { has_country_flag = religious_turmoil }
NOT = { has_country_flag = peasant_war }
NOT = { has_country_flag = internal_conflicts }
NOT = { has_country_flag = FRA_french_revolution }
NOT = { has_country_flag = revolution }
NOT = { has_country_flag = liberalism }
NOT = { has_country_flag = civil_war }
NOT = { has_country_flag = total_war_series }
NOT = { tag = FRA }
is_at_war = no
technology_group = western
is_year = 1750
num_of_cities = 5
OR = {
is_bankrupt = yes
num_of_loans = 25
inflation = 10
war_exhaustion = 5
NOT = { prestige = 0 }​
}​
}

num_of_cities = 5 means that you need at least 5 cities, not that you have to have 5.

Also, high stability makes it less likely to happen.

Edit: and this: NOT = { prestige = 0 } means you need prestige to be less than 0 (yes this is awful syntax, no I don't know why they made it that way :)).
 
Last edited: