The code says:
Does that mean that EVERY subject country I have (if I have more than 21) needs to have at least 5 provinces and less than 50 liberty desire?
Code:
happened = {
has_switched_nation = no
calc_true_if = {
all_subject_country = {
NOT = { liberty_desire = 50 }
num_of_cities = 5
}
amount = 21
}
}
Does that mean that EVERY subject country I have (if I have more than 21) needs to have at least 5 provinces and less than 50 liberty desire?
- 1