I would like to create a decision and modifier. But game ctd when i mouse-over the decision in game. Also, where I have to define my new modifier? Is event_modifiers enough? And "ai will do = 1" mean that ai will make this decision immedietly it meet the requirements?
Well, here is what I have. Thanks in advance.
Well, here is what I have. Thanks in advance.
Code:
accept_the_decline = {
potential = {
tag = SEL
not = { has_country_modifier = accept_the_decline }
}
allow = {
ruler not = { finesse = 6 }
}
effect = {
add_country_modifier = {
name = "accept_the_decline"
duration = -1
}
}
revoke_allowed = {
always = no
}
ai_will_do = {
factor = 1
}
}
Code:
accept_the_decline = {
civilization_spread = -0.04
stability_cost_modifier = 0.06
global_revolt_risk = 12
icon = 3
}