Probably it's nothing serious, but still:
#################################
# Global peace treaty in Europe
#################################
event = {
id = 2001007
(...)
action = {
name = 77010a
trigger = { dissent = 20 NOT = { dissent = 30 } }
ai_chance = 60
command = { type = peace which = GER value = 0 }
}
action = {
name = 77010a
trigger = { dissent = 30 NOT = { dissent = 40 } }
ai_chance = 80
command = { type = peace which = GER value = 0 }
}
action = {
name = 77010a
trigger = { dissent = 40 NOT = { dissent = 50 } }
ai_chance = 900
command = { type = peace which = GER value = 0 }
}
#################################
# Global peace treaty in Europe
#################################
event = {
id = 2001007
(...)
action = {
name = 77010a
trigger = { dissent = 20 NOT = { dissent = 30 } }
ai_chance = 60
command = { type = peace which = GER value = 0 }
}
action = {
name = 77010a
trigger = { dissent = 30 NOT = { dissent = 40 } }
ai_chance = 80
command = { type = peace which = GER value = 0 }
}
action = {
name = 77010a
trigger = { dissent = 40 NOT = { dissent = 50 } }
ai_chance = 900
command = { type = peace which = GER value = 0 }
}
Upvote
0