i was trying out how modding works in this game (havent done it before)
and i tought i would have some fun putting in a decsision that would make a country mobilise (if it lost all its troops in a war and took more men out of the farming life). Every time i hover my mouse over the desicion my screen goes black and the game ends. could somebody please tell me what i am doing wrong
rally_the_pepole = {
allow = {
war = yes
}
effect = {
add_country_modifier = {
name = "rally_the_pepole"
stability = -1
}
}
ai_will_do = {
factor = 1
}
revoke_allowed = {
war = no
}
manpower = 100000
national_tax_modifier = -20
}
}
and i tought i would have some fun putting in a decsision that would make a country mobilise (if it lost all its troops in a war and took more men out of the farming life). Every time i hover my mouse over the desicion my screen goes black and the game ends. could somebody please tell me what i am doing wrong
rally_the_pepole = {
allow = {
war = yes
}
effect = {
add_country_modifier = {
name = "rally_the_pepole"
stability = -1
}
}
ai_will_do = {
factor = 1
}
revoke_allowed = {
war = no
}
manpower = 100000
national_tax_modifier = -20
}
}