2024-09-22 16:31:17
All checks were successful
sync / build (push) Successful in 50s

This commit is contained in:
actions[bot]
2024-09-22 16:31:17 +00:00
parent eaa9d1a6ff
commit e1727eeee8
12 changed files with 2144 additions and 8 deletions

View File

@@ -651,12 +651,50 @@ leader_traits = {
max_planning = 0.2
equipment_bonus = {
small_plane_airframe = {
instant = yes
maximum_speed = 0.2
}
small_plane_cas_airframe = {
instant = yes
maximum_speed = 0.2
naval_strike_attack = 0.15
naval_strike_targetting = 0.15
}
jizaijianniang_equipment_airframe = {
small_plane_naval_bomber_airframe = {
instant = yes
maximum_speed = 0.2
naval_strike_attack = 0.15
naval_strike_targetting = 0.15
}
cv_small_plane_airframe = {
instant = yes
maximum_speed = 0.2
}
cv_small_plane_cas_airframe = {
instant = yes
maximum_speed = 0.2
naval_strike_attack = 0.15
naval_strike_targetting = 0.15
}
cv_small_plane_naval_bomber_airframe = {
instant = yes
maximum_speed = 0.2
naval_strike_attack = 0.15
naval_strike_targetting = 0.15
}
jizaijianniang_fighter = {
instant = yes
maximum_speed = 0.2
naval_strike_attack = 0.15
naval_strike_targetting = 0.15
}
jizaijianniang_cas = {
instant = yes
maximum_speed = 0.2
naval_strike_attack = 0.15
naval_strike_targetting = 0.15
}
jizaijianniang_nb = {
instant = yes
maximum_speed = 0.2
naval_strike_attack = 0.15

View File

@@ -257,6 +257,7 @@ BLI_get_core = {
has_full_control_of_state = 691
has_full_control_of_state = 695
has_global_flag = MOD_azurlane_tianjiangjianniang
has_global_flag = SIR_get_mainland_state
OR = {
has_war_with = SIR
SIR = { is_puppet_of = BLI }

View File

@@ -233,6 +233,7 @@ SIR_get_core = {
has_full_control_of_state = 507
has_full_control_of_state = 506
has_global_flag = MOD_azurlane_tianjiangjianniang
has_global_flag = BLI_get_mainland_state
OR = {
has_war_with = BLI
BLI = {

View File

@@ -56,7 +56,7 @@ ideas = {
always = yes
}
modifier = {
production_speed_buildings_factor = 0.1
production_speed_buildings_factor = 0.15
global_building_slots = 1
production_speed_air_base_factor = 0.2
production_speed_naval_base_factor = 0.2
@@ -74,7 +74,7 @@ ideas = {
always = yes
}
modifier = {
industrial_capacity_factory = 0.15
industrial_capacity_factory = 0.2
production_factory_max_efficiency_factor = -0.05
}
}
@@ -84,9 +84,10 @@ ideas = {
always = yes
}
modifier = {
industrial_capacity_factory = 0.05
industrial_capacity_factory = 0.15
industrial_capacity_dockyard = 0.1
production_factory_efficiency_gain_factor = 0.1
production_factory_max_efficiency_factor = 0.2
}
}
CHY_chongyingzaochuan = {
@@ -125,7 +126,7 @@ ideas = {
always = yes
}
modifier = {
local_resources_factor = 0.15
local_resources_factor = 0.5
}
}
CHY_navyupupup = {
@@ -134,7 +135,7 @@ ideas = {
always = yes
}
modifier = {
consumer_goods_factor = 0.1
consumer_goods_factor = 0.05
production_speed_dockyard_factor = 0.1
production_speed_naval_base_factor = 0.2
production_speed_coastal_bunker_factor = 0.2
@@ -147,7 +148,7 @@ ideas = {
always = yes
}
modifier = {
research_speed_factor = 0.1
research_speed_factor = 0.15
}
}
chy_hangmu_buff_1 = {

View File

@@ -2118,6 +2118,13 @@ focus_tree = {
ai_will_do = {
factor = 30
}
bypass = {
IF = {
NOT = {
country_exists = CHL
}
}
}
#search_filters = { FOCUS_FILTER_STABILITY }
completion_reward = {
if = {
@@ -2127,6 +2134,7 @@ focus_tree = {
CHL = {
country_event = BLI_event.5
}
set_global_flag = BLI_get_mainland_state
}
else = {
transfer_state = 506
@@ -2146,6 +2154,19 @@ focus_tree = {
prerequisite = {
focus = BLI_xindalu
}
bypass = {
IF = {
NOT = {
country_exists = ARG
}
NOT = {
country_exists = URG
}
NOT = {
country_exists = PAR
}
}
}
relative_position_id = BLI_xindalu
cost = 10
ai_will_do = {
@@ -2192,6 +2213,19 @@ focus_tree = {
ai_will_do = {
factor = 30
}
bypass = {
IF = {
NOT = {
country_exists = ECU
}
NOT = {
country_exists = PRU
}
NOT = {
country_exists = BOL
}
}
}
#search_filters = { FOCUS_FILTER_STABILITY }
completion_reward = {
if = {

View File

@@ -1282,6 +1282,19 @@ focus_tree = {
}
}
}
bypass = {
IF = {
NOT = {
country_exists = CUB
}
NOT = {
country_exists = DOM
}
NOT = {
country_exists = HAI
}
}
}
cancel_if_invalid = yes
continue_if_invalid = no
available_if_capitulated = no
@@ -1320,6 +1333,19 @@ focus_tree = {
ai_will_do = {
factor = 40
}
bypass = {
IF = {
NOT = {
country_exists = BRA
}
NOT = {
country_exists = COL
}
NOT = {
country_exists = VEN
}
}
}
available = {
if = {
limit = {
@@ -1355,6 +1381,7 @@ focus_tree = {
}
add_political_power = 50
add_manpower = 18000
set_global_flag = SIR_get_mainland_state
}
}
focus = {
@@ -1371,7 +1398,7 @@ focus_tree = {
relative_position_id = SIR_chuanjiao_nanmei
cost = 20
bypass = {
OR = {
IF = {
NOT = {
country_exists = ECU
}