2025-07-01 04:04:04

This commit is contained in:
actions[bot]
2025-07-01 04:04:04 +00:00
parent 96c9f6f6c2
commit 7740883674
8 changed files with 150 additions and 22 deletions

View File

@@ -54,6 +54,21 @@ ideas = {
war_support_weekly = 0.025
}
}
BFL_tiemukuozhang_idea = {
picture = HUN_the_rakosi_battalion_idea
allowed_civil_war = {
always = yes
}
modifier = {
land_reinforce_rate = 0.1
army_attack_against_major_factor = 0.2
army_attack_against_minor_factor = 0.4
army_defence_against_major_factor = 0.2
army_defence_against_minor_factor = 0.4
army_breakthrough_against_major_factor = 0.2
army_breakthrough_against_minor_factor = 0.4
}
}
BFL_zhimingchongji = {
picture = RAJ_private_military_complex
allowed_civil_war = {

View File

@@ -6834,6 +6834,10 @@ focus = {
}
declare_war_on = { target = HUJ type = puppet_wargoal_focus }
}
add_timed_idea = {
idea = BFL_tiemukuozhang_idea
days = 365
}
}
}

View File

@@ -35,7 +35,9 @@ focus_tree = {
y = 0
cost = 10
available = {
OR = {
custom_trigger_tooltip = {
tooltip = BYG_zhengzhijushiyijingwending
OR = {
has_completed_focus = BYG_ziyoudebian
has_completed_focus = BYG_kuodaqishituanguimo
has_completed_focus = BYG_hongselianbangdansheng
@@ -49,6 +51,7 @@ focus_tree = {
country_exists = CSA
country_exists = USB
}
}
}
}
ai_will_do = {
@@ -1792,7 +1795,9 @@ focus_tree = {
}
cost = 7
available = {
OR = {
custom_trigger_tooltip = {
tooltip = BYG_zhengzhijushiyijingwending
OR = {
has_completed_focus = BYG_ziyoudebian
has_completed_focus = BYG_kuodaqishituanguimo
has_completed_focus = BYG_hongselianbangdansheng
@@ -1803,6 +1808,7 @@ focus_tree = {
country_exists = CSA
country_exists = USB
}
}
}
}
bypass = {

View File

@@ -5137,7 +5137,9 @@ focus_tree = {
factor = 80
}
available = {
OR = {
custom_trigger_tooltip = {
tooltip = YUW_zhengzhijushiyijingwending
OR = {
has_completed_focus = YUW_womendengbujile
has_completed_focus = YUW_hanweiminzhu
has_completed_focus = YUW_weixixingdong1
@@ -5151,6 +5153,7 @@ focus_tree = {
has_completed_focus = YUW_xingyunqiyuan
has_completed_focus = YUW_yuwengdeli
has_completed_focus = YUW_weiyouzhandou
}
}
}
#search_filters = { FOCUS_FILTER_STABILITY }
@@ -9962,7 +9965,9 @@ focus_tree = {
has_global_flag = MOD_azurlane_tianjiangjianniang
}
available = {
OR = {
custom_trigger_tooltip = {
tooltip = YUW_zhengzhijushiyijingwending
OR = {
has_completed_focus = YUW_jiuciweizhiderongren
has_completed_focus = YUW_buliuxuedeneizhan
has_completed_focus = YUW_yuanweikuozhangzhuyi
@@ -9972,6 +9977,7 @@ focus_tree = {
has_completed_focus = YUW_xingyunqiyuan
has_completed_focus = YUW_yuwengdeli
has_completed_focus = YUW_weiyouzhandou
}
}
}
cost = 5

View File

@@ -175,4 +175,88 @@ defined_text = {
localization_key = "狼群之首"
}
}
defined_text = { #
name = Gettixbsmmanyiduzhi
text = {
trigger = {
original_tag = TIX
check_variable = { var = tix_bsmmanyiduzhi value = 10 compare = greater_than_or_equals }
}
localization_key = bsmmyd_gao
}
text = {
trigger = {
original_tag = TIX
check_variable = { var = tix_bsmmanyiduzhi value = 6 compare = greater_than_or_equals }
check_variable = { var = tix_bsmmanyiduzhi value = 10 compare = less_than }
}
localization_key = bsmmyd_zhong
}
text = {
trigger = {
original_tag = TIX
check_variable = { var = tix_bsmmanyiduzhi value = 0 compare = greater_than_or_equals }
check_variable = { var = tix_bsmmanyiduzhi value = 6 compare = less_than }
}
localization_key = bsmmyd_di
}
text = {
trigger = {
original_tag = TIX
check_variable = { var = tix_bsmmanyiduzhi value = -7 compare = greater_than_or_equals }
check_variable = { var = tix_bsmmanyiduzhi value = 0 compare = less_than }
}
localization_key = bsmmyd_jidi
}
text = {
trigger = {
original_tag = TIX
check_variable = { var = tix_bsmmanyiduzhi value = -7 compare = less_than }
}
localization_key = bsmmyd_chaodi
}
}
defined_text = { #
name = Getbflpianzhidu
text = {
trigger = {
original_tag = BFL
check_variable = { var = az_pianzhidu value = 50 compare = greater_than_or_equals }
}
localization_key = bflpzd_jigao
}
text = {
trigger = {
original_tag = BFL
check_variable = { var = az_pianzhidu value = 24 compare = greater_than_or_equals }
check_variable = { var = az_pianzhidu value = 50 compare = less_than }
}
localization_key = bflpzd_jiaogao
}
text = {
trigger = {
original_tag = BFL
check_variable = { var = az_pianzhidu value = 10 compare = greater_than_or_equals }
check_variable = { var = az_pianzhidu value = 24 compare = less_than }
}
localization_key = bflpzd_gao
}
text = {
trigger = {
original_tag = BFL
check_variable = { var = az_pianzhidu value = 0 compare = greater_than_or_equals }
check_variable = { var = az_pianzhidu value = 10 compare = less_than }
}
localization_key = bflpzd_di
}
text = {
trigger = {
original_tag = BFL
check_variable = { var = az_pianzhidu value = 0 compare = less_than }
}
localization_key = bflpzd_jidi
}
}