2026-01-01 04:02:29

This commit is contained in:
actions[bot]
2026-01-01 04:02:29 +00:00
parent 41260f12b5
commit 84e9956d76
14 changed files with 314 additions and 122 deletions

View File

@@ -5531,10 +5531,10 @@ country_event = {
}
}
ai_chance = {
factor = 1
base = 1
modifier = {
is_historical_focus_on = yes
factor = 100
factor = 10000
}
modifier = {
TIX = { has_completed_focus = TIX_baoshouxuanze }
@@ -5556,15 +5556,20 @@ country_event = {
value = 200
}
ai_chance = {
factor = 60
base = 60
modifier = {
not = { has_government = fascism }
OR = {
TIX = { has_government = fascism }
TIX = { has_government = neutrality }
TIX = {
not = {
has_government = democratic
}
}
factor = 100
}
modifier = {
is_historical_focus_on = yes
factor = 0
}
}
}
}
@@ -9095,7 +9100,7 @@ country_event = {
country_event = { id = az_tianjiang.260 days = 20 }
}
ai_chance = {
factor = 0
factor = 100
}
}
option = {
@@ -9105,7 +9110,7 @@ country_event = {
country_event = { id = az_tianjiang.260 days = 20 }
}
ai_chance = {
factor = 100
factor = 0
}
}
}
@@ -10953,6 +10958,15 @@ country_event = {
TIX = {
country_event = { id = az_tianjiang.322 days = 1 }
}
if = {
limit = {
not = { has_government = democratic }
}
set_politics = {
ruling_party = democratic
}
add_popularity = { ideology = democratic popularity = 0.5 }
}
ai_chance = {
base = 10
modifier = {
@@ -10967,6 +10981,14 @@ country_event = {
tag = ROM
factor = 0
}
modifier = {
tag = POL
factor = 10000
}
modifier = {
tag = DEN
factor = 10000
}
}
}
option = {
@@ -14891,4 +14913,41 @@ country_event = {
base = 100
}
}
}
country_event = {
id = az_tianjiang.449
title = "撒丁AI路线判定"
desc = "非历史一定概率走内战线。"
picture = GFX_aze_dai
is_triggered_only = yes
option = {
name = "黑线"
ai_chance = {
base = 20
modifier = {
is_historical_focus_on = yes
factor = 100
}
}
}
option = {
name = "内战线"
ETH = {
transfer_state = 550
transfer_state = 559
transfer_state = 844
add_state_core = 550
add_state_core = 559
add_state_core = 844
}
complete_national_focus = SAD_afeilijiazhichi
ai_chance = {
base = 80
modifier = {
is_historical_focus_on = yes
factor = 0
}
}
}
}