File size: 464 Bytes
37a34fd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | country_decisions = {
CM_setup_trade_goods = {
major = yes
potential = {
ai = no
NOT = { has_global_flag = CM_setup_trade_goods_happened }
}
allow = {
always = yes
}
effect = {
set_global_flag = CM_setup_trade_goods_happened
country_event_with_insight = {
id = ComprehensiveMapTECHSETUP.1
insight_tooltip = ComprehensiveMapTECHSETUP.insight1
}
}
ai_will_do = {
factor = 0
}
ai_importance = 0
}
}
|