2026-01-07 04:02:43
This commit is contained in:
@@ -798,14 +798,14 @@ strike_DOH = {
|
||||
}
|
||||
enable = {
|
||||
has_war_with = DOH
|
||||
date < 1938.2.1
|
||||
date < 1937.12.1
|
||||
OR = {
|
||||
has_global_flag = AZ_fengkuangAI_citiao_10
|
||||
has_global_flag = AZ_fengkuangAI_citiao_ex
|
||||
}
|
||||
}
|
||||
abort = {
|
||||
date > 1938.2.1
|
||||
date > 1937.12.1
|
||||
NOT = { has_global_flag = AZ_fengkuangAI_citiao_10 }
|
||||
NOT = { has_global_flag = AZ_fengkuangAI_citiao_ex }
|
||||
|
||||
@@ -1197,12 +1197,12 @@ CHY_hold_up_in_china = { #We got this far but there are bigger targets to worry
|
||||
}
|
||||
|
||||
enable = {
|
||||
date > 1937.10.1
|
||||
date > 1937.12.1
|
||||
date < 1944.1.1
|
||||
is_historical_focus_on = yes
|
||||
DOH = { has_capitulated = no }
|
||||
DOH = { is_ai = yes }
|
||||
613 = { # Nanjing
|
||||
1035 = { # Nanjing
|
||||
is_controlled_by = CHY
|
||||
}
|
||||
NOT = { has_global_flag = AZ_fengkuangAI_citiao_10 }
|
||||
@@ -1215,9 +1215,9 @@ CHY_hold_up_in_china = { #We got this far but there are bigger targets to worry
|
||||
|
||||
tag = DOH
|
||||
|
||||
ratio = 0.1
|
||||
#ratio = 0.1
|
||||
|
||||
priority = 100
|
||||
priority = 1000
|
||||
ordertype = front
|
||||
execution_type = careful
|
||||
}
|
||||
@@ -1227,9 +1227,9 @@ CHY_hold_up_in_china = { #We got this far but there are bigger targets to worry
|
||||
|
||||
tag = DH1
|
||||
|
||||
ratio = 0.1
|
||||
#ratio = 0.1
|
||||
|
||||
priority = 100
|
||||
priority = 1000
|
||||
ordertype = front
|
||||
execution_type = careful
|
||||
}
|
||||
|
||||
@@ -1,4 +1,18 @@
|
||||
tianjiang_aizuobi = {
|
||||
ai_sir_zuobi = {
|
||||
visible = {
|
||||
tag = SIR
|
||||
is_ai = yes
|
||||
}
|
||||
available = {
|
||||
is_ai = yes
|
||||
has_global_flag = AZ_fengkuangAI_citiao_ex
|
||||
}
|
||||
fire_only_once = yes
|
||||
complete_effect = {
|
||||
add_ideas = TY_fkAIex_sir_debuff
|
||||
}
|
||||
}
|
||||
ai_zhongtanzuobi = {
|
||||
available = {
|
||||
OR = {
|
||||
|
||||
@@ -489,6 +489,18 @@ ideas = {
|
||||
justify_war_goal_time = 99999
|
||||
}
|
||||
}
|
||||
TY_fkAIex_sir_debuff = {
|
||||
picture = dingzhenai
|
||||
cancel = {
|
||||
date > 1943.1.1
|
||||
}
|
||||
allowed_civil_war = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
enemy_justify_war_goal_time = 10000
|
||||
}
|
||||
}
|
||||
az_hjll_1 = {
|
||||
picture = dingzhenai
|
||||
allowed_civil_war = {
|
||||
|
||||
@@ -684,6 +684,89 @@ ideas = {
|
||||
}
|
||||
|
||||
industrial_concern = {
|
||||
sumitomo = {
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
research_bonus = {
|
||||
excavation_tech = 0.05
|
||||
cat_production = 0.05
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 10
|
||||
}
|
||||
|
||||
traits = { mining_zaibatsu }
|
||||
}
|
||||
|
||||
mitsubishi_civilian = {
|
||||
|
||||
picture = mitsubishi
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
research_bonus = {
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 10
|
||||
|
||||
}
|
||||
|
||||
traits = { armament_zaibatsu }
|
||||
}
|
||||
|
||||
mitsui_bank = {
|
||||
|
||||
picture = JAP_mitsui
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
research_bonus = {
|
||||
electronics = 0.05
|
||||
industry = 0.1
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 1
|
||||
}
|
||||
|
||||
traits = { industrial_conglomerate }
|
||||
|
||||
modifier = {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
yasuda_zaibatsu = {
|
||||
|
||||
picture = JAP_yasuda_zaibatsu
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
research_bonus = {
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 1
|
||||
}
|
||||
|
||||
traits = { zaibatsu_bank }
|
||||
|
||||
modifier = {
|
||||
political_power_factor = -0.1
|
||||
consumer_goods_factor = -0.2
|
||||
}
|
||||
}
|
||||
kawasaki = {
|
||||
|
||||
allowed = {
|
||||
@@ -693,27 +776,17 @@ ideas = {
|
||||
research_bonus = {
|
||||
industry = 0.15
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 0.5
|
||||
}
|
||||
|
||||
traits = { industrial_concern }
|
||||
}
|
||||
|
||||
|
||||
sumitomo = {
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
research_bonus = {
|
||||
electronics = 0.15
|
||||
}
|
||||
|
||||
traits = { electronics_concern }
|
||||
}
|
||||
|
||||
JAP_idemitsu_kosan = {
|
||||
|
||||
picture = generic_industrial_concern_2
|
||||
picture = JAP_idemitsu_kosan
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
@@ -723,10 +796,192 @@ ideas = {
|
||||
industry = 0.05
|
||||
synth_resources = 0.1
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 0.5
|
||||
}
|
||||
|
||||
traits = { refinery_concern }
|
||||
}
|
||||
|
||||
hitachi_civilian = {
|
||||
|
||||
picture = JAP_hitachi
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
research_bonus = {
|
||||
electronics = 0.15
|
||||
excavation_tech = 0.05
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 0.5
|
||||
}
|
||||
|
||||
traits = { electronics_concern }
|
||||
}
|
||||
|
||||
imperial_japanese_airways = {
|
||||
|
||||
picture = JAP_imperial_airways
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
research_bonus = {
|
||||
air_equipment = 0.05
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 1
|
||||
}
|
||||
|
||||
traits = { civilian_airway_company }
|
||||
|
||||
modifier = {
|
||||
}
|
||||
}
|
||||
|
||||
tetsudou_shou = {
|
||||
|
||||
picture = JAP_tetsudo_sho
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 0.5
|
||||
}
|
||||
|
||||
traits = { railway_company }
|
||||
|
||||
modifier = {
|
||||
}
|
||||
}
|
||||
|
||||
oriental_development_company = {
|
||||
|
||||
picture = JAP_oriental_development_company
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 0.5
|
||||
}
|
||||
|
||||
visible = {
|
||||
NOT = {
|
||||
has_completed_focus = CHY_gongyejituan
|
||||
}
|
||||
}
|
||||
|
||||
traits = { colonial_investments_company }
|
||||
|
||||
modifier = {
|
||||
non_core_manpower = 0.01
|
||||
local_resources_factor = 0.05
|
||||
resistance_target = -0.05
|
||||
production_speed_infrastructure_factor = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
oriental_development_company_upgraded = {
|
||||
|
||||
name = oriental_development_company
|
||||
|
||||
picture = JAP_oriental_development_company
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
visible = {
|
||||
has_completed_focus = CHY_gongyejituan
|
||||
}
|
||||
|
||||
available = {
|
||||
has_completed_focus = CHY_gongyejituan
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 1
|
||||
}
|
||||
|
||||
traits = { colonial_investments_company }
|
||||
|
||||
modifier = {
|
||||
non_core_manpower = 0.02
|
||||
local_resources_factor = 0.1
|
||||
resistance_target = -0.1
|
||||
production_speed_infrastructure_factor = 0.2
|
||||
consumer_goods_factor = -0.05
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
nanyou_kouhatsu = {
|
||||
|
||||
picture = JAP_nanyo_kohatsu
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 1
|
||||
}
|
||||
|
||||
traits = { south_seas_development_company }
|
||||
|
||||
modifier = {
|
||||
non_core_manpower = 0.01
|
||||
local_resources_factor = 0.05
|
||||
consumer_goods_factor = -0.05
|
||||
}
|
||||
}
|
||||
|
||||
japan_steel_works = {
|
||||
|
||||
picture = JAP_japan_steel_works
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
research_bonus = {
|
||||
industry = 0.1
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 1
|
||||
}
|
||||
|
||||
traits = { industrial_steel_mills_trait }
|
||||
}
|
||||
|
||||
doumei_tsushin = {
|
||||
|
||||
picture = JAP_domei_tsushin
|
||||
|
||||
allowed = {
|
||||
original_tag = CHY
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 1
|
||||
}
|
||||
|
||||
traits = { national_news_agency }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
materiel_manufacturer = {
|
||||
|
||||
@@ -134,7 +134,8 @@ ideas = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
consumer_goods_factor = 0.15
|
||||
consumer_goods_factor = 0.05
|
||||
industrial_capacity_dockyard = 0.1
|
||||
production_speed_dockyard_factor = 0.05
|
||||
production_speed_naval_base_factor = 0.2
|
||||
production_speed_coastal_bunker_factor = 0.2
|
||||
@@ -146,7 +147,7 @@ ideas = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
research_speed_factor = 0.15
|
||||
research_speed_factor = 0.25
|
||||
}
|
||||
}
|
||||
chy_hangmu_buff_1 = {
|
||||
@@ -294,16 +295,16 @@ ideas = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
army_infantry_attack_factor = 0.3
|
||||
army_infantry_defence_factor = 0.3
|
||||
army_artillery_attack_factor = 0.2
|
||||
army_artillery_defence_factor = 0.1
|
||||
army_morale = 0.1
|
||||
army_org_factor = 0.1
|
||||
army_strength_factor = 0.1
|
||||
supply_consumption_factor = -0.25
|
||||
out_of_supply_factor = -0.1
|
||||
land_reinforce_rate = 0.04
|
||||
army_infantry_attack_factor = 0.5
|
||||
army_infantry_defence_factor = 0.5
|
||||
army_artillery_attack_factor = 0.3
|
||||
army_artillery_defence_factor = 0.3
|
||||
army_morale = 0.2
|
||||
army_org_factor = 0.25
|
||||
army_strength_factor = 0.25
|
||||
supply_consumption_factor = -0.33
|
||||
out_of_supply_factor = -0.33
|
||||
land_reinforce_rate = 0.1
|
||||
#无效词条terrain_penalty_reduction = 0.2
|
||||
}
|
||||
}
|
||||
@@ -345,17 +346,17 @@ ideas = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
army_armor_attack_factor = 0.1
|
||||
army_armor_defence_factor = 0.1
|
||||
motorized_attack_factor = 0.1
|
||||
motorized_defence_factor = 0.1
|
||||
mechanized_attack_factor = 0.1
|
||||
mechanized_defence_factor = 0.1
|
||||
breakthrough_factor = 0.1
|
||||
max_planning_factor = 0.1
|
||||
planning_speed = 0.1
|
||||
army_org_factor = 0.1
|
||||
army_speed_factor = 0.05
|
||||
army_armor_attack_factor = 0.2
|
||||
army_armor_defence_factor = 0.2
|
||||
motorized_attack_factor = 0.3
|
||||
motorized_defence_factor = 0.3
|
||||
mechanized_attack_factor = 0.3
|
||||
mechanized_defence_factor = 0.3
|
||||
breakthrough_factor = 0.2
|
||||
max_planning_factor = 0.3
|
||||
planning_speed = 0.5
|
||||
army_org_factor = 0.3
|
||||
army_speed_factor = 0.1
|
||||
}
|
||||
}
|
||||
CHY_sakulajundui_buff = {
|
||||
@@ -364,13 +365,13 @@ ideas = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
army_attack_factor = 0.2
|
||||
army_defence_factor = 0.2
|
||||
army_attack_against_major_factor = 0.1
|
||||
army_defence_against_major_factor = 0.1
|
||||
breakthrough_factor = 0.2
|
||||
army_org_factor = 0.3
|
||||
xp_gain_factor = 0.5
|
||||
army_attack_factor = 0.3
|
||||
army_defence_factor = 0.3
|
||||
army_attack_against_major_factor = 0.2
|
||||
army_defence_against_major_factor = 0.2
|
||||
breakthrough_factor = 0.3
|
||||
army_org_factor = 0.4
|
||||
xp_gain_factor = 0.8
|
||||
}
|
||||
}
|
||||
CHY_haijunluzhandui_buff = {
|
||||
@@ -564,12 +565,12 @@ ideas = {
|
||||
|
||||
modifier = {
|
||||
stability_factor = 0.25
|
||||
army_morale_factor = 0.1
|
||||
army_strength_factor = 0.05
|
||||
army_org_factor = 0.1
|
||||
army_core_attack_factor = 0.2
|
||||
army_core_defence_factor = 0.2
|
||||
experience_loss_factor = 0.1
|
||||
army_morale_factor = 0.25
|
||||
army_strength_factor = 0.25
|
||||
army_org_factor = 0.15
|
||||
army_core_attack_factor = 0.5
|
||||
army_core_defence_factor = 0.5
|
||||
experience_loss_factor = 0.15
|
||||
}
|
||||
}
|
||||
chy_wushidaojinshen_buff = {
|
||||
@@ -580,10 +581,10 @@ ideas = {
|
||||
}
|
||||
|
||||
modifier = {
|
||||
conscription = 0.025
|
||||
army_infantry_attack_factor = 0.3
|
||||
army_infantry_defence_factor = 0.2
|
||||
weekly_casualties_war_support = 0.001
|
||||
conscription = 0.05
|
||||
army_infantry_attack_factor = 0.4
|
||||
army_infantry_defence_factor = 0.4
|
||||
weekly_casualties_war_support = 0.01
|
||||
}
|
||||
}
|
||||
chy_chichenghangmu_buff = {
|
||||
@@ -733,8 +734,8 @@ ideas = {
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = BYG
|
||||
attack_bonus_against = 0.1
|
||||
defense_bonus_against = 0.1
|
||||
attack_bonus_against = 0.3
|
||||
defense_bonus_against = 0.3
|
||||
}
|
||||
}
|
||||
CHY_hujwar_buff = {
|
||||
@@ -744,13 +745,13 @@ ideas = {
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = HUJ
|
||||
attack_bonus_against = 0.1
|
||||
defense_bonus_against = 0.1
|
||||
attack_bonus_against = 0.3
|
||||
defense_bonus_against = 0.3
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = YUW
|
||||
attack_bonus_against = 0.1
|
||||
defense_bonus_against = 0.1
|
||||
attack_bonus_against = 0.3
|
||||
defense_bonus_against = 0.3
|
||||
}
|
||||
}
|
||||
CHY_help_americas_buff = {
|
||||
@@ -759,11 +760,11 @@ ideas = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
army_attack_factor = 0.2
|
||||
breakthrough_factor = 0.2
|
||||
army_org_factor = 0.2
|
||||
army_morale = 0.1
|
||||
supply_consumption_factor = -0.1
|
||||
army_attack_factor = 0.5
|
||||
breakthrough_factor = 0.5
|
||||
army_org_factor = 0.5
|
||||
army_morale = 0.3
|
||||
supply_consumption_factor = -0.5
|
||||
}
|
||||
}
|
||||
chy_shouhu_buff = {
|
||||
@@ -772,11 +773,11 @@ ideas = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
conscription = 0.01
|
||||
army_defence_factor = 0.1
|
||||
army_org_factor = 0.1
|
||||
army_morale_factor = 0.1
|
||||
land_reinforce_rate = 0.02
|
||||
conscription = 0.03
|
||||
army_defence_factor = 0.2
|
||||
army_org_factor = 0.2
|
||||
army_morale_factor = 0.2
|
||||
land_reinforce_rate = 0.05
|
||||
}
|
||||
}
|
||||
chy_hepinyindao_buff = {
|
||||
@@ -913,6 +914,57 @@ ideas = {
|
||||
production_speed_buildings_factor = 0.01
|
||||
}
|
||||
}
|
||||
CHY_mitsubishi_hold = {
|
||||
picture = GFX_idea_mitsubishi
|
||||
allowed_civil_war = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
political_power_factor = -0.05
|
||||
production_speed_dockyard_factor = 0.1
|
||||
production_speed_arms_factory_factor = 0.1
|
||||
industrial_capacity_factory = 0.1
|
||||
industrial_capacity_dockyard = 0.1
|
||||
}
|
||||
}
|
||||
CHY_nakajima_hold = {
|
||||
picture = GFX_idea_nakajima
|
||||
allowed_civil_war = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
political_power_factor = -0.05
|
||||
}
|
||||
equipment_bonus = {
|
||||
small_plane_airframe = {
|
||||
build_cost_ic = -0.2 instant = yes
|
||||
}
|
||||
medium_plane_airframe = {
|
||||
build_cost_ic = -0.2 instant = yes
|
||||
}
|
||||
large_plane_airframe = {
|
||||
build_cost_ic = -0.2 instant = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
CHY_nissan_hold = {
|
||||
picture = GFX_idea_nissan
|
||||
allowed_civil_war = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
industrial_capacity_factory = 0.1
|
||||
}
|
||||
equipment_bonus = {
|
||||
motorized_equipment = {
|
||||
build_cost_ic = -0.15 instant = yes
|
||||
}
|
||||
mechanized_equipment = {
|
||||
build_cost_ic = -0.15 instant = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2847,23 +2847,16 @@ ideas = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
stability_factor = 1
|
||||
political_power_cost = -0.35
|
||||
line_change_production_efficiency_factor = 0.5
|
||||
industrial_capacity_factory = 0.5
|
||||
industrial_capacity_dockyard = 0.5
|
||||
line_change_production_efficiency_factor = 0.2
|
||||
industrial_capacity_factory = 0.25
|
||||
industrial_capacity_dockyard = 0.25
|
||||
non_core_manpower = 0.4
|
||||
navy_screen_attack_factor = 0.5
|
||||
navy_screen_defence_factor = 0.5
|
||||
navy_capital_ship_attack_factor = 1
|
||||
navy_capital_ship_defence_factor = 1
|
||||
naval_speed_factor = 0.25
|
||||
navy_max_range_factor = 1
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = SIR
|
||||
attack_bonus_against = 1
|
||||
defense_bonus_against = 1
|
||||
navy_capital_ship_attack_factor = 0.5
|
||||
navy_capital_ship_defence_factor = 0.5
|
||||
naval_speed_factor = 0.15
|
||||
navy_max_range_factor = 0.5
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2873,78 +2866,21 @@ ideas = {
|
||||
always = yes
|
||||
}
|
||||
modifier = {
|
||||
research_speed_factor = 2
|
||||
war_support_factor = 2
|
||||
political_power_factor = 1
|
||||
line_change_production_efficiency_factor = 1
|
||||
research_speed_factor = 1
|
||||
line_change_production_efficiency_factor = 0.2
|
||||
industrial_capacity_factory = 0.25
|
||||
industrial_capacity_dockyard = 2
|
||||
non_core_manpower = 0.5
|
||||
navy_org = 20
|
||||
industrial_capacity_dockyard = 0.8
|
||||
non_core_manpower = 0.2
|
||||
navy_org = 10
|
||||
navy_screen_attack_factor = 0.5
|
||||
navy_screen_defence_factor = 0.5
|
||||
navy_capital_ship_attack_factor = 1
|
||||
navy_capital_ship_defence_factor = 1
|
||||
naval_speed_factor = 0.5
|
||||
navy_max_range_factor = 3
|
||||
navy_capital_ship_attack_factor = 0.5
|
||||
navy_capital_ship_defence_factor = 0.5
|
||||
naval_speed_factor = 0.3
|
||||
navy_max_range_factor = 1
|
||||
positioning = 0.25
|
||||
spotting_chance = 0.5
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = BLI
|
||||
attack_bonus_against = 1
|
||||
defense_bonus_against = 1
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = BFL
|
||||
attack_bonus_against = 2
|
||||
defense_bonus_against = 2
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = BYG
|
||||
attack_bonus_against = 2
|
||||
defense_bonus_against = 2
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = HUJ
|
||||
attack_bonus_against = 2
|
||||
defense_bonus_against = 2
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = YUW
|
||||
attack_bonus_against = 2
|
||||
defense_bonus_against = 2
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = TIX
|
||||
attack_bonus_against = 2
|
||||
defense_bonus_against = 2
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = SAD
|
||||
attack_bonus_against = 2
|
||||
defense_bonus_against = 2
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = WEX
|
||||
attack_bonus_against = 2
|
||||
defense_bonus_against = 2
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = CHY
|
||||
attack_bonus_against = 2
|
||||
defense_bonus_against = 2
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = DOH
|
||||
attack_bonus_against = 2
|
||||
defense_bonus_against = 2
|
||||
}
|
||||
targeted_modifier = {
|
||||
tag = DH1
|
||||
attack_bonus_against = 2
|
||||
defense_bonus_against = 2
|
||||
}
|
||||
}
|
||||
|
||||
BFL_fanfxs_time = {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -57,7 +57,7 @@ BLI_carrier_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -91,7 +91,7 @@ BLI_carrier_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -133,7 +133,7 @@ BLI_BB_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -167,7 +167,7 @@ BLI_BB_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -209,7 +209,7 @@ BLI_SL_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -243,7 +243,7 @@ BLI_SL_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -285,7 +285,7 @@ BLI_SM_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -319,7 +319,7 @@ BLI_SM_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
|
||||
@@ -21,7 +21,6 @@ BYG_marmon_herrington_organization = {
|
||||
allowed = {
|
||||
tag = BYG
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
BYG_chrysler_organization = {
|
||||
@@ -37,16 +36,12 @@ BYG_chrysler_organization = {
|
||||
|
||||
limit_to_equipment_type = { mio_cat_eq_all_medium_tank }
|
||||
|
||||
equipment_bonus = {
|
||||
reliability = 0.1
|
||||
soft_attack = 0.1
|
||||
hard_attack = 0.1
|
||||
defense = -0.15
|
||||
}
|
||||
production_bonus = {
|
||||
production_cost_factor = 0.1
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
reliability = 0.1
|
||||
soft_attack = 0.02
|
||||
hard_attack = 0.03
|
||||
defense = -0.15
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
@@ -90,14 +85,7 @@ BYG_army_ordnance_department_organization = {
|
||||
allowed = {
|
||||
tag = BYG
|
||||
}
|
||||
|
||||
initial_trait = {
|
||||
production_bonus = {
|
||||
production_capacity_factor = 0.05
|
||||
production_cost_factor = -0.1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_trait_periscope_sights
|
||||
name = BYG_mio_trait_periscope_sights
|
||||
@@ -138,36 +126,11 @@ BYG_detroit_arsenal_organization = {
|
||||
allowed = {
|
||||
tag = BYG
|
||||
}
|
||||
|
||||
initial_trait = {
|
||||
equipment_bonus = {
|
||||
armor_value = -0.05
|
||||
defense =-0.05
|
||||
build_cost_ic = -0.02
|
||||
}
|
||||
production_bonus = {
|
||||
production_capacity_factor = 0.1
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_trait_arsenal_of_democracy
|
||||
name = BYG_mio_trait_arsenal_of_democracy
|
||||
icon = GFX_generic_mio_department_icon_tank_medium_tank_line_efficiency
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=-1 y=1 }
|
||||
relative_position_id = generic_mio_trait_standardized_components
|
||||
|
||||
all_parents = { generic_mio_trait_standardized_components }
|
||||
production_bonus = {
|
||||
production_efficiency_cap_factor = 0.1
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_armor_up
|
||||
name = BYG_armor_up
|
||||
#icon = GFX_generic_mio_department_icon_facilities
|
||||
icon = GFX_generic_mio_department_icon_tank_medium_tank_line_efficiency
|
||||
special_trait_background = yes
|
||||
|
||||
@@ -250,7 +213,7 @@ BYG_norfolk_naval_yard_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -284,7 +247,7 @@ BYG_norfolk_naval_yard_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -309,36 +272,6 @@ BYG_norfolk_naval_yard_organization = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_trait_shipyard_expansion
|
||||
name = BYG_mio_trait_shipyard_expansion
|
||||
icon = GFX_generic_mio_trait_icon_production_capacity
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=2 y=0 }
|
||||
|
||||
production_bonus = {
|
||||
production_capacity_factor = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_trait_naval_station_norfolk
|
||||
name = BYG_mio_trait_naval_station_norfolk
|
||||
icon = GFX_generic_mio_trait_icon_naval_range
|
||||
special_trait_background = yes
|
||||
|
||||
all_parents = { BYG_mio_trait_shipyard_expansion }
|
||||
|
||||
position = { x=0 y=1 }
|
||||
relative_position_id = BYG_mio_trait_shipyard_expansion
|
||||
|
||||
equipment_bonus = {
|
||||
reliability = 0.1
|
||||
naval_range = 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BYG_electric_boat_company_organization = {
|
||||
@@ -356,7 +289,7 @@ BYG_electric_boat_company_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -390,7 +323,7 @@ BYG_electric_boat_company_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -415,45 +348,6 @@ BYG_electric_boat_company_organization = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_trait_gould_centrifugal_pump
|
||||
name = BYG_mio_trait_gould_centrifugal_pump
|
||||
icon = GFX_generic_mio_trait_icon_sub_visibility
|
||||
special_trait_background = yes
|
||||
|
||||
any_parent = { generic_mio_trait_efficient_fuel_engines generic_mio_trait_high_powered_engines }
|
||||
|
||||
position = { x=-1 y=1 }
|
||||
relative_position_id = generic_mio_trait_efficient_fuel_engines
|
||||
|
||||
equipment_bonus = {
|
||||
sub_visibility = -0.03
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_trait_radar_experimentation
|
||||
name = BYG_mio_trait_radar_experimentation
|
||||
icon = GFX_generic_mio_trait_icon_surface_detection
|
||||
special_trait_background = yes
|
||||
|
||||
all_parents = { generic_mio_trait_experimental_anechoic_tiles generic_mio_trait_improved_torpedo_detonators }
|
||||
|
||||
available = {
|
||||
FROM = {
|
||||
has_tech = centimetric_radar
|
||||
}
|
||||
}
|
||||
|
||||
position = { x=0 y=1 }
|
||||
relative_position_id = generic_mio_trait_experimental_anechoic_tiles
|
||||
|
||||
equipment_bonus = {
|
||||
sub_visibility = -0.03
|
||||
surface_detection = 0.03
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BYG_brooklyn_naval_yard_organization = {
|
||||
@@ -471,7 +365,7 @@ BYG_brooklyn_naval_yard_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -505,7 +399,7 @@ BYG_brooklyn_naval_yard_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -530,41 +424,6 @@ BYG_brooklyn_naval_yard_organization = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_trait_the_can_do_shipyard
|
||||
name = BYG_mio_trait_the_can_do_shipyard
|
||||
icon = GFX_generic_mio_trait_icon_production_capacity
|
||||
special_trait_background = yes
|
||||
|
||||
#all_parents = { }
|
||||
|
||||
position = { x=3 y=0 }
|
||||
|
||||
production_bonus = {
|
||||
production_capacity_factor = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_trait_drydock_expansion
|
||||
name = BYG_mio_trait_drydock_expansion
|
||||
icon = GFX_generic_mio_department_icon_ship_capital_ship_production
|
||||
special_trait_background = yes
|
||||
|
||||
limit_to_equipment_type = {
|
||||
capital_ship
|
||||
}
|
||||
|
||||
all_parents = { BYG_mio_trait_the_can_do_shipyard }
|
||||
|
||||
position = { x=0 y=1 }
|
||||
relative_position_id = BYG_mio_trait_the_can_do_shipyard
|
||||
|
||||
production_bonus = {
|
||||
production_capacity_factor = 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BYG_newport_news_shipbuilding_organization = {
|
||||
@@ -573,37 +432,6 @@ BYG_newport_news_shipbuilding_organization = {
|
||||
allowed = {
|
||||
tag = BYG
|
||||
}
|
||||
|
||||
initial_trait = {
|
||||
|
||||
limit_to_equipment_type = {
|
||||
carrier
|
||||
}
|
||||
|
||||
production_bonus = {
|
||||
production_capacity_factor = 0.05
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_trait_north_carolina_shipbuilding_company
|
||||
name = BYG_mio_trait_north_carolina_shipbuilding_company
|
||||
icon = GFX_generic_mio_department_icon_ship_screen_ship_production
|
||||
special_trait_background = yes
|
||||
|
||||
limit_to_equipment_type = {
|
||||
screen_ship
|
||||
}
|
||||
|
||||
#all_parents = { }
|
||||
|
||||
position = { x=3 y=0 }
|
||||
|
||||
production_bonus = {
|
||||
production_capacity_factor = 0.05
|
||||
}
|
||||
}
|
||||
add_trait = {
|
||||
token = bulizaochuanchang_1
|
||||
name = bulizaochuanchang_1
|
||||
@@ -613,10 +441,8 @@ BYG_newport_news_shipbuilding_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
|
||||
|
||||
equipment_bonus = {
|
||||
reliability = 0.08
|
||||
@@ -649,7 +475,7 @@ BYG_newport_news_shipbuilding_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -732,65 +558,6 @@ BYG_north_american_aviation_organization = {
|
||||
air_attack = 0.02
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_yingxingpeijian
|
||||
name = BYG_mio_yingxingpeijian
|
||||
icon = GFX_generic_mio_department_icon_plane_tactical_bomber_engine
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=0 }
|
||||
#relative_position_id = generic_mio_trait_light_weight_barrels
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_kongdixietong
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
air_agility = 0.1
|
||||
air_ground_attack = 0.1
|
||||
air_attack = 0.1
|
||||
reliability = 0.05
|
||||
}
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_wangsheshengji
|
||||
name = BYG_mio_wangsheshengji
|
||||
icon = GFX_generic_mio_department_icon_plane_tactical_bomber_quality
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=1 }
|
||||
relative_position_id = BYG_mio_yingxingpeijian
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_kongdixietong
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
air_range = 0.25
|
||||
maximum_speed = 0.1
|
||||
reliability = 0.1
|
||||
}
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BYG_lockheed_organization = {
|
||||
@@ -842,64 +609,6 @@ BYG_lockheed_organization = {
|
||||
air_attack = 0.05
|
||||
}
|
||||
}
|
||||
add_trait = {
|
||||
token = BYG_mio_yingxingpeijian2
|
||||
name = BYG_mio_yingxingpeijian
|
||||
icon = GFX_generic_mio_department_icon_plane_tactical_bomber_engine
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=0 }
|
||||
#relative_position_id = generic_mio_trait_light_weight_barrels
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_kongdixietong
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
air_agility = 0.1
|
||||
air_ground_attack = 0.1
|
||||
air_attack = 0.1
|
||||
reliability = 0.05
|
||||
}
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_wangsheshengji2
|
||||
name = BYG_mio_wangsheshengji
|
||||
icon = GFX_generic_mio_department_icon_plane_tactical_bomber_quality
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=1 }
|
||||
relative_position_id = BYG_mio_yingxingpeijian2
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_kongdixietong
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
air_range = 0.25
|
||||
maximum_speed = 0.1
|
||||
reliability = 0.1
|
||||
}
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BYG_douglas_aircraft_company_organization = {
|
||||
@@ -909,110 +618,6 @@ BYG_douglas_aircraft_company_organization = {
|
||||
allowed = {
|
||||
tag = BYG
|
||||
}
|
||||
|
||||
override_trait = {
|
||||
token = generic_mio_trait_low_altitude_attacks
|
||||
position = { x=3 y=0 }
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = USA_mio_trait_remote_controlled_turrets
|
||||
name = USA_mio_trait_remote_controlled_turrets
|
||||
icon = GFX_generic_mio_trait_icon_air_attack
|
||||
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=1 }
|
||||
relative_position_id = generic_mio_trait_low_altitude_attacks
|
||||
|
||||
available = {
|
||||
FROM = {
|
||||
has_tech = computing_machine
|
||||
}
|
||||
}
|
||||
|
||||
any_parent = { generic_mio_trait_low_altitude_attacks }
|
||||
|
||||
equipment_bonus = {
|
||||
air_attack = 0.1
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = USA_mio_trait_specialist_nose_configurations
|
||||
name = USA_mio_trait_specialist_nose_configurations
|
||||
icon = GFX_generic_mio_department_icon_plane_cas_combat
|
||||
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=2 }
|
||||
relative_position_id = generic_mio_trait_heavily_armed_aircraft
|
||||
|
||||
any_parent = { generic_mio_trait_air_brakes generic_mio_trait_wingborne_fuel_tanks }
|
||||
any_parent = {generic_mio_trait_heavily_armed_aircraft }
|
||||
|
||||
equipment_bonus = {
|
||||
air_ground_attack = 0.1
|
||||
}
|
||||
}
|
||||
add_trait = {
|
||||
token = BYG_mio_yingxingpeijian3
|
||||
name = BYG_mio_yingxingpeijian
|
||||
icon = GFX_generic_mio_department_icon_plane_tactical_bomber_engine
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=1 }
|
||||
#relative_position_id = generic_mio_trait_light_weight_barrels
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_kongdixietong
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
air_agility = 0.1
|
||||
air_ground_attack = 0.1
|
||||
air_attack = 0.1
|
||||
reliability = 0.05
|
||||
}
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_wangsheshengji3
|
||||
name = BYG_mio_wangsheshengji
|
||||
icon = GFX_generic_mio_department_icon_plane_tactical_bomber_quality
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=1 }
|
||||
relative_position_id = BYG_mio_yingxingpeijian3
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_kongdixietong
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
air_range = 0.25
|
||||
maximum_speed = 0.1
|
||||
reliability = 0.1
|
||||
}
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BYG_boeing_organization = {
|
||||
@@ -1052,65 +657,6 @@ BYG_boeing_organization = {
|
||||
fuel_consumption = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_yingxingpeijian4
|
||||
name = BYG_mio_yingxingpeijian
|
||||
icon = GFX_generic_mio_department_icon_plane_tactical_bomber_engine
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=0 }
|
||||
#relative_position_id = generic_mio_trait_light_weight_barrels
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_kongdixietong
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
air_agility = 0.1
|
||||
air_ground_attack = 0.1
|
||||
air_attack = 0.1
|
||||
reliability = 0.05
|
||||
}
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_wangsheshengji4
|
||||
name = BYG_mio_wangsheshengji
|
||||
icon = GFX_generic_mio_department_icon_plane_tactical_bomber_quality
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=1 }
|
||||
relative_position_id = BYG_mio_yingxingpeijian4
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_kongdixietong
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
air_range = 0.25
|
||||
maximum_speed = 0.1
|
||||
reliability = 0.1
|
||||
}
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BYG_grumman_organization = {
|
||||
@@ -1131,7 +677,7 @@ BYG_grumman_organization = {
|
||||
relative_position_id = generic_mio_trait_reinforced_fuselage
|
||||
|
||||
any_parent = { generic_mio_trait_reinforced_fuselage }
|
||||
limit_to_equipment_type = { mio_cat_eq_all_cv_aircraft small_plane_naval_bomber_airframe }
|
||||
limit_to_equipment_type = { large_plane_airframe large_plane_maritime_patrol_plane_airframe }
|
||||
|
||||
equipment_bonus = {
|
||||
air_agility = 0.05
|
||||
@@ -1165,65 +711,6 @@ BYG_grumman_organization = {
|
||||
maximum_speed = 0.1
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_yingxingpeijian5
|
||||
name = BYG_mio_yingxingpeijian
|
||||
icon = GFX_generic_mio_department_icon_plane_tactical_bomber_engine
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=5 y=0 }
|
||||
relative_position_id = generic_mio_trait_navigation_equipment
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_kongdixietong
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
air_agility = 0.1
|
||||
air_ground_attack = 0.1
|
||||
air_attack = 0.1
|
||||
reliability = 0.05
|
||||
}
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_wangsheshengji5
|
||||
name = BYG_mio_wangsheshengji
|
||||
icon = GFX_generic_mio_department_icon_plane_tactical_bomber_quality
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=0 y=1 }
|
||||
relative_position_id = BYG_mio_yingxingpeijian5
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_kongdixietong
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
air_range = 0.25
|
||||
maximum_speed = 0.1
|
||||
reliability = 0.1
|
||||
}
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1245,39 +732,6 @@ BYG_springfield_armory_organization = {
|
||||
allowed = {
|
||||
tag = BYG
|
||||
}
|
||||
|
||||
add_trait = {
|
||||
token = BYG_mio_jiguangpeijian
|
||||
name = BYG_mio_jiguangpeijian
|
||||
icon = GFX_generic_mio_department_icon_infantry_offense
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=2 y=0 }
|
||||
relative_position_id = generic_mio_trait_drum_pattern_sights
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_danbingzhuangbei
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
soft_attack = 0.15
|
||||
hard_attack = 0.1
|
||||
breakthrough = 0.35
|
||||
}
|
||||
|
||||
production_bonus = {
|
||||
#production_cost_factor = 0.05
|
||||
}
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BYG_ford_motor_company_organization = {
|
||||
@@ -1305,32 +759,4 @@ BYG_rock_island_arsenal_organization = {
|
||||
tag = BYG
|
||||
|
||||
}
|
||||
add_trait = {
|
||||
token = BYG_mio_weixingyindao
|
||||
name = BYG_mio_weixingyindao
|
||||
icon = GFX_generic_mio_department_icon_tank_general_spg
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=-2 y=0 }
|
||||
relative_position_id = generic_mio_trait_light_weight_barrels
|
||||
|
||||
visible = {
|
||||
FROM = { original_tag = BYG }
|
||||
}
|
||||
|
||||
available = { #Two FROM blocs to provide two different check marks in the UI
|
||||
FROM = {
|
||||
has_completed_focus = BYG_xietongpaoji
|
||||
}
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
soft_attack = 0.25
|
||||
hard_attack = 0.25
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -126,10 +126,10 @@ HUJ_harland_wolff_organization = {
|
||||
icon = GFX_BLI_zaochuanchang_mio_icon_1
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=9 y=3 }
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -163,7 +163,7 @@ HUJ_harland_wolff_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -219,10 +219,10 @@ HUJ_cammell_laird_organization = {
|
||||
icon = GFX_BLI_zaochuanchang_mio_icon_1
|
||||
special_trait_background = yes
|
||||
|
||||
position = { x=7 y=4 }
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -256,7 +256,7 @@ HUJ_cammell_laird_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -340,7 +340,7 @@ HUJ_yarrow_shipbuilders_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -374,7 +374,7 @@ HUJ_yarrow_shipbuilders_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -417,7 +417,7 @@ HUJ_john_brown_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -451,7 +451,7 @@ HUJ_john_brown_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -504,7 +504,6 @@ HUJ_supermarine_organization = {
|
||||
|
||||
research_categories = {
|
||||
mio_cat_all_light_fighter_and_modules
|
||||
|
||||
}
|
||||
|
||||
override_trait = {
|
||||
|
||||
@@ -26,7 +26,7 @@ SAD_fiat_organization = {
|
||||
position = { x=9 y=0 }
|
||||
|
||||
available = {
|
||||
OR = {
|
||||
or = {
|
||||
FROM = { has_completed_focus = SAD_changshizizhuyanfa }
|
||||
FROM = { is_ai = yes }
|
||||
}
|
||||
@@ -113,7 +113,7 @@ SAD_crda_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -147,7 +147,7 @@ SAD_crda_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -281,7 +281,7 @@ SAD_cantiere_oto_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -315,7 +315,7 @@ SAD_cantiere_oto_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -444,7 +444,7 @@ SAD_navalmeccanica_organization = {
|
||||
position = { x=4 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -478,7 +478,7 @@ SAD_navalmeccanica_organization = {
|
||||
position = { x=5 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -612,7 +612,7 @@ SAD_cantiere_navale_di_ancona_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -646,7 +646,7 @@ SAD_cantiere_navale_di_ancona_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -780,7 +780,7 @@ SAD_cantieri_navali_tosi_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -814,7 +814,7 @@ SAD_cantieri_navali_tosi_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -1438,7 +1438,7 @@ SAD_officine_meccaniche_organization = {
|
||||
|
||||
research_categories = {
|
||||
mio_cat_tech_all_motorized_mechanized
|
||||
train_equipment
|
||||
train_tech
|
||||
}
|
||||
|
||||
initial_trait = {
|
||||
|
||||
@@ -60,7 +60,7 @@ SIR_carrier_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -94,7 +94,7 @@ SIR_carrier_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -142,7 +142,7 @@ SIR_BB_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -176,7 +176,7 @@ SIR_BB_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -224,7 +224,7 @@ SIR_SL_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -258,7 +258,7 @@ SIR_SL_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -306,7 +306,7 @@ SIR_SM_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -340,7 +340,7 @@ SIR_SM_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -123,7 +123,7 @@ YUW_fcm_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -157,7 +157,7 @@ YUW_fcm_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -199,7 +199,7 @@ YUW_aeb_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -233,7 +233,7 @@ YUW_aeb_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -275,7 +275,7 @@ YUW_acl_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -309,7 +309,7 @@ YUW_acl_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -351,7 +351,7 @@ YUW_acf_organization = {
|
||||
position = { x=8 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi1_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi1_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
@@ -385,7 +385,7 @@ YUW_acf_organization = {
|
||||
position = { x=9 y=4 }
|
||||
|
||||
available = {
|
||||
FROM = { OR = { hidden_trigger = { is_ai = yes } tag = BLI has_country_flag = buligongyi2_get } }
|
||||
FROM = { OR = { tag = BLI has_country_flag = buligongyi2_get } }
|
||||
}
|
||||
|
||||
equipment_bonus = {
|
||||
|
||||
@@ -6655,14 +6655,7 @@ focus = {
|
||||
}
|
||||
completion_reward = {
|
||||
set_war_support = 2
|
||||
if = {
|
||||
limit = {
|
||||
is_ai = yes
|
||||
}
|
||||
annex_country = { target = KAZ transfer_troops = yes }
|
||||
}else = {
|
||||
declare_war_on = { target = KAZ type = annex_everything }
|
||||
}
|
||||
annex_country = { target = KAZ transfer_troops = yes }
|
||||
every_state = {
|
||||
limit = {
|
||||
is_core_of = KAZ
|
||||
|
||||
@@ -67,6 +67,9 @@
|
||||
state = 530
|
||||
state = 537
|
||||
state = 536
|
||||
state = 1020
|
||||
state = 1019
|
||||
state = 1018
|
||||
}
|
||||
}
|
||||
add_extra_state_shared_building_slots = 2
|
||||
@@ -330,23 +333,34 @@
|
||||
limit = {
|
||||
OR = {
|
||||
is_military_industrial_organization = CHY_osaka_army_arsenal_organization
|
||||
is_military_industrial_organization = CHY_aichi_organization
|
||||
is_military_industrial_organization = CHY_sagami_army_arsenal_organization
|
||||
is_military_industrial_organization = CHY_mitsubishi_heavy_industries_organization
|
||||
is_military_industrial_organization = CHY_kure_naval_arsenal_organization
|
||||
is_military_industrial_organization = CHY_yokosuka_naval_arsenal_organization
|
||||
is_military_industrial_organization = CHY_kawasaki_dockyards_organization
|
||||
is_military_industrial_organization = CHY_maizuru_naval_arsenal_organization
|
||||
is_military_industrial_organization = CHY_sasebo_naval_arsenal_organization
|
||||
is_military_industrial_organization = CHY_mitsubishi_kobe_shipyard_organization
|
||||
is_military_industrial_organization = CHY_mitsubishi_organization
|
||||
is_military_industrial_organization = CHY_aichi_organization
|
||||
is_military_industrial_organization = CHY_nakajima_organization
|
||||
is_military_industrial_organization = CHY_yokosuka_organization
|
||||
is_military_industrial_organization = CHY_tokyo_arsenal_organization
|
||||
is_military_industrial_organization = CHY_kawanishi_aircraft_company_organization
|
||||
is_military_industrial_organization = CHY_kawasaki_aircraft_industries_organization
|
||||
is_military_industrial_organization = CHY_tachikawa_aircraft_company_organization
|
||||
is_military_industrial_organization = CHY_kokura_arsenal_organization
|
||||
is_military_industrial_organization = CHY_osaka_army_arsenal_artillery_organization
|
||||
is_military_industrial_organization = CHY_nissan_organization
|
||||
is_military_industrial_organization = CHY_tokyo_automobile_industries_organization
|
||||
is_military_industrial_organization = CHY_nagoya_arsenal_organization
|
||||
is_military_industrial_organization = CHY_kayaba_industry_organization
|
||||
is_military_industrial_organization = CHY_hitachi_arms_department_organization
|
||||
}
|
||||
}
|
||||
add_mio_size = 2
|
||||
}
|
||||
add_research_slot = 1
|
||||
#add_research_slot = 1 不要6槽
|
||||
IF = { limit = { has_idea = oriental_development_company } swap_ideas = { remove_idea = oriental_development_company add_idea = oriental_development_company_upgraded } }
|
||||
}
|
||||
}
|
||||
focus = {
|
||||
@@ -1960,11 +1974,8 @@
|
||||
character = CHY_chicheng
|
||||
ideology = fascism_ideology
|
||||
}
|
||||
CHY_chicheng = {
|
||||
add_country_leader_trait = {
|
||||
add_country_leader_trait = {
|
||||
trait = yihangzhan
|
||||
ideology = fascism
|
||||
}
|
||||
}
|
||||
news_event = CHY_new1_shijian.20
|
||||
add_political_power = 300
|
||||
@@ -2854,6 +2865,11 @@
|
||||
add_state_core = 525
|
||||
add_state_core = 527
|
||||
add_state_core = 524
|
||||
add_state_core = 1043
|
||||
add_state_core = 1028
|
||||
add_state_core = 1029
|
||||
add_state_core = 1031
|
||||
add_state_core = 1030
|
||||
}
|
||||
}
|
||||
focus = {
|
||||
@@ -3849,6 +3865,9 @@
|
||||
completion_reward = {
|
||||
add_stability = 0.1
|
||||
add_political_power = 300
|
||||
hidden_effect = {
|
||||
news_event = aznews.22
|
||||
}
|
||||
hidden_effect = {
|
||||
add_country_leader_role = {
|
||||
Character = CHY_changmen
|
||||
|
||||
@@ -125,6 +125,11 @@ yaertahuiyi_effects = {
|
||||
annex_country = { target = AZR transfer_troops = no }
|
||||
annex_country = { target = GEO transfer_troops = no }
|
||||
annex_country = { target = LIT transfer_troops = no }
|
||||
annex_country = { target = ARM transfer_troops = no }
|
||||
annex_country = { target = RKM transfer_troops = no }
|
||||
annex_country = { target = RKO transfer_troops = no }
|
||||
transfer_state = 137
|
||||
transfer_state = 195
|
||||
transfer_state = 188
|
||||
transfer_state = 763
|
||||
transfer_state = 78
|
||||
|
||||
@@ -2418,12 +2418,17 @@ country_event = {
|
||||
set_technology = { rocket_artillery = 1 }
|
||||
set_technology = { jet_engines = 1 }
|
||||
mio:CHY_osaka_army_arsenal_organization = { add_mio_size = 20 }
|
||||
mio:CHY_mitsubishi_heavy_industries_organization = { add_mio_size = 20 }
|
||||
mio:CHY_mitsubishi_organization = { add_mio_size = 20 }
|
||||
mio:CHY_aichi_organization = { add_mio_size = 20 }
|
||||
mio:CHY_nakajima_organization = { add_mio_size = 20 }
|
||||
mio:CHY_kure_naval_arsenal_organization = { add_mio_size = 20 }
|
||||
mio:CHY_yokosuka_naval_arsenal_organization = { add_mio_size = 20 }
|
||||
mio:CHY_maizuru_naval_arsenal_organization = { add_mio_size = 20 }
|
||||
mio:CHY_sasebo_naval_arsenal_organization = { add_mio_size = 20 }
|
||||
mio:CHY_kokura_arsenal_organization = { add_mio_size = 20 }
|
||||
mio:CHY_osaka_army_arsenal_artillery_organization = { add_mio_size = 20 }
|
||||
mio:CHY_nissan_organization = { add_mio_size = 20 }
|
||||
add_equipment_to_stockpile = {
|
||||
type = convoy
|
||||
amount = 2000
|
||||
|
||||
@@ -378,4 +378,5 @@ TY_fkAIdebuffplayer: "疯狂AI全词条玩家debuff"
|
||||
TY_fkAIdebuffplayer_desc: "由于最近难度变低,因此添加该debuff。"
|
||||
psh_yymj: "英勇蛮啾"
|
||||
psh_yymj_desc: "为英勇的蛮啾们颁发勋章!"
|
||||
TY_fkAIdebuffplayer_teding: "疯狂AI全词条玩家额外debuff(特定国家)"
|
||||
TY_fkAIdebuffplayer_teding: "疯狂AI全词条玩家额外debuff(特定国家)"
|
||||
TY_fkAIex_sir_debuff: "禁止早战塞壬"
|
||||
@@ -139,15 +139,47 @@
|
||||
CHY_yokosuka_naval_arsenal_organization: "横须贺海军工厂"
|
||||
CHY_maizuru_naval_arsenal_organization: "舞鹤海军工厂"
|
||||
CHY_sasebo_naval_arsenal_organization: "佐世保海军工厂"
|
||||
CHY_mitsubishi_organization: "三菱"
|
||||
CHY_aichi_organization: "爱知公司(帝国海军企业)"
|
||||
CHY_mitsubishi_organization: "三菱航空工业"
|
||||
CHY_aichi_organization: "爱知航空机"
|
||||
CHY_nakajima_organization: "中岛集团"
|
||||
CHY_yokosuka_organization: "横须贺"
|
||||
CHY_tokyo_arsenal_organization: "东京兵工厂"
|
||||
CHY_kokura_arsenal_organization: "小仓兵工厂"
|
||||
CHY_osaka_army_arsenal_artillery_organization: "大阪陆军兵工厂"
|
||||
CHY_nissan_organization: "日产"
|
||||
gongyejituan: "发展工业集团"
|
||||
wushipeidao:"武士佩刀"
|
||||
wushipeidao: "武士佩刀"
|
||||
CHY_mitsubishi_hold_tooltip: "花费§Y20000物资§"
|
||||
CHY_sagami_army_arsenal_organization: "相模兵工厂"
|
||||
CHY_mio_trait_military_arsenal_trait: "推进陆军装备生产"
|
||||
CHY_mitsubishi_heavy_industries_organization: "三菱重工"
|
||||
CHY_mio_trait_foreign_research_and_development_cooperation: "改进坦克开发和生产技术"
|
||||
CHY_mio_trait_special_government_contracts_mitsubishi_trait: "让三菱臣服"
|
||||
CHY_mio_trait_zaibatsu_production_capabilities_trait: "财阀生产能力"
|
||||
CHY_mio_trait_naval_arsenal_trait: "推进舰船生产"
|
||||
CHY_mio_trait_rapid_counterflooding_system: "快速抗倾覆注水系统"
|
||||
CHY_mio_trait_enhanced_optics: "增强光学器件"
|
||||
CHY_mio_trait_strength_in_numbers: "大规模生产计划"
|
||||
CHY_mio_trait_armor_plating_to_hull_strength: "装甲板提高船体强度"
|
||||
CHY_mio_trait_type_94_fire_control: "94式HA发射引导控制器"
|
||||
CHY_mio_trait_torpedo_reloads: "鱼雷再装填"
|
||||
CHY_mio_trait_special_government_contracts_taken_flag: "已在另一家三菱军工组织完成此特质"
|
||||
CHY_kawasaki_dockyards_organization: "川崎造船厂"
|
||||
CHY_mio_trait_high_pressure_boilers: "高压锅炉"
|
||||
CHY_mio_trait_type_97_torpedo_control_director: "97式鱼雷发射引导控制器"
|
||||
CHY_mitsubishi_kobe_shipyard_organization: "三菱神户造船厂"
|
||||
CHY_mio_trait_unified_research_and_development: "空军升级"
|
||||
CHY_mio_trait_special_government_contracts_nakajima_trait: "让中岛臣服"
|
||||
CHY_mio_trait_type_91_aerial_torpedo_integration: "91式航空鱼雷一体化"
|
||||
CHY_mio_trait_naval_arsenal_trait_1: "推进海军飞机生产"
|
||||
CHY_kawanishi_aircraft_company_organization: "川西航空机株式会社"
|
||||
CHY_kawasaki_aircraft_industries_organization: "川崎航空工业"
|
||||
CHY_tachikawa_aircraft_company_organization: "立川航空机株式会社"
|
||||
CHY_mio_trait_cooperation_with_kurogane: "与东急黑金公司合作"
|
||||
CHY_tokyo_automobile_industries_organization: "东京自动车工业"
|
||||
CHY_nagoya_arsenal_organization: "名古屋兵工厂"
|
||||
CHY_kayaba_industry_organization: "东京萱场制作所"
|
||||
CHY_hitachi_arms_department_organization: "日立制作所兵器部"
|
||||
CHY_mio_trait_special_government_contracts_nissan_trait: "让日产臣服"
|
||||
##皇家军工组织##
|
||||
HUJ_vickers_armstrong_huj_organization: "维克斯-阿姆斯特朗"
|
||||
HUJ_mio_trait_expanded_turret_capacity: "炮塔扩容"
|
||||
|
||||
@@ -387,6 +387,12 @@
|
||||
chy_zhongshiminshen_buff:0"重视民生"
|
||||
chy_yuanzhudonghuang_buff:0"东煌的报恩"
|
||||
chy_yuanzhudonghuang_buff_desc:0"东煌向我们提供她们的粮食和劳动力,来报答我们对她们的援助。"
|
||||
CHY_mitsubishi_hold:0"乖巧的三菱"
|
||||
CHY_mitsubishi_hold_desc:0"对三菱集团的控制加强有利于我方加强工业生产。"
|
||||
CHY_nakajima_hold:0"乖巧的中岛"
|
||||
CHY_mitsubishi_hold_desc:0"对中岛集团的控制加强有利于我方加强飞机生产。"
|
||||
CHY_nissan_hold:0"乖巧的日产"
|
||||
CHY_nissan_hold_desc:0"对日产集团的控制加强有利于我方加强汽车生产。"
|
||||
|
||||
#内阁#
|
||||
|
||||
@@ -632,4 +638,7 @@
|
||||
#走向#
|
||||
CHY_changmen_line_historical:0"我们的神子大人"
|
||||
CHY_changmen_line_historical_desc:0"长门大人将继续领导重樱,致力于成为和平守护者。"
|
||||
|
||||
#CHY军工#
|
||||
CHY_mitsubishi_hold_tooltip:0"花费§Y20000物资§"
|
||||
|
||||
@@ -387,6 +387,12 @@
|
||||
chy_zhongshiminshen_buff:0"重视民生"
|
||||
chy_yuanzhudonghuang_buff:0"东煌的报恩"
|
||||
chy_yuanzhudonghuang_buff_desc:0"东煌向我们提供她们的粮食和劳动力,来报答我们对她们的援助。"
|
||||
CHY_mitsubishi_hold:0"乖巧的三菱"
|
||||
CHY_mitsubishi_hold_desc:0"对三菱集团的控制加强有利于我方加强工业生产。"
|
||||
CHY_nakajima_hold:0"乖巧的中岛"
|
||||
CHY_mitsubishi_hold_desc:0"对中岛集团的控制加强有利于我方加强工业生产。"
|
||||
CHY_nissan_hold:0"乖巧的日产"
|
||||
CHY_nissan_hold_desc:0"对日产集团的控制加强有利于我方加强汽车生产。"
|
||||
|
||||
#内阁#
|
||||
|
||||
@@ -644,4 +650,5 @@
|
||||
#走向#
|
||||
CHY_changmen_line_historical:0"我们的神子大人"
|
||||
CHY_changmen_line_historical_desc:0"长门大人将继续领导重樱,致力于成为和平守护者。"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user