2024-12-19 00:15:05

This commit is contained in:
actions[bot]
2024-12-19 00:15:05 +00:00
parent f47da26778
commit 0181f8042c
7059 changed files with 649516 additions and 0 deletions

View File

@@ -0,0 +1,116 @@
on_actions = {
on_startup = {
effect = {
DOH_point_weekly_limit = yes
DOH = {
set_variable = {
var = DOH_touzi
value = 0
tooltip = "投资"
}
set_variable = {
var = DOH_keyanjinfei
value = 0
tooltip = "额外科研经费"
}
set_variable = {
var = DOH_junshijinfei
value = 0
tooltip = "额外生产经费"
}
set_variable = {
var = DOH_gonggongkaizhi
value = 0
tooltip = "公共开支"
}
set_variable = {
var = DOH_shichang
value = 0
tooltip = "市场开放程度"
}
set_variable = {
var = DOH_zhichiduchengfa
value = -1
tooltip = "异议(原始)"
}
set_variable = {
var = DOH_gexinshengchanli
value = 0
tooltip = "革新生产力"
}
}
}
}
on_weekly = {
effect = {
DOH_modifier_effect = yes
DOH_point_weekly_limit = yes
if = {
limit = {
DOH = {
has_country_flag = DOH_shuchu_civ_doing_flag
}
}
if = {
limit = {
DOH = {
has_country_flag = DOH_auto_shuchu_civ
}
}
d_DOH_auto_shuchu_effect = yes
}
DOH_duiwaishuchu_effect = yes
}
if = {
limit = {
DOH = {
has_completed_focus = DOH_donghuangkexueyuan
}
}
doh_kexueyuan_effect = yes
}
if = {
limit = {
DOH = {
has_completed_focus = DOH_chaogongtixi
}
}
d_DOH_fanshu_reload_effect = yes
d_DOH_fanshu_add_effect = yes
d_DOH_fanshu_refresh_effect = yes
}
}
}
on_monthly = {
effect = {
if = {
limit = {
has_country_flag = DH1_kaishiguojimaoyi
tag = DH1
}
add_cic = 2000
}
}
}
on_new_term_election = {
effect = {
add_country_leader_role = {
character = DOH_jiangjiang
promote_leader = yes
country_leader = {
ideology = liberalism
expire = "2001.1.1.1"
traits = {
}
}
}
country_event = {
id = DOH_loong_event.5101
days = 3
random_days = 3
}
add_political_power = -100
}
}
}