Last edited:
- 12
Not good at writing, but i can help with coding...
namespace = mg_opinion
country_event = {
id = mg_opinion.1
title = "mg_opinion.1.name"
desc = "mg_opinion.1.desc"
picture = "GFX_evt_small_space_battle"
trigger = {
OR = {
has_ethic = ethic_pacifist
has_ethic = ethic_fanatic_pacifist
}
any_neighbor_country = {
is_country_type = default
NOT = { is_country = ROOT }
has_communications = ROOT
is_at_war = yes
NOT = { is_at_war_with = ROOT }
OR = {
has_ethic = ethic_militarist
has_ethic = ethic_fanatic_militarist
}
any_war = {
any_attacker = { is_country = PREV }
attacker_war_score > 25
}
}
}
mean_time_to_happen = {
months = 60
}
immediate = {
ROOT = { save_event_target_as = pacifist_country }
any_neighbor_country = {
limit = {
is_country_type = default
NOT = { is_country = ROOT }
has_communications = ROOT
is_at_war = yes
NOT = { is_at_war_with = ROOT }
OR = {
has_ethic = ethic_militarist
has_ethic = ethic_fanatic_militarist
}
any_war = {
any_attacker = { is_country = PREV }
attacker_war_score > 25
}
}
save_event_target_as = militarist_country
}
}
option = {
name = "mg_opinion.1.a" #SEND A FORMAL PROTEST
}
option = {
name = "mg_opinion.1.b" #FORGIVE AND FORGET
}
}