Event
Failed Promises

We have often made it clear that the Country Adjective faith is the one true faith, assuring our people that a war against the Infidel Neighbor is imminent, considering our religious differences. However, many of our subjects are currently disappointed in us as we have failed to pursue any kind of war against our neighbors, Infidel Neighbor. Some take to the streets to show their discontent.
Traditionalist vs InnovativeSocietal ValuetriggerDefinitionin_game/events/government/societal_values.txt:1581
1582type = country_event
1583title = societal_values.404.title Failed Promises
1584desc = societal_values.404.desc We have often made it clear that the Country Adjective faith is the one true faith, assuring our people that a war against the Infidel Neighbor is imminent, considering our religious differences. However, many of our subjects are currently disappointed in us as we have failed to pursue any kind of war against our neighbors, Infidel Neighbor. Some take to the streets to show their discontent.
1585outcome = neutral
1586trigger = {
1588at_war = no
1589months_since_war > 60
1590is_subject = no
1592any_neighbor_country = {
1593NOT = {
1593religion = root.religion
}
1594NOT = {
1594has_truce_with = root
}
1595expected_army_size < root.expected_army_size
}
}
1599illustration_tags = {
160010 = armed
160110 = exterior
}
1604immediate = {
}
1606hidden_effect = {
1607random_neighbor_country = {
1608limit = {
1609NOT = {
1609religion = root.religion
}
1610NOT = {
1610has_truce_with = root
}
1611expected_army_size < root.expected_army_size
}
1613save_scope_as = infidel_neighbor
1614random_owned_location = {
1615limit = {
1615is_neighbor_of = root
}
1616save_scope_as = target_location
}
}
}
}