Files
azurlane-tj/src/common/on_actions/az_doh_dh1.txt
actions[bot] 937f3b23aa
All checks were successful
sync / build (push) Successful in 52s
2024-10-08 16:31:15
2024-10-08 16:31:15 +00:00

95 lines
1.7 KiB
Plaintext
Executable File

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
}
}
}
}