2024-09-26 04:31:17
All checks were successful
sync / build (push) Successful in 49s

This commit is contained in:
actions[bot]
2024-09-26 04:31:17 +00:00
parent 670d5f709c
commit 56a054fd08
18 changed files with 167 additions and 895 deletions

View File

@@ -714,15 +714,10 @@ infantry_CHY = {
support = {
engineer = 1
artillery = 1
recon = 1
maintenance_company = 1
field_hospital = 1
}
regiments = {
infantry = 8
artillery_brigade = 4
medium_armor = 1
infantry = 9
}
}

View File

@@ -626,6 +626,7 @@ leader_traits = {
army_defence_factor = 0.05
army_speed_factor = 0.05
army_strength_factor = 0.05
equipment_capture = 0.1
org_loss_when_moving = -0.1
recon_factor = 0.2
org_loss_at_low_org_factor = -0.3

View File

@@ -1499,12 +1499,9 @@ xingdong_category = {
}
fixed_random_seed = no
modifier = {
political_power_cost = 1.5
army_core_attack_factor = 0.08
army_defence_factor = 0.08
experience_gain_air_factor = 0.2
experience_gain_army_factor = 0.2
experience_gain_navy_factor = 0.2
political_power_cost = 0.5
military_leader_cost_factor = -0.5
army_leader_start_level = 2
}
}
shengyu_huifushengyu = {

View File

@@ -3099,6 +3099,15 @@ ideas = {
fuel_consumption_factor = -0.25
instant = yes
}
modern_tank_chassis = {
build_cost_ic = -0.3
armor_value = 0.4
soft_attack = 0.3
hard_attack = 0.3
ap_attack = 0.3
reliability_factor = 0.2
instant = yes
}
}
targeted_modifier = {
tag = CHY

View File

@@ -2483,13 +2483,125 @@
NOT = {
has_idea = TY_dingzhenai
}
is_ai = yes
OR = { has_global_flag = AZ_fengkuangAI_citiao_10
has_global_flag = AZ_fengkuangAI_citiao_ex
}
}
division_template = {
name = "关东边防师"
division_names_group = JAP_INF_01
division_names_group = JAP_ARM_01
regiments = {
medium_armor = {
x = 0
y = 0
}
medium_armor = {
x = 0
y = 1
}
medium_armor = {
x = 0
y = 2
}
medium_armor = {
x = 0
y = 3
}
medium_armor = {
x = 1
y = 0
}
medium_armor = {
x = 1
y = 1
}
medium_armor = {
x = 1
y = 2
}
medium_armor = {
x = 1
y = 3
}
medium_tank_destroyer_brigade = {
x = 2
y = 0
}
medium_sp_anti_air_brigade = {
x = 2
y = 1
}
infantry = {
x = 3
y = 0
}
infantry = {
x = 3
y = 1
}
infantry = {
x = 3
y = 2
}
infantry = {
x = 3
y = 3
}
infantry = {
x = 4
y = 0
}
infantry = {
x = 4
y = 1
}
infantry = {
x = 4
y = 2
}
infantry = {
x = 4
y = 3
}
}
support = {
engineer = {
x = 0
y = 0
}
light_tank_recon = {
x = 0
y = 1
}
medium_flame_tank = {
x = 0
y = 2
}
maintenance_company = {
x = 0
y = 3
}
field_hospital = {
x = 0
y = 4
}
}
}
}
if = {
limit = {
NOT = {
has_idea = TY_dingzhenai
}
NOT = { is_ai = yes }
OR = { has_global_flag = AZ_fengkuangAI_citiao_10
has_global_flag = AZ_fengkuangAI_citiao_ex
}
}
division_template = {
name = "关东边防师"
division_names_group = JAP_ARM_01
regiments = {
artillery_brigade = {
x = 0
@@ -2549,19 +2661,15 @@
x = 0
y = 0
}
artillery = {
light_tank_recon = {
x = 0
y = 1
}
recon = {
x = 0
y = 2
}
logistics_company = {
maintenance_company = {
x = 0
y = 3
}
maintenance_company = {
field_hospital = {
x = 0
y = 4
}
@@ -2577,7 +2685,7 @@
}
division_template = {
name = "关东边防师"
division_names_group = JAP_INF_01
division_names_group = JAP_ARM_01
regiments = {
artillery_brigade = {
x = 0
@@ -2662,7 +2770,7 @@
}
division_template = {
name = "关东边防师"
division_names_group = JAP_INF_01
division_names_group = JAP_ARM_01
regiments = {
artillery_brigade = {
x = 0

View File

@@ -2263,10 +2263,10 @@ focus_tree = {
large = "gfx/leaders/TIX/leader_bisimai.png"
}
}
add_country_leader_trait = {
trait = twys
ideology = fascism
}
}
add_country_leader_trait = {
trait = twys
ideology = fascism
}
custom_effect_tooltip = AZ_lishitiaozhan_on
effect_tooltip = {

View File

@@ -72,21 +72,21 @@ scripted_gui = {
sell_army_xp_click = {
add_to_variable = {
var = wz_sl
value = 4000
value = 3000
}
army_experience = -100
}
sell_air_xp_click = {
add_to_variable = {
var = wz_sl
value = 3000
value = 1500
}
air_experience = -100
}
sell_navy_xp_click = {
add_to_variable = {
var = wz_sl
value = 2000
value = 1500
}
navy_experience = -100
}
@@ -158,7 +158,7 @@ scripted_gui = {
}
add_equipment_to_stockpile = {
type = support_equipment_1
amount = 3200
amount = 4500
producer = ROOT
}