diff --git a/src/common/ai_peace/0_civilwar.txt b/src/common/ai_peace/0_civilwar.txt new file mode 100755 index 0000000..188defb --- /dev/null +++ b/src/common/ai_peace/0_civilwar.txt @@ -0,0 +1,57 @@ +# Default Logic behaviour that the AI will fallback on if they are in a civil war +# Should focus on getting the nation united again no matter their ideology +# Written by Henrik "Groogy" Hansson + +civilwar_peace = { + # ROOT = Taker, FROM = Giver + enable = { + has_civil_war = yes + OR = { + original_tag = FROM + FROM = { + original_tag = ROOT + } + } + } + + annex_randomness = 0 + liberate_randomness = 0 + puppet_randomness = 0 + take_states_randomness = 0 + force_government_randomness = 0 + + # ROOT = Taker, FROM = Giver + annex = { + factor = 1000 + } + + # ROOT = Taker, FROM = Liberated + liberate = { + factor = 0 + } + + # ROOT = Taker, FROM = Giver + puppet = { + factor = 0 + } + + # ROOT = Taker, FROM = Giver + puppet_all = { + base = 0 + } + + # ROOT = STATE, FROM = Taker, FROM.FROM = Giver + puppet_state = { + base = 0 + } + + # ROOT = Taker, FROM = State + take_states = { + factor = 0 + } + + # ROOT = Taker, FROM = Giver + force_government = { + factor = 0 + } +} diff --git a/src/common/ai_peace/1_communist.txt b/src/common/ai_peace/1_communist.txt new file mode 100755 index 0000000..a900e69 --- /dev/null +++ b/src/common/ai_peace/1_communist.txt @@ -0,0 +1,56 @@ +# Logic for Communist AI on how to deal in peace conferences +# Should favor annexing other nations and taking their states +# Written by Henrik "Groogy" Hansson + +#Adjustments +#The generic communist AI will very strongly prefer establishing puppet states and liberation, annexing only if they have a valid war goal. +#Communists will not expand overseas/into islands unless they have a core, preferring satellites instead. +#Soviet Union should/will have its own AI. + +communist_peace = { + enable = { + has_government = communism + NOT = { has_government = siren } + } + + annex_randomness = 0 #200 + liberate_randomness = 0 #100 + puppet_randomness = 0 #400 + take_states_randomness = 0 #200 + force_government_randomness = 0 #100 + + # ROOT = Taker, FROM = Giver + annex = { + factor = 5000 #1500 - insanely high, but necessary for reunification of some nations. + } + + liberate = { + factor = 0 + } + + puppet = { + factor = 0 + } + + # ROOT = Taker, FROM = Giver + puppet_all = { + base = 0 + } + + # ROOT = STATE, FROM = Taker, FROM.FROM = Giver + puppet_state = { + base = 0 + } + + # ROOT = Taker, FROM = State + take_states = { + factor = 400 #50 + + + } + + force_government = { + factor = 0 + + } +} diff --git a/src/common/ai_peace/1_democratic.txt b/src/common/ai_peace/1_democratic.txt new file mode 100755 index 0000000..c47cc34 --- /dev/null +++ b/src/common/ai_peace/1_democratic.txt @@ -0,0 +1,55 @@ +# Logic for Democratic AI on how to deal in peace conferences +# Should favor liberating Democratic countries and forcing government upon other states +# Written by Henrik "Groogy" Hansson + +#Adjustments +#The generic democratic AI will generally prefer liberation and will mostly seek to install government. +#Major democratic nations and minors with overseas colonies can take colonies in peace deals and will prefer to do so after taking cores. +#Democracies will never annex. + +democratic_peace = { + enable = { + has_government = democratic + NOT = { has_government = siren } + } + + annex_randomness = 0 #100 + liberate_randomness = 0 #250 + puppet_randomness = 0 #200 + take_states_randomness = 0 #100 + force_government_randomness = 0 #500 + + annex = { + factor = 5000 #1500 - insanely high, but necessary for reunification of some nations. + } + + liberate = { + factor = 0 + } + + puppet = { + factor = 0 + } + + # ROOT = Taker, FROM = Giver + puppet_all = { + base = 0 + } + + # ROOT = STATE, FROM = Taker, FROM.FROM = Giver + puppet_state = { + base = 0 + } + + # ROOT = Taker, FROM = State + take_states = { + factor = 400 #50 + + + } + + force_government = { + factor = 0 + + } +} diff --git a/src/common/ai_peace/1_fascist.txt b/src/common/ai_peace/1_fascist.txt new file mode 100755 index 0000000..7a74a6d --- /dev/null +++ b/src/common/ai_peace/1_fascist.txt @@ -0,0 +1,70 @@ +# Logic for Fascist AI on how to deal in peace conferences +# Should favor annexing other nations and taking their states +# Written by Henrik "Groogy" Hansson + +#Fascist AI is annexation crazy but will limit its territorial expansion to reasonable levels and take some puppets where it makes sense. + +fascist_peace = { + enable = { + NOT = { has_government = siren } + OR = { + has_government = fascism + AND = { + NOT = { has_government = communism } + NOT = { has_government = democratic } + OR = { + any_country = { + is_in_faction_with = ROOT + is_faction_leader = yes + has_government = fascism + } + is_in_faction = no + is_faction_leader = yes + } + } + } + #These guys have their own special peace conference AI + #NOT = { tag = GER } + } + + annex_randomness = 0 #400 + liberate_randomness = 0 #100 + puppet_randomness = 0 #200 + take_states_randomness = 0 #250 + force_government_randomness = 0 #50 + + # ROOT = Taker, FROM = Giver + annex = { + factor = 5000 #1500 - insanely high, but necessary for reunification of some nations. + } + + liberate = { + factor = 0 + } + + puppet = { + factor = 0 + } + + # ROOT = Taker, FROM = Giver + puppet_all = { + base = 0 + } + + # ROOT = STATE, FROM = Taker, FROM.FROM = Giver + puppet_state = { + base = 0 + } + + # ROOT = Taker, FROM = State + take_states = { + factor = 400 #50 + + + } + + force_government = { + factor = 0 + + } +} diff --git a/src/common/ai_peace/1_siren.txt b/src/common/ai_peace/1_siren.txt new file mode 100755 index 0000000..1c69f0c --- /dev/null +++ b/src/common/ai_peace/1_siren.txt @@ -0,0 +1,377 @@ +# Default Logic behaviour that the AI will fallback on if no other fits the bill +# Should just be "good enough" to make sure the AI acts smart in the war +# Written by Henrik "Groogy" Hansson + +#Adjustments +#Default AI (ie neutral AI) will act like a mix between democratic and fascist, but in general way more conservative and mostly interested in obtaining cores and the status quo. If they have enough warscore, they will puppet/liberate neighbors as well. +#Neutral AI in general do not directly annex other nations. +#The plan is to eventually make individualized AI for every country in the game. + +# Temp variables +# Old actions will be stored as temp variables +# For Winners: +# taken_states@TAG: an array where each element contains the state that is taken by country TAG +# taken_by@STATE_ID: is set to country that took the state +# For Losers: +# current_states@TAG: Remaining states of loser +# For each subject action: +# subject_states@TAG : an array where each element contains the state that is subjected by country TAG +# subject_countries@TAG : an array where each element contains the country that is subjected by country TAG +# subjected_by@STATE_ID : a variable for each state that is subjected by a country, value is overlord +# subjected_by@TAG : an array for each loser that is subjected, array contains overlord +# For each liberated: +# liberate_states@TAG : an array where each element contains the state that is liberated by country TAG +# liberate_countries@TAG : an array where each element contains the country that is liberated by country TAG +# A trigger named "build_temp_vars" will be called before any evaluation so further temp variables can be calculated + +siren_peace = { + enable = { + has_government = siren + } + annex_randomness = 0 #350 + liberate_randomness = 0 #100 + puppet_randomness = 0 #200 + take_states_randomness = 0 #150 + force_government_randomness = 0 #50 + + build_temp_vars = { + + } + + # ROOT = Taker, FROM = Giver + annex = { + factor = 1 + + modifier = { + factor = 5000 + has_game_rule = { + rule = AZ_generic_toudisairen + option = AZ_generic_toudisairen_off + } + } + modifier = { + factor = 0 + has_game_rule = { + rule = AZ_generic_toudisairen + option = AZ_generic_toudisairen_on + } + } + #modifier = { + # factor = 0 + # is_puppet = yes + #} + } + + # ROOT = Taker, FROM = Liberated + liberate = { + factor = 0 #100 + modifier = { + factor = 0 + + NOT = { + ai_liberate_desire = { + target = FROM + value > 0 + } + } + } + modifier = { + factor = 0 + #Is NOT a major + NOT = { num_of_factories > 100 } + NOT = { tag = GER } + NOT = { tag = ENG } + NOT = { tag = ITA } + NOT = { tag = FRA } + NOT = { tag = USA } + NOT = { tag = JAP } + NOT = { tag = SOV } + } + #modifier = { + # factor = 0 + # NOT = { is_owner_neighbor_of = FROM } + #} + } + + # ROOT = Taker, FROM = Giver + puppet = { + factor = 1 #200 + modifier = { + factor = 2500 + has_game_rule = { + rule = AZ_generic_toudisairen + option = AZ_generic_toudisairen_on + } + } + modifier = { + factor = 0 + has_game_rule = { + rule = AZ_generic_toudisairen + option = AZ_generic_toudisairen_off + } + } + } + + # ROOT = Taker, FROM = Giver + puppet_all = { + base = 1 + modifier = { + factor = 5000 + has_game_rule = { + rule = AZ_generic_toudisairen + option = AZ_generic_toudisairen_on + } + } + modifier = { + factor = 0 + has_game_rule = { + rule = AZ_generic_toudisairen + option = AZ_generic_toudisairen_off + } + } + } + + # ROOT = STATE, FROM = Taker, FROM.FROM = Giver + puppet_state = { + base = 0 + modifier = { #puppet state only if already puppeted + add = 200 + #only if already puppetted the country + is_in_array = { subject_countries@FROM = FROM.FROM } + #only if already puppetted a neighbor state + any_neighbor_state = { + is_in_array = { subject_states@FROM = this } + } + } + } + + # ROOT = Taker, FROM = State + take_states = { + factor = 50 + + modifier = { + factor = 20 + FROM = { + OR = { + is_claimed_by = ROOT + is_core_of = ROOT + } + } + } + modifier = { #Do not take human held lands... + factor = 0 + NOT = { + FROM = { + OR = { + is_claimed_by = ROOT + is_core_of = ROOT + } + } + } + FROM = { + controller = { + is_ai = no + has_capitulated = no + is_puppet = no + } + } + } + modifier = { + factor = 1.25 + + capital_scope = { + distance_to = { + target = FROM + value < 100 + } + } + } + + modifier = { + factor = 1.25 + + capital_scope = { + distance_to = { + target = FROM + value < 200 + } + } + } + + modifier = { + factor = 1.25 + + capital_scope = { + distance_to = { + target = FROM + value < 300 + } + } + } + + modifier = { + factor = 1.25 + + capital_scope = { + distance_to = { + target = FROM + value < 400 + } + } + } + + modifier = { + factor = 1.5 + FROM = { + OR = { + num_owned_neighbour_states = { + count > 1 + owner = ROOT + } + num_claimed_peace_conference_neighbour_states = { + count > 1 + owner = ROOT + } + } + } + } + + modifier = { + factor = 1.5 + FROM = { + OR = { + num_owned_neighbour_states = { + count > 2 + owner = ROOT + } + num_claimed_peace_conference_neighbour_states = { + count > 2 + owner = ROOT + } + } + } + } + + modifier = { + factor = 1.5 + FROM = { + OR = { + num_owned_neighbour_states = { + count > 3 + owner = ROOT + } + num_claimed_peace_conference_neighbour_states = { + count > 3 + owner = ROOT + } + } + } + } + + modifier = { + factor = 1.5 + FROM = { + OR = { + num_owned_neighbour_states = { + count > 4 + owner = ROOT + } + num_claimed_peace_conference_neighbour_states = { + count > 4 + owner = ROOT + } + } + } + } + + modifier = { + factor = 1.5 + FROM = { + OR = { + num_owned_neighbour_states = { + count > 5 + owner = ROOT + } + num_claimed_peace_conference_neighbour_states = { + count > 5 + owner = ROOT + } + } + } + } + + modifier = { + factor = 0 + NOT = { FROM = { is_claimed_by = ROOT } } + NOT = { + FROM = { + any_neighbor_state = { + OR = { + owner = { tag = ROOT } + has_claimed_state_in_peace_conference = ROOT + } + } + } + } + OR = { + NOT = { + FROM = { + OR = { + is_island_state = yes + is_coastal = yes + } + } + } + NOT = { any_owned_state = { is_coastal = yes } } + } + + } + + modifier = { #Only take claims - may also take African colonies if already a colonial power or major European country. + factor = 0 + NOT = { + FROM = { + OR = { + is_claimed_by = ROOT + is_core_of = ROOT + } + } + } + OR = { + NOT = { FROM = { is_on_continent = africa } } + NOT = { capital_scope = { is_on_continent = europe } } + AND = { + #Is NOT a major + NOT = { num_of_factories > 100 } + NOT = { tag = GER } + NOT = { tag = ENG } + NOT = { tag = ITA } + NOT = { tag = FRA } + NOT = { tag = USA } + NOT = { tag = JAP } + NOT = { tag = SOV } + NOT = { + any_owned_state = { is_on_continent = africa } + } + } + } + } + modifier = { #Only take claimed/core land if a puppet. + factor = 0 + is_puppet = yes + FROM = { + NOT = { + OR = { + is_claimed_by = ROOT + is_core_of = ROOT + } + } + } + } + } + + # ROOT = Taker, FROM = Giver + force_government = { + factor = 0 #10 - neutrals should never do this + } +} diff --git a/src/common/ai_peace/z_default.txt b/src/common/ai_peace/z_default.txt new file mode 100755 index 0000000..1ca975f --- /dev/null +++ b/src/common/ai_peace/z_default.txt @@ -0,0 +1,422 @@ +# Default Logic behaviour that the AI will fallback on if no other fits the bill +# Should just be "good enough" to make sure the AI acts smart in the war +# Written by Henrik "Groogy" Hansson + +#Adjustments +#Default AI (ie neutral AI) will act like a mix between democratic and fascist, but in general way more conservative and mostly interested in obtaining cores and the status quo. If they have enough warscore, they will puppet/liberate neighbors as well. +#Neutral AI in general do not directly annex other nations. +#The plan is to eventually make individualized AI for every country in the game. + +# Temp variables +# Old actions will be stored as temp variables +# For Winners: +# taken_states@TAG: an array where each element contains the state that is taken by country TAG +# taken_by@STATE_ID: is set to country that took the state +# For Losers: +# current_states@TAG: Remaining states of loser +# For each subject action: +# subject_states@TAG : an array where each element contains the state that is subjected by country TAG +# subject_countries@TAG : an array where each element contains the country that is subjected by country TAG +# subjected_by@STATE_ID : a variable for each state that is subjected by a country, value is overlord +# subjected_by@TAG : an array for each loser that is subjected, array contains overlord +# For each liberated: +# liberate_states@TAG : an array where each element contains the state that is liberated by country TAG +# liberate_countries@TAG : an array where each element contains the country that is liberated by country TAG +# A trigger named "build_temp_vars" will be called before any evaluation so further temp variables can be calculated + +default_peace = { + enable = { + NOT = { + has_government = siren + } + } + annex_randomness = 0 #350 + liberate_randomness = 0 #100 + puppet_randomness = 0 #200 + take_states_randomness = 0 #150 + force_government_randomness = 0 #50 + + build_temp_vars = { + + } + + # ROOT = Taker, FROM = Giver + annex = { + factor = 500 + + modifier = { + factor = 0 + NOT = { + has_annex_war_goal = FROM + } + FROM = { + any_owned_state = { + NOT = { + OR = { + is_claimed_by = ROOT + is_core_of = ROOT + has_claimed_state_in_peace_conference = ROOT + } + } + } + } + OR = { + NOT = { + has_annex_war_goal = FROM + } + NOT = { + is_owner_neighbor_of = FROM + } + } + } + + #modifier = { + # factor = 0 + # is_puppet = yes + #} + } + + # ROOT = Taker, FROM = Liberated + liberate = { + factor = 0 #100 + modifier = { + factor = 0 + + NOT = { + ai_liberate_desire = { + target = FROM + value > 0 + } + } + } + modifier = { + factor = 0 + #Is NOT a major + NOT = { num_of_factories > 100 } + NOT = { tag = GER } + NOT = { tag = ENG } + NOT = { tag = ITA } + NOT = { tag = FRA } + NOT = { tag = USA } + NOT = { tag = JAP } + NOT = { tag = SOV } + } + #modifier = { + # factor = 0 + # NOT = { is_owner_neighbor_of = FROM } + #} + } + + # ROOT = Taker, FROM = Giver + puppet = { + factor = 0 #200 + modifier = { + factor = 0 + OR = { + NOT = { is_owner_neighbor_of = FROM } + AND = { + FROM = { + OR = { + num_of_factories > 100 + tag = GER + tag = ENG + tag = ITA + tag = FRA + tag = USA + tag = JAP + tag = SOV + } + } + #Is NOT a major + NOT = { num_of_factories > 100 } + NOT = { tag = GER } + NOT = { tag = ENG } + NOT = { tag = ITA } + NOT = { tag = FRA } + NOT = { tag = USA } + NOT = { tag = JAP } + NOT = { tag = SOV } + } + } + } + modifier = { #Don't puppet nations in civil war... this is too buggy. + factor = 0 + FROM = { has_civil_war = yes } + } + modifier = { #Don't break up Czechoslovakia or Yugoslavia + factor = 0 + YUG = { exists = yes } + FROM = { + OR = { + tag = CRO + tag = SER + tag = SLO + } + } + } + modifier = { + factor = 0.2 #Strip colonies/liberate first - important vs GER and JAP + FROM = { + any_owned_state = { NOT = { is_core_of = FROM } } + } + } + modifier = { #Not if we claim anything + factor = 0 + FROM = { + any_owned_state = { + is_claimed_by = ROOT + NOT = { has_claimed_state_in_peace_conference = ROOT } + } + } + } + } + + # ROOT = Taker, FROM = Giver + puppet_all = { + base = 0 + } + + # ROOT = STATE, FROM = Taker, FROM.FROM = Giver + puppet_state = { + base = 0 + modifier = { #puppet state only if already puppeted + add = 200 + #only if already puppetted the country + is_in_array = { subject_countries@FROM = FROM.FROM } + #only if already puppetted a neighbor state + any_neighbor_state = { + is_in_array = { subject_states@FROM = this } + } + } + } + + # ROOT = Taker, FROM = State + take_states = { + factor = 50 + + modifier = { + factor = 20 + FROM = { + OR = { + is_claimed_by = ROOT + is_core_of = ROOT + } + } + } + modifier = { #Do not take human held lands... + factor = 0 + NOT = { + FROM = { + OR = { + is_claimed_by = ROOT + is_core_of = ROOT + } + } + } + FROM = { + controller = { + is_ai = no + has_capitulated = no + is_puppet = no + } + } + } + modifier = { + factor = 1.25 + + capital_scope = { + distance_to = { + target = FROM + value < 100 + } + } + } + + modifier = { + factor = 1.25 + + capital_scope = { + distance_to = { + target = FROM + value < 200 + } + } + } + + modifier = { + factor = 1.25 + + capital_scope = { + distance_to = { + target = FROM + value < 300 + } + } + } + + modifier = { + factor = 1.25 + + capital_scope = { + distance_to = { + target = FROM + value < 400 + } + } + } + + modifier = { + factor = 1.5 + FROM = { + OR = { + num_owned_neighbour_states = { + count > 1 + owner = ROOT + } + num_claimed_peace_conference_neighbour_states = { + count > 1 + owner = ROOT + } + } + } + } + + modifier = { + factor = 1.5 + FROM = { + OR = { + num_owned_neighbour_states = { + count > 2 + owner = ROOT + } + num_claimed_peace_conference_neighbour_states = { + count > 2 + owner = ROOT + } + } + } + } + + modifier = { + factor = 1.5 + FROM = { + OR = { + num_owned_neighbour_states = { + count > 3 + owner = ROOT + } + num_claimed_peace_conference_neighbour_states = { + count > 3 + owner = ROOT + } + } + } + } + + modifier = { + factor = 1.5 + FROM = { + OR = { + num_owned_neighbour_states = { + count > 4 + owner = ROOT + } + num_claimed_peace_conference_neighbour_states = { + count > 4 + owner = ROOT + } + } + } + } + + modifier = { + factor = 1.5 + FROM = { + OR = { + num_owned_neighbour_states = { + count > 5 + owner = ROOT + } + num_claimed_peace_conference_neighbour_states = { + count > 5 + owner = ROOT + } + } + } + } + + modifier = { + factor = 0 + NOT = { FROM = { is_claimed_by = ROOT } } + NOT = { + FROM = { + any_neighbor_state = { + OR = { + owner = { tag = ROOT } + has_claimed_state_in_peace_conference = ROOT + } + } + } + } + OR = { + NOT = { + FROM = { + OR = { + is_island_state = yes + is_coastal = yes + } + } + } + NOT = { any_owned_state = { is_coastal = yes } } + } + + } + + modifier = { #Only take claims - may also take African colonies if already a colonial power or major European country. + factor = 0 + NOT = { + FROM = { + OR = { + is_claimed_by = ROOT + is_core_of = ROOT + } + } + } + OR = { + NOT = { FROM = { is_on_continent = africa } } + NOT = { capital_scope = { is_on_continent = europe } } + AND = { + #Is NOT a major + NOT = { num_of_factories > 100 } + NOT = { tag = GER } + NOT = { tag = ENG } + NOT = { tag = ITA } + NOT = { tag = FRA } + NOT = { tag = USA } + NOT = { tag = JAP } + NOT = { tag = SOV } + NOT = { + any_owned_state = { is_on_continent = africa } + } + } + } + } + modifier = { #Only take claimed/core land if a puppet. + factor = 0 + is_puppet = yes + FROM = { + NOT = { + OR = { + is_claimed_by = ROOT + is_core_of = ROOT + } + } + } + } + } + + # ROOT = Taker, FROM = Giver + force_government = { + factor = 0 #10 - neutrals should never do this + } +} diff --git a/src/common/ai_strategy/az_siren_strategy.txt b/src/common/ai_strategy/az_siren_strategy.txt new file mode 100755 index 0000000..4d0258f --- /dev/null +++ b/src/common/ai_strategy/az_siren_strategy.txt @@ -0,0 +1,282 @@ +az_jingongsiren_zhongyang = { + enable = { + OR = { + tag = TIX + tag = BYG + tag = BFL + tag = HUJ + tag = YUW + tag = SAD + } + } + + ai_strategy = { + type = prepare_for_war + id = "SIR" + value = 200 + } +} +az_jingongsiren_yazhou = { + enable = { + OR = { + tag = DOH + tag = CHY + } + } + + ai_strategy = { + type = prepare_for_war + id = "SR3" + value = 200 + } +} +az_jianniang_dont_join_war = { + enable = { + shijianniangguojia_trigger = yes + } + + ai_strategy = { + type = dont_join_wars_with + id = "TIX" + target_country = SIR + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "BYG" + target_country = SIR + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "DOH" + target_country = SIR + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "CHY" + target_country = SIR + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "BFL" + target_country = SIR + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "HUJ" + target_country = SIR + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "YUW" + target_country = SIR + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "SAD" + target_country = SIR + value = 99999 + } + + ai_strategy = { + type = dont_join_wars_with + id = "TIX" + target_country = SR1 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "BYG" + target_country = SR1 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "DOH" + target_country = SR1 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "CHY" + target_country = SR1 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "BFL" + target_country = SR1 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "HUJ" + target_country = SR1 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "YUW" + target_country = SR1 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "SAD" + target_country = SR1 + value = 99999 + } + + ai_strategy = { + type = dont_join_wars_with + id = "TIX" + target_country = SR2 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "BYG" + target_country = SR2 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "DOH" + target_country = SR2 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "CHY" + target_country = SR2 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "BFL" + target_country = SR2 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "HUJ" + target_country = SR2 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "YUW" + target_country = SR2 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "SAD" + target_country = SR2 + value = 99999 + } + + ai_strategy = { + type = dont_join_wars_with + id = "TIX" + target_country = SR3 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "BYG" + target_country = SR3 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "DOH" + target_country = SR3 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "CHY" + target_country = SR3 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "BFL" + target_country = SR3 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "HUJ" + target_country = SR3 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "YUW" + target_country = SR3 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "SAD" + target_country = SR3 + value = 99999 + } + + ai_strategy = { + type = dont_join_wars_with + id = "TIX" + target_country = SR4 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "BYG" + target_country = SR4 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "DOH" + target_country = SR4 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "CHY" + target_country = SR4 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "BFL" + target_country = SR4 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "HUJ" + target_country = SR4 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "YUW" + target_country = SR4 + value = 99999 + } + ai_strategy = { + type = dont_join_wars_with + id = "SAD" + target_country = SR4 + value = 99999 + } +} \ No newline at end of file diff --git a/src/common/characters/az_alone_characters.txt b/src/common/characters/az_alone_characters.txt new file mode 100755 index 0000000..80c1d24 --- /dev/null +++ b/src/common/characters/az_alone_characters.txt @@ -0,0 +1,353 @@ +characters={ + alpt_xiaomeiyan = { + name = alpt_xiaomeiyan + portraits = { + army = { + large="gfx/leaders/caidan/xiaomeiyan.jpg" + small="gfx/interface/ideas/caidan/idea_xiaomeiyan.png" + } + } + corps_commander = { + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 2 + } + } + + alpt_xiaolimao = { + name = alpt_xiaolimao + portraits = { + army = { + large="gfx/leaders/caidan/xiaolimao.jpg" + small="gfx/interface/ideas/caidan/idea_xiaolimao.png" + } + } + corps_commander = { + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 2 + } + } + + alpt_kaluo = { + name = alpt_kaluo + portraits = { + army = { + large="gfx/leaders/caidan/kaluo.png" + small="gfx/interface/ideas/caidan/idea_kaluo.png" + } + } + corps_commander = { + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 2 + } + } + + alpt_qybl = { + name = alpt_qybl + portraits = { + army = { + large="gfx/leaders/caidan/qybl.jpg" + small="gfx/interface/ideas/caidan/idea_qybl.png" + } + } + corps_commander = { + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 2 + } + } + + alpt_yybl = { + name = alpt_yybl + portraits = { + army = { + large="gfx/leaders/caidan/yybl.jpg" + small="gfx/interface/ideas/caidan/idea_yybl.png" + } + } + corps_commander = { + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 2 + } + } + + alpt_decade = { + name = alpt_decade + portraits = { + army = { + large="gfx/leaders/caidan/decade.jpg" + small="gfx/interface/ideas/caidan/idea_decade.png" + } + } + corps_commander = { + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 2 + } + } + + alpt_build = { + name = alpt_build + portraits = { + army = { + large="gfx/leaders/caidan/build.jpg" + small="gfx/interface/ideas/caidan/idea_build.png" + } + } + corps_commander = { + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 2 + } + } + + alpt_sjyj = { + name = alpt_sjyj + portraits = { + army = { + large="gfx/leaders/caidan/sjyj.jpg" + small="gfx/interface/ideas/caidan/idea_sjyj.png" + } + } + corps_commander = { + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 2 + } + } + + alpt_hpym = { + name = alpt_hpym + portraits = { + army = { + large="gfx/leaders/caidan/hpym.jpg" + small="gfx/interface/ideas/caidan/idea_hpym.png" + } + } + corps_commander = { + skill = 2 + attack_skill = 2 + defense_skill = 2 + planning_skill = 2 + logistics_skill = 2 + } + } + + alpt_sd = { + name = alpt_sd + portraits = { + army = { + large="gfx/leaders/caidan/sd.png" + small="gfx/interface/ideas/caidan/idea_sd.png" + } + } + corps_commander = { + traits = { hangmu_army xuexixunsu skilled_staffer adaptable } + skill = 8 + attack_skill = 9 + defense_skill = 5 + planning_skill = 7 + logistics_skill = 7 + } + } + + alpt_ln = { + name = alpt_ln + portraits = { + army = { + large="gfx/leaders/caidan/ln.jpg" + small="gfx/interface/ideas/caidan/idea_ln.png" + } + } + corps_commander = { + traits = { hangmu_army xuexixunsu skilled_staffer adaptable } + skill = 7 + attack_skill = 7 + defense_skill = 5 + planning_skill = 6 + logistics_skill = 6 + } + } + + + alpt_052Dchangsha = { + name = alpt_052Dchangsha + portraits = { + army = { + large="gfx/leaders/caidan/052Dchangsha.png" + small="gfx/interface/ideas/caidan/idea_052Dchangsha.png" + } + } + corps_commander = { + traits = { quzhu_army xuexixunsu skilled_staffer adaptable } + skill = 6 + attack_skill = 5 + defense_skill = 6 + planning_skill = 5 + logistics_skill = 5 + } + } + + alpt_052Dkunming = { + name = alpt_052Dkunming + portraits = { + army = { + large="gfx/leaders/caidan/052Dkunming.png" + small="gfx/interface/ideas/caidan/idea_052Dkunming.png" + } + } + corps_commander = { + traits = { quzhu_army xuexixunsu skilled_staffer adaptable } + skill = 6 + attack_skill = 5 + defense_skill = 6 + planning_skill = 5 + logistics_skill = 5 + } + } + + alpt_054Azhoushan = { + name = alpt_054Azhoushan + portraits = { + army = { + large="gfx/leaders/caidan/054Azhoushan.png" + small="gfx/interface/ideas/caidan/idea_054Azhoushan.png" + } + } + corps_commander = { + traits = { quzhu_army xuexixunsu skilled_staffer adaptable } + skill = 6 + attack_skill = 6 + defense_skill = 6 + planning_skill = 6 + logistics_skill = 6 + } + } + + alpt_055nanchang = { + name = alpt_055nanchang + portraits = { + army = { + large="gfx/leaders/caidan/055nanchang.png" + small="gfx/interface/ideas/caidan/idea_055nanchang.png" + } + } + corps_commander = { + traits = { quzhu_army xuexixunsu skilled_staffer adaptable } + skill = 7 + attack_skill = 7 + defense_skill = 7 + planning_skill = 7 + logistics_skill = 7 + } + } + + alpt_075 = { + name = alpt_075 + portraits = { + army = { + large="gfx/leaders/caidan/075.png" + small="gfx/interface/ideas/caidan/idea_075.png" + } + } + corps_commander = { + traits = { hangmu_army xuexixunsu skilled_staffer adaptable } + skill = 6 + attack_skill = 8 + defense_skill = 4 + planning_skill = 6 + logistics_skill = 7 + } + } + + alpt_094A = { + name = alpt_094A + portraits = { + army = { + large="gfx/leaders/caidan/094A.png" + small="gfx/interface/ideas/caidan/idea_094A.png" + } + } + navy_leader = { + traits = { qianting_navy spotter seawolf } + skill = 8 + attack_skill = 6 + defense_skill = 6 + maneuvering_skill = 6 + coordination_skill = 6 + } + + } + alpt_094A_super = { + name = alpt_094A_super + portraits = { + army = { + large="gfx/leaders/caidan/094A.png" + small="gfx/interface/ideas/caidan/idea_lianchui.png" + } + } + advisor = { + cost = 100 + slot = political_advisor + idea_token = alpt_094A_super + on_add = { + set_country_flag = 094A_get_1 + } + on_remove = { + clr_country_flag = 094A_get_1 + } + visible = { + has_country_flag = AL_event_17 + } + available = { + custom_trigger_tooltip = { + tooltip = AL_094A_jiesuo + has_country_flag = 094A_jiesuo + } + } + traits = { nuke_fire } + + ai_will_do = { + factor = 10 + } + } + } + + alpt_dsd = { + name = alpt_dsd + portraits = { + army = { + large="gfx/leaders/caidan/dsd.png" + small="gfx/interface/ideas/caidan/idea_dsd.png" + } + } + corps_commander = { + traits = { xuexixunsu skilled_staffer adaptable } + skill = 8 + attack_skill = 1 + defense_skill = 1 + planning_skill = 7 + logistics_skill = 7 + } + } + ############ +} diff --git a/src/common/countries/SirenA.txt b/src/common/countries/SirenA.txt new file mode 100755 index 0000000..84ac06e --- /dev/null +++ b/src/common/countries/SirenA.txt @@ -0,0 +1,7 @@ + + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = rgb { 130 130 130 } +color_ui = rgb { 130 130 130 } \ No newline at end of file diff --git a/src/common/countries/SirenF.txt b/src/common/countries/SirenF.txt new file mode 100755 index 0000000..f94169f --- /dev/null +++ b/src/common/countries/SirenF.txt @@ -0,0 +1,7 @@ + + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = rgb { 10 100 100 } +color_ui = rgb { 10 100 100 } \ No newline at end of file diff --git a/src/common/countries/SirenM.txt b/src/common/countries/SirenM.txt new file mode 100755 index 0000000..55796d2 --- /dev/null +++ b/src/common/countries/SirenM.txt @@ -0,0 +1,7 @@ + + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = rgb { 100 10 100 } +color_ui = rgb { 100 10 100 } \ No newline at end of file diff --git a/src/common/countries/SirenY.txt b/src/common/countries/SirenY.txt new file mode 100755 index 0000000..1e5f94e --- /dev/null +++ b/src/common/countries/SirenY.txt @@ -0,0 +1,7 @@ + + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = rgb { 100 100 10 } +color_ui = rgb { 100 100 10 } \ No newline at end of file diff --git a/src/common/decisions/AL_decisions.txt b/src/common/decisions/AL_decisions.txt new file mode 100755 index 0000000..31e7a43 --- /dev/null +++ b/src/common/decisions/AL_decisions.txt @@ -0,0 +1,16843 @@ +## 这个文件可能需要重构 +AL_decision_category = { + #AL_qiantiao = { + # icon = ger_military_buildup + # allowed = { + # + # } + # available = { + # has_political_power < -400 + # } + # visible = { + # has_country_flag = AL_alone + # } + # days_remove = 360 + # fire_only_once = yes + # complete_effect = { + # add_political_power = 500 + # } + # remove_effect = { + # add_political_power = -500 + # } + #} + ##################转移倒计时########## + AL_zhuanyi_CHY = { + icon = eng_propaganda_campaigns + highlight_states = { + highlight_state_targets = { + state = 536 + } + } + allowed = { + NOT = { + TAG = CHY + } + } + available = { + custom_trigger_tooltip = { + tooltip = "重樱的物资技术转移已全部完成" + AND = { + has_country_flag = AL_CHY_junxu + has_country_flag = AL_CHY_gongye + has_country_flag = AL_CHY_plane + has_country_flag = AL_CHY_tank + has_country_flag = AL_CHY_ship + has_country_flag = AL_CHY_manqiu + has_country_flag = AL_CHY_jungong + has_country_flag = AL_CHY_minggong + } + } + } + activation = { + has_country_flag = AL_alone + } + visible = { + has_country_flag = AL_alone + } + fixed_random_seed = no + is_good = no + fire_only_once = yes + days_mission_timeout = 300 + timeout_effect = { + custom_effect_tooltip = AL_zhuanyi_suoding + set_country_flag = AL_CHY_finish + } + complete_effect = { + add_political_power = 50 + set_country_flag = AL_CHY_finish + custom_effect_tooltip = AL_zhuanyi_CHY_all_get + set_country_flag = AL_CHY_all_get + } + } + AL_zhuanyi_DOH = { + icon = eng_propaganda_campaigns + highlight_states = { + highlight_state_targets = { + state = 591 + } + } + allowed = { + NOT = { + tag = DOH + } + } + available = { + custom_trigger_tooltip = { + tooltip = "东煌的物资技术转移已全部完成" + AND = { + has_country_flag = AL_DOH_junxu + has_country_flag = AL_DOH_gongye + has_country_flag = AL_DOH_plane + has_country_flag = AL_DOH_tank + has_country_flag = AL_DOH_ship + has_country_flag = AL_DOH_manqiu + has_country_flag = AL_DOH_jungong + has_country_flag = AL_DOH_minggong + } + } + } + activation = { + has_country_flag = AL_alone + } + visible = { + has_country_flag = AL_alone + } + fixed_random_seed = no + is_good = no + fire_only_once = yes + days_mission_timeout = 300 + timeout_effect = { + custom_effect_tooltip = AL_zhuanyi_suoding + set_country_flag = AL_DOH_finish + } + complete_effect = { + add_political_power = 50 + set_country_flag = AL_DOH_finish + custom_effect_tooltip = AL_zhuanyi_DOH_all_get + set_country_flag = AL_DOH_all_get + } + } + AL_zhuanyi_TIX = { + icon = eng_propaganda_campaigns + highlight_states = { + highlight_state_targets = { + state = 37 + } + } + allowed = { + NOT = { + tag = TIX + } + } + available = { + custom_trigger_tooltip = { + tooltip = "铁血的物资技术转移已全部完成" + AND = { + has_country_flag = AL_TIX_junxu + has_country_flag = AL_TIX_gongye + has_country_flag = AL_TIX_plane + has_country_flag = AL_TIX_tank + has_country_flag = AL_TIX_ship + has_country_flag = AL_TIX_manqiu + has_country_flag = AL_TIX_jungong + has_country_flag = AL_TIX_minggong + } + } + } + activation = { + has_country_flag = AL_alone + } + visible = { + has_country_flag = AL_alone + } + fixed_random_seed = no + is_good = no + fire_only_once = yes + days_mission_timeout = 300 + timeout_effect = { + custom_effect_tooltip = AL_zhuanyi_suoding + set_country_flag = AL_TIX_finish + } + complete_effect = { + add_political_power = 50 + set_country_flag = AL_TIX_finish + custom_effect_tooltip = AL_zhuanyi_TIX_all_get + set_country_flag = AL_TIX_all_get + } + } + AL_zhuanyi_HUJ = { + icon = eng_propaganda_campaigns + highlight_states = { + highlight_state_targets = { + state = 119 + } + } + allowed = { + NOT = { + tag = HUJ + } + } + available = { + custom_trigger_tooltip = { + tooltip = "皇家的物资技术转移已全部完成" + AND = { + has_country_flag = AL_HUJ_junxu + has_country_flag = AL_HUJ_gongye + has_country_flag = AL_HUJ_plane + has_country_flag = AL_HUJ_tank + has_country_flag = AL_HUJ_ship + has_country_flag = AL_HUJ_manqiu + has_country_flag = AL_HUJ_jungong + has_country_flag = AL_HUJ_minggong + } + } + } + activation = { + has_country_flag = AL_alone + } + visible = { + has_country_flag = AL_alone + } + fixed_random_seed = no + is_good = no + fire_only_once = yes + days_mission_timeout = 300 + timeout_effect = { + custom_effect_tooltip = AL_zhuanyi_suoding + set_country_flag = AL_HUJ_finish + } + complete_effect = { + add_political_power = 50 + set_country_flag = AL_HUJ_finish + custom_effect_tooltip = AL_zhuanyi_HUJ_all_get + set_country_flag = AL_HUJ_all_get + } + } + AL_zhuanyi_BFL = { + icon = eng_propaganda_campaigns + highlight_states = { + highlight_state_targets = { + state = 213 + } + } + allowed = { + NOT = { + tag = BFL + } + } + available = { + custom_trigger_tooltip = { + tooltip = "北方联合的物资技术转移已全部完成" + AND = { + has_country_flag = AL_BFL_junxu + has_country_flag = AL_BFL_gongye + has_country_flag = AL_BFL_plane + has_country_flag = AL_BFL_tank + has_country_flag = AL_BFL_ship + has_country_flag = AL_BFL_manqiu + has_country_flag = AL_BFL_jungong + has_country_flag = AL_BFL_minggong + } + } + } + activation = { + has_country_flag = AL_alone + } + visible = { + has_country_flag = AL_alone + } + fixed_random_seed = no + is_good = no + fire_only_once = yes + days_mission_timeout = 300 + timeout_effect = { + custom_effect_tooltip = AL_zhuanyi_suoding + set_country_flag = AL_BFL_finish + } + complete_effect = { + add_political_power = 50 + set_country_flag = AL_BFL_finish + custom_effect_tooltip = AL_zhuanyi_BFL_all_get + set_country_flag = AL_BFL_all_get + } + } + AL_zhuanyi_BYG = { + icon = eng_propaganda_campaigns + highlight_states = { + highlight_state_targets = { + state = 315 + } + } + allowed = { + NOT = { + tag = BYG + } + } + available = { + custom_trigger_tooltip = { + tooltip = "白鹰的物资技术转移已全部完成" + AND = { + has_country_flag = AL_BYG_junxu + has_country_flag = AL_BYG_gongye + has_country_flag = AL_BYG_plane + has_country_flag = AL_BYG_tank + has_country_flag = AL_BYG_ship + has_country_flag = AL_BYG_manqiu + has_country_flag = AL_BYG_jungong + has_country_flag = AL_BYG_minggong + } + } + } + activation = { + has_country_flag = AL_alone + } + visible = { + has_country_flag = AL_alone + } + fixed_random_seed = no + is_good = no + fire_only_once = yes + days_mission_timeout = 300 + timeout_effect = { + custom_effect_tooltip = AL_zhuanyi_suoding + set_country_flag = AL_BYG_finish + } + complete_effect = { + add_political_power = 50 + set_country_flag = AL_BYG_finish + custom_effect_tooltip = AL_zhuanyi_BYG_all_get + set_country_flag = AL_BYG_all_get + } + } + AL_zhuanyi_YUW = { + icon = eng_propaganda_campaigns + highlight_states = { + highlight_state_targets = { + state = 1 + } + } + allowed = { + NOT = { + tag = YUW + } + } + available = { + custom_trigger_tooltip = { + tooltip = "鸢尾的物资技术转移已全部完成" + AND = { + has_country_flag = AL_YUW_junxu + has_country_flag = AL_YUW_gongye + has_country_flag = AL_YUW_plane + has_country_flag = AL_YUW_tank + has_country_flag = AL_YUW_ship + has_country_flag = AL_YUW_manqiu + has_country_flag = AL_YUW_jungong + has_country_flag = AL_YUW_minggong + } + } + } + activation = { + has_country_flag = AL_alone + } + visible = { + has_country_flag = AL_alone + } + fixed_random_seed = no + is_good = no + fire_only_once = yes + days_mission_timeout = 300 + timeout_effect = { + custom_effect_tooltip = AL_zhuanyi_suoding + set_country_flag = AL_YUW_finish + } + complete_effect = { + add_political_power = 50 + set_country_flag = AL_YUW_finish + custom_effect_tooltip = AL_zhuanyi_YUW_all_get + set_country_flag = AL_YUW_all_get + } + } + AL_zhuanyi_SAD = { + icon = eng_propaganda_campaigns + highlight_states = { + highlight_state_targets = { + state = 115 + } + } + allowed = { + NOT = { + tag = SAD + } + } + available = { + custom_trigger_tooltip = { + tooltip = "萨丁的物资技术转移已全部完成" + AND = { + has_country_flag = AL_SAD_junxu + has_country_flag = AL_SAD_gongye + has_country_flag = AL_SAD_plane + has_country_flag = AL_SAD_tank + has_country_flag = AL_SAD_ship + has_country_flag = AL_SAD_manqiu + has_country_flag = AL_SAD_jungong + has_country_flag = AL_SAD_minggong + } + } + } + activation = { + has_country_flag = AL_alone + } + visible = { + has_country_flag = AL_alone + } + fixed_random_seed = no + is_good = no + fire_only_once = yes + days_mission_timeout = 300 + timeout_effect = { + custom_effect_tooltip = AL_zhuanyi_suoding + set_country_flag = AL_SAD_finish + } + complete_effect = { + add_political_power = 50 + set_country_flag = AL_SAD_finish + custom_effect_tooltip = AL_zhuanyi_SAD_all_get + set_country_flag = AL_SAD_all_get + } + } + ################### + #####萨丁转移###### + ################### + AL_zhuanyi_SAD_junxu = { + icon = ger_military_buildup + highlight_states = { + highlight_state_targets = { + state = 115 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = SAD + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的撒丁技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_SAD_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_SAD_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_junxu + set_country_flag = AL_zhuanyi_SAD_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_SAD_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_junxu + set_country_flag = AL_SAD_junxu + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.43 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_SAD_gongye = { + icon = generic_construction + highlight_states = { + highlight_state_targets = { + state = 115 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = SAD + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的撒丁技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_SAD_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_SAD_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_gongye + set_country_flag = AL_zhuanyi_SAD_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_SAD_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_gongye + set_country_flag = AL_SAD_gongye + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.43 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_SAD_plane = { + icon = generic_air + highlight_states = { + highlight_state_targets = { + state = 115 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = SAD + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的撒丁技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_SAD_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_SAD_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_plane + set_country_flag = AL_zhuanyi_SAD_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_SAD_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_plane + set_country_flag = AL_SAD_plane + random_owned_controlled_state = { + limit = { + air_base < 9 + } + add_building_construction = { + type = air_base + level = 2 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.43 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_SAD_tank = { + icon = generic_tank + highlight_states = { + highlight_state_targets = { + state = 115 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = SAD + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的撒丁技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_SAD_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_SAD_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_tank + set_country_flag = AL_zhuanyi_SAD_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_SAD_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_tank + set_country_flag = AL_SAD_tank + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.43 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_SAD_ship = { + icon = generic_naval + highlight_states = { + highlight_state_targets = { + state = 115 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = SAD + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的撒丁技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_SAD_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_SAD_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_ship + set_country_flag = AL_zhuanyi_SAD_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_SAD_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_ship + set_country_flag = AL_SAD_ship + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = dockyard + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = dockyard + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.43 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_SAD_manqiu = { + icon = ger_mefo_bills + highlight_states = { + highlight_state_targets = { + state = 115 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = SAD + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的撒丁技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_SAD_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_SAD_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_manqiu + set_country_flag = AL_zhuanyi_SAD_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_SAD_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_manqiu + set_country_flag = AL_SAD_manqiu + add_manpower = 50000 + hidden_effect = { + country_event = AL_event.43 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_SAD_jungong = { + icon = generic_industry + highlight_states = { + highlight_state_targets = { + state = 115 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = SAD + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的撒丁技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_SAD_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_SAD_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_jungong + set_country_flag = AL_zhuanyi_SAD_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_SAD_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_jungong + set_country_flag = AL_SAD_jungong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = arms_factory + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.43 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_SAD_minggong = { + icon = generic_factory + highlight_states = { + highlight_state_targets = { + state = 115 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = SAD + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的撒丁技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_SAD_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_SAD_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_minggong + set_country_flag = AL_zhuanyi_SAD_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_SAD_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_minggong + set_country_flag = AL_SAD_minggong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = industrial_complex + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.43 + } + } + ai_will_do = { + factor = 1 + } + } + ################### + #####重樱转移###### + ################### + AL_zhuanyi_CHY_junxu = { + icon = ger_military_buildup + allowed = { + NOT = { + tag = CHY + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的重樱技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_CHY_ongoing + } + } + } + highlight_states = { + highlight_state_targets = { + state = 536 + } + } + on_map_mode = map_only + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_CHY_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_junxu + set_country_flag = AL_zhuanyi_CHY_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_CHY_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_junxu + set_country_flag = AL_CHY_junxu + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.42 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_CHY_gongye = { + icon = generic_construction + highlight_states = { + highlight_state_targets = { + state = 536 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = CHY + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的重樱技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_CHY_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_CHY_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_gongye + set_country_flag = AL_zhuanyi_CHY_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_CHY_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_gongye + set_country_flag = AL_CHY_gongye + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.42 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_CHY_plane = { + icon = generic_air + highlight_states = { + highlight_state_targets = { + state = 536 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = CHY + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的重樱技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_CHY_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_CHY_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_plane + set_country_flag = AL_zhuanyi_CHY_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_CHY_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_plane + set_country_flag = AL_CHY_plane + random_owned_controlled_state = { + limit = { + air_base < 9 + } + add_building_construction = { + type = air_base + level = 2 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.42 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_CHY_tank = { + icon = generic_tank + highlight_states = { + highlight_state_targets = { + state = 536 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = CHY + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的重樱技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_CHY_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_CHY_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_tank + set_country_flag = AL_zhuanyi_CHY_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_CHY_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_tank + set_country_flag = AL_CHY_tank + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.42 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_CHY_ship = { + icon = generic_naval + highlight_states = { + highlight_state_targets = { + state = 536 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = CHY + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的重樱技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_CHY_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_CHY_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_ship + set_country_flag = AL_zhuanyi_CHY_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_CHY_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_ship + set_country_flag = AL_CHY_ship + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = dockyard + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = dockyard + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.42 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_CHY_manqiu = { + icon = ger_mefo_bills + highlight_states = { + highlight_state_targets = { + state = 536 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = CHY + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的重樱技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_CHY_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_CHY_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_manqiu + set_country_flag = AL_zhuanyi_CHY_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_CHY_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_manqiu + set_country_flag = AL_CHY_manqiu + add_manpower = 50000 + hidden_effect = { + country_event = AL_event.42 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_CHY_jungong = { + icon = generic_industry + highlight_states = { + highlight_state_targets = { + state = 536 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = CHY + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的重樱技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_CHY_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_CHY_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_jungong + set_country_flag = AL_zhuanyi_CHY_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_CHY_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_jungong + set_country_flag = AL_CHY_jungong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = arms_factory + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.42 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_CHY_minggong = { + icon = generic_factory + highlight_states = { + highlight_state_targets = { + state = 536 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = CHY + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的重樱技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_CHY_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_CHY_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_minggong + set_country_flag = AL_zhuanyi_CHY_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_CHY_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_minggong + set_country_flag = AL_CHY_minggong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = industrial_complex + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.42 + } + } + ai_will_do = { + factor = 1 + } + } + ################### + #####东煌转移###### + ################### + AL_zhuanyi_DOH_junxu = { + icon = ger_military_buildup + highlight_states = { + highlight_state_targets = { + state = 591 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = DOH + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的东煌技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_DOH_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_DOH_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_junxu + set_country_flag = AL_zhuanyi_DOH_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_DOH_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_junxu + set_country_flag = AL_DOH_junxu + hidden_effect = { + country_event = AL_event.41 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_DOH_gongye = { + icon = generic_construction + highlight_states = { + highlight_state_targets = { + state = 591 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = DOH + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的东煌技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_DOH_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_DOH_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_gongye + set_country_flag = AL_zhuanyi_DOH_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_DOH_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_gongye + set_country_flag = AL_DOH_gongye + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.41 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_DOH_plane = { + icon = generic_air + highlight_states = { + highlight_state_targets = { + state = 591 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = DOH + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的东煌技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_DOH_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_DOH_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_plane + set_country_flag = AL_zhuanyi_DOH_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_DOH_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_plane + set_country_flag = AL_DOH_plane + random_owned_controlled_state = { + limit = { + air_base < 9 + } + add_building_construction = { + type = air_base + level = 2 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.41 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_DOH_tank = { + icon = generic_tank + highlight_states = { + highlight_state_targets = { + state = 591 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = DOH + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的东煌技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_DOH_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_DOH_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_tank + set_country_flag = AL_zhuanyi_DOH_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_DOH_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_tank + set_country_flag = AL_DOH_tank + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.41 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_DOH_ship = { + icon = generic_naval + highlight_states = { + highlight_state_targets = { + state = 591 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = DOH + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的东煌技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_DOH_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_DOH_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_ship + set_country_flag = AL_zhuanyi_DOH_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_DOH_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_ship + set_country_flag = AL_DOH_ship + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = dockyard + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = dockyard + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.41 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_DOH_manqiu = { + icon = ger_mefo_bills + highlight_states = { + highlight_state_targets = { + state = 591 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = DOH + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的东煌技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_DOH_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_DOH_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_manqiu + set_country_flag = AL_zhuanyi_DOH_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_DOH_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_manqiu + set_country_flag = AL_DOH_manqiu + add_manpower = 50000 + hidden_effect = { + country_event = AL_event.41 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_DOH_jungong = { + icon = generic_industry + highlight_states = { + highlight_state_targets = { + state = 591 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = DOH + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的东煌技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_DOH_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_DOH_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_jungong + set_country_flag = AL_zhuanyi_DOH_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_DOH_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_jungong + set_country_flag = AL_DOH_jungong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = arms_factory + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.41 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_DOH_minggong = { + icon = generic_factory + highlight_states = { + highlight_state_targets = { + state = 591 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = DOH + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的东煌技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_DOH_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_DOH_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_minggong + set_country_flag = AL_zhuanyi_DOH_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_DOH_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_minggong + set_country_flag = AL_DOH_minggong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = industrial_complex + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.41 + } + } + ai_will_do = { + factor = 1 + } + } + ################### + #####皇家转移###### + ################### + AL_zhuanyi_HUJ_junxu = { + icon = ger_military_buildup + highlight_states = { + highlight_state_targets = { + state = 119 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = HUJ + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的皇家技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_HUJ_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_HUJ_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_junxu + set_country_flag = AL_zhuanyi_HUJ_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_HUJ_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_junxu + set_country_flag = AL_HUJ_junxu + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.48 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_HUJ_gongye = { + icon = generic_construction + on_map_mode = map_only + allowed = { + NOT = { + tag = HUJ + } + } + highlight_states = { + highlight_state_targets = { + state = 119 + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的皇家技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_HUJ_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_HUJ_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_gongye + set_country_flag = AL_zhuanyi_HUJ_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_HUJ_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_gongye + set_country_flag = AL_HUJ_gongye + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.48 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_HUJ_plane = { + icon = generic_air + highlight_states = { + highlight_state_targets = { + state = 119 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = HUJ + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的皇家技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_HUJ_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_HUJ_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_plane + set_country_flag = AL_zhuanyi_HUJ_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_HUJ_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_plane + set_country_flag = AL_HUJ_plane + random_owned_controlled_state = { + limit = { + air_base < 9 + } + add_building_construction = { + type = air_base + level = 2 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.48 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_HUJ_tank = { + icon = generic_tank + highlight_states = { + highlight_state_targets = { + state = 119 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = HUJ + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的皇家技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_HUJ_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_HUJ_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_tank + set_country_flag = AL_zhuanyi_HUJ_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_HUJ_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_tank + set_country_flag = AL_HUJ_tank + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.48 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_HUJ_ship = { + icon = generic_naval + highlight_states = { + highlight_state_targets = { + state = 119 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = HUJ + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的皇家技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_HUJ_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_HUJ_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_ship + set_country_flag = AL_zhuanyi_HUJ_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_HUJ_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_ship + set_country_flag = AL_HUJ_ship + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = dockyard + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = dockyard + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.48 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_HUJ_manqiu = { + icon = ger_mefo_bills + highlight_states = { + highlight_state_targets = { + state = 119 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = HUJ + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的皇家技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_HUJ_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_HUJ_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_manqiu + set_country_flag = AL_zhuanyi_HUJ_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_HUJ_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_manqiu + set_country_flag = AL_HUJ_manqiu + add_manpower = 50000 + hidden_effect = { + country_event = AL_event.48 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_HUJ_jungong = { + icon = generic_industry + highlight_states = { + highlight_state_targets = { + state = 119 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = HUJ + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的皇家技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_HUJ_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_HUJ_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_jungong + set_country_flag = AL_zhuanyi_HUJ_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_HUJ_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_jungong + set_country_flag = AL_HUJ_jungong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = arms_factory + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.48 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_HUJ_minggong = { + icon = generic_factory + highlight_states = { + highlight_state_targets = { + state = 119 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = HUJ + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的皇家技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_HUJ_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_HUJ_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_minggong + set_country_flag = AL_zhuanyi_HUJ_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_HUJ_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_minggong + set_country_flag = AL_HUJ_minggong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = industrial_complex + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.48 + } + } + ai_will_do = { + factor = 1 + } + } + ################### + #####北方转移###### + ################### + AL_zhuanyi_BFL_junxu = { + icon = ger_military_buildup + highlight_states = { + highlight_state_targets = { + state = 213 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BFL + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的北联技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BFL_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BFL_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_junxu + set_country_flag = AL_zhuanyi_BFL_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BFL_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_junxu + set_country_flag = AL_BFL_junxu + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.47 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BFL_gongye = { + icon = generic_construction + highlight_states = { + highlight_state_targets = { + state = 213 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BFL + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的北联技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BFL_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BFL_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_gongye + set_country_flag = AL_zhuanyi_BFL_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BFL_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_gongye + set_country_flag = AL_BFL_gongye + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.47 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BFL_plane = { + icon = generic_air + highlight_states = { + highlight_state_targets = { + state = 213 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BFL + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的北联技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BFL_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BFL_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_plane + set_country_flag = AL_zhuanyi_BFL_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BFL_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_plane + set_country_flag = AL_BFL_plane + random_owned_controlled_state = { + limit = { + air_base < 9 + } + add_building_construction = { + type = air_base + level = 2 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.47 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BFL_tank = { + icon = generic_tank + highlight_states = { + highlight_state_targets = { + state = 213 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BFL + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的北联技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BFL_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BFL_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_tank + set_country_flag = AL_zhuanyi_BFL_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BFL_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_tank + set_country_flag = AL_BFL_tank + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.47 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BFL_ship = { + icon = generic_naval + highlight_states = { + highlight_state_targets = { + state = 213 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BFL + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的北联技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BFL_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BFL_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_ship + set_country_flag = AL_zhuanyi_BFL_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BFL_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_ship + set_country_flag = AL_BFL_ship + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = dockyard + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = dockyard + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.47 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BFL_manqiu = { + icon = ger_mefo_bills + highlight_states = { + highlight_state_targets = { + state = 213 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BFL + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的北联技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BFL_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BFL_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_manqiu + set_country_flag = AL_zhuanyi_BFL_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BFL_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_manqiu + set_country_flag = AL_BFL_manqiu + add_manpower = 50000 + hidden_effect = { + country_event = AL_event.47 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BFL_jungong = { + icon = generic_industry + highlight_states = { + highlight_state_targets = { + state = 213 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BFL + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的北联技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BFL_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BFL_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_jungong + set_country_flag = AL_zhuanyi_BFL_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BFL_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_jungong + set_country_flag = AL_BFL_jungong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = arms_factory + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.47 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BFL_minggong = { + icon = generic_factory + highlight_states = { + highlight_state_targets = { + state = 213 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BFL + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的北联技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BFL_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BFL_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_minggong + set_country_flag = AL_zhuanyi_BFL_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BFL_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_minggong + set_country_flag = AL_BFL_minggong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = industrial_complex + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.47 + } + } + ai_will_do = { + factor = 1 + } + } + ################### + #####白鹰转移###### + ################### + AL_zhuanyi_BYG_junxu = { + icon = ger_military_buildup + highlight_states = { + highlight_state_targets = { + state = 315 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BYG + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的白鹰技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BYG_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BYG_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_junxu + set_country_flag = AL_zhuanyi_BYG_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BYG_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_junxu + set_country_flag = AL_BYG_junxu + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.46 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BYG_gongye = { + icon = generic_construction + highlight_states = { + highlight_state_targets = { + state = 315 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BYG + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的白鹰技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BYG_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BYG_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_gongye + set_country_flag = AL_zhuanyi_BYG_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BYG_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_gongye + set_country_flag = AL_BYG_gongye + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.46 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BYG_plane = { + icon = generic_air + highlight_states = { + highlight_state_targets = { + state = 315 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BYG + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的白鹰技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BYG_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BYG_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_plane + set_country_flag = AL_zhuanyi_BYG_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BYG_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_plane + set_country_flag = AL_BYG_plane + random_owned_controlled_state = { + limit = { + air_base < 9 + } + add_building_construction = { + type = air_base + level = 2 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.46 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BYG_tank = { + icon = generic_tank + highlight_states = { + highlight_state_targets = { + state = 315 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BYG + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的白鹰技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BYG_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BYG_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_tank + set_country_flag = AL_zhuanyi_BYG_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BYG_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_tank + set_country_flag = AL_BYG_tank + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.46 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BYG_ship = { + icon = generic_naval + highlight_states = { + highlight_state_targets = { + state = 315 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BYG + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的白鹰技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BYG_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BYG_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_ship + set_country_flag = AL_zhuanyi_BYG_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BYG_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_ship + set_country_flag = AL_BYG_ship + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = dockyard + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = dockyard + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.46 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BYG_manqiu = { + icon = ger_mefo_bills + highlight_states = { + highlight_state_targets = { + state = 315 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BYG + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的白鹰技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BYG_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BYG_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_manqiu + set_country_flag = AL_zhuanyi_BYG_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BYG_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_manqiu + set_country_flag = AL_BYG_manqiu + add_manpower = 50000 + hidden_effect = { + country_event = AL_event.46 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BYG_jungong = { + icon = generic_industry + highlight_states = { + highlight_state_targets = { + state = 315 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BYG + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的白鹰技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BYG_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BYG_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_jungong + set_country_flag = AL_zhuanyi_BYG_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BYG_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_jungong + set_country_flag = AL_BYG_jungong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = arms_factory + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.46 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_BYG_minggong = { + icon = generic_factory + highlight_states = { + highlight_state_targets = { + state = 315 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = BYG + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的白鹰技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_BYG_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_BYG_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_minggong + set_country_flag = AL_zhuanyi_BYG_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_BYG_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_minggong + set_country_flag = AL_BYG_minggong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = industrial_complex + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.46 + } + } + ai_will_do = { + factor = 1 + } + } + ################### + #####鸢尾转移###### + ################### + AL_zhuanyi_YUW_junxu = { + icon = ger_military_buildup + highlight_states = { + highlight_state_targets = { + state = 1 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = YUW + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的鸢尾技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_YUW_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_YUW_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_junxu + set_country_flag = AL_zhuanyi_YUW_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_YUW_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_junxu + set_country_flag = AL_YUW_junxu + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.45 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_YUW_gongye = { + icon = generic_construction + highlight_states = { + highlight_state_targets = { + state = 1 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = YUW + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的鸢尾技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_YUW_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_YUW_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_gongye + set_country_flag = AL_zhuanyi_YUW_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_YUW_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_gongye + set_country_flag = AL_YUW_gongye + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.45 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_YUW_plane = { + icon = generic_air + highlight_states = { + highlight_state_targets = { + state = 1 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = YUW + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的鸢尾技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_YUW_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_YUW_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_plane + set_country_flag = AL_zhuanyi_YUW_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_YUW_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_plane + set_country_flag = AL_YUW_plane + random_owned_controlled_state = { + limit = { + air_base < 9 + } + add_building_construction = { + type = air_base + level = 2 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.45 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_YUW_tank = { + icon = generic_tank + highlight_states = { + highlight_state_targets = { + state = 1 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = YUW + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的鸢尾技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_YUW_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_YUW_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_tank + set_country_flag = AL_zhuanyi_YUW_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_YUW_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_tank + set_country_flag = AL_YUW_tank + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.45 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_YUW_ship = { + icon = generic_naval + highlight_states = { + highlight_state_targets = { + state = 1 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = YUW + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的鸢尾技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_YUW_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_YUW_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_ship + set_country_flag = AL_zhuanyi_YUW_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_YUW_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_ship + set_country_flag = AL_YUW_ship + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = dockyard + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = dockyard + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.45 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_YUW_manqiu = { + icon = ger_mefo_bills + highlight_states = { + highlight_state_targets = { + state = 1 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = YUW + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的鸢尾技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_YUW_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_YUW_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_manqiu + set_country_flag = AL_zhuanyi_YUW_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_YUW_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_manqiu + set_country_flag = AL_YUW_manqiu + add_manpower = 50000 + hidden_effect = { + country_event = AL_event.45 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_YUW_jungong = { + icon = generic_industry + highlight_states = { + highlight_state_targets = { + state = 1 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = YUW + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的鸢尾技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_YUW_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_YUW_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_jungong + set_country_flag = AL_zhuanyi_YUW_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_YUW_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_jungong + set_country_flag = AL_YUW_jungong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = arms_factory + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.45 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_YUW_minggong = { + icon = generic_factory + highlight_states = { + highlight_state_targets = { + state = 1 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = YUW + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的鸢尾技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_YUW_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_YUW_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_minggong + set_country_flag = AL_zhuanyi_YUW_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_YUW_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_minggong + set_country_flag = AL_YUW_minggong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = industrial_complex + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.45 + } + } + ai_will_do = { + factor = 1 + } + } + ################### + #####铁血转移###### + ################### + AL_zhuanyi_TIX_junxu = { + icon = ger_military_buildup + highlight_states = { + highlight_state_targets = { + state = 37 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = TIX + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的铁血技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_TIX_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_TIX_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_junxu + set_country_flag = AL_zhuanyi_TIX_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_TIX_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_junxu + set_country_flag = AL_TIX_junxu + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.44 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_TIX_gongye = { + icon = generic_construction + highlight_states = { + highlight_state_targets = { + state = 37 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = TIX + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的铁血技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_TIX_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_TIX_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_gongye + set_country_flag = AL_zhuanyi_TIX_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_TIX_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_gongye + set_country_flag = AL_TIX_gongye + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = industrial_complex + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.44 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_TIX_plane = { + icon = generic_air + highlight_states = { + highlight_state_targets = { + state = 37 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = TIX + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的铁血技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_TIX_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_TIX_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_plane + set_country_flag = AL_zhuanyi_TIX_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_TIX_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_plane + set_country_flag = AL_TIX_plane + random_owned_controlled_state = { + limit = { + air_base < 9 + } + add_building_construction = { + type = air_base + level = 2 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.44 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_TIX_tank = { + icon = generic_tank + highlight_states = { + highlight_state_targets = { + state = 37 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = TIX + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的铁血技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_TIX_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_TIX_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_tank + set_country_flag = AL_zhuanyi_TIX_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_TIX_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_tank + set_country_flag = AL_TIX_tank + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.44 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_TIX_ship = { + icon = generic_naval + highlight_states = { + highlight_state_targets = { + state = 37 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = TIX + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的铁血技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_TIX_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_TIX_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_ship + set_country_flag = AL_zhuanyi_TIX_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_TIX_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_ship + set_country_flag = AL_TIX_ship + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = dockyard + size > 0 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 1 + add_building_construction = { + type = dockyard + level = 1 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.44 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_TIX_manqiu = { + icon = ger_mefo_bills + highlight_states = { + highlight_state_targets = { + state = 37 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = TIX + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的铁血技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_TIX_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_TIX_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_manqiu + set_country_flag = AL_zhuanyi_TIX_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_TIX_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_manqiu + set_country_flag = AL_TIX_manqiu + add_manpower = 50000 + hidden_effect = { + country_event = AL_event.44 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_TIX_jungong = { + icon = generic_industry + highlight_states = { + highlight_state_targets = { + state = 37 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = TIX + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的铁血技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_TIX_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_TIX_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_jungong + set_country_flag = AL_zhuanyi_TIX_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_TIX_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_jungong + set_country_flag = AL_TIX_jungong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = arms_factory + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.44 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhuanyi_TIX_minggong = { + icon = generic_factory + highlight_states = { + highlight_state_targets = { + state = 37 + } + } + on_map_mode = map_only + allowed = { + NOT = { + tag = TIX + } + } + available = { + has_navy_size = { + size > 49 + type = convoy + } + has_completed_focus = AL_zhuanyi + custom_trigger_tooltip = { + tooltip = "没有其他的铁血技术物资正在转移" + NOT = { + has_country_flag = AL_zhuanyi_TIX_ongoing + } + } + } + visible = { + has_country_flag = AL_alone + NOT = { + has_country_flag = AL_TIX_finish + } + } + days_remove = 30 + fire_only_once = yes + cost = 25 + complete_effect = { + custom_effect_tooltip = AL_zhuanyi_start_minggong + set_country_flag = AL_zhuanyi_TIX_ongoing + } + remove_effect = { + clr_country_flag = AL_zhuanyi_TIX_ongoing + custom_effect_tooltip = AL_zhuanyi_finish_minggong + set_country_flag = AL_TIX_minggong + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 2 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = industrial_complex + level = 3 + instant_build = yes + } + } + hidden_effect = { + country_event = AL_event.44 + } + } + ai_will_do = { + factor = 1 + } + } + #################转移至地下/难民/测试选项########################### + TEST_pt_1 = { + icon = ger_military_buildup + available = { + num_of_factories > 500 + has_army_experience > 99 + has_air_experience > 99 + has_navy_experience > 99 + has_army_manpower = { + size > 2000000 + } + } + visible = { + is_ai = no + is_debug = yes + } + days_remove = 2 + complete_effect = { + add_manpower = 100 + } + } + TEST_pt_2 = { + icon = ger_military_buildup + available = { + has_navy_size = { + size > 400 + } + num_of_controlled_states > 30 + land_doctrine_level > 5 + any_other_country = { + NOT = { + is_in_faction_with = ROOT + } + exists = no + } + } + visible = { + is_ai = no + is_debug = yes + } + days_remove = 2 + complete_effect = { + } + } + TEST_pt_3 = { + icon = ger_military_buildup + available = { + has_political_power > 500 + has_stability = 1 + has_war_support = 1 + arms_factory > 700 + industrial_complex > 700 + dockyard > 700 + command_power > 300 + num_researched_technologies > 125 + num_of_nukes > 10 + num_of_controlled_states > 100 + agency_upgrade_number > 10 + any_owned_state = { + arms_factory > 24 + } + any_owned_state = { + industrial_complex > 24 + } + any_owned_state = { + dockyard > 24 + } + } + visible = { + is_ai = no + is_debug = yes + } + days_remove = 2 + complete_effect = { + } + } + TEST_pt_4 = { + icon = ger_military_buildup + available = { + controls_province = 11506 + controls_province = 6521 + controls_province = 6103 + controls_province = 9904 + controls_province = 6380 + } + visible = { + is_ai = no + is_debug = yes + } + days_remove = 2 + complete_effect = { + } + } + TEST_pt_5 = { + icon = ger_military_buildup + available = { + any_army_leader = { + attack_skill_level > 8 + } + all_army_leader = { + OR = { + is_field_marshal = yes + num_units > 23 + } + } + any_army_leader = { + is_field_marshal = yes + has_trait = expert_delegator + } + has_war = yes + any_enemy_country = { + casualties_inflicted_by = { + opponent = ROOT + thousands > 2000 + } + } + is_in_peace_conference = yes + num_divisions > 200 + has_equipment = { + # + infantry_equipment > 100000 # + #不能放一起 + } + # + has_equipment = { + # + artillery_equipment > 10000 # + } + has_fuel > 1000000 + fuel_ratio > 0.99 + has_navy_size = { + unit = battleship + size > 9 + } + has_navy_size = { + unit = carrier + size > 9 + } + any_army_leader = { + logistics_skill_level > 6 + } + has_deployed_air_force_size = { + size > 500 + } + land_doctrine_level > 8 + } + visible = { + is_ai = no + is_debug = yes + } + days_remove = 2 + complete_effect = { + } + } + TEST_pt_6 = { + icon = ger_military_buildup + available = { + has_navy_size = { + size = 0 + } + casualties_k > 5000 + land_doctrine_level < 2 + any_owned_state = { + is_capital = yes + arms_factory = 0 + industrial_complex = 0 + dockyard = 0 + } + has_intelligence_agency = yes + agency_upgrade_number = 0 + fuel_ratio < 0.01 + surrender_progress > 0.75 + has_army_manpower = { + size < 50000 + } + amount_manpower_in_deployment_queue < 10000 + has_equipment = { + ##同理,无法重复! + infantry_equipment < 0 + artillery_equipment < 0 + anti_tank_equipment < 0 + } + has_army_size = { + size < 20 + } + has_equipment = { + fighter_equipment < 50 + } + has_deployed_air_force_size = { + size < 50 + } + num_researched_technologies < 10 + num_of_civilian_factories < 1 #改为小于 + political_power_daily < 0 + has_political_power < 0 + } + visible = { + is_ai = no + is_debug = yes + } + days_remove = 2 + complete_effect = { + } + } + TEST_pt_7 = { + icon = ger_military_buildup + available = { + } + visible = { + is_ai = no + is_debug = yes + } + days_remove = 2 + complete_effect = { + } + } + TEST_pt_8 = { + icon = ger_military_buildup + available = { + has_railway_connection = { + start_province = 4135 + target_province = 12299 + } + all_owned_state = { + has_railway_level = { + state = PREV + level = 5 + } + } + } + visible = { + is_ai = no + is_debug = yes + } + days_remove = 2 + complete_effect = { + } + } + TEST_pt_9 = { + icon = ger_military_buildup + available = { + any_owned_state = { + has_railway_level = { + state = PREV + level = 3 + } + } + all_owned_state = { + infrastructure > 2 + } + } + visible = { + is_ai = no + is_debug = yes + } + days_remove = 2 + complete_effect = { + } + } + TEST_pt_10 = { + icon = ger_military_buildup + available = { + } + visible = { + is_ai = no + is_debug = yes + } + days_remove = 2 + complete_effect = { + } + } + ################## + AL_nanmin = { + icon = xingdong + allowed = { + } + available = { + NOT = { + country_exists = SIR + country_exists = SR1 + country_exists = SR2 + country_exists = SR3 + country_exists = SR4 + } + } + activation = { + has_country_flag = AL_jieshounanmin + OR = { + country_exists = SIR + country_exists = SR1 + country_exists = SR2 + country_exists = SR3 + country_exists = SR4 + } + } + fixed_random_seed = no + is_good = yes + fire_only_once = no + days_mission_timeout = 89 + days_re_enable = 1 + timeout_effect = { + custom_effect_tooltip = AL_nanmin_is_coming + hidden_effect = { + random_list = { + 40 = { + country_event = AL_event.2 + } + 2 = { + country_event = AL_event.3 + modifier = { + factor = 0 + has_country_flag = AL_event_3 + } + } + 2 = { + country_event = AL_event.4 + modifier = { + factor = 0 + has_country_flag = AL_event_4 + } + } + 2 = { + country_event = AL_event.5 + modifier = { + factor = 0 + has_country_flag = AL_event_5 + } + } + 1 = { + country_event = AL_event.6 + modifier = { + factor = 0 + has_country_flag = AL_event_6 + } + } + 2 = { + country_event = AL_event.7 + modifier = { + factor = 0 + has_country_flag = AL_event_7 + } + } + 2 = { + country_event = AL_event.9 + modifier = { + factor = 0 + has_country_flag = AL_event_9 + } + } + 2 = { + country_event = AL_event.10 + modifier = { + factor = 0 + has_country_flag = AL_event_10 + } + modifier = { + factor = 5 + NOT = { + has_country_flag = AL_event_10 + } + TAG = DOH + } + } + 2 = { + country_event = AL_event.11 + modifier = { + factor = 0 + has_country_flag = AL_event_11 + } + modifier = { + factor = 5 + NOT = { + has_country_flag = AL_event_11 + } + TAG = DOH + } + } + 4 = { + country_event = AL_event.8 + } + } + } + } + complete_effect = { + } + } + #################偷运##################### + AL_touyun_1 = { + icon = xingdong + available = { + has_equipment = { + motorized_equipment > 999 + } + arms_factory < 199 + } + visible = { + has_completed_focus = AL_touyun1 + } + days_remove = 239 + days_re_enable = 1 + fire_only_once = no + cost = 50 + complete_effect = { + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -1000 + } + } + remove_effect = { + random_state = { + limit = { + is_controlled_by = SIR + arms_factory > 1 + } + remove_building = { + type = arms_factory + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR1 + arms_factory > 1 + } + remove_building = { + type = arms_factory + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR2 + arms_factory > 1 + } + remove_building = { + type = arms_factory + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR3 + arms_factory > 1 + } + remove_building = { + type = arms_factory + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR4 + arms_factory > 1 + } + remove_building = { + type = arms_factory + level = 2 + } + } + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 4 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 5 + add_building_construction = { + type = arms_factory + level = 5 + instant_build = yes + } + } + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 4 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 5 + add_building_construction = { + type = arms_factory + level = 5 + instant_build = yes + } + } + } + ai_will_do = { + factor = 1 + } + } + AL_touyun_2 = { + icon = xingdong + available = { + has_equipment = { + motorized_equipment > 999 + } + industrial_complex < 199 + } + visible = { + has_completed_focus = AL_touyun1 + } + days_remove = 239 + days_re_enable = 1 + fire_only_once = no + cost = 50 + complete_effect = { + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -1000 + } + } + remove_effect = { + random_state = { + limit = { + is_controlled_by = SIR + industrial_complex > 1 + } + remove_building = { + type = industrial_complex + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR1 + industrial_complex > 1 + } + remove_building = { + type = industrial_complex + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR2 + industrial_complex > 1 + } + remove_building = { + type = industrial_complex + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR3 + industrial_complex > 1 + } + remove_building = { + type = industrial_complex + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR4 + industrial_complex > 1 + } + remove_building = { + type = industrial_complex + level = 2 + } + } + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 4 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 5 + add_building_construction = { + type = industrial_complex + level = 5 + instant_build = yes + } + } + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 4 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 5 + add_building_construction = { + type = industrial_complex + level = 5 + instant_build = yes + } + } + } + ai_will_do = { + factor = 1 + } + } + AL_touyun_3 = { + icon = xingdong + available = { + has_equipment = { + motorized_equipment > 999 + } + dockyard < 199 + } + visible = { + has_completed_focus = AL_touyun2 + } + days_remove = 239 + days_re_enable = 1 + fire_only_once = no + cost = 50 + complete_effect = { + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -1000 + } + } + remove_effect = { + random_state = { + limit = { + is_controlled_by = SIR + dockyard > 1 + } + remove_building = { + type = dockyard + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR1 + dockyard > 1 + } + remove_building = { + type = dockyard + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR2 + dockyard > 1 + } + remove_building = { + type = dockyard + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR3 + dockyard > 1 + } + remove_building = { + type = dockyard + level = 2 + } + } + random_state = { + limit = { + is_controlled_by = SR4 + dockyard > 1 + } + remove_building = { + type = dockyard + level = 2 + } + } + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = dockyard + size > 4 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 5 + add_building_construction = { + type = dockyard + level = 5 + instant_build = yes + } + } + random_owned_controlled_state = { + limit = { + free_building_slots = { + building = dockyard + size > 4 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 5 + add_building_construction = { + type = dockyard + level = 5 + instant_build = yes + } + } + } + ai_will_do = { + factor = 1 + } + } + ####################################################### + #######################国际纵队######################## + ####################################################### + AL_guojizongdui_fight = { + icon = eng_support_imperialist_coup + state_target = yes + target_root_trigger = { + has_country_flag = AL_guojizongdui + } + target_trigger = { + FROM = { + state_is_important_trigger = yes + not = { + is_controlled_by = ROOT + } + } + } + available = { + ROOT = { + custom_trigger_tooltip = { + tooltip = "没有执行其他地区的进攻计划" + not = { + has_country_flag = AL_guojizongdui_fight + } + } + } + ROOT = { + not = { + has_idea = AL_guojizongdui_back + } + } + ROOT = { + has_equipment = { + infantry_equipment > 3999 + } + } + ROOT = { + has_equipment = { + support_equipment > 599 + } + } + ROOT = { + has_equipment = { + artillery_equipment > 199 + } + } + } + visible = { + FROM = { + state_is_important_trigger = yes + not = { + is_controlled_by = ROOT + } + } + } + on_map_mode = map_only + fire_only_once = no + fixed_random_seed = no + cost = 25 + days_remove = 49 + days_re_enable = 1 + complete_effect = { + ROOT = { + set_country_flag = AL_guojizongdui_fight + add_equipment_to_stockpile = { + type = infantry_equipment + amount = -4000 + } + add_equipment_to_stockpile = { + type = support_equipment + amount = -600 + } + add_equipment_to_stockpile = { + type = artillery_equipment + amount = -200 + } + } + } + remove_effect = { + custom_effect_tooltip = AL_guojizongdui_fight_1 + clr_country_flag = AL_guojizongdui_fight + random_list = { + 50 = { + ROOT = { + country_event = AL_event.50 + } + } + 50 = { + ROOT = { + country_event = AL_event.51 + } + } + } + } + } + AL_guojizongdui_back = { + icon = xingdong + available = { + custom_trigger_tooltip = { + tooltip = "没有执行其他地区的进攻计划" + NOT = { + has_country_flag = AL_guojizongdui_fight + } + } + NOT = { + has_idea = AL_guojizongdui_back + } + } + visible = { + has_completed_focus = AL_guoji + } + days_remove = 10 + days_re_enable = 350 + fire_only_once = no + cost = 50 + complete_effect = { + add_timed_idea = { + idea = AL_guojizongdui_back + days = 360 + } + } + remove_effect = { + custom_effect_tooltip = AL_guojizongdui_back_1 + hidden_effect = { + AL_guojizongdui_back = yes + } + } + ai_will_do = { + factor = 1 + } + } + # AL_guojizongdui_up = { + # icon = xingdong + # available = { + # custom_trigger_tooltip = { + # tooltip = "没有执行其他地区的进攻计划" + # NOT = { has_country_flag = AL_guojizongdui_fight } + # } + # NOT = { has_idea = AL_guojizongdui_back } + # } + # visible = { + # has_completed_focus = AL_win_coming + # } + # days_remove = 30 + # fire_only_once = yes + # cost = 50 + # complete_effect = { + # + # } + # remove_effect = { + # custom_effect_tooltip = AL_guojizongdui_back_1 + # hidden_effect = { + # AL_guojizongdui_back = yes + # } + # } + # ai_will_do = { + # factor = 1 + # } + # } +} + +#################################### +# 整合设计商 +#################################### +AL_zhenghe_category = { + AL_zhenghe_tank_CHY = { + icon = AL_tank_CHY + available = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + has_completed_focus = AL_zhenghe2 + } + days_remove = zhenghe_tank_CHY_days_remove + cost = zhenghe_tank_CHY_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_tank_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_tank_ongoing + custom_effect_tooltip = AL_zhenghe_tank_CHY_1 + set_country_flag = AL_zhenghe_tank_CHY + add_to_variable = { + AL_zhenghe_tank = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_reliability = 0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_tank_HUJ = { + icon = AL_tank_HUJ + available = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + has_completed_focus = AL_zhenghe2 + } + days_remove = zhenghe_tank_HUJ_days_remove + cost = zhenghe_tank_HUJ_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_tank_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_tank_ongoing + custom_effect_tooltip = AL_zhenghe_tank_HUJ_1 + set_country_flag = AL_zhenghe_tank_HUJ + add_to_variable = { + AL_zhenghe_tank = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_ap_attack = 0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_tank_BYG = { + icon = AL_tank_BYG + available = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + has_completed_focus = AL_zhenghe2 + } + days_remove = zhenghe_tank_BYG_days_remove + cost = zhenghe_tank_BYG_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_tank_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_tank_ongoing + custom_effect_tooltip = AL_zhenghe_tank_BYG_1 + set_country_flag = AL_zhenghe_tank_BYG + add_to_variable = { + AL_zhenghe_tank = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_soft_attack = 0.15 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_tank_YUW = { + icon = AL_tank_YUW + available = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + has_completed_focus = AL_zhenghe2 + } + days_remove = zhenghe_tank_YUW_days_remove + cost = zhenghe_tank_YUW_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_tank_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_tank_ongoing + custom_effect_tooltip = AL_zhenghe_tank_YUW_1 + set_country_flag = AL_zhenghe_tank_YUW + add_to_variable = { + AL_zhenghe_tank = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_armor_value = 0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_tank_TIX = { + icon = AL_tank_TIX + available = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + has_completed_focus = AL_zhenghe2 + } + days_remove = zhenghe_tank_TIX_days_remove + cost = zhenghe_tank_TIX_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_tank_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_tank_ongoing + custom_effect_tooltip = AL_zhenghe_tank_TIX_1 + set_country_flag = AL_zhenghe_tank_TIX + add_to_variable = { + AL_zhenghe_tank = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_maximum_speed = 0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_tank_BFL = { + icon = AL_tank_BFL + available = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + has_completed_focus = AL_zhenghe2 + } + days_remove = zhenghe_tank_BFL_days_remove + cost = zhenghe_tank_BFL_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_tank_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_tank_ongoing + custom_effect_tooltip = AL_zhenghe_tank_BFL_1 + set_country_flag = AL_zhenghe_tank_BFL + add_to_variable = { + AL_zhenghe_tank = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_armor_build_cost_ic = -0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_tank_DOH = { + icon = AL_tank_DOH + available = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + has_completed_focus = AL_zhenghe2 + } + days_remove = zhenghe_tank_DOH_days_remove + cost = zhenghe_tank_DOH_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_tank_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_tank_ongoing + custom_effect_tooltip = AL_zhenghe_tank_DOH_1 + set_country_flag = AL_zhenghe_tank_DOH + add_to_variable = { + AL_zhenghe_tank = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_reliability = 0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_tank_SAD = { + icon = AL_tank_SAD + available = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他坦克制造商正在整合" + not = { + has_country_flag = AL_zhenghe_tank_ongoing + } + } + has_completed_focus = AL_zhenghe2 + } + days_remove = zhenghe_tank_SAD_days_remove + cost = zhenghe_tank_SAD_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_tank_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_tank_ongoing + custom_effect_tooltip = AL_zhenghe_tank_SAD_1 + set_country_flag = AL_zhenghe_tank_SAD + add_to_variable = { + AL_zhenghe_tank = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_hard_attack = 0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_ship_CHY = { + icon = AL_ship_CHY + available = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + has_completed_focus = AL_zhenghe5 + } + days_remove = zhenghe_ship_CHY_days_remove + cost = zhenghe_ship_CHY_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_ship_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_ship_ongoing + custom_effect_tooltip = AL_zhenghe_ship_CHY_1 + set_country_flag = AL_zhenghe_ship_CHY + add_to_variable = { + AL_zhenghe_ship = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_navy_fuel_consumption_factor = -0.1 + } + add_to_variable = { + AL_experience_gain_navy_factor = 0.3 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_ship_HUJ = { + icon = AL_ship_HUJ + available = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + has_completed_focus = AL_zhenghe5 + } + days_remove = zhenghe_ship_HUJ_days_remove + cost = zhenghe_ship_HUJ_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_ship_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_ship_ongoing + custom_effect_tooltip = AL_zhenghe_ship_HUJ_1 + set_country_flag = AL_zhenghe_ship_HUJ + add_to_variable = { + AL_zhenghe_ship = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_naval_coordination = 0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_ship_BYG = { + icon = AL_ship_BYG + available = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + has_completed_focus = AL_zhenghe5 + } + days_remove = zhenghe_ship_BYG_days_remove + cost = zhenghe_ship_BYG_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_ship_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_ship_ongoing + custom_effect_tooltip = AL_zhenghe_ship_BYG_1 + set_country_flag = AL_zhenghe_ship_BYG + add_to_variable = { + AL_zhenghe_ship = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_carrier_build_cost_ic = -0.1 + } + add_to_variable = { + AL_navy_max_range_factor = 0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_ship_YUW = { + icon = AL_ship_YUW + available = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + has_completed_focus = AL_zhenghe5 + } + days_remove = zhenghe_ship_YUW_days_remove + cost = zhenghe_ship_YUW_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_ship_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_ship_ongoing + custom_effect_tooltip = AL_zhenghe_ship_YUW_1 + set_country_flag = AL_zhenghe_ship_YUW + add_to_variable = { + AL_zhenghe_ship = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_heavy_build_cost_ic = -0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_ship_TIX = { + icon = AL_ship_TIX + available = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + has_completed_focus = AL_zhenghe5 + } + days_remove = zhenghe_ship_TIX_days_remove + cost = zhenghe_ship_TIX_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_ship_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_ship_ongoing + custom_effect_tooltip = AL_zhenghe_ship_TIX_1 + set_country_flag = AL_zhenghe_ship_TIX + add_to_variable = { + AL_zhenghe_ship = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_submarine_build_cost_ic = -0.15 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_ship_BFL = { + icon = AL_ship_BFL + available = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + has_completed_focus = AL_zhenghe5 + } + days_remove = zhenghe_ship_BFL_days_remove + cost = zhenghe_ship_BFL_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_ship_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_ship_ongoing + custom_effect_tooltip = AL_zhenghe_ship_BFL_1 + set_country_flag = AL_zhenghe_ship_BFL + add_to_variable = { + AL_zhenghe_ship = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_industrial_capacity_dockyard = 0.25 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_ship_DOH = { + icon = AL_ship_DOH + available = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + has_completed_focus = AL_zhenghe5 + } + days_remove = zhenghe_ship_DOH_days_remove + cost = zhenghe_ship_DOH_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_ship_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_ship_ongoing + custom_effect_tooltip = AL_zhenghe_ship_DOH_1 + set_country_flag = AL_zhenghe_ship_DOH + add_to_variable = { + AL_zhenghe_ship = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_light_build_cost_ic = -0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_ship_SAD = { + icon = AL_ship_SAD + available = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他舰船制造商正在整合" + not = { + has_country_flag = AL_zhenghe_ship_ongoing + } + } + has_completed_focus = AL_zhenghe5 + } + days_remove = zhenghe_ship_SAD_days_remove + cost = zhenghe_ship_SAD_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_ship_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_ship_ongoing + custom_effect_tooltip = AL_zhenghe_ship_SAD_1 + set_country_flag = AL_zhenghe_ship_SAD + add_to_variable = { + AL_zhenghe_ship = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_cruiser_build_cost_ic = -0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_plane_CHY = { + icon = AL_plane_CHY + available = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + has_completed_focus = AL_zhenghe4 + } + days_remove = zhenghe_plane_CHY_days_remove + cost = zhenghe_plane_CHY_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_plane_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_plane_ongoing + custom_effect_tooltip = AL_zhenghe_plane_CHY_1 + set_country_flag = AL_zhenghe_plane_CHY + add_to_variable = { + AL_zhenghe_plane = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_fighter_build_cost_ic = -0.05 + } + add_to_variable = { + AL_cv_fighter_build_cost_ic = -0.05 + } + add_to_variable = { + AL_CAS_build_cost_ic = -0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_plane_HUJ = { + icon = AL_plane_HUJ + available = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + has_completed_focus = AL_zhenghe4 + } + days_remove = zhenghe_plane_HUJ_days_remove + cost = zhenghe_plane_HUJ_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_plane_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_plane_ongoing + custom_effect_tooltip = AL_zhenghe_plane_HUJ_1 + set_country_flag = AL_zhenghe_plane_HUJ + add_to_variable = { + AL_zhenghe_plane = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_heavy_fighter_build_cost_ic = -0.1 + } + add_to_variable = { + AL_heavy_fighter_reliability = 0.05 + } + add_to_variable = { + AL_strat_bomber_build_cost_ic = -0.1 + } + add_to_variable = { + AL_tac_bomber_build_cost_ic = -0.1 + } + add_to_variable = { + AL_tac_bomber_reliability = 0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_plane_BYG = { + icon = AL_plane_BYG + available = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + has_completed_focus = AL_zhenghe4 + } + days_remove = zhenghe_plane_BYG_days_remove + cost = zhenghe_plane_BYG_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_plane_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_plane_ongoing + custom_effect_tooltip = AL_zhenghe_plane_BYG_1 + set_country_flag = AL_zhenghe_plane_BYG + add_to_variable = { + AL_zhenghe_plane = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_air_range_factor = 0.15 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_plane_YUW = { + icon = AL_plane_YUW + available = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + has_completed_focus = AL_zhenghe4 + } + days_remove = zhenghe_plane_YUW_days_remove + cost = zhenghe_plane_YUW_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_plane_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_plane_ongoing + custom_effect_tooltip = AL_zhenghe_plane_YUW_1 + set_country_flag = AL_zhenghe_plane_YUW + add_to_variable = { + AL_zhenghe_plane = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_army_bonus_air_superiority_factor = 0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_plane_TIX = { + icon = AL_plane_TIX + available = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + has_completed_focus = AL_zhenghe4 + } + days_remove = zhenghe_plane_TIX_days_remove + cost = zhenghe_plane_TIX_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_plane_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_plane_ongoing + custom_effect_tooltip = AL_zhenghe_plane_TIX_1 + set_country_flag = AL_zhenghe_plane_TIX + add_to_variable = { + AL_zhenghe_plane = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_fighter_reliability = 0.1 + } + add_to_variable = { + AL_strat_bomber_reliability = 0.1 + } + add_to_variable = { + AL_CAS_reliability = 0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_plane_BFL = { + icon = AL_plane_BFL + available = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + has_completed_focus = AL_zhenghe4 + } + days_remove = zhenghe_plane_BFL_days_remove + cost = zhenghe_plane_BFL_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_plane_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_plane_ongoing + custom_effect_tooltip = AL_zhenghe_plane_BFL_1 + set_country_flag = AL_zhenghe_plane_BFL + add_to_variable = { + AL_zhenghe_plane = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_air_weather_penalty = -0.2 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_plane_DOH = { + icon = AL_plane_DOH + available = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + has_completed_focus = AL_zhenghe4 + } + days_remove = zhenghe_plane_DOH_days_remove + cost = zhenghe_plane_DOH_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_plane_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_plane_ongoing + custom_effect_tooltip = AL_zhenghe_plane_DOH_1 + set_country_flag = AL_zhenghe_plane_DOH + add_to_variable = { + AL_zhenghe_plane = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_experience_gain_air_factor = 0.25 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_plane_SAD = { + icon = AL_plane_SAD + available = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他飞机制造商正在整合" + not = { + has_country_flag = AL_zhenghe_plane_ongoing + } + } + has_completed_focus = AL_zhenghe4 + } + days_remove = zhenghe_plane_SAD_days_remove + cost = zhenghe_plane_SAD_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_plane_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_plane_ongoing + custom_effect_tooltip = AL_zhenghe_plane_SAD_1 + set_country_flag = AL_zhenghe_plane_SAD + add_to_variable = { + AL_zhenghe_plane = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_air_mission_efficiency = 0.15 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_junxu_CHY = { + icon = AL_junxu_CHY + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + has_completed_focus = AL_zhenghe3 + } + days_remove = zhenghe_junxu_CHY_days_remove + cost = zhenghe_junxu_CHY_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_junxu_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_junxu_ongoing + custom_effect_tooltip = AL_zhenghe_junxu_CHY_1 + set_country_flag = AL_zhenghe_junxu_CHY + add_to_variable = { + AL_zhenghe_junxu = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_experience_gain_army_factor = 0.25 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_junxu_HUJ = { + icon = AL_junxu_HUJ + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + has_completed_focus = AL_zhenghe3 + } + days_remove = zhenghe_junxu_HUJ_days_remove + cost = zhenghe_junxu_HUJ_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_junxu_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_junxu_ongoing + custom_effect_tooltip = AL_zhenghe_junxu_HUJ_1 + set_country_flag = AL_zhenghe_junxu_HUJ + add_to_variable = { + AL_zhenghe_junxu = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_infantry_reliability = 0.05 + } + add_to_variable = { + AL_artillery_reliability = 0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_junxu_BYG = { + icon = AL_junxu_BYG + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + has_completed_focus = AL_zhenghe3 + } + days_remove = zhenghe_junxu_BYG_days_remove + cost = zhenghe_junxu_BYG_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_junxu_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_junxu_ongoing + custom_effect_tooltip = AL_zhenghe_junxu_BYG_1 + set_country_flag = AL_zhenghe_junxu_BYG + add_to_variable = { + AL_zhenghe_junxu = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_artillery_build_cost_ic = -0.05 + } + add_to_variable = { + AL_artillery_soft_attack = 0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_junxu_YUW = { + icon = AL_junxu_YUW + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + has_completed_focus = AL_zhenghe3 + } + days_remove = zhenghe_junxu_YUW_days_remove + cost = zhenghe_junxu_YUW_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_junxu_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_junxu_ongoing + custom_effect_tooltip = AL_zhenghe_junxu_YUW_1 + set_country_flag = AL_zhenghe_junxu_YUW + add_to_variable = { + AL_zhenghe_junxu = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_infantry_soft_attack = 0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_junxu_TIX = { + icon = AL_junxu_TIX + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + has_completed_focus = AL_zhenghe3 + } + days_remove = zhenghe_junxu_TIX_days_remove + cost = zhenghe_junxu_TIX_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_junxu_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_junxu_ongoing + custom_effect_tooltip = AL_zhenghe_junxu_TIX_1 + set_country_flag = AL_zhenghe_junxu_TIX + add_to_variable = { + AL_zhenghe_junxu = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_motorized_build_cost_ic = -0.05 + } + add_to_variable = { + AL_motorized_maximum_speed = 0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_junxu_BFL = { + icon = AL_junxu_BFL + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + has_completed_focus = AL_zhenghe3 + } + days_remove = zhenghe_junxu_BFL_days_remove + cost = zhenghe_junxu_BFL_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_junxu_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_junxu_ongoing + custom_effect_tooltip = AL_zhenghe_junxu_BFL_1 + set_country_flag = AL_zhenghe_junxu_BFL + add_to_variable = { + AL_zhenghe_junxu = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_mot_build_cost_ic = -0.1 + } + add_to_variable = { + AL_mot_soft_attack = 0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_junxu_DOH = { + icon = AL_junxu_DOH + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + has_completed_focus = AL_zhenghe3 + } + days_remove = zhenghe_junxu_DOH_days_remove + cost = zhenghe_junxu_DOH_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_junxu_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_junxu_ongoing + custom_effect_tooltip = AL_zhenghe_junxu_DOH_1 + set_country_flag = AL_zhenghe_junxu_DOH + add_to_variable = { + AL_zhenghe_junxu = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_infantry_build_cost_ic = -0.15 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_junxu_SAD = { + icon = AL_junxu_SAD + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他军需制造商正在整合" + not = { + has_country_flag = AL_zhenghe_junxu_ongoing + } + } + has_completed_focus = AL_zhenghe3 + } + days_remove = zhenghe_junxu_SAD_days_remove + cost = zhenghe_junxu_SAD_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_junxu_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_junxu_ongoing + custom_effect_tooltip = AL_zhenghe_junxu_SAD_1 + set_country_flag = AL_zhenghe_junxu_SAD + add_to_variable = { + AL_zhenghe_junxu = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_motorized_reliability = 0.05 + } + add_to_variable = { + AL_motorized_build_cost_ic = -0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_gongye_CHY = { + icon = AL_gongye_CHY + available = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + has_completed_focus = AL_zhenghe1 + } + days_remove = zhenghe_gongye_CHY_days_remove + cost = zhenghe_gongye_CHY_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_gongye_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_gongye_ongoing + custom_effect_tooltip = AL_zhenghe_gongye_CHY_1 + set_country_flag = AL_zhenghe_gongye_CHY + add_to_variable = { + AL_zhenghe_gongye = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_economy_cost_factor = -0.75 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_gongye_HUJ = { + icon = AL_gongye_HUJ + available = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + has_completed_focus = AL_zhenghe1 + } + days_remove = zhenghe_gongye_HUJ_days_remove + cost = zhenghe_gongye_HUJ_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_gongye_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_gongye_ongoing + custom_effect_tooltip = AL_zhenghe_gongye_HUJ_1 + set_country_flag = AL_zhenghe_gongye_HUJ + add_to_variable = { + AL_zhenghe_gongye = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_production_speed_coastal_bunker_factor = 0.5 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_gongye_BYG = { + icon = AL_gongye_BYG + available = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + has_completed_focus = AL_zhenghe1 + } + days_remove = zhenghe_gongye_BYG_days_remove + cost = zhenghe_gongye_BYG_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_gongye_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_gongye_ongoing + custom_effect_tooltip = AL_zhenghe_gongye_BYG_1 + set_country_flag = AL_zhenghe_gongye_BYG + add_to_variable = { + AL_zhenghe_gongye = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_production_speed_industrial_complex_factor = 0.15 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_gongye_YUW = { + icon = AL_gongye_YUW + available = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + has_completed_focus = AL_zhenghe1 + } + days_remove = zhenghe_gongye_YUW_days_remove + cost = zhenghe_gongye_YUW_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_gongye_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_gongye_ongoing + custom_effect_tooltip = AL_zhenghe_gongye_YUW_1 + set_country_flag = AL_zhenghe_gongye_YUW + add_to_variable = { + AL_zhenghe_gongye = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_production_speed_bunker_factor = 0.5 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_gongye_TIX = { + icon = AL_gongye_TIX + available = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + has_completed_focus = AL_zhenghe1 + } + days_remove = zhenghe_gongye_TIX_days_remove + cost = zhenghe_gongye_TIX_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_gongye_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_gongye_ongoing + custom_effect_tooltip = AL_zhenghe_gongye_TIX_1 + set_country_flag = AL_zhenghe_gongye_TIX + add_to_variable = { + AL_zhenghe_gongye = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_industrial_capacity_factory = 0.1 + } + add_to_variable = { + AL_production_factory_start_efficiency_factor = 0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_gongye_BFL = { + icon = AL_gongye_BFL + available = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + has_completed_focus = AL_zhenghe1 + } + days_remove = zhenghe_gongye_BFL_days_remove + cost = zhenghe_gongye_BFL_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_gongye_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_gongye_ongoing + custom_effect_tooltip = AL_zhenghe_gongye_BFL_1 + set_country_flag = AL_zhenghe_gongye_BFL + add_to_variable = { + AL_zhenghe_gongye = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_production_factory_efficiency_gain_factor = 0.1 + } + add_to_variable = { + AL_industrial_capacity_factory = 0.1 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_gongye_DOH = { + icon = AL_gongye_DOH + available = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + has_completed_focus = AL_zhenghe1 + } + days_remove = zhenghe_gongye_DOH_days_remove + cost = zhenghe_gongye_DOH_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_gongye_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_gongye_ongoing + custom_effect_tooltip = AL_zhenghe_gongye_DOH_1 + set_country_flag = AL_zhenghe_gongye_DOH + add_to_variable = { + AL_zhenghe_gongye = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_production_lack_of_resource_penalty_factor = -0.6 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_gongye_SAD = { + icon = AL_gongye_SAD + available = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + num_of_civilian_factories_available_for_projects > 4 + } + visible = { + custom_trigger_tooltip = { + tooltip = "没有其他工业设计商正在整合" + not = { + has_country_flag = AL_zhenghe_gongye_ongoing + } + } + has_completed_focus = AL_zhenghe1 + } + days_remove = zhenghe_gongye_SAD_days_remove + cost = zhenghe_gongye_SAD_cost + fire_only_once = yes + modifier = { + civilian_factory_use = 5 + } + complete_effect = { + set_country_flag = AL_zhenghe_gongye_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_gongye_ongoing + custom_effect_tooltip = AL_zhenghe_gongye_SAD_1 + set_country_flag = AL_zhenghe_gongye_SAD + add_to_variable = { + AL_zhenghe_gongye = 1 + } + AL_modifier_reset = yes + #效果 + add_to_variable = { + AL_consumer_goods_factor = -0.05 + } + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_jundui_SAD = { + icon = generic_army_support + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军队正在整合" + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + } + } + visible = { + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + has_country_flag = AL_lianhejun + } + days_remove = zhenghe_jundui_SAD_days_remove + cost = zhenghe_jundui_SAD_cost + fire_only_once = yes + modifier = { + war_support_weekly = -0.005 + stability_weekly = -0.005 + } + complete_effect = { + set_country_flag = AL_zhenghe_jundui_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_jundui_ongoing + AL_lianhejun_up = yes + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_jundui_BYG = { + icon = generic_army_support + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军队正在整合" + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + } + } + visible = { + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + has_country_flag = AL_lianhejun + } + days_remove = zhenghe_jundui_BYG_days_remove + cost = zhenghe_jundui_BYG_cost + fire_only_once = yes + modifier = { + war_support_weekly = -0.005 + stability_weekly = -0.005 + } + complete_effect = { + set_country_flag = AL_zhenghe_jundui_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_jundui_ongoing + AL_lianhejun_up = yes + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_jundui_CHY = { + icon = generic_army_support + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军队正在整合" + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + } + } + visible = { + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + has_country_flag = AL_lianhejun + } + days_remove = zhenghe_jundui_CHY_days_remove + cost = zhenghe_jundui_CHY_cost + fire_only_once = yes + modifier = { + war_support_weekly = -0.005 + stability_weekly = -0.005 + } + complete_effect = { + set_country_flag = AL_zhenghe_jundui_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_jundui_ongoing + AL_lianhejun_up = yes + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_jundui_YUW = { + icon = generic_army_support + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军队正在整合" + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + } + } + visible = { + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + has_country_flag = AL_lianhejun + } + days_remove = zhenghe_jundui_YUW_days_remove + cost = zhenghe_jundui_YUW_cost + fire_only_once = yes + modifier = { + war_support_weekly = -0.005 + stability_weekly = -0.005 + } + complete_effect = { + set_country_flag = AL_zhenghe_jundui_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_jundui_ongoing + AL_lianhejun_up = yes + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_jundui_HUJ = { + icon = generic_army_support + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军队正在整合" + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + } + } + visible = { + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + has_country_flag = AL_lianhejun + } + days_remove = zhenghe_jundui_HUJ_days_remove + cost = zhenghe_jundui_HUJ_cost + fire_only_once = yes + modifier = { + war_support_weekly = -0.005 + stability_weekly = -0.005 + } + complete_effect = { + set_country_flag = AL_zhenghe_jundui_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_jundui_ongoing + AL_lianhejun_up = yes + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_jundui_TIX = { + icon = generic_army_support + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军队正在整合" + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + } + } + visible = { + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + has_country_flag = AL_lianhejun + } + days_remove = zhenghe_jundui_TIX_days_remove + cost = zhenghe_jundui_TIX_cost + fire_only_once = yes + modifier = { + war_support_weekly = -0.005 + stability_weekly = -0.005 + } + complete_effect = { + set_country_flag = AL_zhenghe_jundui_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_jundui_ongoing + AL_lianhejun_up = yes + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_jundui_DOH = { + icon = generic_army_support + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军队正在整合" + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + } + } + visible = { + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + has_country_flag = AL_lianhejun + } + days_remove = zhenghe_jundui_DOH_days_remove + cost = zhenghe_jundui_DOH_cost + fire_only_once = yes + modifier = { + war_support_weekly = -0.005 + stability_weekly = -0.005 + } + complete_effect = { + set_country_flag = AL_zhenghe_jundui_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_jundui_ongoing + AL_lianhejun_up = yes + } + ai_will_do = { + factor = 1 + } + } + AL_zhenghe_jundui_BFL = { + icon = generic_army_support + available = { + custom_trigger_tooltip = { + tooltip = "没有其他军队正在整合" + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + } + } + visible = { + not = { + has_country_flag = AL_zhenghe_jundui_ongoing + } + has_country_flag = AL_lianhejun + } + days_remove = zhenghe_jundui_BFL_days_remove + cost = zhenghe_jundui_BFL_cost + fire_only_once = yes + modifier = { + war_support_weekly = -0.005 + stability_weekly = -0.005 + } + complete_effect = { + set_country_flag = AL_zhenghe_jundui_ongoing + } + remove_effect = { + clr_country_flag = AL_zhenghe_jundui_ongoing + AL_lianhejun_up = yes + } + ai_will_do = { + factor = 1 + } + } +} + +#################################### +### 工业调控 +#################################### +AL_dabao_category = { + AL_dabao_all_close = { + icon = generic_construction + available = { + custom_trigger_tooltip = { + tooltip = "已开启工业打包机制" + has_country_flag = AL_dabao_start + } + } + visible = { + has_country_flag = AL_dabao_start + OR = { + has_country_flag = AL_dabao_put + has_country_flag = AL_dabao_get + } + } + fire_only_once = no + complete_effect = { + clr_country_flag = AL_dabao_put + clr_country_flag = AL_dabao_get + } + } + AL_dabao_get_3_1 = { + icon = generic_decision + available = { + custom_trigger_tooltip = { + tooltip = "达到一定的卡车库存量(详见效果)" + OR = { + AND = { + num_of_factories < 100 + has_equipment = { + motorized_equipment > 1000 + } + } + AND = { + num_of_factories < 200 + has_equipment = { + motorized_equipment > 3000 + } + } + AND = { + num_of_factories < 300 + has_equipment = { + motorized_equipment > 6000 + } + } + AND = { + num_of_factories < 400 + has_equipment = { + motorized_equipment > 9000 + } + } + AND = { + num_of_factories < 500 + has_equipment = { + motorized_equipment > 12000 + } + } + AND = { + num_of_factories < 600 + has_equipment = { + motorized_equipment > 15000 + } + } + AND = { + num_of_factories < 700 + has_equipment = { + motorized_equipment > 18000 + } + } + AND = { + num_of_factories < 800 + has_equipment = { + motorized_equipment > 21000 + } + } + AND = { + num_of_factories < 900 + has_equipment = { + motorized_equipment > 24000 + } + } + AND = { + num_of_factories < 1000 + has_equipment = { + motorized_equipment > 27000 + } + } + has_equipment = { + motorized_equipment > 30000 + } + } + } + custom_trigger_tooltip = { + tooltip = "距离上次扩建已过去一年" + NOT = { + has_country_flag = AL_kuojian_finish + } + } + } + visible = { + has_country_flag = AL_dabao_start + } + days_remove = 60 + fire_only_once = no + days_re_enable = 10 + cost = 300 + modifier = { + production_speed_buildings_factor = -1 + } + complete_effect = { + if = { + limit = { + num_of_factories > 999 + } + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -30000 + } + } + else_if = { + limit = { + num_of_factories > 899 + } + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -27000 + } + } + else_if = { + limit = { + num_of_factories > 799 + } + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -24000 + } + } + else_if = { + limit = { + num_of_factories > 699 + } + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -21000 + } + } + else_if = { + limit = { + num_of_factories > 599 + } + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -18000 + } + } + else_if = { + limit = { + num_of_factories > 499 + } + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -15000 + } + } + else_if = { + limit = { + num_of_factories > 399 + } + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -12000 + } + } + else_if = { + limit = { + num_of_factories > 299 + } + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -9000 + } + } + else_if = { + limit = { + num_of_factories > 199 + } + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -6000 + } + } + else_if = { + limit = { + num_of_factories > 99 + } + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -3000 + } + } + else = { + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -1000 + } + } + } + remove_effect = { + AL_factory_3_1 = yes + set_country_flag = { + flag = AL_kuojian_finish + days = 365 + } + } + ai_will_do = { + factor = 1 + } + } + AL_dabao_zhuanhuoxing_arms_factory = { + icon = generic_merge_plant_tank + available = { + custom_trigger_tooltip = { + tooltip = "军工储备至少有3个" + check_variable = { + AL_arms_factory > 2 + } + } + has_equipment = { + motorized_equipment > 299 + } + } + visible = { + has_country_flag = AL_dabao_start + } + days_remove = 89 + fire_only_once = no + days_re_enable = 1 + cost = 25 + complete_effect = { + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -300 + } + custom_effect_tooltip = AL_arms_factory_lose_3 + subtract_from_variable = { + AL_arms_factory = 3 + } + } + remove_effect = { + add_offsite_building = { + type = arms_factory + level = 3 + } + } + ai_will_do = { + factor = 1 + } + } + AL_dabao_zhuanhuoxing_industrial_complex = { + icon = generic_factory + available = { + custom_trigger_tooltip = { + tooltip = "民工储备至少有3个" + check_variable = { + AL_industrial_complex > 2 + } + } + has_equipment = { + motorized_equipment > 299 + } + } + visible = { + has_country_flag = AL_dabao_start + } + days_remove = 89 + fire_only_once = no + days_re_enable = 1 + cost = 25 + complete_effect = { + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -300 + } + custom_effect_tooltip = AL_industrial_complex_lose_3 + subtract_from_variable = { + AL_industrial_complex = 3 + } + } + remove_effect = { + add_offsite_building = { + type = industrial_complex + level = 3 + } + } + ai_will_do = { + factor = 1 + } + } + ############打包模式################ + AL_dabao_get_open = { + icon = generic_construction + available = { + custom_trigger_tooltip = { + tooltip = "已开启工业打包机制" + has_country_flag = AL_dabao_start + } + } + visible = { + has_country_flag = AL_dabao_start + NOT = { + has_country_flag = AL_dabao_get + } + } + fire_only_once = no + complete_effect = { + custom_effect_tooltip = AL_dabao_change + clr_country_flag = AL_dabao_put + set_country_flag = AL_dabao_get + } + } + AL_dabao_get_arms_factory = { + icon = generic_merge_plant_tank + state_target = yes + target_root_trigger = { + has_country_flag = AL_dabao_start + } + target_trigger = { + FROM = { + is_controlled_by = ROOT + } + } + available = { + ROOT = { + custom_trigger_tooltip = { + tooltip = "已开启工业打包机制" + has_country_flag = AL_dabao_start + } + } + ROOT = { + custom_trigger_tooltip = { + tooltip = "现在是打包模式" + has_country_flag = AL_dabao_get + } + } + ROOT = { + has_equipment = { + motorized_equipment > 149 + } + } + FROM = { + arms_factory > 2 + } + } + visible = { + FROM = { + is_controlled_by = ROOT + } + has_country_flag = AL_dabao_get + } + on_map_mode = map_only + fire_only_once = no + cost = 10 + days_remove = 14 + days_re_enable = 1 + complete_effect = { + ROOT = { + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -150 + } + } + } + remove_effect = { + FROM = { + remove_building = { + type = arms_factory + level = 3 + } + } + ROOT = { + custom_effect_tooltip = AL_arms_factory_3 + add_to_variable = { + AL_arms_factory = 3 + } + } + } + } + AL_dabao_get_industrial_complex = { + icon = generic_factory + state_target = yes + target_root_trigger = { + has_country_flag = AL_dabao_start + } + target_trigger = { + FROM = { + is_controlled_by = ROOT + } + } + available = { + ROOT = { + custom_trigger_tooltip = { + tooltip = "已开启工业打包机制" + has_country_flag = AL_dabao_start + } + } + ROOT = { + custom_trigger_tooltip = { + tooltip = "现在是打包模式" + has_country_flag = AL_dabao_get + } + } + ROOT = { + has_equipment = { + motorized_equipment > 149 + } + } + FROM = { + industrial_complex > 2 + } + } + visible = { + FROM = { + is_controlled_by = ROOT + } + has_country_flag = AL_dabao_get + } + on_map_mode = map_only + fire_only_once = no + cost = 10 + days_remove = 14 + days_re_enable = 1 + complete_effect = { + ROOT = { + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -150 + } + } + } + remove_effect = { + FROM = { + remove_building = { + type = industrial_complex + level = 3 + } + } + ROOT = { + custom_effect_tooltip = AL_industrial_complex_3 + add_to_variable = { + AL_industrial_complex = 3 + } + } + } + } + ############放置模式################ + AL_dabao_put_open = { + icon = generic_construction + available = { + custom_trigger_tooltip = { + tooltip = "已开启工业打包机制" + has_country_flag = AL_dabao_start + } + } + visible = { + has_country_flag = AL_dabao_start + NOT = { + has_country_flag = AL_dabao_put + } + } + fire_only_once = no + complete_effect = { + custom_effect_tooltip = AL_dabao_change + set_country_flag = AL_dabao_put + clr_country_flag = AL_dabao_get + } + } + AL_dabao_put_arms_factory = { + icon = generic_merge_plant_tank + state_target = yes + target_root_trigger = { + has_country_flag = AL_dabao_start + } + target_trigger = { + FROM = { + is_controlled_by = ROOT + } + } + available = { + ROOT = { + custom_trigger_tooltip = { + tooltip = "已开启工业打包机制" + has_country_flag = AL_dabao_start + } + } + ROOT = { + custom_trigger_tooltip = { + tooltip = "现在是放置模式" + has_country_flag = AL_dabao_put + } + } + ROOT = { + has_equipment = { + motorized_equipment > 149 + } + } + ROOT = { + custom_trigger_tooltip = { + tooltip = "至少有3个储备军工" + check_variable = { + AL_arms_factory > 2 + } + } + } + FROM = { + custom_trigger_tooltip = { + tooltip = "有位置能放置3个军用工厂(包括未解锁建筑槽)" + free_building_slots = { + building = arms_factory + size > 2 + include_locked = yes + } + } + } + } + visible = { + FROM = { + is_controlled_by = ROOT + } + has_country_flag = AL_dabao_put + } + on_map_mode = map_only + fire_only_once = no + cost = 10 + days_remove = 14 + days_re_enable = 1 + complete_effect = { + ROOT = { + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -150 + } + custom_effect_tooltip = AL_arms_factory_lose_3 + subtract_from_variable = { + AL_arms_factory = 3 + } + } + } + remove_effect = { + FROM = { + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = arms_factory + level = 3 + instant_build = yes + } + } + } + } + AL_dabao_put_industrial_complex = { + icon = generic_factory + state_target = yes + target_root_trigger = { + has_country_flag = AL_dabao_start + } + target_trigger = { + FROM = { + is_controlled_by = ROOT + } + } + available = { + ROOT = { + custom_trigger_tooltip = { + tooltip = "已开启工业打包机制" + has_country_flag = AL_dabao_start + } + } + ROOT = { + custom_trigger_tooltip = { + tooltip = "现在是放置模式" + has_country_flag = AL_dabao_put + } + } + ROOT = { + has_equipment = { + motorized_equipment > 149 + } + } + ROOT = { + custom_trigger_tooltip = { + tooltip = "至少有3个储备民工" + check_variable = { + AL_industrial_complex > 2 + } + } + } + FROM = { + custom_trigger_tooltip = { + tooltip = "有位置能放置3个民用工厂(包括未解锁建筑槽)" + free_building_slots = { + building = industrial_complex + size > 2 + include_locked = yes + } + } + } + } + visible = { + FROM = { + is_controlled_by = ROOT + } + has_country_flag = AL_dabao_put + } + on_map_mode = map_only + fire_only_once = no + cost = 10 + days_remove = 14 + days_re_enable = 1 + complete_effect = { + ROOT = { + add_equipment_to_stockpile = { + type = motorized_equipment + amount = -150 + } + custom_effect_tooltip = AL_industrial_complex_lose_3 + subtract_from_variable = { + AL_industrial_complex = 3 + } + } + } + remove_effect = { + FROM = { + add_extra_state_shared_building_slots = 3 + add_building_construction = { + type = industrial_complex + level = 3 + instant_build = yes + } + } + } + } +} + +################################################## +#######################彩蛋部分#################### +################################################## +URA_decisions = { + #选择马娘 + xuanze = { + icon = ura_1 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA + is_ai = no + } + cost = 0 + fixed_random_seed = no + complete_effect = { + country_event = URAPD_event.1 + clr_country_flag = URA + custom_effect_tooltip = pingjia_183 + hidden_effect = { + country_event = { + id = URAPD_event.2 + days = 183 + } + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #速度训练 + xunlian_S = { + icon = ura_S + allowed = { + } + available = { + has_stability > 0.2 + custom_trigger_tooltip = { + tooltip = "没有其他训练在进行" + NOT = { + has_country_flag = URA_con + } + } + } + visible = { + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 10 + modifier = { + } + fixed_random_seed = no + complete_effect = { + set_country_flag = URA_con + } + remove_effect = { + jiuzhen_S = yes + clr_country_flag = URA_con + set_temp_variable = { + temp1 = basic_S_S + } + multiply_temp_variable = { + temp1 = data_X + } + multiply_temp_variable = { + temp1 = up_S + } + round_temp_variable = temp1 + add_to_variable = { + var = data_S + value = temp1 + tooltip = data_S_ch1 + } + set_temp_variable = { + temp2 = basic_S_L + } + multiply_temp_variable = { + temp2 = data_X + } + multiply_temp_variable = { + temp2 = up_L + } + round_temp_variable = temp2 + add_to_variable = { + var = data_L + value = temp2 + tooltip = data_L_ch2 + } + add_to_variable = { + var = data_P + value = 2 + tooltip = data_P_2 + } + custom_effect_tooltip = data_P_gailv + jiuzhen = yes + hidden_effect = { + random_list = { + 30 = { + } + 40 = { + get_skill = yes + country_event = URAPD_event.13 + } + 3 = { + country_event = { + id = URAPD_event.14 + } + } + 3 = { + country_event = { + id = URAPD_event.15 + } + } + 3 = { + country_event = { + id = URAPD_event.16 + } + } + 3 = { + country_event = { + id = URAPD_event.17 + } + } + 3 = { + country_event = { + id = URAPD_event.18 + } + } + 3 = { + country_event = { + id = URAPD_event.3 + } + } + } + } + } + ai_will_do = { + factor = 0 + } + } + #耐力训练 + xunlian_N = { + icon = ura_N + allowed = { + } + available = { + has_stability > 0.2 + custom_trigger_tooltip = { + tooltip = "没有其他训练在进行" + NOT = { + has_country_flag = URA_con + } + } + } + visible = { + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 10 + modifier = { + } + fixed_random_seed = no + complete_effect = { + set_country_flag = URA_con + } + remove_effect = { + jiuzhen_N = yes + clr_country_flag = URA_con + set_temp_variable = { + temp1 = basic_N_N + } + multiply_temp_variable = { + temp1 = data_X + } + multiply_temp_variable = { + temp1 = up_N + } + round_temp_variable = temp1 + add_to_variable = { + var = data_N + value = temp1 + tooltip = data_N_ch1 + } + set_temp_variable = { + temp2 = basic_N_G + } + multiply_temp_variable = { + temp2 = data_X + } + multiply_temp_variable = { + temp2 = up_G + } + round_temp_variable = temp2 + add_to_variable = { + var = data_G + value = temp2 + tooltip = data_G_ch2 + } + add_to_variable = { + var = data_P + value = 2 + tooltip = data_P_2 + } + custom_effect_tooltip = data_P_gailv + jiuzhen = yes + hidden_effect = { + random_list = { + 30 = { + } + 40 = { + get_skill = yes + country_event = URAPD_event.13 + } + 3 = { + country_event = { + id = URAPD_event.14 + } + } + 3 = { + country_event = { + id = URAPD_event.15 + } + } + 3 = { + country_event = { + id = URAPD_event.16 + } + } + 3 = { + country_event = { + id = URAPD_event.17 + } + } + 3 = { + country_event = { + id = URAPD_event.18 + } + } + 3 = { + country_event = { + id = URAPD_event.3 + } + } + } + } + } + ai_will_do = { + factor = 0 + } + } + #力量训练 + xunlian_L = { + icon = ura_L + allowed = { + } + available = { + has_stability > 0.2 + custom_trigger_tooltip = { + tooltip = "没有其他训练在进行" + NOT = { + has_country_flag = URA_con + } + } + } + visible = { + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 10 + modifier = { + } + fixed_random_seed = no + complete_effect = { + set_country_flag = URA_con + } + remove_effect = { + jiuzhen_L = yes + clr_country_flag = URA_con + set_temp_variable = { + temp1 = basic_L_L + } + multiply_temp_variable = { + temp1 = data_X + } + multiply_temp_variable = { + temp1 = up_L + } + round_temp_variable = temp1 + add_to_variable = { + var = data_L + value = temp1 + tooltip = data_L_ch1 + } + set_temp_variable = { + temp2 = basic_L_N + } + multiply_temp_variable = { + temp2 = data_X + } + multiply_temp_variable = { + temp2 = up_N + } + round_temp_variable = temp2 + add_to_variable = { + var = data_N + value = temp2 + tooltip = data_N_ch2 + } + add_to_variable = { + var = data_P + value = 2 + tooltip = data_P_2 + } + custom_effect_tooltip = data_P_gailv + jiuzhen = yes + hidden_effect = { + random_list = { + 30 = { + } + 40 = { + get_skill = yes + country_event = URAPD_event.13 + } + 3 = { + country_event = { + id = URAPD_event.14 + } + } + 3 = { + country_event = { + id = URAPD_event.15 + } + } + 3 = { + country_event = { + id = URAPD_event.16 + } + } + 3 = { + country_event = { + id = URAPD_event.17 + } + } + 3 = { + country_event = { + id = URAPD_event.18 + } + } + 3 = { + country_event = { + id = URAPD_event.3 + } + } + } + } + } + ai_will_do = { + factor = 0 + } + } + #根性训练 + xunlian_G = { + icon = ura_G + allowed = { + } + available = { + has_stability > 0.2 + custom_trigger_tooltip = { + tooltip = "没有其他训练在进行" + NOT = { + has_country_flag = URA_con + } + } + } + visible = { + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 10 + modifier = { + } + fixed_random_seed = no + complete_effect = { + set_country_flag = URA_con + } + remove_effect = { + jiuzhen_G = yes + clr_country_flag = URA_con + set_temp_variable = { + temp1 = basic_G_G + } + multiply_temp_variable = { + temp1 = data_X + } + multiply_temp_variable = { + temp1 = up_G + } + round_temp_variable = temp1 + add_to_variable = { + var = data_G + value = temp1 + tooltip = data_G_ch1 + } + set_temp_variable = { + temp2 = basic_G_S + } + multiply_temp_variable = { + temp2 = data_X + } + multiply_temp_variable = { + temp2 = up_S + } + round_temp_variable = temp2 + add_to_variable = { + var = data_S + value = temp2 + tooltip = data_S_ch2 + } + set_temp_variable = { + temp3 = basic_G_L + } + multiply_temp_variable = { + temp3 = data_X + } + multiply_temp_variable = { + temp3 = up_L + } + round_temp_variable = temp3 + add_to_variable = { + var = data_L + value = temp3 + tooltip = data_L_ch3 + } + add_to_variable = { + var = data_P + value = 2 + tooltip = data_P_2 + } + custom_effect_tooltip = data_P_gailv + jiuzhen = yes + hidden_effect = { + random_list = { + 30 = { + } + 40 = { + get_skill = yes + country_event = URAPD_event.13 + } + 3 = { + country_event = { + id = URAPD_event.14 + } + } + 3 = { + country_event = { + id = URAPD_event.15 + } + } + 3 = { + country_event = { + id = URAPD_event.16 + } + } + 3 = { + country_event = { + id = URAPD_event.17 + } + } + 3 = { + country_event = { + id = URAPD_event.18 + } + } + 3 = { + country_event = { + id = URAPD_event.3 + } + } + } + } + } + ai_will_do = { + factor = 0 + } + } + #文化训练 + xunlian_Z = { + icon = ura_Z + allowed = { + } + available = { + has_stability > 0.2 + custom_trigger_tooltip = { + tooltip = "没有其他训练在进行" + NOT = { + has_country_flag = URA_con + } + } + } + visible = { + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 10 + modifier = { + } + fixed_random_seed = no + complete_effect = { + set_country_flag = URA_con + } + remove_effect = { + jiuzhen_Z = yes + clr_country_flag = URA_con + set_temp_variable = { + temp1 = basic_Z_Z + } + multiply_temp_variable = { + temp1 = data_X + } + multiply_temp_variable = { + temp1 = up_Z + } + round_temp_variable = temp1 + add_to_variable = { + var = data_Z + value = temp1 + tooltip = data_Z_ch1 + } + set_temp_variable = { + temp2 = basic_Z_S + } + multiply_temp_variable = { + temp2 = data_X + } + multiply_temp_variable = { + temp2 = up_S + } + round_temp_variable = temp2 + add_to_variable = { + var = data_S + value = temp2 + tooltip = data_S_ch2 + } + add_to_variable = { + var = data_P + value = 4 + tooltip = data_P_4 + } + custom_effect_tooltip = data_P_gailv + jiuzhen = yes + hidden_effect = { + random_list = { + 30 = { + } + 40 = { + get_skill = yes + country_event = URAPD_event.13 + } + 3 = { + country_event = { + id = URAPD_event.14 + } + } + 3 = { + country_event = { + id = URAPD_event.15 + } + } + 3 = { + country_event = { + id = URAPD_event.16 + } + } + 3 = { + country_event = { + id = URAPD_event.17 + } + } + 3 = { + country_event = { + id = URAPD_event.18 + } + } + 3 = { + country_event = { + id = URAPD_event.3 + } + } + } + } + } + ai_will_do = { + factor = 0 + } + } + xunlian_X_up = { + icon = ura_1 + allowed = { + } + available = { + has_stability > 0.4 + num_of_civilian_factories_available_for_projects > 2 + custom_trigger_tooltip = { + tooltip = "没有其他训练在进行" + NOT = { + has_country_flag = URA_con + } + } + } + visible = { + has_country_flag = URA_2 + is_ai = no + check_variable = { + var = data_X + value = 1.2 + compare = less_than + } + } + cost = 50 + days_remove = 10 + modifier = { + civilian_factory_use = 3 + } + fixed_random_seed = no + complete_effect = { + set_country_flag = URA_con + } + remove_effect = { + add_to_variable = { + var = data_X + value = 0.1 + tooltip = level_X_UP + } + clr_country_flag = URA_con + jiuzhen = yes + } + ai_will_do = { + factor = 0 + } + } + #速度训练加强 + xunlian_S_up = { + icon = get_up + allowed = { + } + available = { + has_stability > 0.4 + num_of_civilian_factories_available_for_projects > 2 + } + visible = { + has_country_flag = URA_2 + is_ai = no + check_variable = { + var = ex_level_S + value = 5 + compare = less_than + } + } + cost = 50 + days_remove = 60 + modifier = { + civilian_factory_use = 3 + } + fixed_random_seed = no + complete_effect = { + } + remove_effect = { + add_to_variable = { + var = ex_level_S + value = 1 + tooltip = level_S_UP + } + jiuzhen = yes + } + ai_will_do = { + factor = 0 + } + } + xunlian_N_up = { + icon = get_up + allowed = { + } + available = { + has_stability > 0.4 + num_of_civilian_factories_available_for_projects > 2 + } + visible = { + has_country_flag = URA_2 + is_ai = no + check_variable = { + var = ex_level_N + value = 5 + compare = less_than + } + } + cost = 50 + days_remove = 60 + modifier = { + civilian_factory_use = 3 + } + fixed_random_seed = no + complete_effect = { + } + remove_effect = { + add_to_variable = { + var = ex_level_N + value = 1 + tooltip = level_N_UP + } + jiuzhen = yes + } + ai_will_do = { + factor = 0 + } + } + xunlian_L_up = { + icon = get_up + allowed = { + } + available = { + has_stability > 0.4 + num_of_civilian_factories_available_for_projects > 2 + } + visible = { + has_country_flag = URA_2 + is_ai = no + check_variable = { + var = ex_level_L + value = 5 + compare = less_than + } + } + cost = 50 + days_remove = 60 + modifier = { + civilian_factory_use = 3 + } + fixed_random_seed = no + complete_effect = { + } + remove_effect = { + add_to_variable = { + var = ex_level_L + value = 1 + tooltip = level_L_UP + } + jiuzhen = yes + } + ai_will_do = { + factor = 0 + } + } + xunlian_G_up = { + icon = get_up + allowed = { + } + available = { + has_stability > 0.4 + num_of_civilian_factories_available_for_projects > 2 + } + visible = { + has_country_flag = URA_2 + is_ai = no + check_variable = { + var = ex_level_G + value = 5 + compare = less_than + } + } + cost = 50 + days_remove = 60 + modifier = { + civilian_factory_use = 3 + } + fixed_random_seed = no + complete_effect = { + } + remove_effect = { + add_to_variable = { + var = ex_level_G + value = 1 + tooltip = level_G_UP + } + jiuzhen = yes + } + ai_will_do = { + factor = 0 + } + } + xunlian_Z_up = { + icon = get_up + allowed = { + } + available = { + has_stability > 0.4 + num_of_civilian_factories_available_for_projects > 2 + } + visible = { + has_country_flag = URA_2 + is_ai = no + check_variable = { + var = ex_level_Z + value = 5 + compare = less_than + } + } + cost = 50 + days_remove = 60 + modifier = { + civilian_factory_use = 3 + } + fixed_random_seed = no + complete_effect = { + } + remove_effect = { + add_to_variable = { + var = ex_level_Z + value = 1 + tooltip = level_Z_UP + } + jiuzhen = yes + } + ai_will_do = { + factor = 0 + } + } + maniang_change_now = { + icon = get_up + allowed = { + } + available = { + } + visible = { + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + fixed_random_seed = no + complete_effect = { + country_event = URAPD_event.19 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #测试 + test_1 = { + icon = get_up + allowed = { + } + available = { + } + visible = { + is_debug = yes + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 1 + modifier = { + } + fixed_random_seed = no + complete_effect = { + } + remove_effect = { + get_skill = yes + country_event = URAPD_event.13 + } + ai_will_do = { + factor = 0 + } + } + test_2 = { + icon = get_up + allowed = { + } + available = { + } + visible = { + is_debug = yes + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 1 + modifier = { + } + fixed_random_seed = no + complete_effect = { + set_country_flag = URA_skill_1 + set_country_flag = URA_skill_2 + set_country_flag = URA_skill_3 + set_country_flag = URA_skill_4 + set_country_flag = URA_skill_5 + set_country_flag = URA_skill_6 + set_country_flag = URA_skill_7 + set_country_flag = URA_skill_8 + set_country_flag = URA_skill_9 + set_country_flag = URA_skill_10 + set_country_flag = URA_skill_11 + set_country_flag = URA_skill_12 + set_country_flag = URA_skill_13 + set_country_flag = URA_skill_14 + set_country_flag = URA_skill_15 + set_country_flag = URA_skill_16 + set_country_flag = URA_skill_17 + set_country_flag = URA_skill_18 + set_country_flag = URA_skill_19 + set_country_flag = URA_skill_20 + set_country_flag = URA_skill_21 + set_country_flag = URA_skill_22 + set_country_flag = URA_skill_23 + set_country_flag = URA_skill_24 + set_country_flag = URA_skill_25 + set_country_flag = URA_skill_26 + set_country_flag = URA_skill_27 + set_country_flag = URA_skill_28 + set_country_flag = URA_skill_29 + set_country_flag = URA_skill_30 + set_country_flag = URA_skill_31 + set_country_flag = URA_skill_32 + set_country_flag = URA_skill_33 + set_country_flag = URA_skill_34 + set_country_flag = URA_skill_35 + set_country_flag = URA_skill_36 + set_country_flag = URA_skill_37 + set_country_flag = URA_skill_38 + set_country_flag = URA_skill_39 + set_country_flag = URA_skill_40 + set_country_flag = URA_skill_41 + set_country_flag = URA_skill_42 + set_country_flag = URA_skill_43 + set_country_flag = URA_skill_44 + set_country_flag = URA_skill_45 + set_country_flag = URA_skill_46 + set_country_flag = URA_skill_47 + set_country_flag = URA_skill_48 + set_country_flag = URA_skill_49 + set_country_flag = URA_skill_50 + set_country_flag = URA_skill_51 + set_country_flag = URA_skill_52 + set_country_flag = URA_skill_53 + set_country_flag = URA_skill_54 + set_country_flag = URA_skill_55 + set_country_flag = URA_skill_56 + set_country_flag = URA_skill_57 + set_country_flag = URA_skill_58 + set_country_flag = URA_skill_59 + set_country_flag = URA_skill_60 + set_country_flag = URA_skill_61 + set_country_flag = URA_skill_62 + set_country_flag = URA_skill_63 + set_country_flag = URA_skill_64 + set_country_flag = URA_skill_65 + set_country_flag = URA_skill_66 + set_country_flag = URA_skill_67 + set_country_flag = URA_skill_68 + set_country_flag = URA_skill_69 + set_country_flag = URA_skill_70 + set_country_flag = URA_skill_71 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } +} + +jineng_decisions = { + #########通用技能########## + #气候适应 + Skill_1 = { + icon = skill_1 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_1 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + acclimatization_cold_climate_gain_factor = 0.4 + acclimatization_hot_climate_gain_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_2 = { + icon = skill_2 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_2 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + training_time_army_factor = -0.5 + minimum_training_level = -0.5 + max_training = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_3 = { + icon = skill_3 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_3 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + army_speed_factor = 0.2 + air_maximum_speed_factor = 0.2 + Navy_speed_factor = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_4 = { + icon = skill_4 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_4 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + Army_org_factor = 0.2 + Army_org_regain = 0.3 + org_loss_when_moving = -0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_5 = { + icon = skill_5 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_5 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + Experience_gain_army_factor = 0.5 + Experience_gain_army_unit_factor = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_6 = { + icon = skill_6 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_6 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + terrain_penalty_reduction = 0.4 + pocket_penalty = -0.3 + no_supply_grace = 96 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_7 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_7 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + max_dig_in_factor = 0.2 + dig_in_speed_factor = 1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_8 = { + icon = skill_8 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_8 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + Army_attack_factor = 0.25 + Army_defence_factor = 0.25 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_9 = { + icon = skill_9 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_9 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + max_planning = 0.2 + planning_speed = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_10 = { + icon = skill_10 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_10 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + air_attack_factor = 0.2 + air_defence_factor = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_11 = { + icon = skill_11 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_11 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + air_weather_penalty = -0.4 + air_night_penalty = -0.25 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_12 = { + icon = skill_12 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_12 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + Winter_attrition_factor = -0.2 + heat_attrition_factor = -0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_13 = { + icon = skill_13 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_13 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + Naval_strike_targetting_factor = 0.3 + Naval_strike_agility_factor = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_14 = { + icon = skill_14 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_14 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + political_power_factor = 0.7 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_15 = { + icon = skill_15 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_15 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + research_speed_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_16 = { + icon = skill_16 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_16 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + war_support_weekly = 0.005 + stability_weekly = 0.005 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_17 = { + icon = skill_17 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_17 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + special_forces_training_time_factor = -0.4 + special_forces_no_supply_grace = 48 + special_forces_attack_factor = 0.2 + special_forces_defence_factor = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_18 = { + icon = skill_18 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_18 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + air_range_factor = 0.2 + extra_paratrooper_supply_grace = 96 + air_superiority_efficiency = 0.15 + paratrooper_count_per_plane = 10 + paradrop_organization_factor = 0.2 + paratrooper_aa_defense = 0.3 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_19 = { + icon = skill_19 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_19 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + extra_marine_supply_grace = 96 + invasion_preparation = -0.5 + transport_capacity = -0.5 + naval_invasion_capacity = 12 + amphibious_invasion_defence = 0.3 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_20 = { + icon = skill_20 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_20 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + navy_submarine_attack_factor = 0.2 + navy_submarine_defence_factor = 0.2 + naval_torpedo_hit_chance_factor = 0.15 + naval_torpedo_reveal_chance_factor = -0.15 + naval_torpedo_screen_penetration_factor = 0.15 + naval_torpedo_cooldown_factor = -0.2 + torpedo_attack = 0.2 + sub_retreat_speed = 0.2 + navy_visibility = -0.1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_21 = { + icon = skill_21 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_21 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + navy_carrier_air_attack_factor = 0.2 + navy_carrier_air_targetting_factor = 0.2 + navy_carrier_air_agility_factor = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_22 = { + icon = skill_22 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_22 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + navy_capital_ship_attack_factor = 0.25 + navy_capital_ship_defence_factor = 0.25 + naval_detection = 0.15 + naval_strike = 0.15 + naval_hit_chance = 0.15 + Naval_critical_score_chance_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_23 = { + icon = skill_23 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_23 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + experience_gain_army = 1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_24 = { + icon = skill_24 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_24 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + experience_gain_navy = 1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_25 = { + icon = skill_25 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_25 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + experience_gain_air = 1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_26 = { + icon = skill_26 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_26 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + command_power_gain_mult = 1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_27 = { + icon = skill_27 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_27 + is_ai = no + } + cost = 0 + days_remove = 240 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + every_army_leader = { + add_skill_level = 1 + add_logistics = 1 + add_planning = 1 + add_defense = 1 + add_attack = 1 + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_28 = { + icon = skill_28 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_28 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + add_ace = { + name = "FighterAce" + surname = "Lady-1" + callsign = "Madam-1" + type = fighter_genius + is_female = yes + } + add_ace = { + name = "FighterAce" + surname = "Lady-2" + callsign = "Madam-2" + type = fighter_genius + is_female = yes + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_29 = { + icon = skill_29 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_29 + is_ai = no + } + cost = 0 + days_remove = 360 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + set_technology = { + nukes = 1 + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_30 = { + icon = skill_30 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_30 + is_ai = no + } + cost = 0 + days_remove = 720 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + add_research_slot = 1 + } + ai_will_do = { + factor = 0 + } + } + # + Skill_31 = { + icon = skill_31 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_31 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + army_infantry_attack_factor = 0.15 + army_infantry_defence_factor = 0.15 + army_infantry_speed_factor = 0.15 + custom_effect_tooltip = infa_up + experience_gain_infantry_training_factor = 0.4 + experience_gain_infantry_combat_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_32 = { + icon = skill_32 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_32 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + motorized_attack_factor = 0.15 + motorized_defence_factor = 0.15 + motorized_speed_factor = 0.15 + custom_effect_tooltip = motuo_up + experience_gain_motorized_training_factor = 0.4 + experience_gain_motorized_combat_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_33 = { + icon = skill_33 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_33 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + Army_artillery_attack_factor = 0.15 + Army_artillery_defence_factor = 0.15 + Army_artillery_speed_factor = 0.15 + custom_effect_tooltip = arti_up + experience_gain_artillery_training_factor = 0.4 + experience_gain_artillery_combat_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_34 = { + icon = skill_34 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_34 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + army_armor_attack_factor = 0.15 + army_armor_defence_factor = 0.15 + army_armor_speed_factor = 0.15 + custom_effect_tooltip = armor_up + experience_gain_armored_car_training_factor = 0.4 + experience_gain_armored_car_combat_factor = 0.4 + experience_gain_armored_car_recon_training_factor = 0.4 + experience_gain_armored_car_recon_combat_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_35 = { + icon = skill_35 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_35 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + conscription = 0.03 + conscription_factor = 0.3 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_36 = { + icon = skill_36 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_36 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + consumer_goods_factor = -0.05 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_37 = { + icon = skill_37 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_37 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + production_speed_infrastructure_factor = 0.15 + production_speed_industrial_complex_factor = 0.15 + production_speed_arms_factory_factor = 0.15 + production_speed_dockyard_factor = 0.15 + production_speed_fuel_silo_factor = 0.2 + production_speed_synthetic_refinery_factor = 0.2 + production_speed_naval_base_factor = 0.2 + production_speed_radar_station_factor = 0.2 + production_speed_air_base_factor = 0.2 + production_speed_anti_air_building_factor = 0.2 + production_speed_bunker_factor = 0.2 + production_speed_coastal_bunker_factor = 0.2 + production_speed_rocket_site_factor = 0.2 + production_speed_nuclear_reactor_factor = 0.15 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_38 = { + icon = skill_38 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_38 + is_ai = no + } + cost = 0 + days_remove = 90 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + add_offsite_building = { + type = industrial_complex + level = 3 + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_39 = { + icon = skill_39 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_39 + is_ai = no + } + cost = 0 + days_remove = 90 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + add_offsite_building = { + type = arms_factory + level = 3 + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_40 = { + icon = skill_40 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_40 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + every_state = { + limit = { + is_controlled_by = ROOT + } + add_extra_state_shared_building_slots = 1 + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_41 = { + icon = skill_41 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_41 + is_ai = no + } + cost = 0 + days_remove = 90 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + every_state = { + limit = { + is_controlled_by = ROOT + } + add_building_construction = { + type = infrastructure + level = 1 + instant_build = yes + } + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_42 = { + icon = skill_42 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_42 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + Equipment_capture_factor = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_43 = { + icon = skill_43 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_43 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + required_garrison_factor = -0.2 + compliance_growth = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_44 = { + icon = skill_44 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_44 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + send_volunteer_size = 12 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_45 = { + icon = skill_45 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_45 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + conversion_cost_civ_to_mil_factor = -0.5 + conversion_cost_mil_to_civ_factor = -0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_46 = { + icon = skill_46 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_46 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + industrial_capacity_factory = 0.2 + industrial_capacity_dockyard = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_47 = { + icon = skill_47 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_47 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + production_factory_max_efficiency_factor = 0.15 + production_factory_efficiency_gain_factor = 0.1 + production_lack_of_resource_penalty_factor = -0.3 + line_change_production_efficiency_factor = 0.15 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_48 = { + icon = skill_48 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_48 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + base_fuel_gain_factor = 0.4 + Fuel_gain_factor = 0.4 + navy_fuel_consumption_factor = -0.3 + air_fuel_consumption_factor = -0.3 + Army_fuel_consumption_factor = -0.3 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_49 = { + icon = skill_49 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_49 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + political_advisor_cost_factor = -0.25 + trade_laws_cost_factor = -0.25 + mobilization_laws_cost_factor = -0.25 + economy_cost_factor = -0.25 + high_command_cost_factor = -0.25 + air_chief_cost_factor = -0.25 + army_chief_cost_factor = -0.25 + navy_chief_cost_factor = -0.25 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_50 = { + icon = skill_50 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_50 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + surrender_limit = 0.15 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_51 = { + icon = skill_51 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + has_war = yes + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_51 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + every_country = { + limit = { + has_war_with = ROOT + } + add_equipment_to_stockpile = { + type = infantry_equipment + amount = -5000 + } + ROOT = { + add_equipment_to_stockpile = { + type = infantry_equipment + amount = 5000 + } + } + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_52 = { + icon = skill_52 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + has_war = yes + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_52 + is_ai = no + } + cost = 0 + days_remove = 5 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + division_template = { + name = "卫戍团" + regiments = { + infantry = { + x = 0 + y = 0 + } + infantry = { + x = 0 + y = 1 + } + infantry = { + x = 0 + y = 2 + } + infantry = { + x = 0 + y = 3 + } + } + } + every_state = { + limit = { + is_controlled_by = ROOT + is_capital = yes + } + create_unit = { + division = "name = \"卫戍团\" division_template = \"卫戍团\" start_experience_factor = 0.1 start_equipment_factor = 0.3" + owner = ROOT + } + create_unit = { + division = "name = \"卫戍团\" division_template = \"卫戍团\" start_experience_factor = 0.1 start_equipment_factor = 0.3" + owner = ROOT + } + create_unit = { + division = "name = \"卫戍团\" division_template = \"卫戍团\" start_experience_factor = 0.1 start_equipment_factor = 0.3" + owner = ROOT + } + create_unit = { + division = "name = \"卫戍团\" division_template = \"卫戍团\" start_experience_factor = 0.1 start_equipment_factor = 0.3" + owner = ROOT + } + create_unit = { + division = "name = \"卫戍团\" division_template = \"卫戍团\" start_experience_factor = 0.1 start_equipment_factor = 0.3" + owner = ROOT + } + create_unit = { + division = "name = \"卫戍团\" division_template = \"卫戍团\" start_experience_factor = 0.1 start_equipment_factor = 0.3" + owner = ROOT + } + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_53 = { + icon = skill_53 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + has_war = yes + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_53 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + every_country = { + limit = { + has_war_with = ROOT + } + every_army_leader = { + add_timed_unit_leader_trait = { + trait = wounded + days = 20 + } + } + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_54 = { + icon = skill_54 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_54 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + commando_trait_chance_factor = 0.7 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_55 = { + icon = skill_55 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_55 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + land_equipment_upgrade_xp_cost = -0.5 + naval_equipment_upgrade_xp_cost = -0.5 + air_equipment_upgrade_xp_cost = -0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_56 = { + icon = skill_56 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_56 + NOT = { + has_country_flag = URA_skill_72 + } + is_ai = no + } + cost = 0 + days_remove = 60 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + if = { + limit = { + NOT = { + has_tech = basic_heavy_tank + } + } + set_technology = { + basic_heavy_tank = 1 + } + } + if = { + limit = { + NOT = { + has_tech = super_heavy_tank + } + } + set_technology = { + super_heavy_tank = 1 + } + } + if = { + limit = { + NOT = { + has_tech = tech_maintenance_company + } + } + set_technology = { + tech_maintenance_company = 1 + } + } + if = { + limit = { + NOT = { + has_tech = mechanised_infantry + } + } + set_technology = { + mechanised_infantry = 1 + } + } + division_template = { + name = "移动要塞" + is_locked = yes + regiments = { + mechanized = { + x = 0 + y = 0 + } + mechanized = { + x = 0 + y = 1 + } + mechanized = { + x = 0 + y = 2 + } + mechanized = { + x = 0 + y = 3 + } + mechanized = { + x = 0 + y = 4 + } + mechanized = { + x = 1 + y = 0 + } + mechanized = { + x = 1 + y = 1 + } + mechanized = { + x = 1 + y = 2 + } + mechanized = { + x = 1 + y = 3 + } + mechanized = { + x = 1 + y = 4 + } + heavy_armor = { + x = 2 + y = 0 + } + heavy_armor = { + x = 2 + y = 1 + } + heavy_armor = { + x = 2 + y = 2 + } + heavy_armor = { + x = 2 + y = 3 + } + heavy_armor = { + x = 2 + y = 4 + } + heavy_armor = { + x = 3 + y = 0 + } + heavy_armor = { + x = 3 + y = 1 + } + heavy_armor = { + x = 3 + y = 2 + } + heavy_armor = { + x = 3 + y = 3 + } + heavy_armor = { + x = 3 + y = 4 + } + super_heavy_armor = { + x = 4 + y = 0 + } + super_heavy_armor = { + x = 4 + y = 1 + } + super_heavy_armor = { + x = 4 + y = 2 + } + super_heavy_armor = { + x = 4 + y = 3 + } + super_heavy_armor = { + x = 4 + y = 4 + } + } + support = { + engineer = { + x = 0 + y = 0 + } + logistics_company = { + x = 0 + y = 1 + } + maintenance_company = { + x = 0 + y = 2 + } + } + } + custom_effect_tooltip = yanjiuyaosai + set_country_flag = URA_skill_72 + } + ai_will_do = { + factor = 0 + } + } + Skill_72 = { + icon = skill_56 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_72 + is_ai = no + } + cost = 0 + days_remove = 60 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + every_state = { + limit = { + is_controlled_by = ROOT + is_capital = yes + } + create_unit = { + division = "name = \"移动要塞\" division_template = \"移动要塞\" start_experience_factor = 1.0 start_equipment_factor = 1.0" + owner = ROOT + } + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_57 = { + icon = skill_57 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_57 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + breakthrough_bonus_against = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_58 = { + icon = skill_58 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_58 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + every_country = { + limit = { + has_war_with = ROOT + } + add_stability = -0.25 + add_war_support = -0.25 + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_59 = { + icon = skill_59 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_59 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + custom_effect_tooltip = junhuoku + every_country = { + limit = { + has_war_with = ROOT + } + set_equipment_fraction = 0.8 + } + } + ai_will_do = { + factor = 0 + } + } + # + Skill_60 = { + icon = skill_60 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_60 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + resistance_decay_on_our_occupied_states = -0.5 + resistance_growth_on_our_occupied_states = 0.5 + Resistance_damage_to_garrison_on_our_occupied_states = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_61 = { + icon = skill_61 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_61 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + local_resources_factor = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_62 = { + icon = skill_62 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_62 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + military_leader_cost_factor = -0.5 + army_leader_start_defense_level = 2 + army_leader_start_attack_level = 2 + army_leader_start_logistics_level = 2 + army_leader_start_planning_level = 2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_63 = { + icon = skill_63 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_63 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + naval_coordination = 0.15 + navy_org_factor = 0.15 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_64 = { + icon = skill_64 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_64 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + operation_cost = -0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_65 = { + icon = skill_65 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_65 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + intelligence_agency_defense = 2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_66 = { + icon = skill_66 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_66 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + agency_upgrade_time = -0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_67 = { + icon = skill_67 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_67 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + decryption_factor = 0.3 + encryption_factor = 0.3 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_68 = { + icon = skill_68 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_68 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + civilian_intel_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_69 = { + icon = skill_69 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_69 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + navy_intel_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_70 = { + icon = skill_70 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_70 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + airforce_intel_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + Skill_71 = { + icon = skill_71 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_2 + has_country_flag = URA_skill_71 + is_ai = no + } + cost = 0 + days_remove = 120 + modifier = { + Army_intel_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #########个人技能########## + #流星 + jineng_maniang_1 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_1 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + consumer_goods_factor = 0.01 + army_speed_factor = 0.25 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #最前方的景色绝不让出…! + jineng_maniang_2 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_2 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + army_attack_factor = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #究极帝王舞步 + jineng_maniang_3 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_3 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + army_org_factor = 0.2 + army_morale_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #红焰变速/LP1211-M + jineng_maniang_4 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_4 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + add_timed_idea = { + idea = jineng_maniang_4 + days = 180 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #煌星的歌舞剧 + jineng_maniang_5 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_5 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + consumer_goods_factor = -0.1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #胜利的鼓动 + jineng_maniang_6 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_6 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + consumer_goods_factor = 0.01 + army_artillery_attack_factor = 0.2 + army_artillery_defence_factor = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #不沉舰,起锚! + jineng_maniang_7 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_7 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + experience_gain_navy_factor = 1 + naval_hit_chance = 0.15 + naval_coordination = 0.05 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #切割×DRIVE! + jineng_maniang_8 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_8 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + experience_gain_army = 2 + experience_gain_army_factor = 1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #华丽 红色王牌 + jineng_maniang_9 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_9 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + add_timed_idea = { + idea = jineng_maniang_9 + days = 180 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #胜利射门! + jineng_maniang_10 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_10 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + heat_attrition_factor = -0.4 + army_attack_factor = 0.15 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #精神一到,何事不成 + jineng_maniang_11 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_11 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + enemy_partisan_effect = 2 + production_speed_industrial_complex_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #单挑!DEAD HEAT! + jineng_maniang_12 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_12 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + conscription = 0.05 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #为了完成显贵的使命 + jineng_maniang_13 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_13 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + war_support_weekly = 0.01 + stability_weekly = 0.01 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #场外飞身扑☆身体突击 + jineng_maniang_14 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_14 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + cavalry_attack_factor = 0.6 + cavalry_defence_factor = 0.6 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #献给维多利亚的舞蹈 + jineng_maniang_15 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_15 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + army_bonus_air_superiority_factor = 0.15 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + add_timed_idea = { + idea = jineng_maniang_15 + days = 180 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #Shadow Break + jineng_maniang_16 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_16 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + add_timed_idea = { + idea = jineng_maniang_16 + days = 180 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #汝,仰望皇帝的神威吧 + jineng_maniang_17 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_17 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + production_speed_arms_factory_factor = 0.3 + production_speed_air_base_factor = 0.4 + production_speed_naval_base_factor = 0.4 + production_speed_rocket_site_factor = 0.4 + production_speed_radar_station_factor = 0.4 + production_speed_nuclear_reactor_factor = 0.4 + production_speed_bunker_factor = 0.6 + production_speed_coastal_bunker_factor = 0.6 + production_speed_anti_air_building_factor = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #自尊之刃 + jineng_maniang_18 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_18 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + industrial_capacity_factory = 0.3 + industrial_capacity_dockyard = 0.3 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #Angling×Skimming + jineng_maniang_19 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_19 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + max_planning = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #∴win Q.E.D. + jineng_maniang_20 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_20 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + max_planning = 0.2 + planning_speed = 0.6 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #闪耀☆着地 + jineng_maniang_21 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_21 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + experience_gain_air = 2 + experience_gain_air_factor = 1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #G00 1st.F∞; + jineng_maniang_22 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_22 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + army_bonus_air_superiority_factor = 0.1 + air_weather_penalty = -0.9 + air_range_factor = 0.3 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #赤茨阿纳波里克! + jineng_maniang_23 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_23 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + army_core_attack_factor = 0.6 + army_core_defence_factor = 0.6 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #蓝玫瑰猎人 + jineng_maniang_24 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_24 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + supply_consumption_factor = -0.3 + army_org_factor = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #U=ma2 + jineng_maniang_25 = { + icon = skill_8 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_25 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + research_speed_factor = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # 给你胜利的票! + jineng_maniang_26 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_26 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + mobilization_speed = 0.6 + land_reinforce_rate = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # #LookatCurren + jineng_maniang_27 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_27 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + max_dig_in = 12 + recon_factor_while_entrenched = 0.4 + dig_in_speed_factor = 0.5 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #KEEP IT REAL. + jineng_maniang_28 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_28 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + send_volunteer_size = 12 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #优等生×进王=大胜利 + jineng_maniang_29 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_29 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + training_time_factor = -0.5 + army_attack_factor = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #纯洁之心 + jineng_maniang_30 = { + icon = skill_8 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_30 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + political_power_factor = 1 + political_advisor_cost_factor = -0.25 + trade_laws_cost_factor = -0.25 + mobilization_laws_cost_factor = -0.25 + economy_cost_factor = -0.25 + high_command_cost_factor = -0.25 + air_chief_cost_factor = -0.25 + army_chief_cost_factor = -0.25 + navy_chief_cost_factor = -0.25 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # 闪亮闪亮☆STARDOM + jineng_maniang_31 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_31 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + local_resources_factor = 1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # Nemesis + jineng_maniang_32 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_32 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + experience_gain_army = 1 + experience_gain_navy = 1 + experience_gain_air = 1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #兴奋的最高顶 + jineng_maniang_33 = { + icon = skill_8 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_33 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + command_power_gain_mult = 1 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + add_timed_idea = { + idea = jineng_maniang_33 + days = 180 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #来,来,让我来 + jineng_maniang_34 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_34 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + add_timed_idea = { + idea = jineng_maniang_34 + days = 180 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #一定要在那之前…! + jineng_maniang_35 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_35 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + equipment_capture = 0.3 + industry_air_damage_factor = -0.4 + surrender_limit = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #Pride of KING + jineng_maniang_36 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_36 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + industry_repair_factor = 1 + no_supply_grace = 48 + surrender_limit = 0.2 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + jineng_maniang_37 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_37 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + industrial_capacity_factory = 0.4 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + # + jineng_maniang_38 = { + icon = skill_7 + allowed = { + } + available = { + custom_trigger_tooltip = { + tooltip = data_P_more_1 + check_variable = { + var = data_P + value = 20 + compare = greater_than_or_equals + } + } + is_ai = no + } + visible = { + has_country_flag = URA_maniang_38 + has_country_flag = URA_2 + is_ai = no + } + cost = 0 + days_remove = 180 + modifier = { + equipment_capture = 0.7 + } + fixed_random_seed = no + complete_effect = { + subtract_from_variable = { + var = data_P + value = 20 + tooltip = data_P_less_1 + } + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } +} + +xuanze_decisions = { + #特别周 + maniang_1 = { + icon = char_1 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_1 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 102 + } + add_to_variable = { + var = data_N + value = 108 + } + add_to_variable = { + var = data_L + value = 120 + } + add_to_variable = { + var = data_G + value = 110 + } + add_to_variable = { + var = data_Z + value = 110 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_1 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #无声铃鹿 + maniang_2 = { + icon = char_2 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_2 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 124 + } + add_to_variable = { + var = data_N + value = 102 + } + add_to_variable = { + var = data_L + value = 94 + } + add_to_variable = { + var = data_G + value = 122 + } + add_to_variable = { + var = data_Z + value = 108 + } + set_variable = { + var = up_S + value = 1.2 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1.1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_2 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #东海帝王 + maniang_3 = { + icon = char_3 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_3 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 109 + } + add_to_variable = { + var = data_N + value = 109 + } + add_to_variable = { + var = data_L + value = 102 + } + add_to_variable = { + var = data_G + value = 112 + } + add_to_variable = { + var = data_Z + value = 118 + } + set_variable = { + var = up_S + value = 1.2 + } + set_variable = { + var = up_N + value = 1.1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_3 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #丸善斯基 + maniang_4 = { + icon = char_4 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_4 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 118 + } + add_to_variable = { + var = data_N + value = 84 + } + add_to_variable = { + var = data_L + value = 105 + } + add_to_variable = { + var = data_G + value = 122 + } + add_to_variable = { + var = data_Z + value = 121 + } + set_variable = { + var = up_S + value = 1.1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.2 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_4 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #富士奇石 + maniang_5 = { + icon = char_5 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_5 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 117 + } + add_to_variable = { + var = data_N + value = 107 + } + add_to_variable = { + var = data_L + value = 100 + } + add_to_variable = { + var = data_G + value = 118 + } + add_to_variable = { + var = data_Z + value = 108 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.2 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_5 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #小栗帽 + maniang_6 = { + icon = char_6 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_6 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 124 + } + add_to_variable = { + var = data_N + value = 81 + } + add_to_variable = { + var = data_L + value = 130 + } + add_to_variable = { + var = data_G + value = 103 + } + add_to_variable = { + var = data_Z + value = 112 + } + set_variable = { + var = up_S + value = 1.2 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_6 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #黄金船 + maniang_7 = { + icon = char_7 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_7 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 106 + } + add_to_variable = { + var = data_N + value = 124 + } + add_to_variable = { + var = data_L + value = 102 + } + add_to_variable = { + var = data_G + value = 99 + } + add_to_variable = { + var = data_Z + value = 92 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1.1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_7 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #伏特加 + maniang_8 = { + icon = char_8 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_8 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 124 + } + add_to_variable = { + var = data_N + value = 79 + } + add_to_variable = { + var = data_L + value = 136 + } + add_to_variable = { + var = data_G + value = 97 + } + add_to_variable = { + var = data_Z + value = 114 + } + set_variable = { + var = up_S + value = 1.1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.2 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_8 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #大和赤骥 + maniang_9 = { + icon = char_9 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_9 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 109 + } + add_to_variable = { + var = data_N + value = 99 + } + add_to_variable = { + var = data_L + value = 103 + } + add_to_variable = { + var = data_G + value = 122 + } + add_to_variable = { + var = data_Z + value = 117 + } + set_variable = { + var = up_S + value = 1.1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1.2 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_9 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #大树快车 + maniang_10 = { + icon = char_10 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_10 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 118 + } + add_to_variable = { + var = data_N + value = 87 + } + add_to_variable = { + var = data_L + value = 119 + } + add_to_variable = { + var = data_G + value = 113 + } + add_to_variable = { + var = data_Z + value = 113 + } + set_variable = { + var = up_S + value = 1.2 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_10 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #草上飞 + maniang_11 = { + icon = char_11 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_11 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 118 + } + add_to_variable = { + var = data_N + value = 91 + } + add_to_variable = { + var = data_L + value = 129 + } + add_to_variable = { + var = data_G + value = 96 + } + add_to_variable = { + var = data_Z + value = 116 + } + set_variable = { + var = up_S + value = 1.2 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_11 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #菱亚马逊 + maniang_12 = { + icon = char_12 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_12 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 113 + } + add_to_variable = { + var = data_N + value = 103 + } + add_to_variable = { + var = data_L + value = 129 + } + add_to_variable = { + var = data_G + value = 100 + } + add_to_variable = { + var = data_Z + value = 105 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.2 + } + set_variable = { + var = up_G + value = 1.1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_12 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #目白麦昆 + maniang_13 = { + icon = char_13 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_13 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 87 + } + add_to_variable = { + var = data_N + value = 136 + } + add_to_variable = { + var = data_L + value = 87 + } + add_to_variable = { + var = data_G + value = 125 + } + add_to_variable = { + var = data_Z + value = 115 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_13 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #神鹰 + maniang_14 = { + icon = char_14 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_14 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 110 + } + add_to_variable = { + var = data_N + value = 98 + } + add_to_variable = { + var = data_L + value = 103 + } + add_to_variable = { + var = data_G + value = 121 + } + add_to_variable = { + var = data_Z + value = 118 + } + set_variable = { + var = up_S + value = 1.2 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_14 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #好歌剧 + maniang_15 = { + icon = char_15 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_15 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 91 + } + add_to_variable = { + var = data_N + value = 132 + } + add_to_variable = { + var = data_L + value = 91 + } + add_to_variable = { + var = data_G + value = 125 + } + add_to_variable = { + var = data_Z + value = 111 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_15 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #成田白仁 + maniang_16 = { + icon = char_16 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_16 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 113 + } + add_to_variable = { + var = data_N + value = 109 + } + add_to_variable = { + var = data_L + value = 122 + } + add_to_variable = { + var = data_G + value = 108 + } + add_to_variable = { + var = data_Z + value = 98 + } + set_variable = { + var = up_S + value = 1.1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_16 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #鲁道夫象征 + maniang_17 = { + icon = char_17 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_17 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 106 + } + add_to_variable = { + var = data_N + value = 111 + } + add_to_variable = { + var = data_L + value = 101 + } + add_to_variable = { + var = data_G + value = 118 + } + add_to_variable = { + var = data_Z + value = 114 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1.1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_17 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #气槽 + maniang_18 = { + icon = char_18 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_18 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 111 + } + add_to_variable = { + var = data_N + value = 105 + } + add_to_variable = { + var = data_L + value = 105 + } + add_to_variable = { + var = data_G + value = 112 + } + add_to_variable = { + var = data_Z + value = 117 + } + set_variable = { + var = up_S + value = 1.1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.2 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_18 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #星云天空 + maniang_19 = { + icon = char_19 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_19 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 120 + } + add_to_variable = { + var = data_N + value = 120 + } + add_to_variable = { + var = data_L + value = 108 + } + add_to_variable = { + var = data_G + value = 101 + } + add_to_variable = { + var = data_Z + value = 101 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.2 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_19 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #琵琶晨光 + maniang_20 = { + icon = char_20 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_20 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 104 + } + add_to_variable = { + var = data_N + value = 114 + } + add_to_variable = { + var = data_L + value = 101 + } + add_to_variable = { + var = data_G + value = 114 + } + add_to_variable = { + var = data_Z + value = 117 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1.1 + } + set_variable = { + var = up_Z + value = 1.2 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_20 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #重炮 + maniang_21 = { + icon = char_21 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_21 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 94 + } + add_to_variable = { + var = data_N + value = 130 + } + add_to_variable = { + var = data_L + value = 86 + } + add_to_variable = { + var = data_G + value = 123 + } + add_to_variable = { + var = data_Z + value = 117 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1.1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_21 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #美浦波旁 + maniang_22 = { + icon = char_22 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_22 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 117 + } + add_to_variable = { + var = data_N + value = 88 + } + add_to_variable = { + var = data_L + value = 112 + } + add_to_variable = { + var = data_G + value = 124 + } + add_to_variable = { + var = data_Z + value = 109 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1.1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_22 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #目白赖恩 + maniang_23 = { + icon = char_23 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_23 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 120 + } + add_to_variable = { + var = data_N + value = 91 + } + add_to_variable = { + var = data_L + value = 130 + } + add_to_variable = { + var = data_G + value = 98 + } + add_to_variable = { + var = data_Z + value = 111 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.2 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_23 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #米浴 + maniang_24 = { + icon = char_24 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_24 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 87 + } + add_to_variable = { + var = data_N + value = 143 + } + add_to_variable = { + var = data_L + value = 86 + } + add_to_variable = { + var = data_G + value = 125 + } + add_to_variable = { + var = data_Z + value = 109 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1.2 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_24 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #爱丽速子 + maniang_25 = { + icon = char_25 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_25 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 112 + } + add_to_variable = { + var = data_N + value = 104 + } + add_to_variable = { + var = data_L + value = 104 + } + add_to_variable = { + var = data_G + value = 108 + } + add_to_variable = { + var = data_Z + value = 122 + } + set_variable = { + var = up_S + value = 1.2 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1.1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_25 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #胜利奖券 + maniang_26 = { + icon = char_26 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_26 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 120 + } + add_to_variable = { + var = data_N + value = 93 + } + add_to_variable = { + var = data_L + value = 125 + } + add_to_variable = { + var = data_G + value = 101 + } + add_to_variable = { + var = data_Z + value = 111 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.1 + } + set_variable = { + var = up_L + value = 1.2 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_26 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #真机伶 + maniang_27 = { + icon = char_27 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_27 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 119 + } + add_to_variable = { + var = data_N + value = 71 + } + add_to_variable = { + var = data_L + value = 130 + } + add_to_variable = { + var = data_G + value = 111 + } + add_to_variable = { + var = data_Z + value = 119 + } + set_variable = { + var = up_S + value = 1.1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.2 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_27 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #黄金城 + maniang_28 = { + icon = char_28 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_28 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 109 + } + add_to_variable = { + var = data_N + value = 113 + } + add_to_variable = { + var = data_L + value = 114 + } + add_to_variable = { + var = data_G + value = 112 + } + add_to_variable = { + var = data_Z + value = 102 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.1 + } + set_variable = { + var = up_G + value = 1.2 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_28 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #樱花进王 + maniang_29 = { + icon = char_29 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_29 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 120 + } + add_to_variable = { + var = data_N + value = 74 + } + add_to_variable = { + var = data_L + value = 128 + } + add_to_variable = { + var = data_G + value = 116 + } + add_to_variable = { + var = data_Z + value = 112 + } + set_variable = { + var = up_S + value = 1.2 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_29 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #超级小海湾 + maniang_30 = { + icon = char_30 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_30 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 184 + } + add_to_variable = { + var = data_N + value = 129 + } + add_to_variable = { + var = data_L + value = 92 + } + add_to_variable = { + var = data_G + value = 129 + } + add_to_variable = { + var = data_Z + value = 116 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.2 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_30 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #醒目飞鹰 + maniang_31 = { + icon = char_31 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_31 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 115 + } + add_to_variable = { + var = data_N + value = 104 + } + add_to_variable = { + var = data_L + value = 104 + } + add_to_variable = { + var = data_G + value = 122 + } + add_to_variable = { + var = data_Z + value = 105 + } + set_variable = { + var = up_S + value = 1.2 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_31 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #成田大进 + maniang_32 = { + icon = char_32 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_32 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 118 + } + add_to_variable = { + var = data_N + value = 100 + } + add_to_variable = { + var = data_L + value = 121 + } + add_to_variable = { + var = data_G + value = 97 + } + add_to_variable = { + var = data_Z + value = 114 + } + set_variable = { + var = up_S + value = 1.1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1.2 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_32 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #春乌拉拉 + maniang_33 = { + icon = char_33 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_33 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 115 + } + add_to_variable = { + var = data_N + value = 79 + } + add_to_variable = { + var = data_L + value = 123 + } + add_to_variable = { + var = data_G + value = 119 + } + add_to_variable = { + var = data_Z + value = 114 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.1 + } + set_variable = { + var = up_G + value = 1.2 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_33 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #待兼福来 + maniang_34 = { + icon = char_34 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + NOT = { + has_country_flag = URA_maniang_34 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 106 + } + add_to_variable = { + var = data_N + value = 111 + } + add_to_variable = { + var = data_L + value = 121 + } + add_to_variable = { + var = data_G + value = 111 + } + add_to_variable = { + var = data_Z + value = 101 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1.1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_34 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #优秀素质 + maniang_35 = { + icon = char_35 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + is_ai = no + not = { + has_country_flag = URA_maniang_35 + } + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 118 + } + add_to_variable = { + var = data_N + value = 99 + } + add_to_variable = { + var = data_L + value = 123 + } + add_to_variable = { + var = data_G + value = 96 + } + add_to_variable = { + var = data_Z + value = 114 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.2 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_35 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #帝王光辉 + maniang_36 = { + icon = char_36 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + NOT = { + has_country_flag = URA_maniang_36 + } + is_ai = no + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 120 + } + add_to_variable = { + var = data_N + value = 82 + } + add_to_variable = { + var = data_L + value = 127 + } + add_to_variable = { + var = data_G + value = 100 + } + add_to_variable = { + var = data_Z + value = 121 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1.1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_36 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #名将怒涛 + maniang_37 = { + icon = char_37 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + NOT = { + has_country_flag = URA_maniang_37 + } + is_ai = no + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 113 + } + add_to_variable = { + var = data_N + value = 116 + } + add_to_variable = { + var = data_L + value = 104 + } + add_to_variable = { + var = data_G + value = 118 + } + add_to_variable = { + var = data_Z + value = 99 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1.2 + } + set_variable = { + var = up_L + value = 1 + } + set_variable = { + var = up_G + value = 1.1 + } + set_variable = { + var = up_Z + value = 1 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_37 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } + #荣进闪耀 + maniang_38 = { + icon = char_38 + allowed = { + } + available = { + is_ai = no + } + visible = { + has_country_flag = URA_xuanze + NOT = { + has_country_flag = URA_maniang_38 + } + is_ai = no + } + cost = 0 + modifier = { + } + fixed_random_seed = no + complete_effect = { + add_to_variable = { + var = data_S + value = 122 + } + add_to_variable = { + var = data_N + value = 101 + } + add_to_variable = { + var = data_L + value = 113 + } + add_to_variable = { + var = data_G + value = 100 + } + add_to_variable = { + var = data_Z + value = 114 + } + set_variable = { + var = up_S + value = 1 + } + set_variable = { + var = up_N + value = 1 + } + set_variable = { + var = up_L + value = 1.1 + } + set_variable = { + var = up_G + value = 1 + } + set_variable = { + var = up_Z + value = 1.2 + } + set_variable = { + var = data_X + value = 1 + } + clr_country_flag = URA_xuanze + set_country_flag = URA_2 + set_country_flag = URA_maniang_38 + } + remove_effect = { + } + ai_will_do = { + factor = 0 + } + } +} diff --git a/src/common/decisions/SIR_sairenmod_decisions.txt b/src/common/decisions/SIR_sairenmod_decisions.txt new file mode 100755 index 0000000..f1df381 --- /dev/null +++ b/src/common/decisions/SIR_sairenmod_decisions.txt @@ -0,0 +1,371 @@ +#购买武器(1政治点=15的IC产能) 1军工满效率每天5IC产出 10把步枪(净生产量+三分之一) 1.42火炮(净生产量+五分之一) 2卡车(净生产量+四分之一) +siren_category = { + siren_ludiyaosai = { + icon = hude + available = { + shisairen_trigger = yes + } + ai_will_do = { + factor = 1001 + } + fire_only_once = yes + complete_effect = { + division_template = { + name = "塞壬防御机关" + regiments = { + siren_ludiyaosai_1 = { x = 0 y = 0 } + siren_ludiyaosai_1 = { x = 0 y = 1 } + siren_ludiyaosai_1 = { x = 0 y = 2 } + siren_ludiyaosai_1 = { x = 0 y = 3 } + siren_ludiyaosai_1 = { x = 0 y = 4 } + } + } + capital_scope = { + create_unit = { + division = "name = \"陆地要塞\" division_template = \"塞壬防御机关\" start_experience_factor = 1 start_equipment_factor = 1" + owner = ROOT + } + create_unit = { + division = "name = \"陆地要塞\" division_template = \"塞壬防御机关\" start_experience_factor = 1 start_equipment_factor = 1" + owner = ROOT + } + create_unit = { + division = "name = \"陆地要塞\" division_template = \"塞壬防御机关\" start_experience_factor = 1 start_equipment_factor = 1" + owner = ROOT + } + create_unit = { + division = "name = \"陆地要塞\" division_template = \"塞壬防御机关\" start_experience_factor = 1 start_equipment_factor = 1" + owner = ROOT + } + create_unit = { + division = "name = \"陆地要塞\" division_template = \"塞壬防御机关\" start_experience_factor = 1 start_equipment_factor = 1" + owner = ROOT + } + create_unit = { + division = "name = \"陆地要塞\" division_template = \"塞壬防御机关\" start_experience_factor = 1 start_equipment_factor = 1" + owner = ROOT + } + create_unit = { + division = "name = \"陆地要塞\" division_template = \"塞壬防御机关\" start_experience_factor = 1 start_equipment_factor = 1" + owner = ROOT + } + create_unit = { + division = "name = \"陆地要塞\" division_template = \"塞壬防御机关\" start_experience_factor = 1 start_equipment_factor = 1" + owner = ROOT + } + } + + } + } + siren_xuanzhan_1 = { + icon = hude + available = { + has_global_flag = sirennandu3 + has_war = no + any_country = { + is_ai = NO + NOT = { has_war_with = ROOT } + } + } + fire_only_once = yes + visible = { + always = yes + } + ai_will_do = { + base = 1000 + } + remove_effect = { + every_other_country = { + limit = { + is_ai = NO + NOT = { shisairen_trigger = yes } + } + country_event = azevent.103 + } + + } + } + siren_xuanzhan_2 = { + icon = hude + available = { + has_global_flag = sirennandu3 + has_global_flag = SIR_sirennandu3_xuanzhan_1 + has_war = no + any_country = { + is_ai = NO + NOT = { has_war_with = ROOT } + } + } + fire_only_once = yes + visible = { + always = yes + } + ai_will_do = { + base = 1000 + } + + remove_effect = { + every_other_country = { + limit = { + is_ai = NO + NOT = { shisairen_trigger = yes } + } + country_event = azevent.10301 + } + set_global_flag = SIR_sirennandu3_xuanzhan_1 + } + } + siren_xuanzhan_3 = { + icon = hude + available = { + has_global_flag = sirennandu3 + has_global_flag = SIR_sirennandu3_xuanzhan_2 + has_war = no + any_country = { + is_ai = NO + NOT = { has_war_with = ROOT } + } + } + visible = { + always = yes + } + ai_will_do = { + base = 1000 + } + days_remove = 50 + remove_effect = { + every_other_country = { + limit = { + is_ai = NO + NOT = { shisairen_trigger = yes } + } + ROOT = { declare_war_on = { target = PREV type = annex_everything } } + } + } + } + siren_suijiqiandu = { + icon = hude + available = { + + has_war = yes + + } + visible = { + always = yes + } + ai_will_do = { + base = 100 + } + days_re_enable = 180 + days_remove = 180 + + remove_effect = { + if = { + limit = { has_war = yes } + random_controlled_state = { + limit = { + is_fully_controlled_by = ROOT + is_island_state = NO + is_coastal = NO + NOT = { + has_state_category = wasteland + has_state_category = tiny_island + has_state_category = small_island + has_state_category = pastoral + has_state_category = enclave + } + } + PREV = { set_capital = { state = PREV.THIS } } + } + } + + + } + } + + siren_reinforce_1 = { + icon = hude + available = { + has_war = yes + NOT = { + has_country_flag = siren_reinforce_1_incd + } + NOT = { has_country_flag = siren_safe_time } + } + visible = { + always = yes + } + complete_effect = { + meta_effect = { + text = { + set_country_flag = { flag = siren_reinforce_1_incd value = 1 days = [cd] } + } + cd = siren_reinforce_1_cd + } + if = { + limit = { + AND = { + OR = { + has_idea = SIR_buff3 + has_idea = SIR_buff4 + has_idea = SIR_buff5 + } + OR = { + has_global_flag = sirennandu2 + has_global_flag = sirennandu3 + } + } + } + SIR_reinforce_1_mec = yes + SIR_reinforce_1_inf_big = yes + } + else = { + SIR_reinforce_1_inf = yes + SIR_reinforce_1_mot = yes + } + } + ai_will_do = { + factor = 50 + } + } + siren_reinforce_2 = { + icon = hude + available = { + OR = { + has_idea = SIR_buff1 + has_idea = SIR_buff2 + } + has_war = yes + NOT = { + has_country_flag = siren_reinforce_2_incd + } + NOT = { has_country_flag = siren_safe_time } + } + visible = { + always = yes + } + complete_effect = { + meta_effect = { + text = { + set_country_flag = { flag = siren_reinforce_2_incd value = 1 days = [cd] } + } + cd = siren_reinforce_2_cd + } + SIR_reinforce_2_lt = yes + } + ai_will_do = { + factor = 50 + } + } + siren_reinforce_3 = { + icon = hude + available = { + OR = { + has_idea = SIR_buff2 + has_idea = SIR_buff3 + has_idea = SIR_buff4 + } + has_war = yes + NOT = { + has_country_flag = siren_reinforce_3_incd + } + NOT = { has_country_flag = siren_safe_time } + } + visible = { + always = yes + } + complete_effect = { + meta_effect = { + text = { + set_country_flag = { flag = siren_reinforce_3_incd value = 1 days = [cd] } + } + cd = siren_reinforce_3_cd + } + if = { + limit = { + AND = { + OR = { + has_idea = SIR_buff3 + has_idea = SIR_buff4 + has_idea = SIR_buff5 + } + OR = { + has_global_flag = sirennandu2 + has_global_flag = sirennandu3 + } + } + } + SIR_reinforce_3_mt_late = yes + } + else = { + SIR_reinforce_3_mt = yes + SIR_reinforce_3_td = yes + } + } + ai_will_do = { + factor = 50 + } + } + siren_reinforce_4 = { + icon = hude + available = { + OR = { + has_idea = SIR_buff3 + has_idea = SIR_buff4 + has_idea = SIR_buff5 + has_idea = SIR_buff_max + } + has_war = yes + NOT = { + has_country_flag = siren_reinforce_4_incd + } + NOT = { has_country_flag = siren_safe_time } + } + visible = { + always = yes + } + complete_effect = { + meta_effect = { + text = { + set_country_flag = { flag = siren_reinforce_4_incd value = 1 days = [cd] } + } + cd = siren_reinforce_4_cd + } + SIR_reinforce_4_ht = yes + } + ai_will_do = { + factor = 50 + } + } + siren_reinforce_5 = { + icon = hude + available = { + OR = { + has_idea = SIR_buff4 + has_idea = SIR_buff5 + has_idea = SIR_buff_max + } + has_war = yes + NOT = { + has_country_flag = siren_reinforce_5_incd + } + NOT = { has_country_flag = siren_safe_time } + } + visible = { + always = yes + } + complete_effect = { + meta_effect = { + text = { + set_country_flag = { flag = siren_reinforce_5_incd value = 1 days = [cd] } + } + cd = siren_reinforce_5_cd + } + SIR_reinforce_5_sht = yes + } + ai_will_do = { + factor = 50 + } + } + +} \ No newline at end of file diff --git a/src/common/decisions/jiefang_decisions.txt b/src/common/decisions/jiefang_decisions.txt new file mode 100755 index 0000000..8ddeac5 --- /dev/null +++ b/src/common/decisions/jiefang_decisions.txt @@ -0,0 +1,1213 @@ +#购买武器(1政治点=15的IC产能) 1军工满效率每天5IC产出 10把步枪(净生产量+三分之一) 1.42火炮(净生产量+五分之一) 2卡车(净生产量+四分之一) +jiefanglingtu_category = { + + jiefang_zhanlingqu_mapdecision = { + + icon = xingdong + state_target = yes + on_map_mode = map_and_decisions_view + target_array = controlled_states + highlight_color_while_active = 1 + + days_remove = hexinhua_cost_days + cost = hexinhua_cost_pp + + target_trigger = { + FROM = { + always = yes + } + } + + visible = { + FROM = { + AND = { + is_controlled_by = ROOT + NOT = { is_core_of = ROOT } + } + } + } + + available = { + FROM = { + is_controlled_by = ROOT + if = { + limit = { + OR = { + has_state_category = wasteland + has_state_category = enclave + has_state_category = tiny_island + has_state_category = pastoral + + } + } + set_temp_variable = { hexinhua_cost_pp = 0 } + } + else_if = { + limit = { + or = { + has_state_category = small_island + has_state_category = rural + } + } + + set_temp_variable = { hexinhua_cost_pp = 1 } + } + else_if = { + limit = { + has_state_category = town + } + + set_temp_variable = { hexinhua_cost_pp = 5 } + } + else_if = { + limit = { + has_state_category = large_town + } + + set_temp_variable = { hexinhua_cost_pp = 10 } + } + else_if = { + limit = { + has_state_category = city + } + + set_temp_variable = { hexinhua_cost_pp = 15 } + } + else_if = { + limit = { + has_state_category = large_city + } + + set_temp_variable = { hexinhua_cost_pp = 20 } + } + else_if = { + limit = { + has_state_category = metropolis + } + + set_temp_variable = { hexinhua_cost_pp = 30 } + } + else_if = { + limit = { + has_state_category = megalopolis + } + + set_temp_variable = { hexinhua_cost_pp = 40 } + } + } + + + } + + + complete_effect = { + FROM = { + if = { + limit = { + state_population < 300000 + } + set_temp_variable = { hexinhua_cost_days = 1 } + } + else_if = { + limit = { + AND = { + state_population > 299999 + state_population < 1000000 + } + + } + set_temp_variable = { hexinhua_cost_days = 5 } + } + else_if = { + limit = { + AND = { + state_population > 999999 + state_population < 3000000 + } + + } + set_temp_variable = { hexinhua_cost_days = 10 } + } + else_if = { + limit = { + AND = { + state_population > 2999999 + state_population < 6000000 + } + + } + set_temp_variable = { hexinhua_cost_days = 15 } + } + else_if = { + limit = { + AND = { + state_population > 5999999 + state_population < 12000000 + } + + } + set_temp_variable = { hexinhua_cost_days = 25 } + } + else_if = { + limit = { + AND = { + state_population > 11999999 + state_population < 25000000 + } + + } + set_temp_variable = { hexinhua_cost_days = 45 } + } + else_if = { + limit = { + state_population > 24999999 + } + set_temp_variable = { hexinhua_cost_days = 60 } + } + } + } + remove_effect = { + FROM = { + add_core_of = ROOT + } + } + + ai_will_do = { + factor = 0 + modifier = { + factor = 0 + } + } + } + yaoqiuguihuanhexinlingtu_mapdecision = { + + icon = lansegantan + state_target = yes + on_map_mode = map_only + target_array = core_states + highlight_color_while_active = 1 + + ai_will_do = { + factor = 25 + } + cost = 10 + + available = { + custom_trigger_tooltip = { + tooltip = yaoqiuguihuanhexinlingtu_mapdecision_trigger_tooltip + FROM = { + controller = { NOT = { has_war_with = ROOT } } + } + } + is_puppet = NO + FROM = { + NOT = { is_controlled_by = ROOT } + } + } + + target_trigger = { + FROM = { + always = yes + } + } + + visible = { + NOT = { + has_country_flag = yaoqiuguihuanhexinlingtu_mapdecision_cd + } + FROM = { + is_core_of = ROOT + + NOT = { has_state_flag = shouhuihexinlingtu_doing } + + NOT = { is_controlled_by = ROOT } + + NOT = { + OR = { + is_controlled_by = SIR + is_controlled_by = SR1 + is_controlled_by = SR2 + is_controlled_by = SR3 + is_controlled_by = SR4 + } + } + } + } + complete_effect = { + set_country_flag = { + flag = yaoqiuguihuanhexinlingtu_mapdecision_cd + days = 7 + value = 1 + } + FROM = { + controller = { + country_event = { id = azevent.66 hours = 12 } + } + } + } + } + shouhuihexinlingtu_mapdecision = { + + icon = hongsegantan + state_target = yes + on_map_mode = map_only + target_array = core_states + highlight_color_while_active = 1 + + ai_will_do = { + factor = 0 + modifier = { + FROM = { + controller = { + is_ai = yes + } + } + add = 100 + } + } + cost = 50 + days_remove = 60 + modifier = { + civilian_factory_use = 5 + } + + target_trigger = { + FROM = { + always = yes + } + } + + visible = { + FROM = { + has_state_flag = shouhuihexinlingtu_doing + is_core_of = ROOT + NOT = { is_controlled_by = ROOT } + + NOT = { + OR = { + is_controlled_by = SIR + is_controlled_by = SR1 + is_controlled_by = SR2 + is_controlled_by = SR3 + is_controlled_by = SR4 + } + } + } + } + available = { + num_of_civilian_factories_available_for_projects > 4 + FROM = { + NOT = { is_controlled_by = ROOT } + } + } + + remove_effect = { + + transfer_state = FROM + FROM = { + controller = { remove_state_core = FROM } + clr_state_flag = shouhuihexinlingtu_doing + } + + } + } + tingzhijinggong = { + icon = generic_form_nation + available = { + has_capitulated = NO + is_subject = NO + } + visible = { + not = { + has_country_flag = AL_win_or_die + } + is_faction_leader = no + OR = { + has_war_with = SIR + has_war_with = SR1 + has_war_with = SR2 + has_war_with = SR3 + has_war_with = SR4 + } + } + days_remove = 7 + + ai_will_do = { + base = 0 + modifier = { + surrender_progress > 0.95 + add = 25 + } + modifier = { + is_faction_leader = no + surrender_progress > 0.5 + add = 100 + } + modifier = { + tag = CHY + is_faction_leader = no + controls_state = 528 + controls_state = 529 + controls_state = 530 + controls_state = 531 + controls_state = 532 + controls_state = 533 + controls_state = 534 + controls_state = 535 + controls_state = 282 + NOT = { has_country_flag = CHY_xiuyangshengxi_completed } + add = 100 + } + } + complete_effect = { + if = { + limit = { has_war_with = SIR } + SIR = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR1 } + SR1 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR2 } + SR2 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR3 } + SR3 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR4 } + SR4 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + } + remove_effect = { + + custom_effect_tooltip = "获得控制的省份(不需要解放造核也可以)" + hidden_effect = { + set_country_flag = { flag = zhanzhenglengque value = 1 days = 90 } + if = { + limit = { + AND = { + has_capitulated = NO + is_subject = NO + } + } + every_state = { + limit = { + is_controlled_by = ROOT + + } + ROOT = { transfer_state = PREV } + } + } + + } + custom_effect_tooltip = "与塞壬停战" + hidden_effect = { + if = { + limit = { + AND = { + has_capitulated = NO + is_subject = NO + } + } + + if = { + limit = { has_war_with = SIR } + white_peace = { + tag = SIR + message = "双方都停火了,貌似与塞壬打成了一致。" + } + } + if = { + limit = { has_war_with = SR1 } + white_peace = { + tag = SR1 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + } + if = { + limit = { has_war_with = SR2 } + white_peace = { + tag = SR2 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + } + if = { + limit = { has_war_with = SR3 } + white_peace = { + tag = SR3 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + } + if = { + limit = { has_war_with = SR4 } + white_peace = { + tag = SR4 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + } + + } + + } + } + } + tingzhijinggong_leader = { + icon = generic_form_nation + available = { + AND = { + custom_trigger_tooltip = { + tooltip = tingzhijinggong_leader_trigger_tooltip + NOT = { has_country_flag = tingzhijinggong_leader_lengque } + } + AND = { + has_capitulated = NO + is_subject = NO + } + } + + } + visible = { + not = { + has_country_flag = AL_win_or_die + } + is_faction_leader = yes + OR = { + has_war_with = SIR + has_war_with = SR1 + has_war_with = SR2 + has_war_with = SR3 + has_war_with = SR4 + } + } + + + ai_will_do = { + base = 0 + modifier = { + is_faction_leader = yes + surrender_progress > 0.5 + add = 100 + } + + } + complete_effect = { + set_country_flag = tingzhijinggong_leader_begin + set_country_flag = { flag = tingzhijinggong_leader_lengque value = 1 days = 90 } + every_other_country = { + limit = { + is_in_faction_with = ROOT + OR = { + has_war_with = SIR + has_war_with = SR1 + has_war_with = SR2 + has_war_with = SR3 + has_war_with = SR4 + } + } + country_event = azevent.64 + } + } + + } + tingzhijinggong_leader_mission = { + icon = xiuxi + allowed = { + is_faction_leader = yes + } + + activation = { + has_country_flag = tingzhijinggong_leader_begin + } + + selectable_mission = no + + is_good = yes + + available = { + custom_trigger_tooltip = { + tooltip = tingzhijinggong_leader_mission_trigger_tooltip + has_country_flag = tingzhijinggong_leader_jujue + } + } + + days_mission_timeout = 7 + timeout_effect = { + clr_country_flag = tingzhijinggong_leader_begin + custom_effect_tooltip = tingzhijinggong_leader_mission_tingzhan_tooltip + hidden_effect = { + set_country_flag = { flag = zhanzhenglengque value = 1 days = 90 } + if = { + limit = { + AND = { + has_capitulated = NO + is_subject = NO + } + } + every_state = { + limit = { + AND = { + is_controlled_by = ROOT + } + } + ROOT = { transfer_state = PREV } + } + if = { + limit = { has_war_with = SIR } + white_peace = { + tag = SIR + message = "双方都停火了,貌似与塞壬打成了一致。" + } + SIR = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR1 } + white_peace = { + tag = SR1 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + SR1 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR2 } + white_peace = { + tag = SR2 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + SR2 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR3 } + white_peace = { + tag = SR3 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + SR3 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR4 } + white_peace = { + tag = SR4 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + SR4 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + } + } + } + complete_effect = { + clr_country_flag = tingzhijinggong_leader_begin + clr_country_flag = tingzhijinggong_leader_jujue + custom_effect_tooltip = tingzhijinggong_leader_mission_shibai_tooltip + } + + } + + fadongjinggong_sir = { + icon = jian + available = { + custom_trigger_tooltip = { + tooltip = "距上次与塞壬停战已经过去了一段时间(3个月)" + NOT = { has_country_flag = zhanzhenglengque } + } + if = { + limit = { + is_ai = yes + has_global_flag = sirennandu4 + } + date > 1938.7.1 + } + } + visible = { + NOT = { has_war_with = SIR } + is_puppet = NO + NOT = { is_in_faction_with = SIR } + } + ai_will_do = { + base = 0 + modifier = { + tag = TIX + has_completed_focus = TIX_zhunbeichongfanoulu + add = 10 + } + + modifier = { + tag = BFL + has_completed_focus = BFL_dongougongshi + add = 10 + } + modifier = { + tag = HUJ + has_completed_focus = HUJ_zhanqianchoubei + add = 10 + } + modifier = { + OR = { + tag = HUJ + tag = YUW + tag = SAD + } + SIR = { + NOT = { controls_state = 64 } + } + add = 10 + } + modifier = { + OR = { + tag = HUJ + tag = YUW + tag = SAD + } + SIR = { + NOT = { controls_state = 64 } + } + add = 10 + } + modifier = { + tag = BYG + has_completed_focus = BYG_xianhuashengkai + add = 10 + } + modifier = { + tag = YUW + has_completed_focus = YUW_jiuciweizhiderongren + add = 10 + } + modifier = { + tag = SAD + has_completed_focus = SAD_lingxiudeguwu + TIX = { has_war_with = SIR } + add = 10 + } + modifier = { + OR = { + #date < 1936.2.1 + any_enemy_country = { + shisairen_trigger = yes + } + } + factor = 0 + } + } + + complete_effect = { + custom_effect_tooltip = "对邪恶的塞壬宣战!" + hidden_effect = { + declare_war_on = { target = SIR type = annex_everything } + add_threat = -100 + } + } + + } + fadongjinggong_sr1 = { + icon = jian + available = { + custom_trigger_tooltip = { + tooltip = "距上次与塞壬停战已经过去了一段时间(3个月)" + NOT = { has_country_flag = zhanzhenglengque } + } + if = { + limit = { + is_ai = yes + has_global_flag = sirennandu4 + } + date > 1938.7.1 + } + } + visible = { + NOT = { + has_war_with = SR1 + } + is_puppet = NO + NOT = { is_in_faction_with = SR1 } + } + ai_will_do = { + base = 0 + modifier = { + tag = BYG + SIR = { + NOT = { controls_state = 361 } + NOT = { controls_state = 378 } + NOT = { controls_state = 375 } + } + add = 5 + } + modifier = { + SR1 = { has_idea = SIR_buff3 } + add = 5 + } + modifier = { + OR = { + #date < 1936.2.1 + any_enemy_country = { + shisairen_trigger = yes + } + } + factor = 0 + } + } + + complete_effect = { + custom_effect_tooltip = "对邪恶的塞壬宣战!" + declare_war_on = { target = SR1 type = annex_everything } + hidden_effect = { + add_threat = -100 + } + } + + } + fadongjinggong_sr2 = { + icon = jian + available = { + custom_trigger_tooltip = { + tooltip = "距上次与塞壬停战已经过去了一段时间(3个月)" + NOT = { has_country_flag = zhanzhenglengque } + } + if = { + limit = { + is_ai = yes + has_global_flag = sirennandu4 + } + date > 1938.7.1 + } + } + visible = { + NOT = { + has_war_with = SR2 + } + is_puppet = NO + NOT = { is_in_faction_with = SR2 } + } + ai_will_do = { + base = 0 + modifier = { + OR = { + tag = SAD + tag = YUW + } + SIR = { + NOT = { controls_state = 16 } + NOT = { controls_state = 2 } + NOT = { controls_state = 52 } + } + add = 5 + } + modifier = { + SR2 = { has_idea = SIR_buff5 } + add = 5 + } + modifier = { + OR = { + #date < 1936.2.1 + any_enemy_country = { + shisairen_trigger = yes + } + } + factor = 0 + } + } + + complete_effect = { + custom_effect_tooltip = "对邪恶的塞壬宣战!" + declare_war_on = { target = SR2 type = annex_everything } + hidden_effect = { + add_threat = -100 + } + } + + } + fadongjinggong_sr3 = { + icon = jian + available = { + custom_trigger_tooltip = { + tooltip = "距上次与塞壬停战已经过去了一段时间(3个月)" + NOT = { has_country_flag = zhanzhenglengque } + } + if = { + limit = { + is_ai = yes + has_global_flag = sirennandu4 + } + date > 1938.7.1 + } + } + visible = { + NOT = { + has_war_with = SR3 + } + is_puppet = NO + NOT = { is_in_faction_with = SR3 } + } + ai_will_do = { + base = 0 + modifier = { + tag = CHY + OR = { + has_completed_focus = CHY_duiwaikuozhang + has_completed_focus = CHY_richuzhiying + } + add = 10 + } + modifier = { + tag = DOH + has_completed_focus = DOH_jiefangxuanyan + add = 10 + } + modifier = { + tag = TIX + SIR = { + NOT = { controls_state = 219 } + NOT = { controls_state = 398 } + } + add = 10 + } + modifier = { + tag = BFL + SIR = { + NOT = { controls_state = 219 } + NOT = { controls_state = 398 } + } + add = 10 + } + modifier = { + SR3 = { has_idea = SIR_buff5 } + add = 5 + } + modifier = { + OR = { + #date < 1936.2.1 + any_enemy_country = { + shisairen_trigger = yes + } + } + factor = 0 + } + } + + complete_effect = { + custom_effect_tooltip = "对邪恶的塞壬宣战!" + declare_war_on = { target = SR3 type = annex_everything } + hidden_effect = { + add_threat = -100 + } + } + + } + fadongjinggong_sr4 = { + icon = jian + available = { + custom_trigger_tooltip = { + tooltip = "距上次与塞壬停战已经过去了一段时间(3个月)" + NOT = { has_country_flag = zhanzhenglengque } + } + if = { + limit = { + is_ai = yes + has_global_flag = sirennandu4 + } + date > 1938.7.1 + } + } + visible = { + NOT = { + has_war_with = SR4 + } + is_puppet = NO + NOT = { is_in_faction_with = SR4 } + } + ai_will_do = { + base = 0 + modifier = { + OR = { + tag = CHY + tag = DOH + } + SR3 = { + NOT = { controls_state = 613 } + NOT = { controls_state = 289 } + NOT = { controls_state = 336 } + NOT = { controls_state = 613 } + NOT = { controls_state = 622 } + } + add = 5 + } + modifier = { + SR4 = { has_idea = SIR_buff5 } + add = 5 + } + modifier = { + OR = { + #date < 1936.2.1 + any_enemy_country = { + shisairen_trigger = yes + } + } + factor = 0 + } + } + + complete_effect = { + custom_effect_tooltip = "对邪恶的塞壬宣战!" + declare_war_on = { target = SR4 type = annex_everything } + hidden_effect = { + add_threat = -100 + } + } + + } + + aijiefang_zhanlingqu = { + icon = xingdong + days_re_enable = 60 + available = { + any_state = { + AND = { + is_controlled_by = ROOT + NOT = { is_core_of = ROOT } + } + } + } + visible = { + AND = { + is_ai = yes + NOT = { has_global_flag = baguozhengbamoshi } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + hidden_effect = { + every_state = { + limit = { + AND = { + is_controlled_by = ROOT + NOT = { is_core_of = ROOT } + } + } + add_core_of = ROOT + } + } + } + } + bolin_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 64 + + } + visible = { + AND = { + tag = TIX + capital_scope = { + NOT = { state = 64 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 64 } + } + } + lundun_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 126 + + } + visible = { + AND = { + tag = HUJ + capital_scope = { + NOT = { state = 126 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 126 } + } + } + nanjing_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 613 + + } + visible = { + AND = { + tag = DOH + capital_scope = { + NOT = { state = 613 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 613 } + } + } + bali_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 16 + + } + visible = { + AND = { + tag = YUW + capital_scope = { + NOT = { state = 16 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 16 } + } + } + mosike_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 219 + + } + visible = { + AND = { + tag = BFL + capital_scope = { + NOT = { state = 219 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 219 } + } + } + huashengdun_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 361 + + } + visible = { + AND = { + tag = BYG + capital_scope = { + NOT = { state = 361 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 361 } + } + } + luoma_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 2 + + } + visible = { + AND = { + tag = SAD + capital_scope = { + NOT = { state = 2 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 2 } + } + } +} diff --git a/src/common/decisions/sairen_jiefang_decisions.txt b/src/common/decisions/sairen_jiefang_decisions.txt new file mode 100755 index 0000000..03db184 --- /dev/null +++ b/src/common/decisions/sairen_jiefang_decisions.txt @@ -0,0 +1,1257 @@ +#购买武器(1政治点=15的IC产能) 1军工满效率每天5IC产出 10把步枪(净生产量+三分之一) 1.42火炮(净生产量+五分之一) 2卡车(净生产量+四分之一) +jiefanglingtu_category = { + + jiefang_zhanlingqu_mapdecision = { + + icon = xingdong + state_target = yes + on_map_mode = map_and_decisions_view + target_array = controlled_states + highlight_color_while_active = 1 + + days_remove = hexinhua_cost_days + cost = hexinhua_cost_pp + + target_trigger = { + FROM = { + always = yes + } + } + + visible = { + FROM = { + AND = { + is_controlled_by = ROOT + NOT = { is_core_of = ROOT } + } + } + } + + available = { + FROM = { + is_controlled_by = ROOT + if = { + limit = { + OR = { + has_state_category = wasteland + has_state_category = enclave + has_state_category = tiny_island + has_state_category = pastoral + + } + } + set_temp_variable = { hexinhua_cost_pp = 0 } + } + else_if = { + limit = { + or = { + has_state_category = small_island + has_state_category = rural + } + } + + set_temp_variable = { hexinhua_cost_pp = 1 } + } + else_if = { + limit = { + has_state_category = town + } + + set_temp_variable = { hexinhua_cost_pp = 5 } + } + else_if = { + limit = { + has_state_category = large_town + } + + set_temp_variable = { hexinhua_cost_pp = 10 } + } + else_if = { + limit = { + has_state_category = city + } + + set_temp_variable = { hexinhua_cost_pp = 15 } + } + else_if = { + limit = { + has_state_category = large_city + } + + set_temp_variable = { hexinhua_cost_pp = 20 } + } + else_if = { + limit = { + has_state_category = metropolis + } + + set_temp_variable = { hexinhua_cost_pp = 30 } + } + else_if = { + limit = { + has_state_category = megalopolis + } + + set_temp_variable = { hexinhua_cost_pp = 40 } + } + } + + + } + + + complete_effect = { + FROM = { + if = { + limit = { + state_population < 300000 + } + set_temp_variable = { hexinhua_cost_days = 1 } + } + else_if = { + limit = { + AND = { + state_population > 299999 + state_population < 1000000 + } + + } + set_temp_variable = { hexinhua_cost_days = 5 } + } + else_if = { + limit = { + AND = { + state_population > 999999 + state_population < 3000000 + } + + } + set_temp_variable = { hexinhua_cost_days = 10 } + } + else_if = { + limit = { + AND = { + state_population > 2999999 + state_population < 6000000 + } + + } + set_temp_variable = { hexinhua_cost_days = 15 } + } + else_if = { + limit = { + AND = { + state_population > 5999999 + state_population < 12000000 + } + + } + set_temp_variable = { hexinhua_cost_days = 25 } + } + else_if = { + limit = { + AND = { + state_population > 11999999 + state_population < 25000000 + } + + } + set_temp_variable = { hexinhua_cost_days = 45 } + } + else_if = { + limit = { + state_population > 24999999 + } + set_temp_variable = { hexinhua_cost_days = 60 } + } + } + } + remove_effect = { + FROM = { + add_core_of = ROOT + } + } + + ai_will_do = { + factor = 0 + modifier = { + factor = 0 + } + } + } + yaoqiuguihuanhexinlingtu_mapdecision = { + + icon = lansegantan + state_target = yes + on_map_mode = map_only + target_array = core_states + highlight_color_while_active = 1 + + ai_will_do = { + factor = 25 + } + cost = 10 + + available = { + custom_trigger_tooltip = { + tooltip = yaoqiuguihuanhexinlingtu_mapdecision_trigger_tooltip + FROM = { + controller = { + NOT = { has_war_with = ROOT } + is_ai = no + } + } + } + is_puppet = NO + FROM = { + NOT = { is_controlled_by = ROOT } + } + } + + target_trigger = { + FROM = { + always = yes + } + } + + visible = { + NOT = { + has_country_flag = yaoqiuguihuanhexinlingtu_mapdecision_cd + } + FROM = { + is_core_of = ROOT + + NOT = { has_state_flag = shouhuihexinlingtu_doing } + + NOT = { is_controlled_by = ROOT } + + NOT = { + OR = { + is_controlled_by = SIR + is_controlled_by = SR1 + is_controlled_by = SR2 + is_controlled_by = SR3 + is_controlled_by = SR4 + } + } + } + } + complete_effect = { + set_country_flag = { + flag = yaoqiuguihuanhexinlingtu_mapdecision_cd + days = 7 + value = 1 + } + FROM = { + controller = { + country_event = { id = azevent.66 hours = 12 } + } + } + } + } + yaoqiuguihuanhexinlingtu_mapdecision_ai = { + + icon = lansegantan + state_target = yes + on_map_mode = map_only + target_array = core_states + highlight_color_while_active = 1 + + ai_will_do = { + factor = 100 + } + visible = { + has_global_flag = MOD_azurlane_sairenzhizai + is_ai = yes + } + available = { + + custom_trigger_tooltip = { + tooltip = yaoqiuguihuanhexinlingtu_mapdecision_trigger_tooltip + FROM = { + controller = { + NOT = { has_war_with = ROOT } + is_ai = yes + } + } + } + is_puppet = NO + FROM = { + NOT = { is_controlled_by = ROOT } + } + } + + target_trigger = { + FROM = { + always = yes + } + } + + visible = { + NOT = { + has_country_flag = yaoqiuguihuanhexinlingtu_mapdecision_cd + } + FROM = { + is_core_of = ROOT + + NOT = { has_state_flag = shouhuihexinlingtu_doing } + + NOT = { is_controlled_by = ROOT } + + NOT = { + OR = { + is_controlled_by = SIR + is_controlled_by = SR1 + is_controlled_by = SR2 + is_controlled_by = SR3 + is_controlled_by = SR4 + } + } + } + } + complete_effect = { + FROM = { + controller = { + country_event = azevent.66 + } + } + } + } + shouhuihexinlingtu_mapdecision = { + + icon = hongsegantan + state_target = yes + on_map_mode = map_only + target_array = core_states + highlight_color_while_active = 1 + + ai_will_do = { + factor = 0 + modifier = { + FROM = { + controller = { + is_ai = yes + } + } + add = 100 + } + } + cost = 50 + days_remove = 60 + modifier = { + civilian_factory_use = 5 + } + + target_trigger = { + FROM = { + always = yes + } + } + + visible = { + FROM = { + has_state_flag = shouhuihexinlingtu_doing + is_core_of = ROOT + NOT = { is_controlled_by = ROOT } + + NOT = { + OR = { + is_controlled_by = SIR + is_controlled_by = SR1 + is_controlled_by = SR2 + is_controlled_by = SR3 + is_controlled_by = SR4 + } + } + } + } + available = { + num_of_civilian_factories_available_for_projects > 4 + FROM = { + NOT = { is_controlled_by = ROOT } + } + } + + remove_effect = { + + transfer_state = FROM + FROM = { + controller = { remove_state_core = FROM } + clr_state_flag = shouhuihexinlingtu_doing + } + + } + } + tingzhijinggong = { + icon = generic_form_nation + available = { + has_capitulated = NO + is_subject = NO + } + visible = { + not = { + has_country_flag = AL_win_or_die + } + is_faction_leader = no + OR = { + has_war_with = SIR + has_war_with = SR1 + has_war_with = SR2 + has_war_with = SR3 + has_war_with = SR4 + } + } + days_remove = 7 + + ai_will_do = { + base = 0 + modifier = { + surrender_progress > 0.95 + add = 25 + } + modifier = { + is_faction_leader = no + surrender_progress > 0.5 + add = 100 + } + modifier = { + tag = CHY + is_faction_leader = no + controls_state = 528 + controls_state = 529 + controls_state = 530 + controls_state = 531 + controls_state = 532 + controls_state = 533 + controls_state = 534 + controls_state = 535 + controls_state = 282 + NOT = { has_country_flag = CHY_xiuyangshengxi_completed } + add = 100 + } + } + complete_effect = { + if = { + limit = { has_war_with = SIR } + SIR = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR1 } + SR1 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR2 } + SR2 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR3 } + SR3 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR4 } + SR4 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + } + remove_effect = { + + custom_effect_tooltip = "获得控制的省份(不需要解放造核也可以)" + hidden_effect = { + set_country_flag = { flag = zhanzhenglengque value = 1 days = 90 } + if = { + limit = { + AND = { + has_capitulated = NO + is_subject = NO + } + } + every_state = { + limit = { + is_controlled_by = ROOT + + } + ROOT = { transfer_state = PREV } + } + } + + } + custom_effect_tooltip = "与塞壬停战" + hidden_effect = { + if = { + limit = { + AND = { + has_capitulated = NO + is_subject = NO + } + } + + if = { + limit = { has_war_with = SIR } + white_peace = { + tag = SIR + message = "双方都停火了,貌似与塞壬打成了一致。" + } + } + if = { + limit = { has_war_with = SR1 } + white_peace = { + tag = SR1 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + } + if = { + limit = { has_war_with = SR2 } + white_peace = { + tag = SR2 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + } + if = { + limit = { has_war_with = SR3 } + white_peace = { + tag = SR3 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + } + if = { + limit = { has_war_with = SR4 } + white_peace = { + tag = SR4 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + } + + } + + } + } + } + tingzhijinggong_leader = { + icon = generic_form_nation + available = { + AND = { + custom_trigger_tooltip = { + tooltip = tingzhijinggong_leader_trigger_tooltip + NOT = { has_country_flag = tingzhijinggong_leader_lengque } + } + AND = { + has_capitulated = NO + is_subject = NO + } + } + + } + visible = { + not = { + has_country_flag = AL_win_or_die + } + is_faction_leader = yes + OR = { + has_war_with = SIR + has_war_with = SR1 + has_war_with = SR2 + has_war_with = SR3 + has_war_with = SR4 + } + } + + + ai_will_do = { + base = 0 + modifier = { + is_faction_leader = yes + surrender_progress > 0.5 + add = 100 + } + + } + complete_effect = { + set_country_flag = tingzhijinggong_leader_begin + set_country_flag = { flag = tingzhijinggong_leader_lengque value = 1 days = 90 } + every_other_country = { + limit = { + is_in_faction_with = ROOT + OR = { + has_war_with = SIR + has_war_with = SR1 + has_war_with = SR2 + has_war_with = SR3 + has_war_with = SR4 + } + } + country_event = azevent.64 + } + } + + } + tingzhijinggong_leader_mission = { + icon = xiuxi + allowed = { + is_faction_leader = yes + } + + activation = { + has_country_flag = tingzhijinggong_leader_begin + } + + selectable_mission = no + + is_good = yes + + available = { + custom_trigger_tooltip = { + tooltip = tingzhijinggong_leader_mission_trigger_tooltip + has_country_flag = tingzhijinggong_leader_jujue + } + } + + days_mission_timeout = 7 + timeout_effect = { + clr_country_flag = tingzhijinggong_leader_begin + custom_effect_tooltip = tingzhijinggong_leader_mission_tingzhan_tooltip + hidden_effect = { + set_country_flag = { flag = zhanzhenglengque value = 1 days = 90 } + if = { + limit = { + AND = { + has_capitulated = NO + is_subject = NO + } + } + every_state = { + limit = { + AND = { + is_controlled_by = ROOT + } + } + ROOT = { transfer_state = PREV } + } + if = { + limit = { has_war_with = SIR } + white_peace = { + tag = SIR + message = "双方都停火了,貌似与塞壬打成了一致。" + } + SIR = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR1 } + white_peace = { + tag = SR1 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + SR1 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR2 } + white_peace = { + tag = SR2 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + SR2 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR3 } + white_peace = { + tag = SR3 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + SR3 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + if = { + limit = { has_war_with = SR4 } + white_peace = { + tag = SR4 + message = "双方都停火了,貌似与塞壬打成了一致。" + } + SR4 = { + add_to_variable = { + var = canzhanguo_sl + value = -1 + } + } + } + } + } + } + complete_effect = { + clr_country_flag = tingzhijinggong_leader_begin + clr_country_flag = tingzhijinggong_leader_jujue + custom_effect_tooltip = tingzhijinggong_leader_mission_shibai_tooltip + } + + } + + fadongjinggong_sir = { + icon = jian + available = { + custom_trigger_tooltip = { + tooltip = "距上次与塞壬停战已经过去了一段时间(3个月)" + NOT = { has_country_flag = zhanzhenglengque } + } + + } + visible = { + NOT = { has_war_with = SIR } + is_puppet = NO + NOT = { is_in_faction_with = SIR } + } + ai_will_do = { + base = 0 + modifier = { + tag = TIX + has_completed_focus = TIX_zhunbeichongfanoulu + add = 10 + } + + modifier = { + tag = BFL + has_completed_focus = BFL_dongougongshi + add = 10 + } + modifier = { + tag = HUJ + has_completed_focus = HUJ_zhanqianchoubei + add = 10 + } + modifier = { + OR = { + tag = HUJ + tag = YUW + tag = SAD + } + SIR = { + NOT = { controls_state = 64 } + } + add = 10 + } + modifier = { + OR = { + tag = HUJ + tag = YUW + tag = SAD + } + SIR = { + NOT = { controls_state = 64 } + } + add = 10 + } + modifier = { + tag = BYG + has_completed_focus = BYG_xianhuashengkai + add = 10 + } + modifier = { + tag = YUW + has_completed_focus = YUW_jiuciweizhiderongren + add = 10 + } + modifier = { + tag = SAD + has_completed_focus = SAD_lingxiudeguwu + TIX = { has_war_with = SIR } + add = 10 + } + modifier = { + OR = { + #date < 1936.2.1 + any_enemy_country = { + shisairen_trigger = yes + } + } + factor = 0 + } + } + + complete_effect = { + custom_effect_tooltip = "对邪恶的塞壬宣战!" + hidden_effect = { + declare_war_on = { target = SIR type = annex_everything } + add_threat = -100 + } + } + + } + fadongjinggong_sr1 = { + icon = jian + available = { + custom_trigger_tooltip = { + tooltip = "距上次与塞壬停战已经过去了一段时间(3个月)" + NOT = { has_country_flag = zhanzhenglengque } + + } + } + visible = { + NOT = { + has_war_with = SR1 + } + is_puppet = NO + NOT = { is_in_faction_with = SR1 } + } + ai_will_do = { + base = 0 + modifier = { + tag = BYG + SIR = { + NOT = { controls_state = 361 } + NOT = { controls_state = 378 } + NOT = { controls_state = 375 } + } + add = 5 + } + modifier = { + SR1 = { has_idea = SIR_buff3 } + add = 5 + } + modifier = { + OR = { + #date < 1936.2.1 + any_enemy_country = { + shisairen_trigger = yes + } + } + factor = 0 + } + } + + complete_effect = { + custom_effect_tooltip = "对邪恶的塞壬宣战!" + declare_war_on = { target = SR1 type = annex_everything } + hidden_effect = { + add_threat = -100 + } + } + + } + fadongjinggong_sr2 = { + icon = jian + available = { + custom_trigger_tooltip = { + tooltip = "距上次与塞壬停战已经过去了一段时间(3个月)" + NOT = { has_country_flag = zhanzhenglengque } + + } + } + visible = { + NOT = { + has_war_with = SR2 + } + is_puppet = NO + NOT = { is_in_faction_with = SR2 } + } + ai_will_do = { + base = 0 + modifier = { + OR = { + tag = SAD + tag = YUW + } + SIR = { + NOT = { controls_state = 16 } + NOT = { controls_state = 2 } + NOT = { controls_state = 52 } + } + add = 5 + } + modifier = { + SR2 = { has_idea = SIR_buff5 } + add = 5 + } + modifier = { + OR = { + #date < 1936.2.1 + any_enemy_country = { + shisairen_trigger = yes + } + } + factor = 0 + } + } + + complete_effect = { + custom_effect_tooltip = "对邪恶的塞壬宣战!" + declare_war_on = { target = SR2 type = annex_everything } + hidden_effect = { + add_threat = -100 + } + } + + } + fadongjinggong_sr3 = { + icon = jian + available = { + custom_trigger_tooltip = { + tooltip = "距上次与塞壬停战已经过去了一段时间(3个月)" + NOT = { has_country_flag = zhanzhenglengque } + + } + } + visible = { + NOT = { + has_war_with = SR3 + } + is_puppet = NO + NOT = { is_in_faction_with = SR3 } + } + ai_will_do = { + base = 0 + modifier = { + tag = CHY + OR = { + has_completed_focus = CHY_duiwaikuozhang + has_completed_focus = CHY_richuzhiying + } + add = 10 + } + modifier = { + tag = DOH + has_completed_focus = DOH_jiefangxuanyan + add = 10 + } + modifier = { + tag = TIX + TIX = { + controls_state = 219 + controls_state = 398 + } + add = 10 + } + modifier = { + tag = BFL + AND = { + BFL = { + controls_state = 219 + controls_state = 398 + } + has_completed_focus = BFL_wulaergongshi + } + add = 10 + } + modifier = { + SR3 = { has_idea = SIR_buff5 } + add = 5 + } + modifier = { + OR = { + #date < 1936.2.1 + any_enemy_country = { + shisairen_trigger = yes + } + } + factor = 0 + } + } + + complete_effect = { + custom_effect_tooltip = "对邪恶的塞壬宣战!" + declare_war_on = { target = SR3 type = annex_everything } + hidden_effect = { + add_threat = -100 + } + } + + } + fadongjinggong_sr4 = { + icon = jian + available = { + custom_trigger_tooltip = { + tooltip = "距上次与塞壬停战已经过去了一段时间(3个月)" + NOT = { has_country_flag = zhanzhenglengque } + + } + } + visible = { + NOT = { + has_war_with = SR4 + } + is_puppet = NO + NOT = { is_in_faction_with = SR4 } + } + ai_will_do = { + base = 0 + modifier = { + OR = { + tag = CHY + tag = DOH + } + SR3 = { + NOT = { controls_state = 613 } + NOT = { controls_state = 289 } + NOT = { controls_state = 336 } + NOT = { controls_state = 613 } + NOT = { controls_state = 622 } + } + add = 5 + } + modifier = { + SR4 = { has_idea = SIR_buff5 } + add = 5 + } + modifier = { + OR = { + #date < 1936.2.1 + any_enemy_country = { + shisairen_trigger = yes + } + } + factor = 0 + } + } + + complete_effect = { + custom_effect_tooltip = "对邪恶的塞壬宣战!" + declare_war_on = { target = SR4 type = annex_everything } + hidden_effect = { + add_threat = -100 + } + } + + } + + aijiefang_zhanlingqu = { + icon = xingdong + days_re_enable = 60 + available = { + any_state = { + AND = { + is_controlled_by = ROOT + NOT = { is_core_of = ROOT } + } + } + } + visible = { + AND = { + is_ai = yes + NOT = { has_global_flag = baguozhengbamoshi } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + hidden_effect = { + every_state = { + limit = { + AND = { + is_controlled_by = ROOT + NOT = { is_core_of = ROOT } + } + } + add_core_of = ROOT + } + } + } + } + bolin_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 64 + + } + visible = { + AND = { + tag = TIX + capital_scope = { + NOT = { state = 64 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 64 } + } + } + lundun_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 126 + + } + visible = { + AND = { + tag = HUJ + capital_scope = { + NOT = { state = 126 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 126 } + } + } + nanjing_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 613 + + } + visible = { + AND = { + tag = DOH + capital_scope = { + NOT = { state = 613 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 613 } + } + } + bali_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 16 + + } + visible = { + AND = { + tag = YUW + capital_scope = { + NOT = { state = 16 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 16 } + } + } + mosike_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 219 + + } + visible = { + AND = { + tag = BFL + capital_scope = { + NOT = { state = 219 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 219 } + } + } + huashengdun_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 361 + + } + visible = { + AND = { + tag = BYG + capital_scope = { + NOT = { state = 361 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 361 } + } + } + luoma_qiandu = { + icon = jian + available = { + + } + available = { + has_full_control_of_state = 2 + + } + visible = { + AND = { + tag = SAD + capital_scope = { + NOT = { state = 2 } + } + } + } + ai_will_do = { + factor = 100 + } + complete_effect = { + set_capital = { state = 2 } + } + } +} diff --git a/src/common/dynamic_modifiers/alone_dynamic_modifiers.txt b/src/common/dynamic_modifiers/alone_dynamic_modifiers.txt new file mode 100755 index 0000000..6c374f3 --- /dev/null +++ b/src/common/dynamic_modifiers/alone_dynamic_modifiers.txt @@ -0,0 +1,175 @@ +# Example: +# +# example_dynamic_modifier = { +# icon = "GFX_idea_unknown" # optional, will show up in guis if icon is specified +# enable = { always = yes } #optional, the modifier won't apply if not enabled +# remove_trigger = { always = no } #optional, will remove the modifier if true +# +# # list of modifiers +# fuel_cost = 321 +# max_fuel = var_max_fuel # will be taken from a variable +# } +# +# +# In a script file: +# +# effect = { +# add_dynamic_modifier = { +# modifier = example_dynamic_modifier +# scope = GER # optional, if you specify this your dynamic modifier scoped to this scope (root is the effect scope) +# days = 14 # optional, will be removed after this many days passes +# } +# } +# +# can be added to countries, states or unit leaders +# will only updated daily, unless forced by force_update_dynamic_modifier effect + +############草,动态修正做不了装备的######## + +AL_tank_all_modifier = { + icon = GFX_idea_ideas_tank_all + enable = { always = yes } + tank_manufacturer_cost_factor = -0.75 + + #armor = { + # maximum_speed = 0.15 #5铁血设计 AL_maximum_speed + # soft_attack = AL_soft_attack #2白鹰设计 + # hard_attack = AL_hard_attack #3撒丁设计 + # reliability = AL_reliability #8东煌设计#8重樱设计 + # armor_value = AL_armor_value #1鸢尾设计 + # ap_attack = AL_ap_attack #7皇家设计 + # build_cost_ic = AL_armor_build_cost_ic #6北联设计 + # instant = yes + #} +} + +AL_ship_all_modifier = { + icon = GFX_idea_ideas_ship_all + enable = { always = yes } + naval_manufacturer_cost_factor = -0.75 + + #industrial_capacity_dockyard = AL_industrial_capacity_dockyard #北联设计 + #navy_fuel_consumption_factor = AL_navy_fuel_consumption_factor #重樱设计 + #experience_gain_navy_factor = AL_experience_gain_navy_factor #重樱设计 + #navy_max_range_factor = AL_navy_max_range_factor #白鹰设计 + #naval_coordination = AL_naval_coordination #皇家设计 + #equipment_bonus = { + # ship_hull_light = { #东煌设计 + # build_cost_ic = AL_light_build_cost_ic + # instant = yes + # } + # ship_hull_cruiser = { #撒丁设计 + # build_cost_ic = AL_cruiser_build_cost_ic + # instant = yes + # } + # ship_hull_submarine = { #铁血设计 + # build_cost_ic = AL_submarine_build_cost_ic + # instant = yes + # } + # ship_hull_heavy = { #鸢尾设计 + # build_cost_ic = AL_heavy_build_cost_ic + # instant = yes + # } + # ship_hull_carrier = { #白鹰设计 + # build_cost_ic = AL_carrier_build_cost_ic + # instant = yes + # } + #} + +} + +AL_plane_all_modifier = { + icon = GFX_idea_ideas_plane_all + enable = { always = yes } + aircraft_manufacturer_cost_factor = -0.75 + + #air_mission_efficiency = AL_air_mission_efficiency #撒丁设计 + #army_bonus_air_superiority_factor = AL_army_bonus_air_superiority_factor #鸢尾设计 + #air_weather_penalty = AL_air_weather_penalty #北联设计 + #experience_gain_air_factor = AL_experience_gain_air_factor #东煌设计 + #air_range_factor = AL_air_range_factor #白鹰设计 + #equipment_bonus = { + # fighter_equipment = { + # instant = yes + # build_cost_ic = AL_fighter_build_cost_ic #重樱设计 + # reliability = AL_fighter_reliability #铁血设计 + # } + # cv_fighter_equipment = { + # instant = yes + # build_cost_ic = AL_cv_fighter_build_cost_ic #重樱设计 + # reliability = AL_cv_fighter_reliability + # } + # heavy_fighter_equipment = { + # instant = yes + # build_cost_ic = AL_heavy_fighter_build_cost_ic #皇家设计 + # reliability = AL_heavy_fighter_reliability + # } + # strat_bomber_equipment = { + # instant = yes + # build_cost_ic = AL_strat_bomber_build_cost_ic #皇家设计 + # reliability = AL_strat_bomber_reliability #铁血设计 + # } + # CAS_equipment = { + # instant = yes + # build_cost_ic = AL_CAS_build_cost_ic #重樱设计 + # reliability = AL_CAS_reliability #铁血设计 + # } + # tac_bomber_equipment = { + # instant = yes + # build_cost_ic = AL_tac_bomber_build_cost_ic #皇家设计 + # reliability = AL_tac_bomber_reliability + # } + #} + +} + +AL_junxu_all_modifier = { + icon = GFX_idea_ideas_junxu_all + enable = { always = yes } + materiel_manufacturer_cost_factor = -0.75 + + #experience_gain_army_factor = AL_experience_gain_army_factor #重樱设计 + #equipment_bonus = { + # infantry_equipment = { + # instant = yes + # build_cost_ic = AL_infantry_build_cost_ic #东煌设计 + # soft_attack = AL_infantry_soft_attack #鸢尾设计 + # reliability = AL_infantry_reliability #皇家设计 + # } + # artillery_equipment = { + # instant = yes + # build_cost_ic = AL_artillery_build_cost_ic #白鹰设计 + # soft_attack = AL_artillery_soft_attack #白鹰设计 + # reliability = AL_artillery_reliability #皇家设计 + # } + # motorized_equipment = { + # instant = yes + # build_cost_ic = AL_motorized_build_cost_ic #铁血设计#撒丁设计 + # reliability = AL_motorized_reliability #撒丁设计 + # maximum_speed = AL_motorized_maximum_speed #铁血设计 + # } + # mot_rockets = { + # instant = yes + # build_cost_ic = AL_mot_build_cost_ic #北联设计 + # soft_attack = AL_mot_soft_attack #北联设计 + # } + # + #} +} + +AL_gongye_all_modifier = { + icon = GFX_idea_ideas_gongye_all + enable = { always = yes } + industrial_concern_cost_factor = -0.75 + + #economy_cost_factor = AL_economy_cost_factor #重樱设计 + #production_lack_of_resource_penalty_factor = AL_production_lack_of_resource_penalty_factor #东煌设计 + #production_factory_start_efficiency_factor = AL_production_factory_start_efficiency_factor #铁血设计 + #production_factory_efficiency_gain_factor = AL_production_factory_efficiency_gain_factor #北联设计 + #industrial_capacity_factory = AL_industrial_capacity_factory #铁血设计 #北联设计 + #production_speed_industrial_complex_factor = AL_production_speed_industrial_complex_factor #白鹰设计 + #consumer_goods_factor = AL_consumer_goods_factor #撒丁设计 + #production_speed_bunker_factor = AL_production_speed_bunker_factor #鸢尾设计 + #production_speed_coastal_bunker_factor = AL_production_speed_coastal_bunker_factor #皇家设计 +} + diff --git a/src/common/ideas/alone_ideas.txt b/src/common/ideas/alone_ideas.txt new file mode 100755 index 0000000..bafcc60 --- /dev/null +++ b/src/common/ideas/alone_ideas.txt @@ -0,0 +1,2456 @@ +ideas = { + + hidden_ideas = { + AL_sir_powerful_1 = { + + allowed_civil_war = { + always = yes + } + + modifier = { + weekly_manpower = 1000000 + army_fuel_consumption_factor = -0.5 + experience_gain_army_unit_factor = 1.0 + pocket_penalty = -0.8 + out_of_supply_factor = -0.8 + local_supplies = 4 + supply_node_range = 7 + industrial_capacity_factory = 3 + enemy_operative_detection_chance_factor = 0.75 + airforce_intel_factor = 0.75 + army_intel_factor = 0.75 + civilian_intel_factor = 0.75 + navy_intel_factor = 0.75 + } + + equipment_bonus = { + infantry_equipment = { + instant = yes + build_cost_ic = -0.5 + } + artillery_equipment = { + instant = yes + build_cost_ic = -0.5 + } + motorized_equipment = { + instant = yes + build_cost_ic = -0.5 + } + armor = { + build_cost_ic = -0.5 + instant = yes + } + + } + } + + AL_sir_powerful_2 = { + allowed_civil_war = { + always = yes + } + + modifier = { + local_supplies = 1 + supply_node_range = 2 + } + equipment_bonus = { + infantry_equipment = { + instant = yes + build_cost_ic = -0.1 + } + artillery_equipment = { + instant = yes + build_cost_ic = -0.1 + } + motorized_equipment = { + instant = yes + build_cost_ic = -0.1 + } + armor = { + build_cost_ic = -0.1 + instant = yes + } + } + } + + } + + # Special ones that can be applied on other countries through focus system. + country = { + az_pt_1 = { + picture = generic_constitutional_guarantees + allowed_civil_war = { + always = yes + } + modifier = { + political_power_factor = 0.1 + + } + } + + az_pt_2 = { + picture = generic_infantry_bonus + allowed_civil_war = { + always = yes + } + modifier = { + planning_speed = 0.5 + + } + } + + az_pt_3 = { + picture = air_support_focus + allowed_civil_war = { + always = yes + } + modifier = { + stability_weekly = 0.005 + war_support_weekly = 0.005 + } + } + + az_pt_4 = { + picture = generic_victors_of_ww1 + allowed_civil_war = { + always = yes + } + modifier = { + consumer_goods_factor = -0.05 + + } + } + + az_pt_5 = { + picture = generic_infantry_bonus + allowed_civil_war = { + always = yes + } + modifier = { + army_attack_factor = 0.15 + } + } + + az_pt_6 = { + picture = generic_disjointed_gov + allowed_civil_war = { + always = yes + } + modifier = { + dig_in_speed_factor = 1.0 + max_dig_in = 20 + } + } + + az_pt_7 = { + picture = generic_secret_police + allowed_civil_war = { + always = yes + } + modifier = { + max_command_power = 200 + + } + } + + az_pt_8 = { + picture = generic_build_infrastructure + allowed_civil_war = { + always = yes + } + modifier = { + production_speed_buildings_factor = 0.15 + } + } + + az_pt_9 = { + picture = generic_research_bonus + allowed_civil_war = { + always = yes + } + modifier = { + research_speed_factor = 0.1 + + } + } + + az_pt_10 = { + picture = TY_jiaoguanzhidaozhong + allowed_civil_war = { + always = yes + } + modifier = { + naval_speed_factor = 0.15 + naval_damage_factor = 0.10 + } + } + ###################### + AL_sir_full_armor = { + picture = generic_acquire_tanks + + allowed_civil_war = { + always = yes + } + equipment_bonus = { + armor = { + reliability = 0.15 + armor_value = 0.50 + instant = yes + } + } + modifier = { + planning_speed = 0.5 + max_planning = 0.3 + } + } + + AL_sir_low_armor = { + picture = great_depression + + allowed_civil_war = { + always = yes + } + equipment_bonus = { + armor = { + armor_value = -0.05 + instant = yes + } + } + modifier = { + army_armor_attack_factor= -0.05 + army_armor_defence_factor= -0.05 + + } + } + + AL_sir_powerful = { + picture = SIR_darksiren + + allowed_civil_war = { + always = yes + } + + modifier = { + ai_focus_aggressive_factor = 0.5 + army_attack_factor = 0.15 + breakthrough_factor = 0.15 + } + } + + AL_defend_1 = { + picture = FRA_fortification_focus + + allowed_civil_war = { + always = yes + } + modifier = { + max_dig_in = 3 + recon_factor_while_entrenched = 0.10 + dig_in_speed_factor = 0.25 + } + } + + AL_defend_2 = { + picture = FRA_fortification_focus + + allowed_civil_war = { + always = yes + } + modifier = { + max_dig_in = 6 + recon_factor_while_entrenched = 0.25 + dig_in_speed_factor = 0.5 + } + } + + AL_jundui_0 = { + picture = generic_infantry_bonus + + allowed_civil_war = { + always = yes + } + modifier = { + training_time_factor = 0.25 + max_command_power = 200 + } + } + + AL_jundui_1_1 = { + picture = generic_infantry_bonus + + allowed_civil_war = { + always = yes + } + modifier = { + training_time_factor = 1.0 + minimum_training_level = 0.4 + max_command_power = 200 + stability_factor = -0.55 + } + } + + AL_jundui_1_2 = { + picture = generic_infantry_bonus + + allowed_civil_war = { + always = yes + } + modifier = { + training_time_factor = 0.75 + minimum_training_level = 0.4 + max_command_power = 300 + stability_factor = -0.20 + war_support_factor = 0.10 + } + } + + AL_jundui_1_3 = { + picture = generic_infantry_bonus + + allowed_civil_war = { + always = yes + } + modifier = { + training_time_factor = 0.50 + minimum_training_level = 0.2 + max_command_power = 600 + command_power_gain_mult = 2 + war_support_factor = 0.15 + + + } + } + + AL_jundui_2_1 = { + picture = generic_infantry_bonus + + allowed_civil_war = { + always = yes + } + modifier = { + training_time_factor = 0.15 + max_command_power = 200 + war_support_factor = 0.15 + stability_factor = -0.15 + } + } + + AL_jundui_2_2 = { + picture = generic_infantry_bonus + + allowed_civil_war = { + always = yes + } + modifier = { + training_time_factor = -0.10 + max_command_power = 300 + war_support_factor = 0.25 + stability_factor = 0.20 + } + } + + AL_jundui_2_3 = { + picture = generic_infantry_bonus + + allowed_civil_war = { + always = yes + } + modifier = { + training_time_factor = -0.25 + max_command_power = 300 + war_support_factor = 0.25 + command_power_gain_mult = 0.25 + stability_factor = 0.30 + max_planning = 0.05 + } + } + + AL_lianhejun_0 = { + picture = SPR_torchbearers_of_tomorrow + + allowed_civil_war = { + always = yes + } + modifier = { + experience_gain_army = 0.05 + experience_gain_navy = 0.05 + experience_gain_air = 0.05 + } + } + + AL_lianhejun_1 = { + picture = SPR_torchbearers_of_tomorrow + + allowed_civil_war = { + always = yes + } + modifier = { + experience_gain_army = 0.1 + experience_gain_navy = 0.1 + experience_gain_air = 0.1 + army_defence_factor = 0.05 + army_attack_factor = 0.05 + } + } + + AL_lianhejun_2 = { + picture = SPR_torchbearers_of_tomorrow + + allowed_civil_war = { + always = yes + } + modifier = { + experience_gain_army = 0.1 + experience_gain_navy = 0.1 + experience_gain_air = 0.1 + army_defence_factor = 0.05 + army_attack_factor = 0.05 + max_planning = 0.05 + land_reinforce_rate = 0.01 + attrition = -0.05 + } + } + + AL_lianhejun_3 = { + picture = SPR_torchbearers_of_tomorrow + + allowed_civil_war = { + always = yes + } + modifier = { + experience_gain_army = 0.1 + experience_gain_navy = 0.1 + experience_gain_air = 0.1 + army_defence_factor = 0.10 + army_attack_factor = 0.10 + max_planning = 0.10 + land_reinforce_rate = 0.02 + equipment_capture = 0.01 + attrition = -0.05 + } + } + + AL_lianhejun_4 = { + picture = SPR_torchbearers_of_tomorrow + + allowed_civil_war = { + always = yes + } + modifier = { + experience_gain_army = 0.15 + experience_gain_navy = 0.15 + experience_gain_air = 0.15 + army_defence_factor = 0.10 + army_attack_factor = 0.10 + max_planning = 0.10 + land_reinforce_rate = 0.02 + equipment_capture = 0.01 + local_supplies = 0.05 + army_org_factor = 0.05 + attrition = -0.10 + } + } + + AL_lianhejun_5 = { + picture = SPR_torchbearers_of_tomorrow + + allowed_civil_war = { + always = yes + } + modifier = { + experience_gain_army = 0.15 + experience_gain_navy = 0.15 + experience_gain_air = 0.15 + army_defence_factor = 0.15 + army_attack_factor = 0.15 + max_planning = 0.10 + land_reinforce_rate = 0.02 + equipment_capture = 0.02 + local_supplies = 0.10 + army_org_factor = 0.05 + army_speed_factor = 0.05 + no_supply_grace = 24 + attrition = -0.10 + } + } + + AL_lianhejun_6 = { + picture = SPR_torchbearers_of_tomorrow + + allowed_civil_war = { + always = yes + } + modifier = { + experience_gain_army = 0.2 + experience_gain_navy = 0.2 + experience_gain_air = 0.2 + army_defence_factor = 0.15 + army_attack_factor = 0.15 + max_planning = 0.10 + land_reinforce_rate = 0.03 + equipment_capture = 0.03 + local_supplies = 0.10 + army_org_factor = 0.10 + army_speed_factor = 0.05 + no_supply_grace = 48 + attrition = -0.10 + } + } + + AL_lianhejun_7 = { + picture = SPR_torchbearers_of_tomorrow + + allowed_civil_war = { + always = yes + } + modifier = { + experience_gain_army = 0.2 + experience_gain_navy = 0.2 + experience_gain_air = 0.2 + army_defence_factor = 0.2 + army_attack_factor = 0.2 + max_planning = 0.10 + land_reinforce_rate = 0.03 + equipment_capture = 0.04 + local_supplies = 0.10 + army_org_factor = 0.15 + army_speed_factor = 0.10 + no_supply_grace = 72 + attrition = -0.10 + } + } + + AL_lianhejun_8 = { + picture = SPR_torchbearers_of_tomorrow + + allowed_civil_war = { + always = yes + } + modifier = { + experience_gain_army = 0.25 + experience_gain_navy = 0.25 + experience_gain_air = 0.25 + army_defence_factor = 0.20 + army_attack_factor = 0.20 + max_planning = 0.10 + land_reinforce_rate = 0.03 + equipment_capture = 0.05 + local_supplies = 0.10 + army_org_factor = 0.20 + army_speed_factor = 0.15 + no_supply_grace = 96 + attrition = -0.15 + } + } + + AL_guojizongdui_back = { + picture = great_depression + + allowed_civil_war = { + always = yes + } + modifier = { + + } + } + + } + + # TECHNOLOGY + tank_manufacturer = { + + designer = yes + + AL_tank_all = { #完全体坦克制造商 + + picture = ideas_tank_all + + allowed = { } + visible = { + has_completed_focus = AL_zhenghe2 + has_country_flag = AL_alone + } + available = { + custom_trigger_tooltip = { + tooltip = tank_zhenghe_all + check_variable = { AL_zhenghe_tank = 8 } + } + + } + cost = 150 + removal_cost = 0 + + research_bonus = { + armor = 0.2 #4重樱设计 + } + + + traits = { AL_tank_all } + } + + AL_tank_YUW = { #鸢尾制造商 + picture = ideas_tank_YUW + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_tank_YUW + } + has_country_flag = AL_alone + + } + available = { + OR = { + TAG = YUW + custom_trigger_tooltip = { + tooltip = tank_zhuanyi_1 + has_country_flag = AL_YUW_tank + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + armor = 0.15 + } + + traits = { AL_tank_YUW } + } + + AL_tank_BYG = { #白鹰制造商 + picture = ideas_tank_BYG + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_tank_BYG + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = BYG + custom_trigger_tooltip = { + tooltip = tank_zhuanyi_2 + has_country_flag = AL_BYG_tank + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + armor = 0.15 + } + + traits = { AL_tank_BYG } + } + + AL_tank_SAD = { #撒丁制造商 + picture = ideas_tank_SAD + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_tank_SAD + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = SAD + custom_trigger_tooltip = { + tooltip = tank_zhuanyi_3 + has_country_flag = AL_SAD_tank + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + armor = 0.15 + } + + traits = { AL_tank_SAD } + } + + AL_tank_BFL = { + picture = ideas_tank_BFL + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_tank_BFL + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = BFL + custom_trigger_tooltip = { + tooltip = tank_zhuanyi_4 + AND = { + has_country_flag = AL_BFL_tank + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + armor = 0.15 + } + + traits = { AL_tank_BFL } + } + + AL_tank_DOH = { #东煌制造商 + picture = ideas_tank_DOH + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_tank_DOH + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = DOH + custom_trigger_tooltip = { + tooltip = tank_zhuanyi_5 + AND = { + has_country_flag = AL_DOH_tank + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + armor = 0.20 + } + + traits = { AL_tank_DOH } + } + + AL_tank_HUJ = { #皇家制造商 + picture = ideas_tank_HUJ + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_tank_HUJ + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = HUJ + custom_trigger_tooltip = { + tooltip = tank_zhuanyi_6 + AND = { + has_country_flag = AL_HUJ_tank + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + armor = 0.15 + } + + traits = { AL_tank_HUJ } + } + + AL_tank_TIX = { #铁血制造商 + picture = ideas_tank_TIX + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_tank_TIX + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = TIX + custom_trigger_tooltip = { + tooltip = tank_zhuanyi_7 + AND = { + has_country_flag = AL_TIX_tank + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + armor = 0.15 + } + + traits = { AL_tank_TIX } + } + + AL_tank_CHY = { #重樱制造商 + picture = ideas_tank_CHY + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_tank_CHY + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = CHY + custom_trigger_tooltip = { + tooltip = tank_zhuanyi_8 + AND = { + has_country_flag = AL_CHY_tank + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + armor = 0.15 + } + traits = { AL_tank_CHY } + } + } + + + + + + + + + + + + + + naval_manufacturer = { + + designer = yes + + AL_ship_all = { #完全体舰船制造商 + + picture = ideas_ship_all + + allowed = { } + visible = { + has_completed_focus = AL_zhenghe5 + has_country_flag = AL_alone + } + available = { + custom_trigger_tooltip = { + tooltip = ship_zhenghe_all + check_variable = { AL_zhenghe_ship = 8 } + } + } + cost = 150 + removal_cost = 0 + + research_bonus = { + naval_equipment = 0.25 #皇家设计 + + } + + modifier = { + + } + + + traits = { AL_ship_all } + } + + AL_ship_YUW = { #鸢尾制造商 + picture = ideas_ship_YUW + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_ship_YUW + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = YUW + custom_trigger_tooltip = { + tooltip = ship_zhuanyi_1 + has_country_flag = AL_YUW_ship + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + naval_equipment = 0.15 + } + + traits = { AL_ship_YUW } + } + + AL_ship_BYG = { #白鹰制造商 + picture = ideas_ship_BYG + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_ship_BYG + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = BYG + custom_trigger_tooltip = { + tooltip = ship_zhuanyi_2 + has_country_flag = AL_BYG_ship + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + naval_equipment = 0.15 + } + modifier = { + + } + + + traits = { AL_ship_BYG } + } + + AL_ship_SAD = { #撒丁制造商 + picture = ideas_ship_SAD + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_ship_SAD + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = SAD + custom_trigger_tooltip = { + tooltip = ship_zhuanyi_3 + has_country_flag = AL_SAD_ship + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + naval_equipment = 0.15 + } + modifier = { + + } + + + traits = { AL_ship_SAD } + } + + AL_ship_BFL = { + picture = ideas_ship_BFL + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_ship_BFL + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = BFL + custom_trigger_tooltip = { + tooltip = ship_zhuanyi_4 + AND = { + has_country_flag = AL_BFL_ship + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + naval_equipment = 0.15 + } + modifier = { + + } + + equipment_bonus = { + + } + traits = { AL_ship_BFL } + } + + AL_ship_DOH = { #东煌制造商 + picture = ideas_ship_DOH + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_ship_DOH + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = DOH + custom_trigger_tooltip = { + tooltip = ship_zhuanyi_5 + AND = { + has_country_flag = AL_DOH_ship + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + naval_equipment = 0.15 + } + modifier = { + + } + + + traits = { AL_ship_DOH } + } + + AL_ship_HUJ = { #皇家制造商 + picture = ideas_ship_HUJ + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_ship_HUJ + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = HUJ + custom_trigger_tooltip = { + tooltip = ship_zhuanyi_6 + AND = { + has_country_flag = AL_HUJ_ship + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + naval_equipment = 0.20 + } + modifier = { + + } + + equipment_bonus = { + + } + traits = { AL_ship_HUJ } + } + + AL_ship_TIX = { #铁血制造商 + picture = ideas_ship_TIX + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_ship_TIX + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = TIX + custom_trigger_tooltip = { + tooltip = ship_zhuanyi_7 + AND = { + has_country_flag = AL_TIX_ship + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + naval_equipment = 0.15 + } + modifier = { + + } + + + traits = { AL_ship_TIX } + } + + AL_ship_CHY = { #重樱制造商 + picture = ideas_ship_CHY + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_ship_CHY + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = CHY + custom_trigger_tooltip = { + tooltip = ship_zhuanyi_8 + AND = { + has_country_flag = AL_CHY_ship + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + naval_equipment = 0.15 + } + modifier = { + + } + + equipment_bonus = { + + } + traits = { AL_ship_CHY } + } + + + } + + + + + + + + + aircraft_manufacturer = { + + designer = yes + AL_plane_all = { #完全体飞机制造商 + + picture = ideas_plane_all + + allowed = { } + visible = { + has_completed_focus = AL_zhenghe4 + has_country_flag = AL_alone + } + available = { + custom_trigger_tooltip = { + tooltip = plane_zhenghe_all + check_variable = { AL_zhenghe_plane = 8 } + } + } + cost = 150 + removal_cost = 0 + + research_bonus = { + air_equipment = 0.25 + } + + modifier = { + + } + + equipment_bonus = { + + } + traits = { AL_plane_all } + } + + AL_plane_YUW = { #鸢尾制造商 + picture = ideas_plane_YUW + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_plane_YUW + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = YUW + custom_trigger_tooltip = { + tooltip = plane_zhuanyi_1 + has_country_flag = AL_YUW_plane + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + air_equipment = 0.15 + } + + traits = { AL_plane_YUW } + } + + AL_plane_BYG = { #白鹰制造商 + picture = ideas_plane_BYG + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_plane_BYG + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = BYG + custom_trigger_tooltip = { + tooltip = plane_zhuanyi_2 + has_country_flag = AL_BYG_plane + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + air_equipment = 0.15 + } + + traits = { AL_plane_BYG } + } + + AL_plane_SAD = { #撒丁制造商 + picture = ideas_plane_SAD + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_plane_SAD + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = SAD + custom_trigger_tooltip = { + tooltip = plane_zhuanyi_3 + has_country_flag = AL_SAD_plane + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + air_equipment = 0.15 + } + + traits = { AL_plane_SAD } + } + + AL_plane_BFL = { + picture = ideas_plane_BFL + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_plane_BFL + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = BFL + custom_trigger_tooltip = { + tooltip = plane_zhuanyi_4 + AND = { + has_country_flag = AL_BFL_plane + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + air_equipment = 0.15 + } + + traits = { AL_plane_BFL } + } + + AL_plane_DOH = { #东煌制造商 + picture = ideas_plane_DOH + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_plane_DOH + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = DOH + custom_trigger_tooltip = { + tooltip = plane_zhuanyi_5 + AND = { + has_country_flag = AL_DOH_plane + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + air_equipment = 0.15 + } + + traits = { AL_plane_DOH } + } + + AL_plane_HUJ = { #皇家制造商 + picture = ideas_plane_HUJ + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_plane_HUJ + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = HUJ + custom_trigger_tooltip = { + tooltip = plane_zhuanyi_6 + AND = { + has_country_flag = AL_HUJ_plane + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + air_equipment = 0.15 + } + + traits = { AL_plane_HUJ } + } + + AL_plane_TIX = { #铁血制造商 + picture = ideas_plane_TIX + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_plane_TIX + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = TIX + custom_trigger_tooltip = { + tooltip = plane_zhuanyi_7 + AND = { + has_country_flag = AL_TIX_plane + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + air_equipment = 0.15 + } + + traits = { AL_plane_TIX } + } + + AL_plane_CHY = { #重樱制造商 + picture = ideas_plane_CHY + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_plane_CHY + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = CHY + custom_trigger_tooltip = { + tooltip = plane_zhuanyi_8 + AND = { + has_country_flag = AL_CHY_plane + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + air_equipment = 0.15 + } + traits = { AL_plane_CHY } + } + + } + + + + + + industrial_concern = { + AL_gongye_all = { #完全体工业制造商 + + picture = ideas_gongye_all + + allowed = { } + visible = { + has_completed_focus = AL_zhenghe1 + has_country_flag = AL_alone + } + available = { + custom_trigger_tooltip = { + tooltip = gongye_zhenghe_all + check_variable = { AL_zhenghe_gongye = 8 } + } + } + cost = 150 + removal_cost = 0 + + research_bonus = { + industry = 0.2 + electronics = 0.2 + synth_resources = 0.1 + } + + traits = { AL_gongye_all } + } + + AL_gongye_YUW = { #鸢尾制造商 + picture = ideas_gongye_YUW + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_gongye_YUW + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = YUW + custom_trigger_tooltip = { + tooltip = gongye_zhuanyi_1 + has_country_flag = AL_YUW_gongye + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + industry = 0.15 + } + + traits = { AL_gongye_YUW } + } + + AL_gongye_BYG = { #白鹰制造商 + picture = ideas_gongye_BYG + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_gongye_BYG + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = BYG + custom_trigger_tooltip = { + tooltip = gongye_zhuanyi_2 + has_country_flag = AL_BYG_gongye + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + electronics = 0.15 + } + + traits = { AL_gongye_BYG } + } + + AL_gongye_SAD = { #撒丁制造商 + picture = ideas_gongye_SAD + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_gongye_SAD + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = SAD + custom_trigger_tooltip = { + tooltip = gongye_zhuanyi_3 + has_country_flag = AL_SAD_gongye + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + industry = 0.15 + } + + traits = { AL_gongye_SAD } + } + + AL_gongye_BFL = { + picture = ideas_gongye_BFL + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_gongye_BFL + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = BFL + custom_trigger_tooltip = { + tooltip = gongye_zhuanyi_4 + AND = { + has_country_flag = AL_BFL_gongye + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + industry = 0.1 + synth_resources = 0.05 + } + traits = { AL_gongye_BFL } + } + + AL_gongye_DOH = { #东煌制造商 + picture = ideas_gongye_DOH + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_gongye_DOH + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = DOH + custom_trigger_tooltip = { + tooltip = gongye_zhuanyi_5 + AND = { + has_country_flag = AL_DOH_gongye + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + electronics = 0.1 + synth_resources = 0.05 + } + + traits = { AL_gongye_DOH } + } + + AL_gongye_HUJ = { #皇家制造商 + picture = ideas_gongye_HUJ + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_gongye_HUJ + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = HUJ + custom_trigger_tooltip = { + tooltip = gongye_zhuanyi_6 + AND = { + has_country_flag = AL_HUJ_gongye + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + industry = 0.15 + } + traits = { AL_gongye_HUJ } + } + + AL_gongye_TIX = { #铁血制造商 + picture = ideas_gongye_TIX + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_gongye_TIX + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = TIX + custom_trigger_tooltip = { + tooltip = gongye_zhuanyi_7 + AND = { + has_country_flag = AL_TIX_gongye + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + industry = 0.15 + } + + traits = { AL_gongye_TIX } + } + + AL_gongye_CHY = { #重樱制造商 + picture = ideas_gongye_CHY + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_gongye_CHY + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = CHY + custom_trigger_tooltip = { + tooltip = gongye_zhuanyi_8 + AND = { + has_country_flag = AL_CHY_gongye + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + industry = 0.15 + } + traits = { AL_gongye_CHY } + } + + } + + + + + materiel_manufacturer = { + + designer = yes + AL_junxu_all = { #完全体军需制造商 + + picture = ideas_junxu_all + + allowed = { } + visible = { + has_completed_focus = AL_zhenghe3 + has_country_flag = AL_alone + } + available = { + custom_trigger_tooltip = { + tooltip = junxu_zhenghe_all + check_variable = { AL_zhenghe_junxu = 8 } + } + } + cost = 150 + removal_cost = 0 + + research_bonus = { + infantry_weapons = 0.15 + artillery = 0.15 + motorized_equipment = 0.2 + mot_rockets = 0.50 + } + + traits = { AL_junxu_all } + } + + AL_junxu_YUW = { #鸢尾制造商 + picture = ideas_junxu_YUW + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_junxu_YUW + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = YUW + custom_trigger_tooltip = { + tooltip = junxu_zhuanyi_1 + has_country_flag = AL_YUW_junxu + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + infantry_weapons = 0.15 + } + + traits = { AL_junxu_YUW } + } + + AL_junxu_BYG = { #白鹰制造商 + picture = ideas_junxu_BYG + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_junxu_BYG + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = BYG + custom_trigger_tooltip = { + tooltip = junxu_zhuanyi_2 + has_country_flag = AL_BYG_junxu + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + artillery = 0.15 + } + traits = { AL_junxu_BYG } + } + + AL_junxu_SAD = { #撒丁制造商 + picture = ideas_junxu_SAD + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_junxu_SAD + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = SAD + custom_trigger_tooltip = { + tooltip = junxu_zhuanyi_3 + has_country_flag = AL_SAD_junxu + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + motorized_equipment = 0.2 + } + + traits = { AL_junxu_SAD } + } + + AL_junxu_BFL = { + picture = ideas_junxu_BFL + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_junxu_BFL + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = BFL + custom_trigger_tooltip = { + tooltip = junxu_zhuanyi_4 + AND = { + has_country_flag = AL_BFL_junxu + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + motorized_equipment = 0.15 + mot_rockets = 0.50 + } + + traits = { AL_junxu_BFL } + } + + AL_junxu_DOH = { #东煌制造商 + picture = ideas_junxu_DOH + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_junxu_DOH + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = DOH + custom_trigger_tooltip = { + tooltip = junxu_zhuanyi_5 + AND = { + has_country_flag = AL_DOH_junxu + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + infantry_weapons = 0.15 + } + traits = { AL_junxu_DOH } + } + + AL_junxu_HUJ = { #皇家制造商 + picture = ideas_junxu_HUJ + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_junxu_HUJ + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = HUJ + custom_trigger_tooltip = { + tooltip = junxu_zhuanyi_6 + AND = { + has_country_flag = AL_HUJ_junxu + } + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + artillery = 0.15 + } + + traits = { AL_junxu_HUJ } + } + + AL_junxu_TIX = { #铁血制造商 + picture = ideas_junxu_TIX + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_junxu_TIX + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = TIX + custom_trigger_tooltip = { + tooltip = junxu_zhuanyi_7 + has_country_flag = AL_TIX_junxu + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + motorized_equipment = 0.2 + } + traits = { AL_junxu_TIX } + } + + AL_junxu_CHY = { #重樱制造商 + picture = ideas_junxu_CHY + allowed = { } + visible = { + not = { + has_country_flag = AL_zhenghe_junxu_CHY + } + has_country_flag = AL_alone + } + available = { + OR = { + TAG = CHY + custom_trigger_tooltip = { + tooltip = junxu_zhuanyi_8 + has_country_flag = AL_CHY_junxu + } + } + } + cost = 25 + removal_cost = 0 + research_bonus = { + infantry_weapons = 0.15 + } + traits = { AL_junxu_CHY } + } + + } + + +#################彩蛋############# + + country = { + + pingjia_S_D = { + picture = pingjia_S_D + removal_cost = -1 + modifier = { + army_speed_factor = 0.02 + planning_speed = 0.05 + naval_speed_factor = 0.02 + } + } + + pingjia_S_C = { + picture = pingjia_S_C + + removal_cost = -1 + modifier = { + army_speed_factor = 0.05 + planning_speed = 0.1 + naval_speed_factor = 0.05 + } + } + + pingjia_S_B = { + picture = pingjia_S_B + + + + removal_cost = -1 + modifier = { + army_speed_factor = 0.09 + planning_speed = 0.15 + naval_speed_factor = 0.09 + } + } + + pingjia_S_A = { + picture = pingjia_S_A + + + + removal_cost = -1 + modifier = { + army_speed_factor = 0.14 + planning_speed = 0.20 + naval_speed_factor = 0.14 + } + } + + pingjia_S_S = { + picture = pingjia_S_S + + + + removal_cost = -1 + modifier = { + army_speed_factor = 0.2 + planning_speed = 0.25 + naval_speed_factor = 0.2 + } + } + + pingjia_S_SS = { + picture = pingjia_S_SS + + + + removal_cost = -1 + modifier = { + army_speed_factor = 0.27 + planning_speed = 0.30 + naval_speed_factor = 0.27 + } + } + + + pingjia_S_SSS = { + picture = pingjia_S_SSS + + + + removal_cost = -1 + modifier = { + army_speed_factor = 0.35 + planning_speed = 0.35 + naval_speed_factor = 0.35 + } + } + + + pingjia_N_D = { + picture = pingjia_N_D + + + + removal_cost = -1 + modifier = { + supply_consumption_factor = -0.1 + land_reinforce_rate = 0.02 + } + } + + pingjia_N_C = { + picture = pingjia_N_C + + + + removal_cost = -1 + modifier = { + supply_consumption_factor = -0.2 + land_reinforce_rate = 0.05 + } + } + + pingjia_N_B = { + picture = pingjia_N_B + + + + removal_cost = -1 + modifier = { + supply_consumption_factor = -0.3 + land_reinforce_rate = 0.1 + } + } + + pingjia_N_A = { + picture = pingjia_N_A + + + + removal_cost = -1 + modifier = { + supply_consumption_factor = -0.4 + land_reinforce_rate = 0.15 + } + } + + pingjia_N_S = { + picture = pingjia_N_S + + + + removal_cost = -1 + modifier = { + supply_consumption_factor = -0.5 + land_reinforce_rate = 0.2 + } + } + + pingjia_N_SS = { + picture = pingjia_N_SS + + + + removal_cost = -1 + modifier = { + supply_consumption_factor = -0.6 + land_reinforce_rate = 0.25 + } + } + + + pingjia_N_SSS = { + picture = pingjia_N_SSS + + + + removal_cost = -1 + modifier = { + supply_consumption_factor = -0.7 + land_reinforce_rate = 0.3 + } + } + + + + pingjia_L_D = { + picture = pingjia_L_D + + + + removal_cost = -1 + modifier = { + army_attack_factor = 0.05 + army_defence_factor = 0.05 + } + } + + pingjia_L_C = { + picture = pingjia_L_C + + + + removal_cost = -1 + modifier = { + army_attack_factor = 0.1 + army_defence_factor = 0.1 + } + } + + pingjia_L_B = { + picture = pingjia_L_B + + + + removal_cost = -1 + modifier = { + army_attack_factor = 0.2 + army_defence_factor = 0.2 + } + } + + pingjia_L_A = { + picture = pingjia_L_A + + + + removal_cost = -1 + modifier = { + army_attack_factor = 0.3 + army_defence_factor = 0.3 + } + } + + pingjia_L_S = { + picture = pingjia_L_S + + + + removal_cost = -1 + modifier = { + army_attack_factor = 0.4 + army_defence_factor = 0.4 + } + } + + pingjia_L_SS = { + picture = pingjia_L_SS + + + + removal_cost = -1 + modifier = { + army_attack_factor = 0.5 + army_defence_factor = 0.5 + } + } + + + pingjia_L_SSS = { + picture = pingjia_L_SSS + + + + removal_cost = -1 + modifier = { + army_attack_factor = 0.6 + army_defence_factor = 0.6 + } + } + + + pingjia_G_D = { + picture = pingjia_G_D + + + + removal_cost = -1 + modifier = { + army_org_factor = 0.05 + production_lack_of_resource_penalty_factor = -0.1 + surrender_limit = 0.05 + } + } + + pingjia_G_C = { + picture = pingjia_G_C + + + + removal_cost = -1 + modifier = { + army_org_factor = 0.1 + production_lack_of_resource_penalty_factor = -0.2 + surrender_limit = 0.1 + } + } + + pingjia_G_B = { + picture = pingjia_G_B + + + + removal_cost = -1 + modifier = { + army_org_factor = 0.15 + production_lack_of_resource_penalty_factor = -0.3 + surrender_limit = 0.15 + } + } + + pingjia_G_A = { + picture = pingjia_G_A + + + + removal_cost = -1 + modifier = { + army_org_factor = 0.2 + production_lack_of_resource_penalty_factor = -0.4 + surrender_limit = 0.2 + } + } + + pingjia_G_S = { + picture = pingjia_G_S + + + + removal_cost = -1 + modifier = { + army_org_factor = 0.25 + production_lack_of_resource_penalty_factor = -0.6 + surrender_limit = 0.25 + } + } + + pingjia_G_SS = { + picture = pingjia_G_SS + + + + removal_cost = -1 + modifier = { + army_org_factor = 0.3 + production_lack_of_resource_penalty_factor = -0.8 + surrender_limit = 0.3 + } + } + + + pingjia_G_SSS = { + picture = pingjia_G_SSS + + + + removal_cost = -1 + modifier = { + army_org_factor = 0.35 + production_lack_of_resource_penalty_factor = -1 + surrender_limit = 0.35 + } + } + + + pingjia_Z_D = { + picture = pingjia_Z_D + + + + removal_cost = -1 + modifier = { + send_volunteer_size = 2 + political_power_factor = 0.05 + max_planning = 0.01 + research_speed_factor = 0.1 + } + } + + pingjia_Z_C = { + picture = pingjia_Z_C + + + + removal_cost = -1 + modifier = { + send_volunteer_size = 4 + political_power_factor = 0.1 + max_planning = 0.05 + research_speed_factor = 0.2 + } + } + + pingjia_Z_B = { + picture = pingjia_Z_B + + + + removal_cost = -1 + modifier = { + send_volunteer_size = 8 + political_power_factor = 0.2 + max_planning = 0.1 + research_speed_factor = 0.3 + } + } + + pingjia_Z_A = { + picture = pingjia_Z_A + + + + removal_cost = -1 + modifier = { + send_volunteer_size = 12 + political_power_factor = 0.4 + max_planning = 0.2 + research_speed_factor = 0.4 + } + } + + pingjia_Z_S = { + picture = pingjia_Z_S + + + + removal_cost = -1 + modifier = { + send_volunteer_size = 16 + political_power_factor = 0.6 + max_planning = 0.3 + research_speed_factor = 0.6 + } + } + + pingjia_Z_SS = { + picture = pingjia_Z_SS + + + + removal_cost = -1 + modifier = { + send_volunteer_size = 20 + political_power_factor = 0.8 + max_planning = 0.4 + research_speed_factor = 0.8 + } + } + + + pingjia_Z_SSS = { + picture = pingjia_Z_SSS + removal_cost = -1 + modifier = { + send_volunteer_size = 24 + political_power_factor = 1 + max_planning = 0.5 + research_speed_factor = 1 + } + } + + jineng_maniang_4 = { + picture = char_4 + removal_cost = -1 + equipment_bonus = { + armor = { + maximum_speed = 0.35 + instant = yes + } + } + } + + jineng_maniang_9 = { + picture = char_9 + removal_cost = -1 + equipment_bonus = { + armor = { + soft_attack = 0.35 + instant = yes + } + } + } + + jineng_maniang_15 = { + picture = char_15 + removal_cost = -1 + equipment_bonus = { + fighter_equipment = { + air_agility = 0.15 + instant = yes + } + } + } + + jineng_maniang_16 = { + picture = char_16 + removal_cost = -1 + equipment_bonus = { + armor = { + armor_value = 0.15 + ap_attack = 0.2 + hard_attack = 0.15 + instant = yes + } + } + } + + jineng_maniang_33 = { + picture = char_33 + removal_cost = -1 + equipment_bonus = { + infantry_equipment = { + build_cost_ic = -0.25 + instant = yes + } + artillery_equipment = { + build_cost_ic = -0.25 + instant = yes + } + } + } + + jineng_maniang_34 = { + picture = char_34 + removal_cost = -1 + equipment_bonus = { + infantry_equipment = { + reliability = 0.15 + instant = yes + } + artillery_equipment = { + reliability = 0.15 + instant = yes + } + armor = { + reliability = 0.15 + instant = yes + } + fighter_equipment = { + reliability = 0.15 + instant = yes + } + } + } + } + + + + + + +} diff --git a/src/common/on_actions/azsiren_on_actions.txt b/src/common/on_actions/azsiren_on_actions.txt new file mode 100755 index 0000000..bdd493b --- /dev/null +++ b/src/common/on_actions/azsiren_on_actions.txt @@ -0,0 +1,534 @@ +on_actions = { + on_startup = { + effect = { + set_global_flag = MOD_azurlane_sairenzhizai + } + } + + on_startup = { + effect = { + every_country = { + limit = { + AND = { + is_ai = yes + shijianniangguojia_trigger = yes + } + } + add_timed_idea = { + idea = TY_sir_AI_buff + days = 800 + } + } + HUJ = { + add_manpower = 300000 + capital_scope = { + add_manpower = 2000000 + set_state_category = city + add_building_construction = { + type = industrial_complex + level = 5 + instant_build = yes + } + add_building_construction = { + type = arms_factory + level = 5 + instant_build = yes + } + add_resource = { + type = steel + amount = 40 + } + add_resource = { + type = oil + amount = 1 + } + add_resource = { + type = tungsten + amount = 0 + } + add_resource = { + type = chromium + amount = 0 + } + add_resource = { + type = aluminium + amount = 20 + } + add_resource = { + type = rubber + amount = 0 + } + } + } + TIX = { + add_manpower = 300000 + capital_scope = { + add_manpower = 2000000 + set_state_category = large_city + add_building_construction = { + type = industrial_complex + level = 2 + instant_build = yes + } + add_building_construction = { + type = arms_factory + level = 8 + instant_build = yes + } + add_resource = { + type = steel + amount = 50 + } + add_resource = { + type = oil + amount = 0 + } + add_resource = { + type = tungsten + amount = 0 + } + add_resource = { + type = chromium + amount = 0 + } + add_resource = { + type = aluminium + amount = 5 + } + add_resource = { + type = rubber + amount = 0 + } + } + } + YUW = { + add_manpower = 300000 + capital_scope = { + add_manpower = 2000000 + set_state_category = megalopolis + add_building_construction = { + type = industrial_complex + level = 7 + instant_build = yes + } + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + add_resource = { + type = steel + amount = 10 + } + add_resource = { + type = oil + amount = 15 + } + add_resource = { + type = tungsten + amount = 0 + } + add_resource = { + type = chromium + amount = 0 + } + add_resource = { + type = aluminium + amount = 0 + } + add_resource = { + type = rubber + amount = 65 + } + } + } + SAD = { + add_manpower = 300000 + capital_scope = { + add_manpower = 2000000 + set_state_category = megalopolis + add_building_construction = { + type = industrial_complex + level = 6 + instant_build = yes + } + add_building_construction = { + type = arms_factory + level = 3 + instant_build = yes + } + add_resource = { + type = steel + amount = 15 + } + add_resource = { + type = oil + amount = 2 + } + add_resource = { + type = tungsten + amount = 3 + } + add_resource = { + type = chromium + amount = 4 + } + add_resource = { + type = aluminium + amount = 2 + } + add_resource = { + type = rubber + amount = 0 + } + } + } + BFL = { + add_manpower = 300000 + capital_scope = { + add_manpower = 2000000 + set_state_category = city + add_building_construction = { + type = industrial_complex + level = 8 + instant_build = yes + } + add_building_construction = { + type = arms_factory + level = 2 + instant_build = yes + } + add_resource = { + type = steel + amount = 88 + } + add_resource = { + type = oil + amount = 6 + } + add_resource = { + type = tungsten + amount = 7 + } + add_resource = { + type = chromium + amount = 8 + } + add_resource = { + type = aluminium + amount = 0 + } + add_resource = { + type = rubber + amount = 0 + } + } + } + DOH = { + add_manpower = 300000 + capital_scope = { + add_manpower = 2000000 + set_state_category = city + add_building_construction = { + type = industrial_complex + level = 5 + instant_build = yes + } + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + add_resource = { + type = steel + amount = 5 + } + add_resource = { + type = oil + amount = 15 + } + add_resource = { + type = tungsten + amount = 0 + } + add_resource = { + type = chromium + amount = 6 + } + add_resource = { + type = aluminium + amount = 2 + } + add_resource = { + type = rubber + amount = 8 + } + } + } + CHY = { + add_manpower = 300000 + capital_scope = { + add_manpower = 2000000 + set_state_category = megalopolis + add_building_construction = { + type = industrial_complex + level = 2 + instant_build = yes + } + add_building_construction = { + type = arms_factory + level = 7 + instant_build = yes + } + add_resource = { + type = steel + amount = 10 + } + add_resource = { + type = oil + amount = 25 + } + add_resource = { + type = tungsten + amount = 3 + } + add_resource = { + type = chromium + amount = 40 + } + add_resource = { + type = aluminium + amount = 3 + } + add_resource = { + type = rubber + amount = 0 + } + } + } + BYG = { + add_manpower = 300000 + capital_scope = { + add_manpower = 2000000 + set_state_category = megalopolis + add_building_construction = { + type = industrial_complex + level = 10 + instant_build = yes + } + add_building_construction = { + type = arms_factory + level = 1 + instant_build = yes + } + add_resource = { + type = steel + amount = 20 + } + add_resource = { + type = oil + amount = 105 + } + add_resource = { + type = tungsten + amount = 0 + } + add_resource = { + type = chromium + amount = 60 + } + add_resource = { + type = aluminium + amount = 0 + } + add_resource = { + type = rubber + amount = 30 + } + } + } + } + } + + on_startup = { + effect = { + every_country = { + limit = { + shijianniangguojia_trigger = yes + } + mark_focus_tree_layout_dirty = yes + + } + every_country = { + limit = { + shijianniangguojia_trigger = yes + } + add_opinion_modifier = { + target = SIR + modifier = soren_embargo + } + add_opinion_modifier = { + target = SR1 + modifier = soren_embargo + } + add_opinion_modifier = { + target = SR2 + modifier = soren_embargo + } + add_opinion_modifier = { + target = SR3 + modifier = soren_embargo + } + add_opinion_modifier = { + target = SR4 + modifier = soren_embargo + } + add_opinion_modifier = { + target = SIR + modifier = siren_opinion + } + add_opinion_modifier = { + target = SR1 + modifier = siren_opinion + } + add_opinion_modifier = { + target = SR2 + modifier = siren_opinion + } + add_opinion_modifier = { + target = SR3 + modifier = siren_opinion + } + add_opinion_modifier = { + target = SR4 + modifier = siren_opinion + } + } + } + } + on_startup = { + effect = { + every_country = { + if = { + limit = { + shisairen_trigger = yes + } + set_technology = { keyantech_siren = 1 } + add_equipment_to_stockpile = { + type = siren_equipment_1 + amount = 4000 + producer = SIR + } + load_focus_tree = sir_sirenmod_focus + + add_opinion_modifier = { + target = BYG + modifier = siren_jianniang_opinion + } + add_opinion_modifier = { + target = HUJ + modifier = siren_jianniang_opinion + } + add_opinion_modifier = { + target = TIX + modifier = siren_jianniang_opinion + } + add_opinion_modifier = { + target = YUW + modifier = siren_jianniang_opinion + } + add_opinion_modifier = { + target = SAD + modifier = siren_jianniang_opinion + } + add_opinion_modifier = { + target = BFL + modifier = siren_jianniang_opinion + } + add_opinion_modifier = { + target = DOH + modifier = siren_jianniang_opinion + } + add_opinion_modifier = { + target = CHY + modifier = siren_jianniang_opinion + } + } + } + } + } + + + on_declare_war = { + effect = { + if = { + limit = { + FROM = { + shisairen_trigger = yes + } + } + FROM = { + add_to_variable = { + var = canzhanguo_sl + value = 1 + + } + army_experience = 10 + } + } + + } + + } + on_declare_war = { + effect = { + if = { + limit = { + FROM = { + shisairen_trigger = yes + } + ROOT = { + TAG = DOH + is_ai = yes + NOT = { has_country_flag = sirenmod_ai_baobing_get } + } + } + ROOT = { + set_country_flag = sirenmod_ai_baobing_get + division_template = { + name = "东煌解放军" + regiments = { + infantry = { x = 0 y = 0 } + infantry = { x = 0 y = 1 } + infantry = { x = 0 y = 2 } + infantry = { x = 0 y = 3 } + infantry = { x = 0 y = 4 } + infantry = { x = 1 y = 0 } + infantry = { x = 1 y = 1 } + infantry = { x = 1 y = 2 } + infantry = { x = 1 y = 3 } + } + support = { + engineer = { x = 0 y = 0 } + artillery = { x = 0 y = 1 } + } + } + for_loop_effect = { + start = 0 + end = 36 + add = 1 + + capital_scope = { + create_unit = { + division = "name = \"东煌解放军\" division_template = \"东煌解放军\" start_experience_factor = 0.3 start_equipment_factor = 1" + owner = ROOT + } + } + } + } + } + + } + + } +} diff --git a/src/common/on_actions/azx_on_actions.txt b/src/common/on_actions/azx_on_actions.txt new file mode 100755 index 0000000..902e183 --- /dev/null +++ b/src/common/on_actions/azx_on_actions.txt @@ -0,0 +1,25 @@ +on_actions = { + on_capitulation = { + effect = { + if = { + limit = { + FROM = { + shijianniangguojia_trigger = yes + NOT = { has_country_flag = toudisairen_get } + } + ROOT = { + has_country_flag = toudisairen_get + } + } + FROM = { + white_peace = ROOT + puppet = ROOT + } + ROOT = { + clr_country_flag = toudisairen_get + remove_Ideas = SIR_srkzg + } + } + } + } +} diff --git a/src/common/scripted_effects/az_AL_scripted_effects.txt b/src/common/scripted_effects/az_AL_scripted_effects.txt new file mode 100644 index 0000000..20c8904 --- /dev/null +++ b/src/common/scripted_effects/az_AL_scripted_effects.txt @@ -0,0 +1,3497 @@ + +AL_factory_3_1 = { + custom_effect_tooltip = AL_factory_3_1 + set_variable = { AL_arms_factory_once = 0 } + set_variable = { AL_industrial_complex_once = 0 } + every_owned_state = { + set_temp_variable = { AL_temp_state_1 = arms_factory_level } + set_temp_variable = { AL_temp_state_2 = industrial_complex_level } + divide_temp_variable = { AL_temp_state_1 = 3 } + divide_temp_variable = { AL_temp_state_2 = 3 } + set_temp_variable = { AL_temp_state_11 = AL_temp_state_1 } + set_temp_variable = { AL_temp_state_21 = AL_temp_state_2 } + round_temp_variable = AL_temp_state_1 + round_temp_variable = AL_temp_state_2 + if = { + limit = { check_variable = { AL_temp_state_1 > AL_temp_state_11 } } + subtract_from_temp_variable = { AL_temp_state_1 = 1 } + } + if = { + limit = { check_variable = { AL_temp_state_2 > AL_temp_state_21 } } + subtract_from_temp_variable = { AL_temp_state_2 = 1 } + } + ROOT = { + add_to_variable = { AL_arms_factory_once = AL_temp_state_1 } + add_to_variable = { AL_industrial_complex_once = AL_temp_state_2 } + } + } + country_event = AL_event.1 +} + + + +AL_tech_get = { + +if = { +limit = { + has_country_flag = AL_CHY_all_get +} +add_tech_bonus = { + bonus = 1.0 + uses = 2 + ahead_reduction = 2 + category = naval_equipment +} +} + +if = { +limit = { + has_country_flag = AL_DOH_all_get +} +add_tech_bonus = { + name = "技术合作" + bonus = 1.0 + uses = 2 + ahead_reduction = 2 + category = infantry_weapons +} +} + +if = { +limit = { + has_country_flag = AL_BFL_all_get +} +add_doctrine_cost_reduction = { + name = "技术合作" + cost_reduction = 0.75 + uses = 2 + category = land_doctrine +} +} + +if = { +limit = { + has_country_flag = AL_BYG_all_get +} +add_tech_bonus = { + name = "技术合作" + bonus = 1.0 + uses = 2 + ahead_reduction = 2 + category = industry +} +} + +if = { +limit = { + has_country_flag = AL_SAD_all_get +} +add_tech_bonus = { + name = "技术合作" + bonus = 1.0 + uses = 2 + ahead_reduction = 2 + category = support_tech +} +} + +if = { +limit = { + has_country_flag = AL_TIX_all_get +} +add_tech_bonus = { + name = "技术合作" + bonus = 1.0 + uses = 1 + ahead_reduction = 2 + category = armor +} +} + +if = { +limit = { + has_country_flag = AL_YUW_all_get +} +add_tech_bonus = { + name = "技术合作" + bonus = 1.0 + uses = 2 + ahead_reduction = 2 + category = artillery +} +} + +if = { +limit = { + has_country_flag = AL_HUJ_all_get +} +add_tech_bonus = { + name = "技术合作" + bonus = 1.0 + uses = 1 + ahead_reduction = 2 + category = air_equipment +} +} + + +} + +AL_buligongyi = { +if = { +limit = { + TAG = BLI +} +add_stability = 0.4 +add_war_support = 0.4 +add_political_power = 300 +} +else = { +custom_effect_tooltip = AL_buligongyi_get +set_country_flag = buligongyi1_get +set_country_flag = buligongyi2_get +} +} + +AL_chuizhigongye = { +if = { +limit = { + TAG = BLI +} + add_offsite_building = { + type = arms_factory + level = 6 + } + add_offsite_building = { + type = industrial_complex + level = 6 + } + add_offsite_building = { + type = dockyard + level = 6 + } + add_offsite_building = { + type = synthetic_refinery + level = 2 + } +} +else = { +random_owned_controlled_state = { + limit = { + free_building_slots = { + building = arms_factory + size > 1 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 2 + add_building_construction = { + type = arms_factory + level = 2 + instant_build = yes + } +} +random_owned_controlled_state = { + limit = { + free_building_slots = { + building = industrial_complex + size > 1 + include_locked = yes + } + } + add_extra_state_shared_building_slots = 2 + add_building_construction = { + type = industrial_complex + level = 2 + instant_build = yes + } +} +} +} + +zhenghe_tank_set = { +set_variable = { zhenghe_tank_HUJ_days_remove = 120 } +set_variable = { zhenghe_tank_HUJ_cost = 100 } +set_variable = { zhenghe_tank_BFL_days_remove = 120 } +set_variable = { zhenghe_tank_BFL_cost = 100 } +set_variable = { zhenghe_tank_CHY_days_remove = 120 } +set_variable = { zhenghe_tank_CHY_cost = 100 } +set_variable = { zhenghe_tank_DOH_days_remove = 120 } +set_variable = { zhenghe_tank_DOH_cost = 100 } +set_variable = { zhenghe_tank_TIX_days_remove = 120 } +set_variable = { zhenghe_tank_TIX_cost = 100 } +set_variable = { zhenghe_tank_SAD_days_remove = 120 } +set_variable = { zhenghe_tank_SAD_cost = 100 } +set_variable = { zhenghe_tank_YUW_days_remove = 120 } +set_variable = { zhenghe_tank_YUW_cost = 100 } +set_variable = { zhenghe_tank_BYG_days_remove = 120 } +set_variable = { zhenghe_tank_BYG_cost = 100 } +add_dynamic_modifier = { +modifier = AL_tank_all_modifier +} + + + +if = { +limit = { + TAG = CHY +} +subtract_from_variable = { zhenghe_tank_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_CHY_cost = 75 } +} +if = { +limit = { + TAG = HUJ +} +subtract_from_variable = { zhenghe_tank_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_HUJ_cost = 75 } +} +if = { +limit = { + TAG = TIX +} +subtract_from_variable = { zhenghe_tank_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_TIX_cost = 75 } +} +if = { +limit = { + TAG = YUW +} +subtract_from_variable = { zhenghe_tank_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_YUW_cost = 75 } +} +if = { +limit = { + TAG = SAD +} +subtract_from_variable = { zhenghe_tank_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_SAD_cost = 75 } +} +if = { +limit = { + TAG = BYG +} +subtract_from_variable = { zhenghe_tank_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_BYG_cost = 75 } +} +if = { +limit = { + TAG = BFL +} +subtract_from_variable = { zhenghe_tank_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_BFL_cost = 75 } +} +if = { +limit = { + TAG = DOH +} +subtract_from_variable = { zhenghe_tank_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_DOH_cost = 75 } +} + + + +if = { +limit = { + has_country_flag = AL_HUJ_tank +} +subtract_from_variable = { zhenghe_tank_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_HUJ_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BFL_tank +} +subtract_from_variable = { zhenghe_tank_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_BFL_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_CHY_tank +} +subtract_from_variable = { zhenghe_tank_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_CHY_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_DOH_tank +} +subtract_from_variable = { zhenghe_tank_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_DOH_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_TIX_tank +} +subtract_from_variable = { zhenghe_tank_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_TIX_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_SAD_tank +} +subtract_from_variable = { zhenghe_tank_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_SAD_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_YUW_tank +} +subtract_from_variable = { zhenghe_tank_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_YUW_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BYG_tank +} +subtract_from_variable = { zhenghe_tank_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_tank_BYG_cost = 75 } +} + +} + +zhenghe_gongye_set = { +set_variable = { zhenghe_gongye_HUJ_days_remove = 120 } +set_variable = { zhenghe_gongye_HUJ_cost = 100 } +set_variable = { zhenghe_gongye_BFL_days_remove = 120 } +set_variable = { zhenghe_gongye_BFL_cost = 100 } +set_variable = { zhenghe_gongye_CHY_days_remove = 120 } +set_variable = { zhenghe_gongye_CHY_cost = 100 } +set_variable = { zhenghe_gongye_DOH_days_remove = 120 } +set_variable = { zhenghe_gongye_DOH_cost = 100 } +set_variable = { zhenghe_gongye_TIX_days_remove = 120 } +set_variable = { zhenghe_gongye_TIX_cost = 100 } +set_variable = { zhenghe_gongye_SAD_days_remove = 120 } +set_variable = { zhenghe_gongye_SAD_cost = 100 } +set_variable = { zhenghe_gongye_YUW_days_remove = 120 } +set_variable = { zhenghe_gongye_YUW_cost = 100 } +set_variable = { zhenghe_gongye_BYG_days_remove = 120 } +set_variable = { zhenghe_gongye_BYG_cost = 100 } +add_dynamic_modifier = { +modifier = AL_gongye_all_modifier +} + +if = { +limit = { + TAG = CHY +} +subtract_from_variable = { zhenghe_gongye_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_CHY_cost = 75 } +} +if = { +limit = { + TAG = HUJ +} +subtract_from_variable = { zhenghe_gongye_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_HUJ_cost = 75 } +} +if = { +limit = { + TAG = TIX +} +subtract_from_variable = { zhenghe_gongye_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_TIX_cost = 75 } +} +if = { +limit = { + TAG = YUW +} +subtract_from_variable = { zhenghe_gongye_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_YUW_cost = 75 } +} +if = { +limit = { + TAG = SAD +} +subtract_from_variable = { zhenghe_gongye_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_SAD_cost = 75 } +} +if = { +limit = { + TAG = BYG +} +subtract_from_variable = { zhenghe_gongye_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_BYG_cost = 75 } +} +if = { +limit = { + TAG = BFL +} +subtract_from_variable = { zhenghe_gongye_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_BFL_cost = 75 } +} +if = { +limit = { + TAG = DOH +} +subtract_from_variable = { zhenghe_gongye_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_DOH_cost = 75 } +} + + + + +if = { +limit = { + has_country_flag = AL_HUJ_gongye +} +subtract_from_variable = { zhenghe_gongye_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_HUJ_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BFL_gongye +} +subtract_from_variable = { zhenghe_gongye_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_BFL_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_CHY_gongye +} +subtract_from_variable = { zhenghe_gongye_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_CHY_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_DOH_gongye +} +subtract_from_variable = { zhenghe_gongye_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_DOH_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_TIX_gongye +} +subtract_from_variable = { zhenghe_gongye_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_TIX_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_SAD_gongye +} +subtract_from_variable = { zhenghe_gongye_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_SAD_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_YUW_gongye +} +subtract_from_variable = { zhenghe_gongye_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_YUW_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BYG_gongye +} +subtract_from_variable = { zhenghe_gongye_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_gongye_BYG_cost = 75 } +} + +} + +zhenghe_ship_set = { +set_variable = { zhenghe_ship_HUJ_days_remove = 120 } +set_variable = { zhenghe_ship_HUJ_cost = 100 } +set_variable = { zhenghe_ship_BFL_days_remove = 120 } +set_variable = { zhenghe_ship_BFL_cost = 100 } +set_variable = { zhenghe_ship_CHY_days_remove = 120 } +set_variable = { zhenghe_ship_CHY_cost = 100 } +set_variable = { zhenghe_ship_DOH_days_remove = 120 } +set_variable = { zhenghe_ship_DOH_cost = 100 } +set_variable = { zhenghe_ship_TIX_days_remove = 120 } +set_variable = { zhenghe_ship_TIX_cost = 100 } +set_variable = { zhenghe_ship_SAD_days_remove = 120 } +set_variable = { zhenghe_ship_SAD_cost = 100 } +set_variable = { zhenghe_ship_YUW_days_remove = 120 } +set_variable = { zhenghe_ship_YUW_cost = 100 } +set_variable = { zhenghe_ship_BYG_days_remove = 120 } +set_variable = { zhenghe_ship_BYG_cost = 100 } +add_dynamic_modifier = { +modifier = AL_ship_all_modifier +} + +if = { +limit = { + TAG = CHY +} +subtract_from_variable = { zhenghe_ship_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_CHY_cost = 75 } +} +if = { +limit = { + TAG = HUJ +} +subtract_from_variable = { zhenghe_ship_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_HUJ_cost = 75 } +} +if = { +limit = { + TAG = TIX +} +subtract_from_variable = { zhenghe_ship_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_TIX_cost = 75 } +} +if = { +limit = { + TAG = YUW +} +subtract_from_variable = { zhenghe_ship_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_YUW_cost = 75 } +} +if = { +limit = { + TAG = SAD +} +subtract_from_variable = { zhenghe_ship_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_SAD_cost = 75 } +} +if = { +limit = { + TAG = BYG +} +subtract_from_variable = { zhenghe_ship_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_BYG_cost = 75 } +} +if = { +limit = { + TAG = BFL +} +subtract_from_variable = { zhenghe_ship_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_BFL_cost = 75 } +} +if = { +limit = { + TAG = DOH +} +subtract_from_variable = { zhenghe_ship_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_DOH_cost = 75 } +} + + + + + + + +if = { +limit = { + has_country_flag = AL_HUJ_ship +} +subtract_from_variable = { zhenghe_ship_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_HUJ_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BFL_ship +} +subtract_from_variable = { zhenghe_ship_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_BFL_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_CHY_ship +} +subtract_from_variable = { zhenghe_ship_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_CHY_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_DOH_ship +} +subtract_from_variable = { zhenghe_ship_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_DOH_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_TIX_ship +} +subtract_from_variable = { zhenghe_ship_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_TIX_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_SAD_ship +} +subtract_from_variable = { zhenghe_ship_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_SAD_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_YUW_ship +} +subtract_from_variable = { zhenghe_ship_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_YUW_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BYG_ship +} +subtract_from_variable = { zhenghe_ship_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_ship_BYG_cost = 75 } +} + +} + +zhenghe_plane_set = { +set_variable = { zhenghe_plane_HUJ_days_remove = 120 } +set_variable = { zhenghe_plane_HUJ_cost = 100 } +set_variable = { zhenghe_plane_BFL_days_remove = 120 } +set_variable = { zhenghe_plane_BFL_cost = 100 } +set_variable = { zhenghe_plane_CHY_days_remove = 120 } +set_variable = { zhenghe_plane_CHY_cost = 100 } +set_variable = { zhenghe_plane_DOH_days_remove = 120 } +set_variable = { zhenghe_plane_DOH_cost = 100 } +set_variable = { zhenghe_plane_TIX_days_remove = 120 } +set_variable = { zhenghe_plane_TIX_cost = 100 } +set_variable = { zhenghe_plane_SAD_days_remove = 120 } +set_variable = { zhenghe_plane_SAD_cost = 100 } +set_variable = { zhenghe_plane_YUW_days_remove = 120 } +set_variable = { zhenghe_plane_YUW_cost = 100 } +set_variable = { zhenghe_plane_BYG_days_remove = 120 } +set_variable = { zhenghe_plane_BYG_cost = 100 } +add_dynamic_modifier = { +modifier = AL_plane_all_modifier +} + +if = { +limit = { + TAG = CHY +} +subtract_from_variable = { zhenghe_plane_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_CHY_cost = 75 } +} +if = { +limit = { + TAG = HUJ +} +subtract_from_variable = { zhenghe_plane_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_HUJ_cost = 75 } +} +if = { +limit = { + TAG = TIX +} +subtract_from_variable = { zhenghe_plane_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_TIX_cost = 75 } +} +if = { +limit = { + TAG = YUW +} +subtract_from_variable = { zhenghe_plane_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_YUW_cost = 75 } +} +if = { +limit = { + TAG = SAD +} +subtract_from_variable = { zhenghe_plane_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_SAD_cost = 75 } +} +if = { +limit = { + TAG = BYG +} +subtract_from_variable = { zhenghe_plane_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_BYG_cost = 75 } +} +if = { +limit = { + TAG = BFL +} +subtract_from_variable = { zhenghe_plane_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_BFL_cost = 75 } +} +if = { +limit = { + TAG = DOH +} +subtract_from_variable = { zhenghe_plane_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_DOH_cost = 75 } +} + + +if = { +limit = { + has_country_flag = AL_HUJ_plane +} +subtract_from_variable = { zhenghe_plane_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_HUJ_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BFL_plane +} +subtract_from_variable = { zhenghe_plane_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_BFL_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_CHY_plane +} +subtract_from_variable = { zhenghe_plane_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_CHY_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_DOH_plane +} +subtract_from_variable = { zhenghe_plane_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_DOH_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_TIX_plane +} +subtract_from_variable = { zhenghe_plane_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_TIX_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_SAD_plane +} +subtract_from_variable = { zhenghe_plane_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_SAD_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_YUW_plane +} +subtract_from_variable = { zhenghe_plane_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_YUW_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BYG_plane +} +subtract_from_variable = { zhenghe_plane_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_plane_BYG_cost = 75 } +} + +} + +zhenghe_junxu_set = { +set_variable = { zhenghe_junxu_HUJ_days_remove = 120 } +set_variable = { zhenghe_junxu_HUJ_cost = 100 } +set_variable = { zhenghe_junxu_BFL_days_remove = 120 } +set_variable = { zhenghe_junxu_BFL_cost = 100 } +set_variable = { zhenghe_junxu_CHY_days_remove = 120 } +set_variable = { zhenghe_junxu_CHY_cost = 100 } +set_variable = { zhenghe_junxu_DOH_days_remove = 120 } +set_variable = { zhenghe_junxu_DOH_cost = 100 } +set_variable = { zhenghe_junxu_TIX_days_remove = 120 } +set_variable = { zhenghe_junxu_TIX_cost = 100 } +set_variable = { zhenghe_junxu_SAD_days_remove = 120 } +set_variable = { zhenghe_junxu_SAD_cost = 100 } +set_variable = { zhenghe_junxu_YUW_days_remove = 120 } +set_variable = { zhenghe_junxu_YUW_cost = 100 } +set_variable = { zhenghe_junxu_BYG_days_remove = 120 } +set_variable = { zhenghe_junxu_BYG_cost = 100 } +add_dynamic_modifier = { +modifier = AL_junxu_all_modifier +} + +if = { +limit = { + TAG = CHY +} +subtract_from_variable = { zhenghe_junxu_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_CHY_cost = 75 } +} +if = { +limit = { + TAG = HUJ +} +subtract_from_variable = { zhenghe_junxu_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_HUJ_cost = 75 } +} +if = { +limit = { + TAG = TIX +} +subtract_from_variable = { zhenghe_junxu_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_TIX_cost = 75 } +} +if = { +limit = { + TAG = YUW +} +subtract_from_variable = { zhenghe_junxu_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_YUW_cost = 75 } +} +if = { +limit = { + TAG = SAD +} +subtract_from_variable = { zhenghe_junxu_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_SAD_cost = 75 } +} +if = { +limit = { + TAG = BYG +} +subtract_from_variable = { zhenghe_junxu_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_BYG_cost = 75 } +} +if = { +limit = { + TAG = BFL +} +subtract_from_variable = { zhenghe_junxu_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_BFL_cost = 75 } +} +if = { +limit = { + TAG = DOH +} +subtract_from_variable = { zhenghe_junxu_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_DOH_cost = 75 } +} + + + +if = { +limit = { + has_country_flag = AL_HUJ_junxu +} +subtract_from_variable = { zhenghe_junxu_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_HUJ_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BFL_junxu +} +subtract_from_variable = { zhenghe_junxu_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_BFL_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_CHY_junxu +} +subtract_from_variable = { zhenghe_junxu_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_CHY_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_DOH_junxu +} +subtract_from_variable = { zhenghe_junxu_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_DOH_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_TIX_junxu +} +subtract_from_variable = { zhenghe_junxu_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_TIX_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_SAD_junxu +} +subtract_from_variable = { zhenghe_junxu_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_SAD_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_YUW_junxu +} +subtract_from_variable = { zhenghe_junxu_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_YUW_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BYG_junxu +} +subtract_from_variable = { zhenghe_junxu_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_junxu_BYG_cost = 75 } +} + +} + +AL_modifier_reset = { + +#######联合制造商###### +if = { +limit = { + check_variable = { AL_zhenghe_tank = 8 } + NOT = { + has_country_flag = AL_zhenghe_tank + } +} +country_event = AL_event.37 +set_country_flag = AL_zhenghe_tank +} +if = { +limit = { + check_variable = { AL_zhenghe_ship = 8 } + NOT = { + has_country_flag = AL_zhenghe_ship + } +} +country_event = AL_event.40 +set_country_flag = AL_zhenghe_ship +} +if = { +limit = { + check_variable = { AL_zhenghe_plane = 8 } + NOT = { + has_country_flag = AL_zhenghe_plane + } +} +country_event = AL_event.39 +set_country_flag = AL_zhenghe_plane +} +if = { +limit = { + check_variable = { AL_zhenghe_junxu = 8 } + NOT = { + has_country_flag = AL_zhenghe_junxu + } +} +country_event = AL_event.38 +set_country_flag = AL_zhenghe_junxu +} +if = { +limit = { + check_variable = { AL_zhenghe_gongye = 8 } + NOT = { + has_country_flag = AL_zhenghe_gongye + } +} +country_event = AL_event.36 +set_country_flag = AL_zhenghe_gongye +} + +} + + +AL_lianhejun_up = { +if = { +limit = { + has_idea = AL_lianhejun_0 +} +swap_ideas = { + remove_idea = AL_lianhejun_0 + add_idea = AL_lianhejun_1 +} +} +else_if = { +limit = { + has_idea = AL_lianhejun_1 +} +swap_ideas = { + remove_idea = AL_lianhejun_1 + add_idea = AL_lianhejun_2 +} +} +else_if = { +limit = { + has_idea = AL_lianhejun_2 +} +swap_ideas = { + remove_idea = AL_lianhejun_2 + add_idea = AL_lianhejun_3 +} +} +else_if = { +limit = { + has_idea = AL_lianhejun_3 +} +swap_ideas = { + remove_idea = AL_lianhejun_3 + add_idea = AL_lianhejun_4 +} +} +else_if = { +limit = { + has_idea = AL_lianhejun_4 +} +swap_ideas = { + remove_idea = AL_lianhejun_4 + add_idea = AL_lianhejun_5 +} +} +else_if = { +limit = { + has_idea = AL_lianhejun_5 +} +swap_ideas = { + remove_idea = AL_lianhejun_5 + add_idea = AL_lianhejun_6 +} +} +else_if = { +limit = { + has_idea = AL_lianhejun_6 +} +swap_ideas = { + remove_idea = AL_lianhejun_6 + add_idea = AL_lianhejun_7 +} +} +else_if = { +limit = { + has_idea = AL_lianhejun_7 +} +swap_ideas = { + remove_idea = AL_lianhejun_7 + add_idea = AL_lianhejun_8 +} +} +} + + +AL_army_cost_set = { +set_variable = { zhenghe_jundui_HUJ_days_remove = 120 } +set_variable = { zhenghe_jundui_HUJ_cost = 100 } +set_variable = { zhenghe_jundui_BFL_days_remove = 120 } +set_variable = { zhenghe_jundui_BFL_cost = 100 } +set_variable = { zhenghe_jundui_CHY_days_remove = 120 } +set_variable = { zhenghe_jundui_CHY_cost = 100 } +set_variable = { zhenghe_jundui_DOH_days_remove = 120 } +set_variable = { zhenghe_jundui_DOH_cost = 100 } +set_variable = { zhenghe_jundui_TIX_days_remove = 120 } +set_variable = { zhenghe_jundui_TIX_cost = 100 } +set_variable = { zhenghe_jundui_SAD_days_remove = 120 } +set_variable = { zhenghe_jundui_SAD_cost = 100 } +set_variable = { zhenghe_jundui_YUW_days_remove = 120 } +set_variable = { zhenghe_jundui_YUW_cost = 100 } +set_variable = { zhenghe_jundui_BYG_days_remove = 120 } +set_variable = { zhenghe_jundui_BYG_cost = 100 } +if = { +limit = { + TAG = CHY +} +subtract_from_variable = { zhenghe_jundui_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_CHY_cost = 75 } +} +if = { +limit = { + TAG = HUJ +} +subtract_from_variable = { zhenghe_jundui_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_HUJ_cost = 75 } +} +if = { +limit = { + TAG = TIX +} +subtract_from_variable = { zhenghe_jundui_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_TIX_cost = 75 } +} +if = { +limit = { + TAG = YUW +} +subtract_from_variable = { zhenghe_jundui_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_YUW_cost = 75 } +} +if = { +limit = { + TAG = SAD +} +subtract_from_variable = { zhenghe_jundui_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_SAD_cost = 75 } +} +if = { +limit = { + TAG = BYG +} +subtract_from_variable = { zhenghe_jundui_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_BYG_cost = 75 } +} +if = { +limit = { + TAG = BFL +} +subtract_from_variable = { zhenghe_jundui_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_BFL_cost = 75 } +} +if = { +limit = { + TAG = DOH +} +subtract_from_variable = { zhenghe_jundui_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_DOH_cost = 75 } +} + + + +if = { +limit = { + has_country_flag = AL_HUJ_all_get +} +subtract_from_variable = { zhenghe_jundui_HUJ_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_HUJ_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BFL_all_get +} +subtract_from_variable = { zhenghe_jundui_BFL_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_BFL_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_CHY_all_get +} +subtract_from_variable = { zhenghe_jundui_CHY_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_CHY_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_DOH_all_get +} +subtract_from_variable = { zhenghe_jundui_DOH_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_DOH_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_TIX_all_get +} +subtract_from_variable = { zhenghe_jundui_TIX_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_TIX_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_SAD_all_get +} +subtract_from_variable = { zhenghe_jundui_SAD_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_SAD_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_YUW_all_get +} +subtract_from_variable = { zhenghe_jundui_YUW_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_YUW_cost = 75 } +} +if = { +limit = { + has_country_flag = AL_BYG_all_get +} +subtract_from_variable = { zhenghe_jundui_BYG_days_remove = 60 } +subtract_from_variable = { zhenghe_jundui_BYG_cost = 75 } +} + +} + +AL_guojizongdui_back = { + + + +random_owned_state = { +limit = { + is_capital = yes +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 0.8 start_equipment_factor = 0.9" + owner = ROOT +} +} +if = { +limit = { + has_country_flag = AL_DOH_all_get +} +random_owned_state = { + limit = { + is_capital = yes + } + create_unit = { + division = "name = \"国际纵队 东煌\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + create_unit = { + division = "name = \"国际纵队 东煌\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } +} +} + +if = { +limit = { + has_country_flag = AL_YUW_all_get +} +random_owned_state = { + limit = { + is_capital = yes + } + create_unit = { + division = "name = \"国际纵队 鸢尾\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + create_unit = { + division = "name = \"国际纵队 鸢尾\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } +} +} + +if = { +limit = { + has_country_flag = AL_BFL_all_get +} +random_owned_state = { + limit = { + is_capital = yes + } + create_unit = { + division = "name = \"国际纵队 北方联合\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + create_unit = { + division = "name = \"国际纵队 北方联合\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } +} +} + +if = { +limit = { + has_country_flag = AL_SAD_all_get +} +random_owned_state = { + limit = { + is_capital = yes + } + create_unit = { + division = "name = \"国际纵队 撒丁\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + create_unit = { + division = "name = \"国际纵队 撒丁\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } +} +} + +if = { +limit = { + has_country_flag = AL_BYG_all_get +} +random_owned_state = { + limit = { + is_capital = yes + } + create_unit = { + division = "name = \"国际纵队 白鹰\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + create_unit = { + division = "name = \"国际纵队 白鹰\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } +} +} + +if = { +limit = { + has_country_flag = AL_HUJ_all_get +} +random_owned_state = { + limit = { + is_capital = yes + } + create_unit = { + division = "name = \"国际纵队 皇家\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + create_unit = { + division = "name = \"国际纵队 皇家\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } +} +} + +if = { +limit = { + has_country_flag = AL_TIX_all_get +} +random_owned_state = { + limit = { + is_capital = yes + } + create_unit = { + division = "name = \"国际纵队 铁血\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + create_unit = { + division = "name = \"国际纵队 铁血\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } +} +} + +if = { +limit = { + has_country_flag = AL_CHY_all_get +} +random_owned_state = { + limit = { + is_capital = yes + } + create_unit = { + division = "name = \"国际纵队 重樱\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + create_unit = { + division = "name = \"国际纵队 重樱\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } +} +} +} + + + + + + +AL_guojizongdui_zengyuan = { +if = { +limit = { + ROOT = { + has_country_flag = AL_DOH_all_get + } +} +create_unit = { + division = "name = \"国际纵队 东煌\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT +} +} + +if = { +limit = { + ROOT = { + has_country_flag = AL_YUW_all_get + } +} +create_unit = { + division = "name = \"国际纵队 鸢尾\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT +} +} + +if = { +limit = { + ROOT = { + has_country_flag = AL_BFL_all_get + } +} +create_unit = { + division = "name = \"国际纵队 北方联合\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT +} +} + +if = { +limit = { + ROOT = { + has_country_flag = AL_SAD_all_get + } +} +create_unit = { + division = "name = \"国际纵队 撒丁\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT +} +} + +if = { +limit = { + ROOT = { + has_country_flag = AL_BYG_all_get + } +} +create_unit = { + division = "name = \"国际纵队 白鹰\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT +} +} + +if = { +limit = { + ROOT = { + has_country_flag = AL_HUJ_all_get + } +} + create_unit = { + division = "name = \"国际纵队 皇家\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } +} + +if = { +limit = { + ROOT = { + has_country_flag = AL_TIX_all_get + } +} +create_unit = { + division = "name = \"国际纵队 铁血\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT +} +} + +if = { +limit = { + ROOT = { + has_country_flag = AL_CHY_all_get + } +} +create_unit = { + division = "name = \"国际纵队 重樱\" division_template = \"国际纵队主力\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT +} +} +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +#####################################彩蛋#################################### + +jiuzhen = { +clamp_variable = { var = data_X min = 0.8 max = 1.2 } +clamp_variable = { var = data_S min = 0 max = 1200 } +clamp_variable = { var = data_N min = 0 max = 1200 } +clamp_variable = { var = data_L min = 0 max = 1200 } +clamp_variable = { var = data_G min = 0 max = 1200 } +clamp_variable = { var = data_Z min = 0 max = 1200 } +} + +get_skill = { +random_list = { + 1 = { set_country_flag = URA_skill_1 set_country_flag = skill_1 modifier = { factor = 0 has_country_flag = URA_skill_1 } } + 1 = { set_country_flag = URA_skill_2 set_country_flag = skill_2 modifier = { factor = 0 has_country_flag = URA_skill_2 } } + 1 = { set_country_flag = URA_skill_3 set_country_flag = skill_3 modifier = { factor = 0 has_country_flag = URA_skill_3 } } + 1 = { set_country_flag = URA_skill_4 set_country_flag = skill_4 modifier = { factor = 0 has_country_flag = URA_skill_4 } } + 1 = { set_country_flag = URA_skill_5 set_country_flag = skill_5 modifier = { factor = 0 has_country_flag = URA_skill_5 } } + 1 = { set_country_flag = URA_skill_6 set_country_flag = skill_6 modifier = { factor = 0 has_country_flag = URA_skill_6 } } + 1 = { set_country_flag = URA_skill_7 set_country_flag = skill_7 modifier = { factor = 0 has_country_flag = URA_skill_7 } } + 1 = { set_country_flag = URA_skill_8 set_country_flag = skill_8 modifier = { factor = 0 has_country_flag = URA_skill_8 } } + 1 = { set_country_flag = URA_skill_9 set_country_flag = skill_9 modifier = { factor = 0 has_country_flag = URA_skill_9 } } + 1 = { set_country_flag = URA_skill_10 set_country_flag = skill_10 modifier = { factor = 0 has_country_flag = URA_skill_10 } } + 1 = { set_country_flag = URA_skill_11 set_country_flag = skill_11 modifier = { factor = 0 has_country_flag = URA_skill_11 } } + 1 = { set_country_flag = URA_skill_12 set_country_flag = skill_12 modifier = { factor = 0 has_country_flag = URA_skill_12 } } + 1 = { set_country_flag = URA_skill_13 set_country_flag = skill_13 modifier = { factor = 0 has_country_flag = URA_skill_13 } } + 1 = { set_country_flag = URA_skill_14 set_country_flag = skill_14 modifier = { factor = 0 has_country_flag = URA_skill_14 } } + 1 = { set_country_flag = URA_skill_15 set_country_flag = skill_15 modifier = { factor = 0 has_country_flag = URA_skill_15 } } + 1 = { set_country_flag = URA_skill_16 set_country_flag = skill_16 modifier = { factor = 0 has_country_flag = URA_skill_16 } } + 1 = { set_country_flag = URA_skill_17 set_country_flag = skill_17 modifier = { factor = 0 has_country_flag = URA_skill_17 } } + 1 = { set_country_flag = URA_skill_18 set_country_flag = skill_18 modifier = { factor = 0 has_country_flag = URA_skill_18 } } + 1 = { set_country_flag = URA_skill_19 set_country_flag = skill_19 modifier = { factor = 0 has_country_flag = URA_skill_19 } } + 1 = { set_country_flag = URA_skill_20 set_country_flag = skill_20 modifier = { factor = 0 has_country_flag = URA_skill_20 } } + 1 = { set_country_flag = URA_skill_21 set_country_flag = skill_21 modifier = { factor = 0 has_country_flag = URA_skill_21 } } + 1 = { set_country_flag = URA_skill_22 set_country_flag = skill_22 modifier = { factor = 0 has_country_flag = URA_skill_22 } } + 1 = { set_country_flag = URA_skill_23 set_country_flag = skill_23 modifier = { factor = 0 has_country_flag = URA_skill_23 } } + 1 = { set_country_flag = URA_skill_24 set_country_flag = skill_24 modifier = { factor = 0 has_country_flag = URA_skill_24 } } + 1 = { set_country_flag = URA_skill_25 set_country_flag = skill_25 modifier = { factor = 0 has_country_flag = URA_skill_25 } } + 1 = { set_country_flag = URA_skill_26 set_country_flag = skill_26 modifier = { factor = 0 has_country_flag = URA_skill_26 } } + 1 = { set_country_flag = URA_skill_27 set_country_flag = skill_27 modifier = { factor = 0 has_country_flag = URA_skill_27 } } + 1 = { set_country_flag = URA_skill_28 set_country_flag = skill_28 modifier = { factor = 0 has_country_flag = URA_skill_28 } } + 1 = { set_country_flag = URA_skill_29 set_country_flag = skill_29 modifier = { factor = 0 has_country_flag = URA_skill_29 } } + 1 = { set_country_flag = URA_skill_30 set_country_flag = skill_30 modifier = { factor = 0 has_country_flag = URA_skill_30 } } + 1 = { set_country_flag = URA_skill_31 set_country_flag = skill_31 modifier = { factor = 0 has_country_flag = URA_skill_31 } } + 1 = { set_country_flag = URA_skill_32 set_country_flag = skill_32 modifier = { factor = 0 has_country_flag = URA_skill_32 } } + 1 = { set_country_flag = URA_skill_33 set_country_flag = skill_33 modifier = { factor = 0 has_country_flag = URA_skill_33 } } + 1 = { set_country_flag = URA_skill_34 set_country_flag = skill_34 modifier = { factor = 0 has_country_flag = URA_skill_34 } } + 1 = { set_country_flag = URA_skill_35 set_country_flag = skill_35 modifier = { factor = 0 has_country_flag = URA_skill_35 } } + 1 = { set_country_flag = URA_skill_36 set_country_flag = skill_36 modifier = { factor = 0 has_country_flag = URA_skill_36 } } + 1 = { set_country_flag = URA_skill_37 set_country_flag = skill_37 modifier = { factor = 0 has_country_flag = URA_skill_37 } } + 1 = { set_country_flag = URA_skill_38 set_country_flag = skill_38 modifier = { factor = 0 has_country_flag = URA_skill_38 } } + 1 = { set_country_flag = URA_skill_39 set_country_flag = skill_39 modifier = { factor = 0 has_country_flag = URA_skill_39 } } + 1 = { set_country_flag = URA_skill_40 set_country_flag = skill_40 modifier = { factor = 0 has_country_flag = URA_skill_40 } } + 1 = { set_country_flag = URA_skill_41 set_country_flag = skill_41 modifier = { factor = 0 has_country_flag = URA_skill_41 } } + 1 = { set_country_flag = URA_skill_42 set_country_flag = skill_42 modifier = { factor = 0 has_country_flag = URA_skill_42 } } + 1 = { set_country_flag = URA_skill_43 set_country_flag = skill_43 modifier = { factor = 0 has_country_flag = URA_skill_43 } } + 1 = { set_country_flag = URA_skill_44 set_country_flag = skill_44 modifier = { factor = 0 has_country_flag = URA_skill_44 } } + 1 = { set_country_flag = URA_skill_45 set_country_flag = skill_45 modifier = { factor = 0 has_country_flag = URA_skill_45 } } + 1 = { set_country_flag = URA_skill_46 set_country_flag = skill_46 modifier = { factor = 0 has_country_flag = URA_skill_46 } } + 1 = { set_country_flag = URA_skill_47 set_country_flag = skill_47 modifier = { factor = 0 has_country_flag = URA_skill_47 } } + 1 = { set_country_flag = URA_skill_48 set_country_flag = skill_48 modifier = { factor = 0 has_country_flag = URA_skill_48 } } + 1 = { set_country_flag = URA_skill_49 set_country_flag = skill_49 modifier = { factor = 0 has_country_flag = URA_skill_49 } } + 1 = { set_country_flag = URA_skill_50 set_country_flag = skill_50 modifier = { factor = 0 has_country_flag = URA_skill_50 } } + 1 = { set_country_flag = URA_skill_51 set_country_flag = skill_51 modifier = { factor = 0 has_country_flag = URA_skill_51 } } + 1 = { set_country_flag = URA_skill_52 set_country_flag = skill_52 modifier = { factor = 0 has_country_flag = URA_skill_52 } } + 1 = { set_country_flag = URA_skill_53 set_country_flag = skill_53 modifier = { factor = 0 has_country_flag = URA_skill_53 } } + 1 = { set_country_flag = URA_skill_54 set_country_flag = skill_54 modifier = { factor = 0 has_country_flag = URA_skill_54 } } + 1 = { set_country_flag = URA_skill_55 set_country_flag = skill_55 modifier = { factor = 0 has_country_flag = URA_skill_55 } } + 1 = { set_country_flag = URA_skill_56 set_country_flag = skill_56 modifier = { factor = 0 has_country_flag = URA_skill_56 } } + 1 = { set_country_flag = URA_skill_57 set_country_flag = skill_57 modifier = { factor = 0 has_country_flag = URA_skill_57 } } + 1 = { set_country_flag = URA_skill_58 set_country_flag = skill_58 modifier = { factor = 0 has_country_flag = URA_skill_58 } } + 1 = { set_country_flag = URA_skill_59 set_country_flag = skill_59 modifier = { factor = 0 has_country_flag = URA_skill_59 } } + 1 = { set_country_flag = URA_skill_60 set_country_flag = skill_60 modifier = { factor = 0 has_country_flag = URA_skill_60 } } + 1 = { set_country_flag = URA_skill_61 set_country_flag = skill_61 modifier = { factor = 0 has_country_flag = URA_skill_61 } } + 1 = { set_country_flag = URA_skill_62 set_country_flag = skill_62 modifier = { factor = 0 has_country_flag = URA_skill_62 } } + 1 = { set_country_flag = URA_skill_63 set_country_flag = skill_63 modifier = { factor = 0 has_country_flag = URA_skill_63 } } + 1 = { set_country_flag = URA_skill_64 set_country_flag = skill_64 modifier = { factor = 0 has_country_flag = URA_skill_64 } } + 1 = { set_country_flag = URA_skill_65 set_country_flag = skill_65 modifier = { factor = 0 has_country_flag = URA_skill_65 } } + 1 = { set_country_flag = URA_skill_66 set_country_flag = skill_66 modifier = { factor = 0 has_country_flag = URA_skill_66 } } + 1 = { set_country_flag = URA_skill_67 set_country_flag = skill_67 modifier = { factor = 0 has_country_flag = URA_skill_67 } } + 1 = { set_country_flag = URA_skill_68 set_country_flag = skill_68 modifier = { factor = 0 has_country_flag = URA_skill_68 } } + 1 = { set_country_flag = URA_skill_69 set_country_flag = skill_69 modifier = { factor = 0 has_country_flag = URA_skill_69 } } + 1 = { set_country_flag = URA_skill_70 set_country_flag = skill_70 modifier = { factor = 0 has_country_flag = URA_skill_70 } } + 1 = { set_country_flag = URA_skill_71 set_country_flag = skill_71 modifier = { factor = 0 has_country_flag = URA_skill_71 } } +} +} + +skill_show = { +if = { limit = { has_country_flag = skill_1 } unlock_decision_tooltip = Skill_1 clr_country_flag = skill_1 } +if = { limit = { has_country_flag = skill_2 } unlock_decision_tooltip = Skill_2 clr_country_flag = skill_2 } +if = { limit = { has_country_flag = skill_3 } unlock_decision_tooltip = Skill_3 clr_country_flag = skill_3 } +if = { limit = { has_country_flag = skill_4 } unlock_decision_tooltip = Skill_4 clr_country_flag = skill_4 } +if = { limit = { has_country_flag = skill_5 } unlock_decision_tooltip = Skill_5 clr_country_flag = skill_5 } +if = { limit = { has_country_flag = skill_6 } unlock_decision_tooltip = Skill_6 clr_country_flag = skill_6 } +if = { limit = { has_country_flag = skill_7 } unlock_decision_tooltip = Skill_7 clr_country_flag = skill_7 } +if = { limit = { has_country_flag = skill_8 } unlock_decision_tooltip = Skill_8 clr_country_flag = skill_8 } +if = { limit = { has_country_flag = skill_9 } unlock_decision_tooltip = Skill_9 clr_country_flag = skill_9 } +if = { limit = { has_country_flag = skill_10 } unlock_decision_tooltip = Skill_10 clr_country_flag = skill_10 } +if = { limit = { has_country_flag = skill_11 } unlock_decision_tooltip = Skill_11 clr_country_flag = skill_11 } +if = { limit = { has_country_flag = skill_12 } unlock_decision_tooltip = Skill_12 clr_country_flag = skill_12 } +if = { limit = { has_country_flag = skill_13 } unlock_decision_tooltip = Skill_13 clr_country_flag = skill_13 } +if = { limit = { has_country_flag = skill_14 } unlock_decision_tooltip = Skill_14 clr_country_flag = skill_14 } +if = { limit = { has_country_flag = skill_15 } unlock_decision_tooltip = Skill_15 clr_country_flag = skill_15 } +if = { limit = { has_country_flag = skill_16 } unlock_decision_tooltip = Skill_16 clr_country_flag = skill_16 } +if = { limit = { has_country_flag = skill_17 } unlock_decision_tooltip = Skill_17 clr_country_flag = skill_17 } +if = { limit = { has_country_flag = skill_18 } unlock_decision_tooltip = Skill_18 clr_country_flag = skill_18 } +if = { limit = { has_country_flag = skill_19 } unlock_decision_tooltip = Skill_19 clr_country_flag = skill_19 } +if = { limit = { has_country_flag = skill_20 } unlock_decision_tooltip = Skill_20 clr_country_flag = skill_20 } +if = { limit = { has_country_flag = skill_21 } unlock_decision_tooltip = Skill_21 clr_country_flag = skill_21 } +if = { limit = { has_country_flag = skill_22 } unlock_decision_tooltip = Skill_22 clr_country_flag = skill_22 } +if = { limit = { has_country_flag = skill_23 } unlock_decision_tooltip = Skill_23 clr_country_flag = skill_23 } +if = { limit = { has_country_flag = skill_24 } unlock_decision_tooltip = Skill_24 clr_country_flag = skill_24 } +if = { limit = { has_country_flag = skill_25 } unlock_decision_tooltip = Skill_25 clr_country_flag = skill_25 } +if = { limit = { has_country_flag = skill_26 } unlock_decision_tooltip = Skill_26 clr_country_flag = skill_26 } +if = { limit = { has_country_flag = skill_27 } unlock_decision_tooltip = Skill_27 clr_country_flag = skill_27 } +if = { limit = { has_country_flag = skill_28 } unlock_decision_tooltip = Skill_28 clr_country_flag = skill_28 } +if = { limit = { has_country_flag = skill_29 } unlock_decision_tooltip = Skill_29 clr_country_flag = skill_29 } +if = { limit = { has_country_flag = skill_30 } unlock_decision_tooltip = Skill_30 clr_country_flag = skill_30 } +if = { limit = { has_country_flag = skill_31 } unlock_decision_tooltip = Skill_31 clr_country_flag = skill_31 } +if = { limit = { has_country_flag = skill_32 } unlock_decision_tooltip = Skill_32 clr_country_flag = skill_32 } +if = { limit = { has_country_flag = skill_33 } unlock_decision_tooltip = Skill_33 clr_country_flag = skill_33 } +if = { limit = { has_country_flag = skill_34 } unlock_decision_tooltip = Skill_34 clr_country_flag = skill_34 } +if = { limit = { has_country_flag = skill_35 } unlock_decision_tooltip = Skill_35 clr_country_flag = skill_35 } +if = { limit = { has_country_flag = skill_36 } unlock_decision_tooltip = Skill_36 clr_country_flag = skill_36 } +if = { limit = { has_country_flag = skill_37 } unlock_decision_tooltip = Skill_37 clr_country_flag = skill_37 } +if = { limit = { has_country_flag = skill_38 } unlock_decision_tooltip = Skill_38 clr_country_flag = skill_38 } +if = { limit = { has_country_flag = skill_39 } unlock_decision_tooltip = Skill_39 clr_country_flag = skill_39 } +if = { limit = { has_country_flag = skill_40 } unlock_decision_tooltip = Skill_40 clr_country_flag = skill_40 } +if = { limit = { has_country_flag = skill_41 } unlock_decision_tooltip = Skill_41 clr_country_flag = skill_41 } +if = { limit = { has_country_flag = skill_42 } unlock_decision_tooltip = Skill_42 clr_country_flag = skill_42 } +if = { limit = { has_country_flag = skill_43 } unlock_decision_tooltip = Skill_43 clr_country_flag = skill_43 } +if = { limit = { has_country_flag = skill_44 } unlock_decision_tooltip = Skill_44 clr_country_flag = skill_44 } +if = { limit = { has_country_flag = skill_45 } unlock_decision_tooltip = Skill_45 clr_country_flag = skill_45 } +if = { limit = { has_country_flag = skill_46 } unlock_decision_tooltip = Skill_46 clr_country_flag = skill_46 } +if = { limit = { has_country_flag = skill_47 } unlock_decision_tooltip = Skill_47 clr_country_flag = skill_47 } +if = { limit = { has_country_flag = skill_48 } unlock_decision_tooltip = Skill_48 clr_country_flag = skill_48 } +if = { limit = { has_country_flag = skill_49 } unlock_decision_tooltip = Skill_49 clr_country_flag = skill_49 } +if = { limit = { has_country_flag = skill_50 } unlock_decision_tooltip = Skill_50 clr_country_flag = skill_50 } +if = { limit = { has_country_flag = skill_51 } unlock_decision_tooltip = Skill_51 clr_country_flag = skill_51 } +if = { limit = { has_country_flag = skill_52 } unlock_decision_tooltip = Skill_52 clr_country_flag = skill_52 } +if = { limit = { has_country_flag = skill_53 } unlock_decision_tooltip = Skill_53 clr_country_flag = skill_53 } +if = { limit = { has_country_flag = skill_54 } unlock_decision_tooltip = Skill_54 clr_country_flag = skill_54 } +if = { limit = { has_country_flag = skill_55 } unlock_decision_tooltip = Skill_55 clr_country_flag = skill_55 } +if = { limit = { has_country_flag = skill_56 } unlock_decision_tooltip = Skill_56 clr_country_flag = skill_56 } +if = { limit = { has_country_flag = skill_57 } unlock_decision_tooltip = Skill_57 clr_country_flag = skill_57 } +if = { limit = { has_country_flag = skill_58 } unlock_decision_tooltip = Skill_58 clr_country_flag = skill_58 } +if = { limit = { has_country_flag = skill_59 } unlock_decision_tooltip = Skill_59 clr_country_flag = skill_59 } +if = { limit = { has_country_flag = skill_60 } unlock_decision_tooltip = Skill_60 clr_country_flag = skill_60 } +if = { limit = { has_country_flag = skill_61 } unlock_decision_tooltip = Skill_61 clr_country_flag = skill_61 } +if = { limit = { has_country_flag = skill_62 } unlock_decision_tooltip = Skill_62 clr_country_flag = skill_62 } +if = { limit = { has_country_flag = skill_63 } unlock_decision_tooltip = Skill_63 clr_country_flag = skill_63 } +if = { limit = { has_country_flag = skill_64 } unlock_decision_tooltip = Skill_64 clr_country_flag = skill_64 } +if = { limit = { has_country_flag = skill_65 } unlock_decision_tooltip = Skill_65 clr_country_flag = skill_65 } +if = { limit = { has_country_flag = skill_66 } unlock_decision_tooltip = Skill_66 clr_country_flag = skill_66 } +if = { limit = { has_country_flag = skill_67 } unlock_decision_tooltip = Skill_67 clr_country_flag = skill_67 } +if = { limit = { has_country_flag = skill_68 } unlock_decision_tooltip = Skill_68 clr_country_flag = skill_68 } +if = { limit = { has_country_flag = skill_69 } unlock_decision_tooltip = Skill_69 clr_country_flag = skill_69 } +if = { limit = { has_country_flag = skill_70 } unlock_decision_tooltip = Skill_70 clr_country_flag = skill_70 } +if = { limit = { has_country_flag = skill_71 } unlock_decision_tooltip = Skill_71 clr_country_flag = skill_71 } + +} + +check_S = { + if = { + limit = { + check_variable = { var = data_S value = 1200 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_S_D + } + swap_ideas = { + remove_idea = pingjia_S_D + add_idea = pingjia_S_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_S_C + } + swap_ideas = { + remove_idea = pingjia_S_C + add_idea = pingjia_S_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_S_B + } + swap_ideas = { + remove_idea = pingjia_S_B + add_idea = pingjia_S_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_S_A + } + swap_ideas = { + remove_idea = pingjia_S_A + add_idea = pingjia_S_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_S_S + } + swap_ideas = { + remove_idea = pingjia_S_S + add_idea = pingjia_S_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_S_SS + } + swap_ideas = { + remove_idea = pingjia_S_SS + add_idea = pingjia_S_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_S_SSS + } + } + else = { + add_ideas = pingjia_S_SSS + } + } + else_if = { + limit = { + check_variable = { var = data_S value = 1100 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_S_D + } + swap_ideas = { + remove_idea = pingjia_S_D + add_idea = pingjia_S_SS + } + } + else_if = { + limit = { + has_idea = pingjia_S_C + } + swap_ideas = { + remove_idea = pingjia_S_C + add_idea = pingjia_S_SS + } + } + else_if = { + limit = { + has_idea = pingjia_S_B + } + swap_ideas = { + remove_idea = pingjia_S_B + add_idea = pingjia_S_SS + } + } + else_if = { + limit = { + has_idea = pingjia_S_A + } + swap_ideas = { + remove_idea = pingjia_S_A + add_idea = pingjia_S_SS + } + } + else_if = { + limit = { + has_idea = pingjia_S_S + } + swap_ideas = { + remove_idea = pingjia_S_S + add_idea = pingjia_S_SS + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_S_SS + has_idea = pingjia_S_SSS + } + } + } + + else = { + add_ideas = pingjia_S_SS + } + } + + else_if = { + limit = { + check_variable = { var = data_S value = 1000 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_S_D + } + swap_ideas = { + remove_idea = pingjia_S_D + add_idea = pingjia_S_S + } + } + else_if = { + limit = { + has_idea = pingjia_S_C + } + swap_ideas = { + remove_idea = pingjia_S_C + add_idea = pingjia_S_S + } + } + else_if = { + limit = { + has_idea = pingjia_S_B + } + swap_ideas = { + remove_idea = pingjia_S_B + add_idea = pingjia_S_S + } + } + else_if = { + limit = { + has_idea = pingjia_S_A + } + swap_ideas = { + remove_idea = pingjia_S_A + add_idea = pingjia_S_S + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_S_S + has_idea = pingjia_S_SS + has_idea = pingjia_S_SSS + } + } + } + else = { + add_ideas = pingjia_S_S + + } + } + + else_if = { + limit = { + check_variable = { var = data_S value = 800 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_S_D + } + swap_ideas = { + remove_idea = pingjia_S_D + add_idea = pingjia_S_A + } + } + else_if = { + limit = { + has_idea = pingjia_S_C + } + swap_ideas = { + remove_idea = pingjia_S_C + add_idea = pingjia_S_A + } + } + else_if = { + limit = { + has_idea = pingjia_S_B + } + swap_ideas = { + remove_idea = pingjia_S_B + add_idea = pingjia_S_A + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_S_S + has_idea = pingjia_S_SS + has_idea = pingjia_S_SSS + has_idea = pingjia_S_A + } + } + } + else = { + add_ideas = pingjia_S_A + } + } + + else_if = { + limit = { + check_variable = { var = data_S value = 600 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_S_D + } + swap_ideas = { + remove_idea = pingjia_S_D + add_idea = pingjia_S_B + } + } + else_if = { + limit = { + has_idea = pingjia_S_C + } + swap_ideas = { + remove_idea = pingjia_S_C + add_idea = pingjia_S_B + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_S_S + has_idea = pingjia_S_SS + has_idea = pingjia_S_SSS + has_idea = pingjia_S_A + has_idea = pingjia_S_B + } + } + } + else = { + add_ideas = pingjia_S_B + } + } + + else_if = { + limit = { + check_variable = { var = data_S value = 400 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_S_D + } + swap_ideas = { + remove_idea = pingjia_S_D + add_idea = pingjia_S_C + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_S_S + has_idea = pingjia_S_SS + has_idea = pingjia_S_SSS + has_idea = pingjia_S_A + has_idea = pingjia_S_B + has_idea = pingjia_S_C + } + } + } + else = { + add_ideas = pingjia_S_C + + } + } + + else_if = { + limit = { + check_variable = { var = data_S value = 300 compare = greater_than_or_equals } + } + if = { + limit = { + OR = { + has_idea = pingjia_S_S + has_idea = pingjia_S_SS + has_idea = pingjia_S_SSS + has_idea = pingjia_S_A + has_idea = pingjia_S_B + has_idea = pingjia_S_C + has_idea = pingjia_S_D + } + } + } + else = { + add_ideas = pingjia_S_D + } + } + else = { + + } +} + +check_N = { + if = { + limit = { + check_variable = { var = data_N value = 1200 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_N_D + } + swap_ideas = { + remove_idea = pingjia_N_D + add_idea = pingjia_N_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_N_C + } + swap_ideas = { + remove_idea = pingjia_N_C + add_idea = pingjia_N_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_N_B + } + swap_ideas = { + remove_idea = pingjia_N_B + add_idea = pingjia_N_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_N_A + } + swap_ideas = { + remove_idea = pingjia_N_A + add_idea = pingjia_N_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_N_S + } + swap_ideas = { + remove_idea = pingjia_N_S + add_idea = pingjia_N_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_N_SS + } + swap_ideas = { + remove_idea = pingjia_N_SS + add_idea = pingjia_N_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_N_SSS + } + } + else = { + add_ideas = pingjia_N_SSS + } + } + else_if = { + limit = { + check_variable = { var = data_N value = 1100 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_N_D + } + swap_ideas = { + remove_idea = pingjia_N_D + add_idea = pingjia_N_SS + } + } + else_if = { + limit = { + has_idea = pingjia_N_C + } + swap_ideas = { + remove_idea = pingjia_N_C + add_idea = pingjia_N_SS + } + } + else_if = { + limit = { + has_idea = pingjia_N_B + } + swap_ideas = { + remove_idea = pingjia_N_B + add_idea = pingjia_N_SS + } + } + else_if = { + limit = { + has_idea = pingjia_N_A + } + swap_ideas = { + remove_idea = pingjia_N_A + add_idea = pingjia_N_SS + } + } + else_if = { + limit = { + has_idea = pingjia_N_S + } + swap_ideas = { + remove_idea = pingjia_N_S + add_idea = pingjia_N_SS + } + } + else_if = { + limit = { + OR ={ + has_idea = pingjia_N_SS + has_idea = pingjia_N_SSS + } + } + + } + else = { + add_ideas = pingjia_N_SS + } + } + + else_if = { + limit = { + check_variable = { var = data_N value = 1000 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_N_D + } + swap_ideas = { + remove_idea = pingjia_N_D + add_idea = pingjia_N_S + } + } + else_if = { + limit = { + has_idea = pingjia_N_C + } + swap_ideas = { + remove_idea = pingjia_N_C + add_idea = pingjia_N_S + } + } + else_if = { + limit = { + has_idea = pingjia_N_B + } + swap_ideas = { + remove_idea = pingjia_N_B + add_idea = pingjia_N_S + } + } + else_if = { + limit = { + has_idea = pingjia_N_A + } + swap_ideas = { + remove_idea = pingjia_N_A + add_idea = pingjia_N_S + } + } + else_if = { + limit = { + OR ={ + has_idea = pingjia_N_S + has_idea = pingjia_N_SS + has_idea = pingjia_N_SSS + } + } + } + else = { + add_ideas = pingjia_N_S + } + } + + else_if = { + limit = { + check_variable = { var = data_N value = 800 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_N_D + } + swap_ideas = { + remove_idea = pingjia_N_D + add_idea = pingjia_N_A + } + } + else_if = { + limit = { + has_idea = pingjia_N_C + } + swap_ideas = { + remove_idea = pingjia_N_C + add_idea = pingjia_N_A + } + } + else_if = { + limit = { + has_idea = pingjia_N_B + } + swap_ideas = { + remove_idea = pingjia_N_B + add_idea = pingjia_N_A + } + } + else_if = { + limit = { + OR ={ + has_idea = pingjia_N_A + has_idea = pingjia_N_S + has_idea = pingjia_N_SS + has_idea = pingjia_N_SSS + } + } + } + else = { + add_ideas = pingjia_N_A + } + } + + else_if = { + limit = { + check_variable = { var = data_N value = 600 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_N_D + } + swap_ideas = { + remove_idea = pingjia_N_D + add_idea = pingjia_N_B + } + } + else_if = { + limit = { + has_idea = pingjia_N_C + } + swap_ideas = { + remove_idea = pingjia_N_C + add_idea = pingjia_N_B + } + } + else_if = { + limit = { + OR ={ + has_idea = pingjia_N_B + has_idea = pingjia_N_A + has_idea = pingjia_N_S + has_idea = pingjia_N_SS + has_idea = pingjia_N_SSS + } + } + } + else = { + add_ideas = pingjia_N_B + } + } + + else_if = { + limit = { + check_variable = { var = data_N value = 400 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_N_D + } + swap_ideas = { + remove_idea = pingjia_N_D + add_idea = pingjia_N_C + } + } + else_if = { + limit = { + OR ={ + has_idea = pingjia_N_C + has_idea = pingjia_N_B + has_idea = pingjia_N_A + has_idea = pingjia_N_S + has_idea = pingjia_N_SS + has_idea = pingjia_N_SSS + } + } + } + else = { + add_ideas = pingjia_N_C + } + } + + else_if = { + limit = { + check_variable = { var = data_N value = 300 compare = greater_than_or_equals } + } + if = { + limit = { + OR ={ + has_idea = pingjia_N_D + has_idea = pingjia_N_C + has_idea = pingjia_N_B + has_idea = pingjia_N_A + has_idea = pingjia_N_S + has_idea = pingjia_N_SS + has_idea = pingjia_N_SSS + } + } + } + else = { + add_ideas = pingjia_N_D + } + } + + else = { + + } + +} + +check_L = { + if = { + limit = { + check_variable = { var = data_L value = 1200 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_L_D + } + swap_ideas = { + remove_idea = pingjia_L_D + add_idea = pingjia_L_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_L_C + } + swap_ideas = { + remove_idea = pingjia_L_C + add_idea = pingjia_L_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_L_B + } + swap_ideas = { + remove_idea = pingjia_L_B + add_idea = pingjia_L_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_L_A + } + swap_ideas = { + remove_idea = pingjia_L_A + add_idea = pingjia_L_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_L_S + } + swap_ideas = { + remove_idea = pingjia_L_S + add_idea = pingjia_L_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_L_SS + } + swap_ideas = { + remove_idea = pingjia_L_SS + add_idea = pingjia_L_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_L_SSS + } + } + else = { + add_ideas = pingjia_L_SSS + } + } + else_if = { + limit = { + check_variable = { var = data_L value = 1100 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_L_D + } + swap_ideas = { + remove_idea = pingjia_L_D + add_idea = pingjia_L_SS + } + } + else_if = { + limit = { + has_idea = pingjia_L_C + } + swap_ideas = { + remove_idea = pingjia_L_C + add_idea = pingjia_L_SS + } + } + else_if = { + limit = { + has_idea = pingjia_L_B + } + swap_ideas = { + remove_idea = pingjia_L_B + add_idea = pingjia_L_SS + } + } + else_if = { + limit = { + has_idea = pingjia_L_A + } + swap_ideas = { + remove_idea = pingjia_L_A + add_idea = pingjia_L_SS + } + } + else_if = { + limit = { + has_idea = pingjia_L_S + } + swap_ideas = { + remove_idea = pingjia_L_S + add_idea = pingjia_L_SS + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_L_SS + has_idea = pingjia_L_SSS + } + } + } + else = { + add_ideas = pingjia_L_SS + } + } + + else_if = { + limit = { + check_variable = { var = data_L value = 1000 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_L_D + } + swap_ideas = { + remove_idea = pingjia_L_D + add_idea = pingjia_L_S + } + } + else_if = { + limit = { + has_idea = pingjia_L_C + } + swap_ideas = { + remove_idea = pingjia_L_C + add_idea = pingjia_L_S + } + } + else_if = { + limit = { + has_idea = pingjia_L_B + } + swap_ideas = { + remove_idea = pingjia_L_B + add_idea = pingjia_L_S + } + } + else_if = { + limit = { + has_idea = pingjia_L_A + } + swap_ideas = { + remove_idea = pingjia_L_A + add_idea = pingjia_L_S + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_L_S + has_idea = pingjia_L_SS + has_idea = pingjia_L_SSS + } + } + } + else = { + add_ideas = pingjia_L_S + } + } + + else_if = { + limit = { + check_variable = { var = data_L value = 800 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_L_D + } + swap_ideas = { + remove_idea = pingjia_L_D + add_idea = pingjia_L_A + } + } + else_if = { + limit = { + has_idea = pingjia_L_C + } + swap_ideas = { + remove_idea = pingjia_L_C + add_idea = pingjia_L_A + } + } + else_if = { + limit = { + has_idea = pingjia_L_B + } + swap_ideas = { + remove_idea = pingjia_L_B + add_idea = pingjia_L_A + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_L_A + has_idea = pingjia_L_S + has_idea = pingjia_L_SS + has_idea = pingjia_L_SSS + } + } + } + else = { + add_ideas = pingjia_L_A + } + } + + else_if = { + limit = { + check_variable = { var = data_L value = 600 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_L_D + } + swap_ideas = { + remove_idea = pingjia_L_D + add_idea = pingjia_L_B + } + } + else_if = { + limit = { + has_idea = pingjia_L_C + } + swap_ideas = { + remove_idea = pingjia_L_C + add_idea = pingjia_L_B + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_L_B + has_idea = pingjia_L_A + has_idea = pingjia_L_S + has_idea = pingjia_L_SS + has_idea = pingjia_L_SSS + } + } + } + else = { + add_ideas = pingjia_L_B + } + } + + else_if = { + limit = { + check_variable = { var = data_L value = 400 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_L_D + } + swap_ideas = { + remove_idea = pingjia_L_D + add_idea = pingjia_L_C + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_L_C + has_idea = pingjia_L_B + has_idea = pingjia_L_A + has_idea = pingjia_L_S + has_idea = pingjia_L_SS + has_idea = pingjia_L_SSS + } + } + } + else = { + add_ideas = pingjia_L_C + } + } + + else_if = { + limit = { + check_variable = { var = data_L value = 300 compare = greater_than_or_equals } + } + if = { + limit = { + OR = { + has_idea = pingjia_L_D + has_idea = pingjia_L_C + has_idea = pingjia_L_B + has_idea = pingjia_L_A + has_idea = pingjia_L_S + has_idea = pingjia_L_SS + has_idea = pingjia_L_SSS + } + } + } + else = { + add_ideas = pingjia_L_D + } + } + + else = { + + } + +} + +check_G = { + if = { + limit = { + check_variable = { var = data_G value = 1200 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_G_D + } + swap_ideas = { + remove_idea = pingjia_G_D + add_idea = pingjia_G_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_G_C + } + swap_ideas = { + remove_idea = pingjia_G_C + add_idea = pingjia_G_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_G_B + } + swap_ideas = { + remove_idea = pingjia_G_B + add_idea = pingjia_G_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_G_A + } + swap_ideas = { + remove_idea = pingjia_G_A + add_idea = pingjia_G_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_G_S + } + swap_ideas = { + remove_idea = pingjia_G_S + add_idea = pingjia_G_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_G_SS + } + swap_ideas = { + remove_idea = pingjia_G_SS + add_idea = pingjia_G_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_G_SSS + } + } + else = { + add_ideas = pingjia_G_SSS + } + } + else_if = { + limit = { + check_variable = { var = data_G value = 1100 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_G_D + } + swap_ideas = { + remove_idea = pingjia_G_D + add_idea = pingjia_G_SS + } + } + else_if = { + limit = { + has_idea = pingjia_G_C + } + swap_ideas = { + remove_idea = pingjia_G_C + add_idea = pingjia_G_SS + } + } + else_if = { + limit = { + has_idea = pingjia_G_B + } + swap_ideas = { + remove_idea = pingjia_G_B + add_idea = pingjia_G_SS + } + } + else_if = { + limit = { + has_idea = pingjia_G_A + } + swap_ideas = { + remove_idea = pingjia_G_A + add_idea = pingjia_G_SS + } + } + else_if = { + limit = { + has_idea = pingjia_G_S + } + swap_ideas = { + remove_idea = pingjia_G_S + add_idea = pingjia_G_SS + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_G_SS + has_idea = pingjia_G_SSS + } + } + } + else = { + add_ideas = pingjia_G_SS + } + } + + else_if = { + limit = { + check_variable = { var = data_G value = 1000 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_G_D + } + swap_ideas = { + remove_idea = pingjia_G_D + add_idea = pingjia_G_S + } + } + else_if = { + limit = { + has_idea = pingjia_G_C + } + swap_ideas = { + remove_idea = pingjia_G_C + add_idea = pingjia_G_S + } + } + else_if = { + limit = { + has_idea = pingjia_G_B + } + swap_ideas = { + remove_idea = pingjia_G_B + add_idea = pingjia_G_S + } + } + else_if = { + limit = { + has_idea = pingjia_G_A + } + swap_ideas = { + remove_idea = pingjia_G_A + add_idea = pingjia_G_S + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_G_S + has_idea = pingjia_G_SS + has_idea = pingjia_G_SSS + } + } + } + else = { + add_ideas = pingjia_G_S + } + } + + else_if = { + limit = { + check_variable = { var = data_G value = 800 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_G_D + } + swap_ideas = { + remove_idea = pingjia_G_D + add_idea = pingjia_G_A + } + } + else_if = { + limit = { + has_idea = pingjia_G_C + } + swap_ideas = { + remove_idea = pingjia_G_C + add_idea = pingjia_G_A + } + } + else_if = { + limit = { + has_idea = pingjia_G_B + } + swap_ideas = { + remove_idea = pingjia_G_B + add_idea = pingjia_G_A + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_G_A + has_idea = pingjia_G_S + has_idea = pingjia_G_SS + has_idea = pingjia_G_SSS + } + } + } + else = { + add_ideas = pingjia_G_A + } + } + + else_if = { + limit = { + check_variable = { var = data_G value = 600 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_G_D + } + swap_ideas = { + remove_idea = pingjia_G_D + add_idea = pingjia_G_B + } + } + else_if = { + limit = { + has_idea = pingjia_G_C + } + swap_ideas = { + remove_idea = pingjia_G_C + add_idea = pingjia_G_B + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_G_B + has_idea = pingjia_G_A + has_idea = pingjia_G_S + has_idea = pingjia_G_SS + has_idea = pingjia_G_SSS + } + } + } + else = { + add_ideas = pingjia_G_B + } + } + + else_if = { + limit = { + check_variable = { var = data_G value = 400 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_G_D + } + swap_ideas = { + remove_idea = pingjia_G_D + add_idea = pingjia_G_C + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_G_C + has_idea = pingjia_G_B + has_idea = pingjia_G_A + has_idea = pingjia_G_S + has_idea = pingjia_G_SS + has_idea = pingjia_G_SSS + } + } + } + else = { + add_ideas = pingjia_G_C + } + } + + else_if = { + limit = { + check_variable = { var = data_G value = 300 compare = greater_than_or_equals } + } + if = { + limit = { + OR = { + has_idea = pingjia_G_D + has_idea = pingjia_G_C + has_idea = pingjia_G_B + has_idea = pingjia_G_A + has_idea = pingjia_G_S + has_idea = pingjia_G_SS + has_idea = pingjia_G_SSS + } + } + } + else = { + add_ideas = pingjia_G_D + } + } + + else = { + + } + + +} + +check_Z = { + if = { + limit = { + check_variable = { var = data_Z value = 1200 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_Z_D + } + swap_ideas = { + remove_idea = pingjia_Z_D + add_idea = pingjia_Z_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_Z_C + } + swap_ideas = { + remove_idea = pingjia_Z_C + add_idea = pingjia_Z_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_Z_B + } + swap_ideas = { + remove_idea = pingjia_Z_B + add_idea = pingjia_Z_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_Z_A + } + swap_ideas = { + remove_idea = pingjia_Z_A + add_idea = pingjia_Z_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_Z_S + } + swap_ideas = { + remove_idea = pingjia_Z_S + add_idea = pingjia_Z_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_Z_SS + } + swap_ideas = { + remove_idea = pingjia_Z_SS + add_idea = pingjia_Z_SSS + } + } + else_if = { + limit = { + has_idea = pingjia_Z_SSS + } + } + else = { + add_ideas = pingjia_Z_SSS + } + } + else_if = { + limit = { + check_variable = { var = data_Z value = 1100 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_Z_D + } + swap_ideas = { + remove_idea = pingjia_Z_D + add_idea = pingjia_Z_SS + } + } + else_if = { + limit = { + has_idea = pingjia_Z_C + } + swap_ideas = { + remove_idea = pingjia_Z_C + add_idea = pingjia_Z_SS + } + } + else_if = { + limit = { + has_idea = pingjia_Z_B + } + swap_ideas = { + remove_idea = pingjia_Z_B + add_idea = pingjia_Z_SS + } + } + else_if = { + limit = { + has_idea = pingjia_Z_A + } + swap_ideas = { + remove_idea = pingjia_Z_A + add_idea = pingjia_Z_SS + } + } + else_if = { + limit = { + has_idea = pingjia_Z_S + } + swap_ideas = { + remove_idea = pingjia_Z_S + add_idea = pingjia_Z_SS + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_Z_SS + has_idea = pingjia_Z_SSS + } + } + } + else = { + add_ideas = pingjia_Z_SS + } + } + + else_if = { + limit = { + check_variable = { var = data_Z value = 1000 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_Z_D + } + swap_ideas = { + remove_idea = pingjia_Z_D + add_idea = pingjia_Z_S + } + } + else_if = { + limit = { + has_idea = pingjia_Z_C + } + swap_ideas = { + remove_idea = pingjia_Z_C + add_idea = pingjia_Z_S + } + } + else_if = { + limit = { + has_idea = pingjia_Z_B + } + swap_ideas = { + remove_idea = pingjia_Z_B + add_idea = pingjia_Z_S + } + } + else_if = { + limit = { + has_idea = pingjia_Z_A + } + swap_ideas = { + remove_idea = pingjia_Z_A + add_idea = pingjia_Z_S + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_Z_S + has_idea = pingjia_Z_SS + has_idea = pingjia_Z_SSS + } + } + } + else = { + add_ideas = pingjia_Z_S + } + } + + else_if = { + limit = { + check_variable = { var = data_Z value = 800 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_Z_D + } + swap_ideas = { + remove_idea = pingjia_Z_D + add_idea = pingjia_Z_A + } + } + else_if = { + limit = { + has_idea = pingjia_Z_C + } + swap_ideas = { + remove_idea = pingjia_Z_C + add_idea = pingjia_Z_A + } + } + else_if = { + limit = { + has_idea = pingjia_Z_B + } + swap_ideas = { + remove_idea = pingjia_Z_B + add_idea = pingjia_Z_A + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_Z_A + has_idea = pingjia_Z_S + has_idea = pingjia_Z_SS + has_idea = pingjia_Z_SSS + } + } + } + else = { + add_ideas = pingjia_Z_A + } + } + + else_if = { + limit = { + check_variable = { var = data_Z value = 600 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_Z_D + } + swap_ideas = { + remove_idea = pingjia_Z_D + add_idea = pingjia_Z_B + } + } + else_if = { + limit = { + has_idea = pingjia_Z_C + } + swap_ideas = { + remove_idea = pingjia_Z_C + add_idea = pingjia_Z_B + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_Z_B + has_idea = pingjia_Z_A + has_idea = pingjia_Z_S + has_idea = pingjia_Z_SS + has_idea = pingjia_Z_SSS + } + } + } + else = { + add_ideas = pingjia_Z_B + } + } + + else_if = { + limit = { + check_variable = { var = data_Z value = 400 compare = greater_than_or_equals } + } + if = { + limit = { + has_idea = pingjia_Z_D + } + swap_ideas = { + remove_idea = pingjia_Z_D + add_idea = pingjia_Z_C + } + } + else_if = { + limit = { + OR = { + has_idea = pingjia_Z_C + has_idea = pingjia_Z_B + has_idea = pingjia_Z_A + has_idea = pingjia_Z_S + has_idea = pingjia_Z_SS + has_idea = pingjia_Z_SSS + } + } + } + else = { + add_ideas = pingjia_Z_C + } + } + + else_if = { + limit = { + check_variable = { var = data_Z value = 300 compare = greater_than_or_equals } + } + if = { + limit = { + OR = { + has_idea = pingjia_Z_D + has_idea = pingjia_Z_C + has_idea = pingjia_Z_B + has_idea = pingjia_Z_A + has_idea = pingjia_Z_S + has_idea = pingjia_Z_SS + has_idea = pingjia_Z_SSS + } + } + } + else = { + add_ideas = pingjia_Z_D + } + } + else = { + + } + +} + +jiuzhen_S = { +if = { + limit = { check_variable = { var = ex_level_S value = 1 compare = equals } } + set_variable = { var = basic_S_S value = 10 } + set_variable = { var = basic_S_L value = 5 } + set_variable = { var = basic_S_P value = 2 } + +} +else_if = { + limit = { check_variable = { var = ex_level_S value = 2 compare = equals } } + set_variable = { var = basic_S_S value = 11 } + set_variable = { var = basic_S_L value = 5 } + set_variable = { var = basic_S_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_S value = 3 compare = equals } } + set_variable = { var = basic_S_S value = 12 } + set_variable = { var = basic_S_L value = 5 } + set_variable = { var = basic_S_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_S value = 4 compare = equals } } + set_variable = { var = basic_S_S value = 13 } + set_variable = { var = basic_S_L value = 6 } + set_variable = { var = basic_S_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_S value = 5 compare = equals } } + set_variable = { var = basic_S_S value = 14 } + set_variable = { var = basic_S_L value = 7 } + set_variable = { var = basic_S_P value = 2 } + } +} + +jiuzhen_N = { +if = { + limit = { check_variable = { var = ex_level_N value = 1 compare = equals } } + set_variable = { var = basic_N_N value = 9 } + set_variable = { var = basic_N_G value = 4 } + set_variable = { var = basic_N_P value = 2 } + +} +else_if = { + limit = { check_variable = { var = ex_level_N value = 2 compare = equals } } + set_variable = { var = basic_N_N value = 10 } + set_variable = { var = basic_N_G value = 4 } + set_variable = { var = basic_N_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_N value = 3 compare = equals } } + set_variable = { var = basic_N_N value = 11 } + set_variable = { var = basic_N_G value = 4 } + set_variable = { var = basic_N_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_N value = 4 compare = equals } } + set_variable = { var = basic_N_N value = 12 } + set_variable = { var = basic_N_G value = 5 } + set_variable = { var = basic_N_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_N value = 5 compare = equals } } + set_variable = { var = basic_N_N value = 13 } + set_variable = { var = basic_N_G value = 6 } + set_variable = { var = basic_N_P value = 2 } + } +} + +jiuzhen_L = { +if = { + limit = { check_variable = { var = ex_level_L value = 1 compare = equals } } + set_variable = { var = basic_L_L value = 8 } + set_variable = { var = basic_L_N value = 5 } + set_variable = { var = basic_L_P value = 2 } + +} +else_if = { + limit = { check_variable = { var = ex_level_L value = 2 compare = equals } } + set_variable = { var = basic_L_L value = 9 } + set_variable = { var = basic_L_N value = 5 } + set_variable = { var = basic_L_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_L value = 3 compare = equals } } + set_variable = { var = basic_L_L value = 10 } + set_variable = { var = basic_L_N value = 5 } + set_variable = { var = basic_L_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_L value = 4 compare = equals } } + set_variable = { var = basic_L_L value = 11 } + set_variable = { var = basic_L_N value = 6 } + set_variable = { var = basic_L_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_L value = 5 compare = equals } } + set_variable = { var = basic_L_L value = 12 } + set_variable = { var = basic_L_N value = 7 } + set_variable = { var = basic_L_P value = 2 } + } +} + +jiuzhen_G = { +if = { + limit = { check_variable = { var = ex_level_G value = 1 compare = equals } } + set_variable = { var = basic_G_G value = 8 } + set_variable = { var = basic_G_S value = 4 } + set_variable = { var = basic_G_L value = 4 } + set_variable = { var = basic_G_P value = 2 } + +} +else_if = { + limit = { check_variable = { var = ex_level_G value = 2 compare = equals } } + set_variable = { var = basic_G_G value = 9 } + set_variable = { var = basic_G_S value = 4 } + set_variable = { var = basic_G_L value = 4 } + set_variable = { var = basic_G_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_G value = 3 compare = equals } } + set_variable = { var = basic_G_G value = 10 } + set_variable = { var = basic_G_S value = 4 } + set_variable = { var = basic_G_L value = 4 } + set_variable = { var = basic_G_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_G value = 4 compare = equals } } + set_variable = { var = basic_G_G value = 11 } + set_variable = { var = basic_G_S value = 5 } + set_variable = { var = basic_G_L value = 4 } + set_variable = { var = basic_G_P value = 2 } + } +else_if = { + limit = { check_variable = { var = ex_level_G value = 5 compare = equals } } + set_variable = { var = basic_G_G value = 12 } + set_variable = { var = basic_G_S value = 5 } + set_variable = { var = basic_G_L value = 5 } + set_variable = { var = basic_G_P value = 2 } + } +} + +jiuzhen_Z = { +if = { + limit = { check_variable = { var = ex_level_Z value = 1 compare = equals } } + set_variable = { var = basic_Z_S value = 2 } + set_variable = { var = basic_Z_Z value = 9 } + set_variable = { var = basic_Z_P value = 4 } + +} +else_if = { + limit = { check_variable = { var = ex_level_Z value = 2 compare = equals } } + set_variable = { var = basic_Z_S value = 2 } + set_variable = { var = basic_Z_Z value = 10 } + set_variable = { var = basic_Z_P value = 4 } + } +else_if = { + limit = { check_variable = { var = ex_level_Z value = 3 compare = equals } } + set_variable = { var = basic_Z_S value = 2 } + set_variable = { var = basic_Z_Z value = 11 } + set_variable = { var = basic_Z_P value = 4 } + } +else_if = { + limit = { check_variable = { var = ex_level_Z value = 4 compare = equals } } + set_variable = { var = basic_Z_S value = 3 } + set_variable = { var = basic_Z_Z value = 12 } + set_variable = { var = basic_Z_P value = 4 } + } +else_if = { + limit = { check_variable = { var = ex_level_Z value = 5 compare = equals } } + set_variable = { var = basic_Z_S value = 4 } + set_variable = { var = basic_Z_Z value = 13 } + set_variable = { var = basic_Z_P value = 4 } + } +} + diff --git a/src/common/scripted_localisation/AL_scripted_localisation.txt b/src/common/scripted_localisation/AL_scripted_localisation.txt new file mode 100755 index 0000000..1e05060 --- /dev/null +++ b/src/common/scripted_localisation/AL_scripted_localisation.txt @@ -0,0 +1,118 @@ + +defined_text = { + name = AL_chuizhi + text = { + trigger = { + TAG = BLI + } + localization_key = AL_chuizhi_2 + } + text = { + trigger = { + NOT = { + TAG = BLI + } + } + localization_key = AL_chuizhi_1 + } +} + +defined_text = { + name = AL_chuizhi_desc + text = { + trigger = { + TAG = BLI + } + localization_key = AL_chuizhi_2_desc + } + text = { + trigger = { + NOT = { + TAG = BLI + } + } + localization_key = AL_chuizhi_1_desc + } +} + +defined_text = { + name = AL_buli + text = { + trigger = { + TAG = BLI + } + localization_key = AL_buli_2 + } + text = { + trigger = { + NOT = { + TAG = BLI + } + } + localization_key = AL_buli_1 + } +} + +defined_text = { + name = AL_buli_desc + text = { + trigger = { + TAG = BLI + } + localization_key = AL_buli_2_desc + } + text = { + trigger = { + NOT = { + TAG = BLI + } + } + localization_key = AL_buli_1_desc + } +} + + +defined_text = { + name = AL_dabao_moshi + text = { + trigger = { + has_country_flag = AL_dabao_put + } + localization_key = AL_dabao_moshi_put + } + text = { + trigger = { + has_country_flag = AL_dabao_get + } + localization_key = AL_dabao_moshi_get + } + text = { + trigger = { + not = { + AND = { + has_country_flag = AL_dabao_put + has_country_flag = AL_dabao_get + } + } + } + localization_key = AL_dabao_moshi_no + } +} + +defined_text = { + name = 094A_open + text = { + trigger = { + has_country_flag = 094A_jiesuo + } + localization_key = 094A_open_1 + } + text = { + trigger = { + not = { + has_country_flag = 094A_jiesuo + } + } + localization_key = 094A_open_2 + } +} diff --git a/src/common/scripted_triggers/az_al_scripted_triggers.txt b/src/common/scripted_triggers/az_al_scripted_triggers.txt new file mode 100755 index 0000000..a512bc0 --- /dev/null +++ b/src/common/scripted_triggers/az_al_scripted_triggers.txt @@ -0,0 +1,53 @@ +# Example: +# +# example_trigger = { +# tag = GER +# is_ai = no +# } +# +# +# In a script file: +# +# trigger = { +# exampel_trigger = yes +# } +# + +state_is_important_trigger = { + OR = { + state = 37 #丹麦海峡 + state = 195 #列宁格勒 + state = 127 #伦敦附近 + state = 119 #爱尔兰 + state = 1 #科西嘉 + state = 137 #克里米亚 + state = 797 #君士坦丁堡 + state = 182 #克里特(希腊南边的岛) + state = 115 #西西里 + state = 118 #直布罗陀 + state = 446 #开罗 + state = 429 #孟买 + state = 672 #苏门塔纳(东南亚群岛) + state = 285 #悉尼 + state = 378 #加利福利亚 + state = 468 #圣劳伦斯(渥太华旁边) + state = 500 #里约热内卢 + state = 525 #南朝鲜 + state = 609 #北京 + state = 532 #东海道 + state = 681 #开普 + + state = 524 #台湾 + state = 595 #福建 + state = 336 #新加坡 + state = 591 #海南 + state = 523 #巴布亚 + state = 413 #胡齐斯坦 + state = 213 #摩尔曼斯克 + state = 695 #库拉索 + state = 685 #巴拿马 + state = 187 #爱琴群岛 + state = 635 + + } +} diff --git a/src/common/technologies/AL_tech.txt b/src/common/technologies/AL_tech.txt new file mode 100755 index 0000000..75ce4cf --- /dev/null +++ b/src/common/technologies/AL_tech.txt @@ -0,0 +1,66 @@ +technologies = { + + tank_apocalypse_engine = { + + show_effect_as_desc = yes + research_cost = 1 + categories = { + armor + } + enable_equipment_modules = { + tank_apocalypse_engine + } + } + + tank_apocalypse_armor = { + + show_effect_as_desc = yes + research_cost = 1 + categories = { + armor + } + enable_equipment_modules = { + tank_apocalypse_armor + } + } + + tank_apocalypse_heavy_cannon = { + + show_effect_as_desc = yes + research_cost = 1 + categories = { + armor + } + enable_equipment_modules = { + + tank_apocalypse_heavy_cannon + + } + } + + tank_apocalypse_turret = { + + show_effect_as_desc = yes + research_cost = 1 + categories = { + armor + } + enable_equipment_modules = { + tank_apocalypse_turret + } + } + + tank_apocalypse_suspension = { + + show_effect_as_desc = yes + research_cost = 1 + categories = { + armor + } + enable_equipment_modules = { + tank_apocalypse_suspension + } + } + + +} \ No newline at end of file diff --git a/src/descriptor.mod b/src/descriptor.mod new file mode 100755 index 0000000..8ae5e42 --- /dev/null +++ b/src/descriptor.mod @@ -0,0 +1,21 @@ +version="1.5" +tags={ + "Alternative History" + "Events" + "Gameplay" + "Translation" + "Technologies" + "National Focuses" + "Military" + "Balance" +} +name="AzurLane碧蓝航线:塞壬之灾" +dependencies={ + "52 Chinese Localisation" + "50 Construction Slots" + "Extended Tech Tree 1960" +} +replace_path="gfx/loadingscreens" +picture="mod/AzurLane/thumbnail.png" +supported_version="1.14.*" +remote_file_id="2131096629" \ No newline at end of file diff --git a/src/events/AL_event.txt b/src/events/AL_event.txt new file mode 100755 index 0000000..713d9a7 --- /dev/null +++ b/src/events/AL_event.txt @@ -0,0 +1,1366 @@ +add_namespace = AL_event +country_event = { + id = AL_event.1 + title = AL_event.1.t + desc = AL_event.1.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.1.a + custom_effect_tooltip = AL_factory_3_1_get + add_to_variable = { AL_arms_factory = AL_arms_factory_once } + add_to_variable = { AL_industrial_complex = AL_industrial_complex_once } + } +} + +country_event = { + id = AL_event.2 + title = AL_event.2.t + desc = AL_event.2.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.2.a + add_manpower = 10000 + } +} + +country_event = { + id = AL_event.3 + title = AL_event.3.t + desc = AL_event.3.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.3.a + add_manpower = 5000 + add_tech_bonus = { + name = "村民的馈赠" + bonus = 1 + uses = 1 + category = nuclear + } + set_country_flag = AL_event_3 + } +} + +country_event = { + id = AL_event.4 + title = AL_event.4.t + desc = AL_event.4.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.4.a + add_manpower = 5000 + set_country_flag = AL_event_4 + } +} + +country_event = { + id = AL_event.5 + title = AL_event.5.t + desc = AL_event.5.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.5.a + add_manpower = 10000 + army_experience = 100 + set_country_flag = AL_event_5 + } +} + +country_event = { + id = AL_event.6 + title = AL_event.6.t + desc = AL_event.6.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.6.a + add_manpower = 5000 + set_country_flag = AL_event_6 + custom_effect_tooltip = AL_caidan_ura + country_event = { id = URAPD_event.0 days = 10 } + } + option = { + name = AL_event.6.b + add_manpower = 5000 + set_country_flag = AL_event_6 + } +} + +country_event = { + id = AL_event.7 + title = AL_event.7.t + desc = AL_event.7.d + picture = GFX_alpt_xmy + is_triggered_only = yes + option = { + name = AL_event.7.a + add_manpower = 5000 + custom_effect_tooltip = get_alpt_xiaomeiyan + set_country_flag = AL_event_7 + hidden_effect = { + TAN = { + alpt_xiaomeiyan = { + set_nationality = ROOT + } + } + } + } + option = { + name = AL_event.7.b + set_country_flag = AL_event_7 + } +} + +country_event = { + id = AL_event.8 + title = AL_event.8.t + desc = AL_event.8.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.8.a + add_manpower = 40000 + add_equipment_to_stockpile = { type = infantry_equipment amount = 15000 } + add_equipment_to_stockpile = { type = support_equipment amount = 7000 } + add_equipment_to_stockpile = { type = artillery_equipment amount = 2500 } + } +} + +country_event = { + id = AL_event.9 + title = AL_event.9.t + desc = AL_event.9.d + picture = GFX_alpt_kaluo + is_triggered_only = yes + option = { + name = AL_event.9.a + set_country_flag = AL_event_9 + custom_effect_tooltip = get_alpt_kaluo + hidden_effect = { + TAN = { + alpt_kaluo = { + set_nationality = ROOT + } + } + } + } + option = { + name = AL_event.9.b + set_country_flag = AL_event_9 + } +} + +country_event = { + id = AL_event.10 + title = AL_event.10.t + desc = AL_event.10.d + picture = GFX_alpt_sd + is_triggered_only = yes + option = { + name = AL_event.10.a + set_country_flag = AL_event_10 + custom_effect_tooltip = get_alpt_sd + hidden_effect = { + TAN = { + alpt_sd = { + set_nationality = ROOT + } + } + } + } +} + +country_event = { + id = AL_event.11 + title = AL_event.11.t + desc = AL_event.11.d + picture = GFX_alpt_ln + is_triggered_only = yes + option = { + name = AL_event.11.a + set_country_flag = AL_event_11 + custom_effect_tooltip = get_alpt_ln + hidden_effect = { + TAN = { + alpt_ln = { + set_nationality = ROOT + } + } + } + } +} + + +country_event = { + id = AL_event.12 + title = AL_event.12.t + desc = AL_event.12.d + picture = GFX_alpt_052Dcs + is_triggered_only = yes + option = { + name = AL_event.12.a + set_country_flag = AL_event_12 + custom_effect_tooltip = get_alpt_052Dchangsha + hidden_effect = { + TAN = { + alpt_052Dchangsha = { + set_nationality = ROOT + } + } + } + } +} + + +country_event = { + id = AL_event.13 + title = AL_event.13.t + desc = AL_event.13.d + picture = GFX_alpt_052Dkm + is_triggered_only = yes + option = { + name = AL_event.13.a + set_country_flag = AL_event_13 + custom_effect_tooltip = get_alpt_052Dkunming + hidden_effect = { + TAN = { + alpt_052Dkunming = { + set_nationality = ROOT + } + } + } + } +} + +country_event = { + id = AL_event.14 + title = AL_event.14.t + desc = AL_event.14.d + picture = GFX_alpt_054Azs + is_triggered_only = yes + option = { + name = AL_event.14.a + set_country_flag = AL_event_14 + custom_effect_tooltip = get_alpt_054Azhoushan + hidden_effect = { + TAN = { + alpt_054Azhoushan = { + set_nationality = ROOT + } + } + } + } +} + +country_event = { + id = AL_event.15 + title = AL_event.15.t + desc = AL_event.15.d + picture = GFX_alpt_055nc + is_triggered_only = yes + option = { + name = AL_event.15.a + set_country_flag = AL_event_15 + custom_effect_tooltip = get_alpt_055nanchang + hidden_effect = { + TAN = { + alpt_055nanchang = { + set_nationality = ROOT + } + } + } + } +} + +country_event = { + id = AL_event.16 + title = AL_event.16.t + desc = AL_event.16.d + picture = GFX_alpt_075 + is_triggered_only = yes + option = { + name = AL_event.16.a + set_country_flag = AL_event_16 + custom_effect_tooltip = get_alpt_075 + hidden_effect = { + TAN = { + alpt_075 = { + set_nationality = ROOT + } + } + } + } +} + +country_event = { + id = AL_event.19 + title = AL_event.17.t + desc = AL_event.17.d + picture = GFX_alpt_094A + is_triggered_only = yes + option = { + name = AL_event.17.a + set_country_flag = AL_event_17 + custom_effect_tooltip = get_alpt_094A + hidden_effect = { + TAN = { + alpt_094A = { + set_nationality = ROOT + } + } + TAN = { + alpt_094A_super = { + set_nationality = ROOT + } + } + set_variable = { + var = 094A_nuke + value = 0 + } + } + } +} + +country_event = { + id = AL_event.18 + title = AL_event.18.t + desc = AL_event.18.d + picture = GFX_alpt_dsd + is_triggered_only = yes + option = { + name = AL_event.18.a + set_country_flag = AL_event_18 + custom_effect_tooltip = get_alpt_dsd + hidden_effect = { + TAN = { + alpt_dsd = { + set_nationality = ROOT + } + } + } + } +} + +#长征18 解除锁定! +country_event = { + id = AL_event.31 + title = AL_event.31.t + desc = AL_event.31.d + picture = GFX_alpt_hedan + is_triggered_only = yes + option = { + name = AL_event.31.a + custom_effect_tooltip = nuke_ready_to_fire + set_country_flag = 094A_jiesuo + set_variable = { + var = 094A_nuke + value = 10 + } + } +} +#超饱和打击即将到达前线! +country_event = { + id = AL_event.32 + title = AL_event.32.t + desc = AL_event.32.d + picture = GFX_aze_sr1 + is_triggered_only = yes + option = { + name = AL_event.35.a + } +} +#消模型 +country_event = { + id = AL_event.33 + title = AL_event.33.t + desc = AL_event.33.d + is_triggered_only = yes + hidden = yes + immediate = { + destroy_entity = FROM.FROM.id + } +} +#从天而降的敌人! +country_event = { + id = AL_event.34 + title = AL_event.34.t + desc = AL_event.34.d + picture = GFX_aze_sr1 + is_triggered_only = yes + immediate = { + hidden_effect = { + random_state = { + limit = { + state = FROM.FROM + } + SIR ={ + transfer_state = PREV + } + AL_sir_tianjiang = yes + } + declare_war_on = { + target = SIR + } + } + } + option = { + name = AL_event.34.a + + } + +} +#超饱和打击即将到来! +country_event = { + id = AL_event.35 + title = AL_event.35.t + desc = AL_event.35.d + picture = GFX_aze_sr1 + is_triggered_only = yes + option = { + name = AL_event.35.a + } +} +######工业设计商 +country_event = { + id = AL_event.36 + title = AL_event.36.t + desc = AL_event.36.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.36.a + remove_dynamic_modifier = { + modifier = AL_gongye_all_modifier + } + } +} + +######坦克设计商 +country_event = { + id = AL_event.37 + title = AL_event.37.t + desc = AL_event.37.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.37.a + remove_dynamic_modifier = { + modifier = AL_tank_all_modifier + } + + } +} + +######军需设计商 +country_event = { + id = AL_event.38 + title = AL_event.38.t + desc = AL_event.38.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.38.a + remove_dynamic_modifier = { + modifier = AL_junxu_all_modifier + } + } +} + +######飞机设计商 +country_event = { + id = AL_event.39 + title = AL_event.39.t + desc = AL_event.39.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.39.a + remove_dynamic_modifier = { + modifier = AL_plane_all_modifier + } + } +} + +######舰船设计商 +country_event = { + id = AL_event.40 + title = AL_event.40.t + desc = AL_event.40.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.40.a + remove_dynamic_modifier = { + modifier = AL_ship_all_modifier + } + } +} + +######转移完成(东煌) +country_event = { + id = AL_event.41 + title = AL_event.41.t + desc = AL_event.41.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.41.a + } +} + +######转移完成(重樱) +country_event = { + id = AL_event.42 + title = AL_event.42.t + desc = AL_event.42.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.42.a + } +} + +######转移完成(撒丁) +country_event = { + id = AL_event.43 + title = AL_event.43.t + desc = AL_event.43.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.43.a + } +} + +######转移完成(铁血) +country_event = { + id = AL_event.44 + title = AL_event.44.t + desc = AL_event.44.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.44.a + } +} + +######转移完成(鸢尾) +country_event = { + id = AL_event.45 + title = AL_event.45.t + desc = AL_event.45.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.45.a + } +} + +######转移完成(白鹰) +country_event = { + id = AL_event.46 + title = AL_event.46.t + desc = AL_event.46.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.46.a + } +} + +######转移完成(北联) +country_event = { + id = AL_event.47 + title = AL_event.47.t + desc = AL_event.47.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.47.a + } +} + +######转移完成(皇家) +country_event = { + id = AL_event.48 + title = AL_event.48.t + desc = AL_event.48.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.48.a + } +} + +######提示 +country_event = { + id = AL_event.49 + title = AL_event.49.t + desc = AL_event.49.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.49.a + custom_effect_tooltip = AL_zhuanyi_start + } +} + +####失败 +country_event = { + id = AL_event.50 + title = AL_event.50.t + desc = AL_event.50.d + picture = GFX_aze_sr1 + is_triggered_only = yes + option = { + name = AL_event.50.a + random_state = { + limit = { + has_state_flag = AL_fight + } + clr_state_flag = AL_fight + } + + } +} + + +####成功 +country_event = { + id = AL_event.51 + title = AL_event.51.t + desc = AL_event.51.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.51.a + ROOT = { + transfer_state = FROM.FROM + } + FROM.FROM = { + create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + create_unit = { + division = "name = \"国际纵队\" division_template = \"国际纵队\" start_experience_factor = 1 start_equipment_factor = 0.9" + owner = ROOT + } + AL_guojizongdui_zengyuan = yes + } + } +} + +####开始学习 +country_event = { + id = AL_event.52 + title = AL_event.52.t + desc = AL_event.52.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.52.a + country_event = AL_event.53 + } + option = { + name = AL_event.52.b + country_event = AL_event.54 + } + option = { + name = AL_event.52.c + country_event = AL_event.55 + } +} + +####政治 +country_event = { + id = AL_event.53 + title = AL_event.53.t + desc = AL_event.53.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.53.a + trigger = { + not = { + has_country_leader_with_trait = AL_political_111 + } + } + effect_tooltip = { + custom_effect_tooltip = bli_learn_get_1 + if = { + limit = { + has_country_leader_with_trait = AL_political_1 + } + swap_ruler_traits = { remove = AL_political_1 add = AL_political_11 } + } + else_if = { + limit = { + has_country_leader_with_trait = AL_political_11 + } + swap_ruler_traits = { remove = AL_political_11 add = AL_political_111 } + } + else = { + add_country_leader_trait = AL_political_1 + } + } + set_country_flag = AL_bli_p_1 + } + option = { + name = AL_event.53.b + trigger = { + not = { + has_country_leader_with_trait = AL_political_222 + } + } + effect_tooltip = { + custom_effect_tooltip = bli_learn_get_1 + if = { + limit = { + has_country_leader_with_trait = AL_political_2 + } + swap_ruler_traits = { remove = AL_political_2 add = AL_political_22 } + } + else_if = { + limit = { + has_country_leader_with_trait = AL_political_22 + } + swap_ruler_traits = { remove = AL_political_22 add = AL_political_222 } + } + else = { + add_country_leader_trait = AL_political_2 + } + } + set_country_flag = AL_bli_p_2 + } + option = { + name = AL_event.53.c + trigger = { + not = { + has_country_leader_with_trait = AL_political_333 + } + } + effect_tooltip = { + custom_effect_tooltip = bli_learn_get_1 + if = { + limit = { + has_country_leader_with_trait = AL_political_3 + } + swap_ruler_traits = { remove = AL_political_3 add = AL_political_33 } + } + else_if = { + limit = { + has_country_leader_with_trait = AL_political_33 + } + swap_ruler_traits = { remove = AL_political_33 add = AL_political_333 } + } + else = { + add_country_leader_trait = AL_political_3 + } + } + set_country_flag = AL_bli_p_3 + } + option = { + name = AL_event.52.e + country_event = AL_event.52 + } +} + +####生产建设 +country_event = { + id = AL_event.54 + title = AL_event.54.t + desc = AL_event.54.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.54.a + trigger = { + not = { + has_country_leader_with_trait = AL_construction_111 + } + } + effect_tooltip = { + custom_effect_tooltip = bli_learn_get_1 + if = { + limit = { + has_country_leader_with_trait = AL_construction_1 + } + swap_ruler_traits = { remove = AL_construction_1 add = AL_construction_11 } + } + else_if = { + limit = { + has_country_leader_with_trait = AL_construction_11 + } + swap_ruler_traits = { remove = AL_construction_11 add = AL_construction_111 } + } + else = { + add_country_leader_trait = AL_construction_1 + } + } + set_country_flag = AL_bli_c_1 + } + option = { + name = AL_event.54.b + trigger = { + not = { + has_country_leader_with_trait = AL_construction_222 + } + } + effect_tooltip = { + custom_effect_tooltip = bli_learn_get_1 + if = { + limit = { + has_country_leader_with_trait = AL_construction_2 + } + swap_ruler_traits = { remove = AL_construction_2 add = AL_construction_22 } + } + else_if = { + limit = { + has_country_leader_with_trait = AL_construction_22 + } + swap_ruler_traits = { remove = AL_construction_22 add = AL_construction_222 } + } + else = { + add_country_leader_trait = AL_construction_2 + } + } + set_country_flag = AL_bli_c_2 + } + option = { + name = AL_event.54.c + trigger = { + not = { + has_country_leader_with_trait = AL_construction_333 + } + } + effect_tooltip = { + custom_effect_tooltip = bli_learn_get_1 + if = { + limit = { + has_country_leader_with_trait = AL_construction_3 + } + swap_ruler_traits = { remove = AL_construction_3 add = AL_construction_33 } + } + else_if = { + limit = { + has_country_leader_with_trait = AL_construction_33 + } + swap_ruler_traits = { remove = AL_construction_33 add = AL_construction_333 } + } + else = { + add_country_leader_trait = AL_construction_3 + } + } + set_country_flag = AL_bli_c_3 + } + option = { + name = AL_event.52.e + country_event = AL_event.52 + } +} + +####军事 +country_event = { + id = AL_event.55 + title = AL_event.55.t + desc = AL_event.55.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.55.a + trigger = { + not = { + has_country_leader_with_trait = AL_army_111 + } + } + effect_tooltip = { + custom_effect_tooltip = bli_learn_get_1 + if = { + limit = { + has_country_leader_with_trait = AL_army_1 + } + swap_ruler_traits = { remove = AL_army_1 add = AL_army_11 } + } + else_if = { + limit = { + has_country_leader_with_trait = AL_army_11 + } + swap_ruler_traits = { remove = AL_army_11 add = AL_army_111 } + } + else = { + add_country_leader_trait = AL_army_1 + } + } + set_country_flag = AL_bli_a_1 + } + option = { + name = AL_event.55.b + trigger = { + not = { + has_country_leader_with_trait = AL_army_222 + } + } + effect_tooltip = { + custom_effect_tooltip = bli_learn_get_1 + if = { + limit = { + has_country_leader_with_trait = AL_army_2 + } + swap_ruler_traits = { remove = AL_army_2 add = AL_army_22 } + } + else_if = { + limit = { + has_country_leader_with_trait = AL_army_22 + } + swap_ruler_traits = { remove = AL_army_22 add = AL_army_222 } + } + else = { + add_country_leader_trait = AL_army_2 + } + } + set_country_flag = AL_bli_a_2 + } + option = { + name = AL_event.55.c + trigger = { + not = { + has_country_leader_with_trait = AL_army_333 + } + } + effect_tooltip = { + custom_effect_tooltip = bli_learn_get_1 + if = { + limit = { + has_country_leader_with_trait = AL_army_3 + } + swap_ruler_traits = { remove = AL_army_3 add = AL_army_33 } + } + else_if = { + limit = { + has_country_leader_with_trait = AL_army_33 + } + swap_ruler_traits = { remove = AL_army_33 add = AL_army_333 } + } + else = { + add_country_leader_trait = AL_army_3 + } + } + set_country_flag = AL_bli_a_3 + } + option = { + name = AL_event.52.e + country_event = AL_event.52 + } +} + + + +####完成学习 +country_event = { + id = AL_event.56 + title = AL_event.56.t + desc = AL_event.56.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.56.a + } +} + +####塞壬的内部袭扰 +country_event = { + id = AL_event.57 + title = AL_event.57.t + desc = AL_event.57.d + picture = GFX_aze_sr1 + is_triggered_only = yes + option = { + name = AL_event.57.a + add_stability = -0.15 + add_war_support = -0.15 + } + option = { + name = AL_event.57.b + add_stability = -0.05 + add_war_support = -0.05 + add_political_power = -60 + custom_effect_tooltip = AL_next_xirao + SIR = { + add_to_variable = { + xirao_days_re_enable_cost = 5 + } + } + } +} + +####将领被刺伤 +country_event = { + id = AL_event.58 + title = AL_event.58.t + desc = AL_event.58.d + picture = GFX_aze_sr1 + trigger = { + any_country = { + has_idea = AL_sir_powerful + } + shijianniangguojia_trigger = yes + } + mean_time_to_happen = { + days = 60 + } + option = { + name = AL_event.58.a + random_army_leader = { + add_timed_unit_leader_trait = { + trait = wounded + days = 90 + } + } + random_army_leader = { + add_timed_unit_leader_trait = { + trait = wounded + days = 90 + } + } + random_army_leader = { + add_timed_unit_leader_trait = { + trait = wounded + days = 90 + } + } + random_army_leader = { + add_timed_unit_leader_trait = { + trait = wounded + days = 90 + } + } + random_army_leader = { + add_timed_unit_leader_trait = { + trait = wounded + days = 90 + } + } + } +} + +####军火库被毁 +country_event = { + id = AL_event.59 + title = AL_event.59.t + desc = AL_event.59.d + picture = GFX_aze_sr1 + trigger = { + any_country = { + has_idea = AL_sir_powerful + } + shijianniangguojia_trigger = yes + } + mean_time_to_happen = { + days = 120 + } + option = { + name = AL_event.59.a + custom_effect_tooltip = AL_junhuoku + hidden_effect = { + set_equipment_fraction = 0.7 + } + } +} + +####内乱 +country_event = { + id = AL_event.60 + title = AL_event.60.t + desc = AL_event.60.d + picture = GFX_aze_sr1 + trigger = { + any_country = { + has_idea = AL_sir_powerful + } + shijianniangguojia_trigger = yes + } + mean_time_to_happen = { + days = 180 + } + option = { + name = AL_event.59.a + custom_effect_tooltip = AL_neiluan + hidden_effect = { + transfer_units_fraction= { + target = SIR + army_ratio = 0.3 + air_ratio = 0.3 + } + } + } +} + +####研究未知的坦克 +country_event = { + id = AL_event.61 + title = AL_event.61.t + desc = AL_event.61.d + picture = GFX_report_event_generic_read_write + is_triggered_only = yes + option = { + name = AL_event.56.a + unlock_decision_tooltip = { decision = AL_bfl_learn_engine } + unlock_decision_tooltip = { decision = AL_bfl_learn_armor } + unlock_decision_tooltip = { decision = AL_bfl_learn_suspension } + unlock_decision_tooltip = { decision = AL_bfl_learn_turret } + unlock_decision_tooltip = { decision = AL_bfl_learn_heavy_cannon } + } +} + + + + + + + + + + + + + + + + + + + + + + + +###########彩蛋################ +# +#add_namespace = URAPD_event +# +#! +#country_event = { +# id = URAPD_event.0 +# title = URAPD_event.0.t +# desc = URAPD_event.0.d +# picture = GFX_report_event_generic_read_write +# fire_only_once = yes +# is_triggered_only = yes +# option = { +# name = URAPD_event.0.a +# custom_effect_tooltip = URA_start +# set_country_flag = URA +# set_variable = { var = data_S value = 0 } +# set_variable = { var = data_N value = 0 } +# set_variable = { var = data_L value = 0 } +# set_variable = { var = data_G value = 0 } +# set_variable = { var = data_Z value = 0 } +# set_variable = { var = data_P value = 0 } +# set_variable = { var = data_X value = 1 } +# set_variable = { var = ex_level_S value = 1 } +# set_variable = { var = ex_level_N value = 1 } +# set_variable = { var = ex_level_L value = 1 } +# set_variable = { var = ex_level_G value = 1 } +# set_variable = { var = ex_level_Z value = 1 } +# set_variable = { var = basic_S_S value = 10 } +# set_variable = { var = basic_S_L value = 5 } +# set_variable = { var = basic_S_P value = 2 } +# set_variable = { var = basic_N_N value = 9 } +# set_variable = { var = basic_N_G value = 4 } +# set_variable = { var = basic_N_P value = 2 } +# set_variable = { var = basic_L_L value = 8 } +# set_variable = { var = basic_L_N value = 5 } +# set_variable = { var = basic_L_P value = 2 } +# set_variable = { var = basic_G_G value = 8 } +# set_variable = { var = basic_G_S value = 4 } +# set_variable = { var = basic_G_L value = 4 } +# set_variable = { var = basic_G_P value = 2 } +# set_variable = { var = basic_Z_S value = 2 } +# set_variable = { var = basic_Z_Z value = 9 } +# set_variable = { var = basic_Z_P value = 4 } +# clamp_variable = { var = data_X min = 0.8 max = 1.2 } +# clamp_variable = { var = data_S min = 0 max = 1200 } +# clamp_variable = { var = data_N min = 0 max = 1200 } +# clamp_variable = { var = data_L min = 0 max = 1200 } +# clamp_variable = { var = data_G min = 0 max = 1200 } +# clamp_variable = { var = data_Z min = 0 max = 1200 } +# +# hidden_effect = { +# +# } +# } +# } +# +# +##选择马娘! +#country_event = { +# id = URAPD_event.1 +# title = URAPD_event.1.t +# desc = URAPD_event.1.d +# picture = GFX_report_event_generic_read_write +# is_triggered_only = yes +# option = { +# name = URAPD_event.1.a +# set_country_flag = URA_xuanze +# +# } +# } +# +# +# +# +# #评价奖励 +# +# country_event = { +# id = URAPD_event.2 +# title = URAPD_event.2.t +# desc = URAPD_event.2.d +# picture = GFX_report_event_generic_read_write +# is_triggered_only = yes +# option = { +# name = URAPD_event.2.a +# check_S = yes +# check_N = yes +# check_L = yes +# check_G = yes +# check_Z = yes +# custom_effect_tooltip = pingjia_183 +# hidden_effect = { +# country_event = { id = URAPD_event.2 days = 181 } +# } +# +# } +# } +# +# +##马娘心情不太好 +#country_event = { +# id = URAPD_event.3 +# title = URAPD_event.3.t +# desc = URAPD_event.3.d +# picture = GFX_report_event_generic_read_write +# is_triggered_only = yes +# option = { +# name = URAPD_event.3.a +# set_country_flag = URA_no +# subtract_from_variable = { var = data_X value = 0.1 tooltip = level_X_DOWN } +# jiuzhen = yes +# } +# } +# +# +##新技能! +#country_event = { +# id = URAPD_event.13 +# title = URAPD_event.13.t +# desc = URAPD_event.13.d +# picture = GFX_report_event_generic_read_write +# is_triggered_only = yes +# option = { +# name = URAPD_event.13.a +# skill_show = yes +# } +# } +# +# +# +# +##额外的领悟 +#country_event = { +# id = URAPD_event.14 +# title = URAPD_event.14.t +# desc = URAPD_event.14.d +# picture = GFX_report_event_generic_read_write +# is_triggered_only = yes +# option = { +# name = URAPD_event.14.a +# add_to_variable = { var = data_Z value = 5 tooltip = data_Z_5 } +# } +# } +# +##适当的练习 +#country_event = { +# id = URAPD_event.15 +# title = URAPD_event.15.t +# desc = URAPD_event.15.d +# picture = GFX_report_event_generic_read_write +# is_triggered_only = yes +# option = { +# name = URAPD_event.15.a +# add_to_variable = { var = data_L value = 5 tooltip = data_L_5 } +# } +# } +# +##更快! +#country_event = { +# id = URAPD_event.16 +# title = URAPD_event.16.t +# desc = URAPD_event.16.d +# picture = GFX_report_event_generic_read_write +# is_triggered_only = yes +# option = { +# name = URAPD_event.16.a +# add_to_variable = { var = data_S value = 5 tooltip = data_S_5 } +# } +# } +# +##磨练意志 +#country_event = { +# id = URAPD_event.17 +# title = URAPD_event.17.t +# desc = URAPD_event.17.d +# picture = GFX_report_event_generic_read_write +# is_triggered_only = yes +# option = { +# name = URAPD_event.17.a +# add_to_variable = { var = data_G value = 5 tooltip = data_G_5 } +# } +# } +# +##马拉松 +#country_event = { +# id = URAPD_event.18 +# title = URAPD_event.18.t +# desc = URAPD_event.18.d +# picture = GFX_report_event_generic_read_write +# is_triggered_only = yes +# option = { +# name = URAPD_event.18.a +# add_to_variable = { var = data_N value = 5 tooltip = data_N_5 } +# } +#} +# +##改变马娘头像 +#country_event = { +# id = URAPD_event.19 +# title = URAPD_event.19.t +# desc = URAPD_event.19.d +# picture = GFX_report_event_generic_read_write +# is_triggered_only = yes +# option = { +# name = URAPD_event.19.a +# clr_country_flag = URA_evil +# set_country_flag = URA_holy +# } +# option = { +# name = URAPD_event.19.b +# clr_country_flag = URA_holy +# set_country_flag = URA_evil +# } +# option = { +# name = URAPD_event.19.c +# clr_country_flag = URA_evil +# clr_country_flag = URA_holy +# } +#} +# diff --git a/src/events/azkaogudui_event.txt b/src/events/azkaogudui_event.txt new file mode 100755 index 0000000..b00676b --- /dev/null +++ b/src/events/azkaogudui_event.txt @@ -0,0 +1,16 @@ +add_namespace = azkaogudui +country_event = { + id = azkaogudui.1 + title = azkaogudui.1.t + desc = azkaogudui.1.d + picture = GFX_aze_txbsm + is_triggered_only = yes + option = { + name = azkaogudui.1.a + ai_chance = { + factor = 5 + } + + } +} + diff --git a/src/gfx/event_pictures/az_anqiubi.png b/src/gfx/event_pictures/az_anqiubi.png new file mode 100755 index 0000000..59bee89 Binary files /dev/null and b/src/gfx/event_pictures/az_anqiubi.png differ diff --git a/src/gfx/event_pictures/aze_tankexueyuan.png b/src/gfx/event_pictures/aze_tankexueyuan.png new file mode 100755 index 0000000..01e9615 Binary files /dev/null and b/src/gfx/event_pictures/aze_tankexueyuan.png differ diff --git a/src/gfx/flags/medium/SR1_communism.tga b/src/gfx/flags/medium/SR1_communism.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR1_communism.tga differ diff --git a/src/gfx/flags/medium/SR1_democratic.tga b/src/gfx/flags/medium/SR1_democratic.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR1_democratic.tga differ diff --git a/src/gfx/flags/medium/SR1_neutrality.tga b/src/gfx/flags/medium/SR1_neutrality.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR1_neutrality.tga differ diff --git a/src/gfx/flags/medium/SR2_communism.tga b/src/gfx/flags/medium/SR2_communism.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR2_communism.tga differ diff --git a/src/gfx/flags/medium/SR2_democratic.tga b/src/gfx/flags/medium/SR2_democratic.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR2_democratic.tga differ diff --git a/src/gfx/flags/medium/SR2_neutrality.tga b/src/gfx/flags/medium/SR2_neutrality.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR2_neutrality.tga differ diff --git a/src/gfx/flags/medium/SR3_communism.tga b/src/gfx/flags/medium/SR3_communism.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR3_communism.tga differ diff --git a/src/gfx/flags/medium/SR3_democratic.tga b/src/gfx/flags/medium/SR3_democratic.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR3_democratic.tga differ diff --git a/src/gfx/flags/medium/SR3_neutrality.tga b/src/gfx/flags/medium/SR3_neutrality.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR3_neutrality.tga differ diff --git a/src/gfx/flags/medium/SR4_communism.tga b/src/gfx/flags/medium/SR4_communism.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR4_communism.tga differ diff --git a/src/gfx/flags/medium/SR4_democratic.tga b/src/gfx/flags/medium/SR4_democratic.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR4_democratic.tga differ diff --git a/src/gfx/flags/medium/SR4_neutrality.tga b/src/gfx/flags/medium/SR4_neutrality.tga new file mode 100755 index 0000000..c9f876a Binary files /dev/null and b/src/gfx/flags/medium/SR4_neutrality.tga differ diff --git a/src/gfx/flags/small/SR1_communism.tga b/src/gfx/flags/small/SR1_communism.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR1_communism.tga differ diff --git a/src/gfx/flags/small/SR1_democratic.tga b/src/gfx/flags/small/SR1_democratic.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR1_democratic.tga differ diff --git a/src/gfx/flags/small/SR1_neutrality.tga b/src/gfx/flags/small/SR1_neutrality.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR1_neutrality.tga differ diff --git a/src/gfx/flags/small/SR2_communism.tga b/src/gfx/flags/small/SR2_communism.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR2_communism.tga differ diff --git a/src/gfx/flags/small/SR2_democratic.tga b/src/gfx/flags/small/SR2_democratic.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR2_democratic.tga differ diff --git a/src/gfx/flags/small/SR2_neutrality.tga b/src/gfx/flags/small/SR2_neutrality.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR2_neutrality.tga differ diff --git a/src/gfx/flags/small/SR3_communism.tga b/src/gfx/flags/small/SR3_communism.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR3_communism.tga differ diff --git a/src/gfx/flags/small/SR3_democratic.tga b/src/gfx/flags/small/SR3_democratic.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR3_democratic.tga differ diff --git a/src/gfx/flags/small/SR3_neutrality.tga b/src/gfx/flags/small/SR3_neutrality.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR3_neutrality.tga differ diff --git a/src/gfx/flags/small/SR4_communism.tga b/src/gfx/flags/small/SR4_communism.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR4_communism.tga differ diff --git a/src/gfx/flags/small/SR4_democratic.tga b/src/gfx/flags/small/SR4_democratic.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR4_democratic.tga differ diff --git a/src/gfx/flags/small/SR4_neutrality.tga b/src/gfx/flags/small/SR4_neutrality.tga new file mode 100755 index 0000000..cfc1301 Binary files /dev/null and b/src/gfx/flags/small/SR4_neutrality.tga differ diff --git a/src/gfx/interface/ideas/caidan/idea_052Dchangsha.png b/src/gfx/interface/ideas/caidan/idea_052Dchangsha.png new file mode 100755 index 0000000..9472a9d Binary files /dev/null and b/src/gfx/interface/ideas/caidan/idea_052Dchangsha.png differ diff --git a/src/gfx/interface/ideas/caidan/idea_052Dkunming.png b/src/gfx/interface/ideas/caidan/idea_052Dkunming.png new file mode 100755 index 0000000..a670482 Binary files /dev/null and b/src/gfx/interface/ideas/caidan/idea_052Dkunming.png differ diff --git a/src/gfx/interface/ideas/caidan/idea_054Azhoushan.png b/src/gfx/interface/ideas/caidan/idea_054Azhoushan.png new file mode 100755 index 0000000..95c976b Binary files /dev/null and b/src/gfx/interface/ideas/caidan/idea_054Azhoushan.png differ diff --git a/src/gfx/interface/ideas/caidan/idea_055nanchang.png b/src/gfx/interface/ideas/caidan/idea_055nanchang.png new file mode 100755 index 0000000..8dd13af Binary files /dev/null and b/src/gfx/interface/ideas/caidan/idea_055nanchang.png differ diff --git a/src/gfx/interface/ideas/caidan/idea_075.png b/src/gfx/interface/ideas/caidan/idea_075.png new file mode 100755 index 0000000..a597dbd Binary files /dev/null and b/src/gfx/interface/ideas/caidan/idea_075.png differ diff --git a/src/gfx/interface/ideas/caidan/idea_094A.png b/src/gfx/interface/ideas/caidan/idea_094A.png new file mode 100755 index 0000000..80e869b Binary files /dev/null and b/src/gfx/interface/ideas/caidan/idea_094A.png differ diff --git a/src/gfx/interface/ideas/caidan/idea_dsd.png b/src/gfx/interface/ideas/caidan/idea_dsd.png new file mode 100755 index 0000000..8e6304c Binary files /dev/null and b/src/gfx/interface/ideas/caidan/idea_dsd.png differ diff --git a/src/gfx/interface/ideas/caidan/idea_lianchui.png b/src/gfx/interface/ideas/caidan/idea_lianchui.png new file mode 100755 index 0000000..4335b2d Binary files /dev/null and b/src/gfx/interface/ideas/caidan/idea_lianchui.png differ diff --git a/src/gfx/interface/ideas/idea_kaluo.png b/src/gfx/interface/ideas/idea_kaluo.png new file mode 100755 index 0000000..3a46199 Binary files /dev/null and b/src/gfx/interface/ideas/idea_kaluo.png differ diff --git a/src/gfx/interface/ideas/idea_xiaolimao.png b/src/gfx/interface/ideas/idea_xiaolimao.png new file mode 100755 index 0000000..e7f1d7d Binary files /dev/null and b/src/gfx/interface/ideas/idea_xiaolimao.png differ diff --git a/src/gfx/interface/ideas/idea_xiaomeiyan.png b/src/gfx/interface/ideas/idea_xiaomeiyan.png new file mode 100755 index 0000000..ed686f7 Binary files /dev/null and b/src/gfx/interface/ideas/idea_xiaomeiyan.png differ diff --git a/src/gfx/leaders/idea_wuzang.png b/src/gfx/leaders/idea_wuzang.png new file mode 100755 index 0000000..6c35845 Binary files /dev/null and b/src/gfx/leaders/idea_wuzang.png differ diff --git a/src/localisation/az_beijing_l_english.yml b/src/localisation/az_beijing_l_english.yml new file mode 100755 index 0000000..d1c4f13 --- /dev/null +++ b/src/localisation/az_beijing_l_english.yml @@ -0,0 +1,226 @@ +l_english: + #####剧本####### + SIREN_TITLE:0 "塞壬的阴云" + SIREN_DESC:0 "塞壬,是全人类之敌。\n塞壬在入侵地球时用恐怖的力量震慑住了人类,一举把人类击溃。残存的人类势力在岛上准备反攻..." + SIREN_SAD_DESC:0 "撒丁的历史可以追溯到1000多年前,是欧洲最古老的国家,也是欧洲文明的发源地。\n然而,塞壬可不管这个国家有什么悠久的历史,撒丁全国上下在醉生梦死中就被塞壬击败了。撒丁的领袖、全国的偶像——利托里奥是撒丁人民唯一的希望,她带领着撒丁人民在西西里岛上阻挡着塞壬的侵略。\n目前,最大的威胁不再来自塞壬,而是盘踞在西西里岛越来越强盛的黑手党,和外国虎视眈眈的列强。" + SIREN_HUJ_DESC:0 "皇家是世界上造船经验最丰富的国家,在军舰设计上致力于取得最佳的平衡性能,海军实力雄厚。皇家阵营讲究礼仪,注重优雅与实力并存。\n\n皇家为了捍卫皇家的荣耀,夺回人类的制海权,目前依然留在碧蓝航线阵营,参与对塞壬的作战行动。" + SIREN_YUW_DESC:0 "在过去几年里,自由鸢尾的战士们与碧蓝航线的其她同盟国经过激烈的反抗,最终还是因实力弱小丧失了全部国土,被塞壬赶去了地中海的小岛上。\n\n现在,黎塞留带领着护教骑士团的战士们已经做好重返故土的准备,是时候从塞壬的魔爪下解放同胞们了。" + SIREN_TIX_DESC:0 "铁血公国一直都是欧洲武德最充沛的国家,但是在塞壬绝对的科技压制下,她们依然被击退至波罗的海的群岛上。铁血在于塞壬的战争中学习到了大量塞壬的未知技术,并着眼于对这些技术的进一步开发。\n\n现在,铁血公国将陆地上的前线推进至了丹麦,铁血的战士们正在为将来重返欧陆做准备。" + SIREN_CHY_DESC:0 "和身为海洋强国的皇家不同的是,重樱的战斗经验虽然主要还是集中在重樱群岛周边的作战,但以东洋神秘的力量所构成的舰队迅速壮大了自身实力,在短时间就拥有了可以和白鹰等列强分庭抗礼的战力。\n\n重樱因为地理的优势,在反抗塞壬的战争中牢牢守住了北海道以北的群岛。对重樱来说,光复重樱三岛应该唾手可得。" + SIREN_BFL_DESC:0 "提倡集体主义与对社会的贡献,拥有坚定的目标和达成目标所需的无畏的勇气。北方联合将几乎全部舰队调往极地地区,很少参与碧蓝航线阵营内的联合行动。\n\n北方联合虽然在战争前期因为国土辽阔,与塞壬僵持了数年,但因为世界其她国家的沦陷,逐渐招架不住,被塞壬逐渐逼往北部极地的地区。北方联合的战士们习惯了极地气候,北方联合没有被塞壬赶出陆地,她们依然坚守在严寒的极地。" + SIREN_BYG_DESC:0 "在塞壬刚刚降临在世界上时候,白鹰联邦没有首先遭到攻击。还在犹豫中的联邦依然坚持着孤立主义政策。而当世界大部分国家都一一沦陷时,白鹰联邦才决定加入战争反抗塞壬,但是为时已晚,来自四面八方的塞壬仅用短短几周就将白鹰联邦击垮。\n\n幸运的是白鹰联邦的海上力量没有遭到太大的损失,现在白鹰舰队正在加勒比海养精蓄锐,等待着光明的到来。" + SIREN_DOH_DESC:0 "塞壬的袭击让这个沉睡的的文明古国瞬间惊醒,东煌近年来一直在发展大陆,从未把海上当做她的主要目标。在东煌被塞壬赶出东亚大陆后,碧蓝航线尽最大力度帮助了东煌的海军发展。\n\n东煌目前在南海与西太平洋已经站足脚跟,虽然海上力量无法与塞壬抗衡,但是东煌把控着海南岛这一战略地,这将会是光复旧地的关键。" + SIREN_SIR_DESC:0 "塞壬,是全人类之敌,她们拥有非常先进的技术。在过去短短几年内,这一从天而降的邪恶力量将人类所有的海上力量击溃,夺取了全世界90%以上的控海权。\n\n如今塞壬将人类赶下陆地,已经几乎控制了全世界,但是陆地上残留的人类在不断地反抗塞壬,幸存的人类仍然等待着解放的到来...\n\n【不建议玩家选择塞壬】" + SIREN_BLI_DESC:0 "布里,是世界“七大不可思议”之一,她们并不算是严格意义上的舰娘,但却有着高超的造船技术,能将其她舰娘打造成无敌的战士,因为布里自身没什么战斗力,所以也是绝对的中立派,舰娘们都很喜欢布里,布里也对各个阵营的舰娘们一视同仁。\n目前,布里们在太平洋的一个小岛上安居乐业,她们面对紧张的世界局势会做出什么选择呢? " + SIREN_SHO_DESC:0 "寿飞行队,是一支由萌妹子飞行员组成的飞行队。她们买下了一片位于阿拉伯半岛东部的荒漠当做她们的飞行基地。\n寿飞行队有着强大的空军,她们会成为世界上一支强大的力量吗?" + SIREN_BOW_DESC:0 "波纹海军学院曾经是重樱的一所海军学院,这里培育了大量的萌妹子水手。为了学院更好的发展,波纹海军学院已经迁到太平洋的一座小岛上。" + + #####国家名字####### + SIR_siren:0"中央塞壬" + SR1_siren:0"美洲塞壬" + SR2_siren:0"非洲塞壬" + SR3_siren:0"亚洲塞壬" + SR4_siren:0"澳洲塞壬" + BYG_siren:0"塞壬-白鹰" + BFL_siren:0"塞壬-北方联合" + CHY_siren:0"塞壬-重樱" + DOH_siren:0"塞壬-东煌" + HUJ_siren:0"塞壬-皇家" + SAD_siren:0"塞壬-撒丁" + TIX_siren:0"塞壬-铁血" + YUW_siren:0"塞壬-鸢尾" + + + SIR:0"中央塞壬" + SIR_neutrality:0"中央塞壬" + SIR_fascism:0"中央塞壬" + SIR_democratic:0"中央塞壬" + SIR_DEF:0 "中央塞壬" + SIR_ADJ:0 "中央塞壬" + SR1:0"美洲塞壬" + SR1_neutrality:0"美洲塞壬" + SR1_fascism:0"美洲塞壬" + SR1_democratic:0"美洲塞壬" + SR1_DEF:0 "美洲塞壬" + SR1_ADJ:0 "美洲塞壬" + SR2_neutrality:0"非洲塞壬" + SR2_fascism:0"非洲塞壬" + SR2_democratic:0"非洲塞壬" + SR2_DEF:0 "非洲塞壬" + SR2_ADJ:0 "非洲塞壬" + SR3_neutrality:0"亚洲塞壬" + SR3_fascism:0"亚洲塞壬" + SR3_democratic:0"亚洲塞壬" + SR3_DEF:0 "亚洲塞壬" + SR3_ADJ:0 "亚洲塞壬" + SR4_neutrality:0"澳洲塞壬" + SR4_fascism:0"澳洲塞壬" + SR4_democratic:0"澳洲塞壬" + SR4_DEF:0 "澳洲塞壬" + SR4_ADJ:0 "澳洲塞壬" + TIX_fascism:0 "铁血公国" + TIX_fascism_DEF:0 "铁血公国" + TIX_democratic:0 "铁血共和国" + TIX_democratic_DEF:0 "铁血共和国" + TIX_neutrality:1 "铁血帝国" + TIX_neutrality_DEF:1 "铁血帝国" + TIX_communism:0 "铁血社会主义联邦" + TIX_communism_DEF:0 "铁血社会主义联邦" + TIX_fascism_ADJ:0 "铁血公国" + TIX_democratic_ADJ:0 "铁血公国" + TIX_neutrality_ADJ:0 "铁血公国" + TIX_communism_ADJ:0 "铁血公国" + HUJ_fascism:0 "不列颠皇家" + HUJ_fascism_DEF:0 "不列颠皇家" + HUJ_democratic:0 "不列颠皇家" + HUJ_democratic_DEF:0 "不列颠皇家" + HUJ_neutrality:0 "不列颠皇家" + HUJ_neutrality_DEF:0 "不列颠皇家" + HUJ_communism:0 "不列颠联盟" + HUJ_communism_DEF:0 "不列颠联盟" + HUJ_fascism_ADJ:0 "不列颠皇家" + HUJ_democratic_ADJ:0 "不列颠皇家" + HUJ_neutrality_ADJ:0 "不列颠皇家" + HUJ_communism_ADJ:0 "不列颠皇家" + SAD_fascism:0 "撒丁帝国" + SAD_fascism_DEF:0 "撒丁帝国" + SAD_democratic:0 "撒丁共和国" + SAD_democratic_DEF:0 "撒丁共和国" + SAD_neutrality:0 "撒丁王国" + SAD_neutrality_DEF:0 "撒丁王国" + SAD_communism:0 "撒丁共产主义共和国" + SAD_communism_DEF:0 "撒丁共产主义共和国" + SAD_fascism_ADJ:0 "撒丁帝国" + SAD_democratic_ADJ:0 "撒丁共和国" + SAD_neutrality_ADJ:0 "撒丁王国" + SAD_communism_ADJ:0 "撒丁共产主义共和国" + BFL_fascism:0 "北方自由联邦" + BFL_fascism_DEF:0 "北方自由联邦" + BFL_democratic:0 "北方民主联邦" + BFL_democratic_DEF:0 "北方民主联邦" + BFL_neutrality:0 "北方自治国" + BFL_neutrality_DEF:0 "北方自治国" + BFL_communism:0 "北方联合" + BFL_communism_DEF:0 "北方联合" + BFL_fascism_ADJ:0 "北方联合" + BFL_democratic_ADJ:0 "北方联合" + BFL_neutrality_ADJ:0 "北方联合" + BFL_communism_ADJ:0 "北方联合" + BYG_fascism:0 "自由白鹰联邦" + BYG_fascism_DEF:0 "自由白鹰联邦" + BYG_democratic:0 "白鹰联邦" + BYG_democratic_DEF:0 "白鹰联邦" + BYG_neutrality:1 "白鹰国" + BYG_neutrality_DEF:1 "白鹰国" + BYG_communism:0 "白鹰共产主义联盟" + BYG_communism_DEF:0 "白鹰共产主义联盟" + BYG_fascism_ADJ:0 "白鹰联邦" + BYG_democratic_ADJ:0 "白鹰联邦" + BYG_neutrality_ADJ:0 "白鹰联邦" + BYG_communism_ADJ:0 "白鹰联邦" + YUW_fascism:2 "维希教廷" + YUW_fascism_DEF:2 "维希教廷" + YUW_democratic:0 "鸢尾教廷" + YUW_democratic_DEF:0 "鸢尾教廷" + YUW_neutrality:0 "鸢尾国" + YUW_neutrality_DEF:0 "鸢尾国" + YUW_communism:0 "鸢尾公社" + YUW_communism_DEF:0 "鸢尾公社" + YUW_fascism_ADJ:2 "鳶尾" + YUW_democratic_ADJ:0 "鸢尾" + YUW_neutrality_ADJ:0 "鸢尾" + YUW_communism_ADJ:0 "鸢尾" + DOH_fascism:0 "东煌帝国" + DOH_fascism_DEF:0 "东煌帝国" + DOH_democratic:0 "东煌民国" + DOH_democratic_DEF:0 "东煌民国" + DOH_neutrality:0 "东煌" + DOH_neutrality_DEF:0 "东煌" + DOH_communism:0 "东煌人民共和国" + DOH_communism_DEF:0 "东煌人民共和国" + DOH_fascism_ADJ:0 "东煌" + DOH_democratic_ADJ:0 "东煌" + DOH_neutrality_ADJ:0 "东煌" + DOH_communism_ADJ:0 "东煌" + CHY_fascism:0 "重樱国" + CHY_fascism_DEF:0 "重樱国" + CHY_democratic:0 "重樱共和国" + CHY_democratic_DEF:0 "重樱共和国" + CHY_neutrality:0 "重樱" + CHY_neutrality_DEF:0 "重樱" + CHY_communism:0 "重樱人民共和国" + CHY_communism_DEF:0 "重樱人民共和国" + CHY_fascism_ADJ:0 "重樱国" + CHY_democratic_ADJ:0 "重樱国" + CHY_neutrality_ADJ:0 "重樱国" + CHY_communism_ADJ:0 "重樱国" + BLI_fascism:0 "布里国" + BLI_fascism_DEF:0 "布里国" + BLI_democratic:0 "布里国" + BLI_democratic_DEF:0 "布里国" + BLI_neutrality:0 "布里国" + BLI_neutrality_DEF:0 "布里国" + BLI_communism:0 "布里国" + BLI_communism_DEF:0 "布里国 + BLI_fascism_ADJ:0 "布里国" + BLI_democratic_ADJ:0 "布里国" + BLI_neutrality_ADJ:0 "布里国" + BLI_communism_ADJ:0 "布里国" + SHO_fascism:0 "寿飞行队" + SHO_fascism_DEF:0 "寿飞行队" + SHO_democratic:0 "寿飞行队" + SHO_democratic_DEF:0 "寿飞行队" + SHO_neutrality:0 "寿飞行队" + SHO_neutrality_DEF:0 "寿飞行队" + SHO_communism:0 "寿飞行队" + SHO_communism_DEF:0 "寿飞行队 + SHO_fascism_ADJ:0 "寿飞行队" + SHO_democratic_ADJ:0 "寿飞行队" + SHO_neutrality_ADJ:0 "寿飞行队" + SHO_communism_ADJ:0 "寿飞行队" + BWO_fascism:0 "波纹海军学院" + BWO_fascism_DEF:0 "波纹海军学院" + BWO_democratic:0 "波纹海军学院" + BWO_democratic_DEF:0 "波纹海军学院" + BWO_neutrality:0 "波纹海军学院" + BWO_neutrality_DEF:0 "波纹海军学院" + BWO_communism:0 "波纹海军学院" + BWO_communism_DEF:0 "波纹海军学院 + BWO_fascism_ADJ:0 "波纹海军学院" + BWO_democratic_ADJ:0 "波纹海军学院" + BWO_neutrality_ADJ:0 "波纹海军学院" + BWO_communism_ADJ:0 "波纹海军学院" + #### + TIX_fascism_party:0 "铁血公国大议会" + TIX_communism_party:0 "铁血共产党" + TIX_democratic_party:1 "铁血民主联盟" + TIX_neutrality_party:0 "欧根亲王中立派" + HUJ_communism_party:0 "不列颠皇家人民党" + HUJ_democratic_party:0 "皇室内阁议会" + HUJ_fascism_party:0 "皇家骑士团" + HUJ_neutrality_party:0 "伊丽莎白及其亲属" + CHY_communism_party:0 "重樱共产党" + CHY_democratic_party:0 "重樱民政党" + CHY_fascism_party:0 "重樱翼赞会" + CHY_neutrality_party:0 "神子翼赞会" + BYG_communism_party:0 "白鹰共产党" + BYG_democratic_party:0 "白鹰联邦民主党" + BYG_fascism_party:0 "联邦骑士团" + BYG_neutrality_party:0 "白鹰中立派" + YUW_communism_party:0 "鸢尾共产党" + YUW_democratic_party:0 "自由鸢尾" + YUW_fascism_party:0 "维希教廷" + YUW_neutrality_party:0 "鸢尾中立派" + BFL_communism_party:0 "北方联合最高委员会" + BFL_democratic_party:0 "北联自由党" + BFL_fascism_party:0 "极地帝国党" + BFL_neutrality_party:0 "北联中立派" + DOH_communism_party:0 "东煌共产党" + DOH_democratic_party:0 "东煌民主同盟会" + DOH_fascism_party:1 "东煌帝国党" + DOH_neutrality_party:0 "逸仙临时政府" + SAD_communism_party:0 "撒丁共产联盟" + SAD_democratic_party:0 "撒丁民主党" + SAD_fascism_party:1 "利托里奥委员会" + SAD_neutrality_party:0 "撒丁中立派" + diff --git a/src/localisation/az_decisions_l_english.yml b/src/localisation/az_decisions_l_english.yml new file mode 100755 index 0000000..f39b2f7 --- /dev/null +++ b/src/localisation/az_decisions_l_english.yml @@ -0,0 +1,288 @@ +l_english: + jiefanglingtu_category:0"解放陆地" + jiefang_zhanlingqu:0"解放占领区" + jiefang_zhanlingqu_desc:0"我们解放的陆地上还有许多塞壬的残存势力,需要花费一些功夫来整合这些土地。" + jiefang_zhanlingqu_tooltip:0"注:解放占领区有§Y90天§!的冷却,请你谨慎选择核心化土地的时机" + tingzhijinggong:0"停止进攻" + tingzhijinggong_desc:0"对塞壬的进攻告一段落,我们需要时间来整合已占领的土地。" + tingzhijinggong_leader:0"阵营停止进攻" + tingzhijinggong_leader_desc:0"作为阵营领导,我们将统领各成员,一致停战。" + tingzhijinggong_leader_mission:0"阵营停战协商中" + tingzhijinggong_leader_mission_desc:0"我们正在和阵营成员进行协调,一致停战。\n§Y如果阵营里所有其他成员国都同意停战,那我们在15天后也将与塞壬停战§!" + tingzhijinggong_leader_trigger_tooltip:0"距离上一次协调停战已经过去§Y90§!天" + tingzhijinggong_leader_mission_tingzhan_tooltip:0"协调结束,作为阵营领导的我们也将于塞壬停战。" + tingzhijinggong_leader_mission_shibai_tooltip:0"§R有成员国拒绝停战,作为阵营领导的我们将陪她们作战到最后一刻!§!" + tingzhijinggong_leader_mission_trigger_tooltip:0"如果有成员拒绝停战,那将§R协调失败§!" + fadongjinggong_sir:0"对§R中央塞壬§!发动进攻" + fadongjinggong_sir_desc:0"准备将邪恶的塞壬赶出地球吧!" + jiesuofenzhixuanzhan_on:0"解锁对地方势力塞壬宣战选项" + jiesuofenzhixuanzhan_off:0"关闭对地方势力塞壬宣战选项" + fadongjinggong_sr1:0"对§R美洲塞壬§!发动进攻" + fadongjinggong_sr1_desc:0"准备将邪恶的塞壬赶出地球吧!" + fadongjinggong_sr2:0"对§R非洲塞壬§!发动进攻" + fadongjinggong_sr2_desc:0"准备将邪恶的塞壬赶出地球吧!" + fadongjinggong_sr3:0"对§R亚洲塞壬§!发动进攻" + fadongjinggong_sr3_desc:0"准备将邪恶的塞壬赶出地球吧!" + fadongjinggong_sr4:0"对§R澳洲塞壬§!发动进攻" + fadongjinggong_sr4_desc:0"准备将邪恶的塞壬赶出地球吧!" + bolin_qiandu:0"迁都柏林" + lundun_qiandu:0"迁都伦敦" + nanjing_qiandu:0"迁都南京" + bali_qiandu:0"迁都巴黎" + mosike_qiandu:0"迁都莫斯科" + huashengdun_qiandu:0"迁都华盛顿" + luoma_qiandu:0"迁都罗马" + jiefang_zhanlingqu_mapdecision:0"解放占领区-§Y[FROM.GetName]§!" + jiefang_zhanlingqu_mapdecision_desc:0"我们解放的陆地上还有许多塞壬的残存势力,需要花费一些功夫来整合这些土地。" + yaoqiuguihuanhexinlingtu_mapdecision:0"要求归还核心领土" + yaoqiuguihuanhexinlingtu_mapdecision_desc:0"混乱的战争局势使得某些舰娘国有意或者无意地侵占了我们曾经的国土,现在我们可以要求她们归还我们的核心领土。\n§Y注意:§!§W与其他国家的协商有§!§Y7天§!§W冷却时间§!" + yaoqiuguihuanhexinlingtu_mapdecision_trigger_tooltip:0"需要和对方处于§C和平状态§!才可以协商" + shouhuihexinlingtu_mapdecision:0"收回核心领土行动" + shouhuihexinlingtu_mapdecision_desc:0"愚蠢的侵略者拒绝了我们的要求,然而我们的人民希望回到我们的国家。现在我们可以煽动当地居民,反抗占领者的暴政,当人民站在我们一方时,侵略者就已经失败了。" + + #研发新舰娘决议# + keyan_category:0"舰娘科研部" + keyan_category_desc:0"舰娘是神奇的高级生命,她们信仰科学的力量,为了科技进步,她们会付出一切努力。" + keyanxp_zhuli:0"§H150§!£army_experience!和§H250§!£navy_experience!" + keyanxp_zhuli_blocked:0"需要§R150§!£army_experience!和§R250§!£navy_experience!" + keyanxp_zhuli_tooltip:0"花费§H150§!£army_experience!和§H250§!£navy_experience!" + keyanxp_xianfeng:0"§H100§!£army_experience!和§H150§!£navy_experience!" + keyanxp_xianfeng_blocked:0"需要§R100§!£army_experience!和§R150§!£navy_experience!" + keyanxp_xianfeng_tooltip:0"花费§H100§!£army_experience!和§H150§!£navy_experience!" + zhuli_liangchan:0"§H5§!£GFX_small_xzmf!和§H10000§!£GFX_small_wz!" + zhuli_liangchan_blocked:0"需要§R5§!£GFX_small_xzmf!和§R10000§!£GFX_small_wz!" + zhuli_liangchan_tooltip:0"花费§H5§!£GFX_small_xzmf!和§H10000§!£GFX_small_wz!" + xianfeng_liangchan:0"§H3§!£GFX_small_xzmf!和§H7500§!£GFX_small_wz!" + xianfeng_liangchan_blocked:0"需要§R3§!£GFX_small_xzmf!和§R7500§!£GFX_small_wz!" + xianfeng_liangchan_tooltip:0"花费§H3§!£GFX_small_xzmf!和§H7500§!£GFX_small_wz!" + yanfa_zhuli_xp:0"魔方模块技术测试" + yanfa_zhuli_xp_desc:0"为确保研发工程的顺利进行,获取足够多的测试数据是非常有必要的。" + yanfa_xp_effect_tooltip:0"进入研发的下一阶段:§Y物资筹集§!" + yanfa_zhuli_wz:0"魔方模块物资筹集" + yanfa_zhuli_wz_desc:0"经过漫长的测试,现在来到了魔方模块塑造阶段。" + yanfa_wz_effect_tooltip:0"进入研发的最后阶段:§Y注入魔方§!" + yanfa_xzmf:0"注入魔方" + yanfa_xzmf_desc:0"现在我们有了模块,接下来就是用心智魔方来注入能量!" + yanfa_xzmf_effect_tooltip:0"进入研发完成最后步骤~" + zhuli_yanfa_completed:0"主力舰模块研发完成" + zhuli_yanfa_completed_desc:0"解锁大型魔方引擎。" + xianfeng_yanfa_completed:0"先锋舰模块研发完成" + xianfeng_yanfa_completed_desc:0"解锁中型魔方引擎。" + hangmu_yanfa_completed:0"航空母舰模块研发完成" + hangmu_yanfa_completed_desc:0"解锁智能机库。" + DOH_daodantech:"发现导弹科技" + DOH_daodantech_desc:"我们通过某种不可言状的方式发现了来自未来的神秘科技——舰载导弹!" + DOH_daodantech_trigger_tt:"东煌的一位舰娘通过时空穿梭带来了导弹科技§g(§!§C◆提示◆§!§g时空穿梭为§Y舰娘度假§!中的一个随机事件)§!" + buy_daodantech:"购买东煌导弹科技" + buy_daodantech_desc:"听说东煌通过某种神秘方式获得了超强的导弹武器,我们可以尝试购买她们的导弹蓝图。" + steal_daodantech:"偷窃东煌导弹科技" + steal_daodantech_desc:"买是不可能买的,这辈子不可能买的,只能靠偷才维持得了生活。" + keyanxiezhu_quzhu_1:"请求科研协助-基础型陆用驱逐舰炮" + keyanxiezhu_quzhu_1_1_desc:"我们加入科研组织后,就可以通过花费物资和魔方的方式去雇佣其他国家的科学家帮助我们进行研究舰娘科技了。" + keyanxiezhu_xunyang_1:"请求科研协助-基础型陆用巡洋舰炮" + keyanxiezhu_xunyang_1_1_desc:"我们加入科研组织后,就可以通过花费物资和魔方的方式去雇佣其他国家的科学家帮助我们进行研究舰娘科技了。" + keyanxiezhu_zhanlie_1:"请求科研协助-基础型陆用战列舰炮" + keyanxiezhu_zhanlie_1_1_desc:"我们加入科研组织后,就可以通过花费物资和魔方的方式去雇佣其他国家的科学家帮助我们进行研究舰娘科技了。" + keyanxiezhu_quzhu_1_cost_trigger_tt:"需要§Y10000§!£GFX_small_wz!" + keyanxiezhu_quzhu_2_cost_trigger_tt:"需要§Y10000§!£GFX_small_wz!和§C1§!£GFX_small_xzmf!" + keyanxiezhu_zujiekeyanxiaozu_1:"租借科研小组" + keyanxiezhu_zujiekeyanxiaozu_1_desc:"我们将利用金钱的力量去吸引一些任劳任怨的黄鸡科学家为我们效力(被舰娘压榨)。" + keyanxiezhu_zujiekeyanxiaozu_1_cost_trigger_tt:"需要§Y12000§!£GFX_small_wz!" + keyanxiezhu_zujiekeyanxiaozu_2_get:"小黄鸡被舰娘玩弄了感情" + keyanxiezhu_zujiekeyanxiaozu_2:"小黄鸡科学家的“卖身契”" + keyanxiezhu_zujiekeyanxiaozu_2_desc:"这群小黄鸡科学家貌似有着很高的热情,心甘情愿为舰娘们工作,因此与他们签订一个“公平的卖身契”,黄鸡们也不会有什么意见罢……" + keyanxiezhu_maishenqi_cost_trigger_tt:"需要§R888§!£GFX_small_zs!" + keyanxiezhu_zujiekeyanxiaozu_2_tt:"§C◆提示◆§!可以§Y永久获得§!一个科研槽,但是卖身的小黄鸡会觉得自己上当受骗,无法再用便宜的价格§Y租借科研小组§!了" + +#舰船模块# + nrm_damagecontrol_xzmf:0"蛮啾损管" + nrm_damagecontrol_xzmf_desc:0"由最精锐的蛮啾负责损管" + nrm_capital_engine_xzmf:0"大型魔方动力" + nrm_capital_engine_xzmf_desc:0"使用了心智魔方作为动力核心,用于大型舰船上。" + nrm_cruiser_engine_xzmf:0"中型魔方动力" + nrm_cruiser_engine_xzmf_desc:0"使用了心智魔方作为动力核心,用于中小型舰船上。" + nrm_fire_control_xzmf:0"魔方火控系统" + nrm_fire_control_xzmf_desc:0"使用心智魔方进行精准的弹道计算" + ship_heavy_battery_xzmf:0"魔方科技试作型410mm主炮" + ship_heavy_battery_xzmf_desc:0"魔方科技试作型410mm主炮" + heavy_ship_engine_xzmf:0"魔方科技重型引擎" + heavy_ship_engine_xzmf_desc:0"魔方科技重型引擎" + ship_armor_bb_xzmf:0"魔方科技特型重装甲" + ship_armor_bb_xzmf_desc:0"魔方科技特型重装甲" + dp_ship_secondaries_xzmf:0"魔方科技高平两用副炮" + dp_ship_secondaries_xzmf_desc:0"魔方科技高平两用副炮" + ship_anti_air_xzmf:0"魔方科技防空炮" + ship_anti_air_xzmf_desc:0"魔方科技防空炮" + + + #特殊行动决议# + kaogudui_1_begin:0"组建考古队" + kaogudui_1_begin_desc:0"地球上有许多古代遗迹和遗物等待着我们去寻找,同时塞壬的降临也给我们留下了许多奇妙的事物。" + kaogudui_level_1:0"在[From.Getname]进行考古" + kaogudui_level_1_desc:0"通过民间传说、历史古籍,考古队初步确定了[From.Getname]有某些神秘的遗物,应当立刻着手准备进行考古工作。" + kaogudui_2_begin:0"提高考古队科技水平" + kaogudui_2_begin_desc:0"随着科技的发展,我们的考古队的装备也该升级换代了。升级后的考古队可以找到更隐秘的古遗迹。" + kaogudui_level_2:0"在[From.Getname]进行考古" + kaogudui_level_2_desc:0"利用各种探测仪等高科技设备,考古专家在[From.Getname]的某个位置的地下发现可能存在古代遗迹,应当立刻着手准备进行考古工作。" + kaogudui_3_begin:0"心智魔方考古法" + kaogudui_3_begin_desc:0"魔方啊魔方,有人为你卖儿卖女,有人为你去坐牢。我们研究发现魔方对于搜索地下遗迹有着巨大的帮助。" + kaogudui_level_3:0"在[From.Getname]进行考古" + kaogudui_level_3_desc:0"观察发现,心智魔方对[From.Getname]的某地反应异常强烈,考古团队断定这地方一定藏有神秘宝藏。" + kaogudui_cost_wz_check_tt:"需要[?FROM.kaogudui_cost_wz]£GFX_small_wz!" + kaogudui_level_1_get:0"已经组建考古队" + kaogudui_level_2_get:0"拥有高科技水平的考古队" + kaogudui_level_3_get:0"掌握了心智魔方考古法" + show_tuxizhanzheng:0"开启突袭战争" + show_tuxizhanzheng_desc:0"准备对舰娘国发动突袭战争。" + hide_tuxizhanzheng:0"关闭突袭战争" + hide_tuxizhanzheng_desc:0"太碍眼,不看了。" + tuxizhanzheng_jianniang:0"准备对[FROM.GetName]发动突袭战争" + tuxizhanzheng_jianniang_desc:0"舰娘之间的事能叫战争吗,只是一场正义的切磋罢了。\n§C◆提示◆§!该决议需要的天数和政治点花费受到政体、战争支持度、世界紧张度三方面影响\n当前需要天数为§Y[?temp_base_days]§!天" + tuxizhanzheng_jianniang_expire_tooltip:0"§R战争目标有效期为15天§!" + yanjiujianzhuanglantu:0"研究陆用舰装蓝图" + yanjiujianzhuanglantu_desc:0"我们正在筹划研究一种可以供陆地量产型舰娘使用的陆用舰装,舰娘装备上这种袖珍舰炮,可以有效的支援陆地战斗。" + yanjiujianzhuanglantu_trigger_tooltip:0"\n拥有§Y100§!£army_experience!\n拥有§Y100§!£navy_experience!" + yanjiujianzhuanglantu_effect_tooltip:0"解锁§Y舰娘陆用舰装§!的生产\n解锁§Y战斗型支援舰娘§!以及§Y指挥型支援舰娘§!的支援连编制、§Y陆战舰娘§!战斗营编制\n另外获得一支§O试作型陆战舰娘§!部队" + xingdong_category:0"特殊行动" + xingdong_category_desc:0"一系列的特殊行动\n\n\n\n我们拥有的心智魔方数量:§C[?xzmf_sl]§! £GFX_small_xzmf!" + youtiankaifa:0"油田开发" + 1_zhuasairen:0"尝试诱捕人型塞壬" + 1_zhuasairen_desc:0"我们发现塞壬有许多复制体,她们还很小但是却有很强的能力,并且小塞壬貌似对我们没有敌意,我们可以诱捕几个塞壬让她们加入我们。" + 2_zhuasairen:0"加大力度抓塞壬" + 2_zhuasairen_desc:0"听说塞壬培育了一个的天赋极高的塞壬复制体,我们要不惜一切代价把她抓来!" + meta_xunzhaoxinbiao:0"寻找META信标" + meta_xunzhaoxinbiao_desc:0"通过寻找META信标来找到余烬舰娘的位置。" + meta_fangqixunzhao:0"放弃寻找META舰娘" + meta_fangqixunzhao_desc:0"我们找到的舰娘距离我们太远了,我们还是再找找其他舰娘吧。" + meta_fangqixunzhao_trigger_tooltip:0"找到META舰娘的§Y60天§!后才可放弃寻找" + meta_fangzhou_mission:0"在§Y[?global.meta_fangzhou_state.GetName]§!寻找META皇家方舟" + meta_fangzhou_mission_desc:0"我们已经掌握了皇家方舟的位置,为了能顺利地与META舰娘建立联系,我们必须及时控制[?global.meta_fangzhou_state.GetName]这片区域。" + meta_fangzhou_mission_trigger_tooltip:0"控制§Y[?global.meta_fangzhou_state.GetName]§!后便可找到META皇家方舟" + meta_fangzhou_mission_fail_tooltip:0"皇家方舟离开§Y[?global.meta_fangzhou_state.GetName]§!了" + meta_feilong_mission:0"在§Y[?global.meta_feilong_state.GetName]§!寻找META飞龙和苍龙" + meta_feilong_mission_desc:0"我们已经掌握了飞龙和苍龙的位置,为了能顺利地与META舰娘建立联系,我们必须及时控制[?global.meta_feilong_state.GetName]这片区域。" + meta_feilong_mission_trigger_tooltip:0"控制§Y[?global.meta_feilong_state.GetName]§!后便可找到META飞龙" + meta_feilong_mission_fail_tooltip:0"飞龙和苍龙离开§Y[?global.meta_feilong_state.GetName]§!了" + meta_hailunna_mission:0"在§Y[?global.meta_hailunna_state.GetName]§!寻找META海伦娜" + meta_hailunna_mission_desc:0"我们已经掌握了海伦娜的位置,为了能顺利地与META舰娘建立联系,我们必须及时控制[?global.meta_hailunna_state.GetName]这片区域。" + meta_hailunna_mission_trigger_tooltip:0"控制§Y[?global.meta_hailunna_state.GetName]§!后便可找到META海伦娜" + meta_hailunna_mission_fail_tooltip:0"海伦娜离开§Y[?global.meta_hailunna_state.GetName]§!了" + meta_hailunna_mission:0"在§Y[?global.meta_hailunna_state.GetName]§!寻找META海伦娜" + meta_feiying_mission_desc:0"我们已经掌握了飞鹰的位置,为了能顺利地与META舰娘建立联系,我们必须及时控制[?global.meta_feiying_state.GetName]这片区域。" + meta_feiying_mission_trigger_tooltip:0"控制§Y[?global.meta_feiying_state.GetName]§!后便可找到META飞鹰" + meta_feiying_mission_fail_tooltip:0"飞鹰离开§Y[?global.meta_feiying_state.GetName]§!了" + meta_feiying_mission:0"在§Y[?global.meta_feiying_state.GetName]§!寻找META飞鹰" + meta_fusang_mission_desc:0"我们已经掌握了扶桑的位置,为了能顺利地与META舰娘建立联系,我们必须及时控制[?global.meta_fusang_state.GetName]这片区域。" + meta_fusang_mission_trigger_tooltip:0"控制§Y[?global.meta_fusang_state.GetName]§!后便可找到META扶桑" + meta_fusang_mission_fail_tooltip:0"扶桑离开§Y[?global.meta_fusang_state.GetName]§!了" + meta_genaisennao_mission:0"在§Y[?global.meta_genaisennao_state.GetName]§!寻找META格奈森瑙和沙恩霍斯特" + meta_genaisennao_mission_desc:0"我们已经掌握了格奈森瑙和沙恩霍斯特的位置,为了能顺利地与META舰娘建立联系,我们必须及时控制[?global.meta_genaisennao_state.GetName]这片区域。" + meta_genaisennao_mission_trigger_tooltip:0"控制§Y[?global.meta_genaisennao_state.GetName]§!后便可找到META格奈森瑙和沙恩霍斯特" + meta_genaisennao_mission_fail_tooltip:0"格奈森瑙和沙恩霍斯特离开§Y[?global.meta_genaisennao_state.GetName]§!了" + tansuodui:0"派出探索队" + tansuodui_desc:0"塞壬降临地球后出现了许多奇奇怪怪的东西,我们可以派遣一支探索队去内陆搜索有用的东西。" + tansuodui2:0"大规模派出探索队" + tansuodui2_desc:0"塞壬降临地球后出现了许多奇奇怪怪的东西,我们可以派遣许多探索队去内陆搜索有用的东西。" + tansuodui_effect_tooltip:0"会找到什么好东西捏?" + tansuodui2_effect_tooltip:0"一定会找到许多好东西吧!(不会重复到同一个探索结果)" + xunzhao_mfk:0"寻找魔方矿" + xunzhao_mfk_desc:0"我们的科学家发现,心智魔方的原料是可以挖掘出来的,不过想找到这种稀有的资源需要花费些功夫。" + kaicai_mfk:0"开采魔方矿" + kaicai_mfk_desc:0"魔方矿的开采不是一件易事,需要多种程序的精炼提取。开采魔方矿需要花费大量的人力物力。" + kaicai_mfk_completed:0"进入下一步——注入心智工作\n另外我们还开采到了一个完整的心智魔方,获得 §C1§!£GFX_small_xzmf!" + zhuru_mfk:0"注入心智" + zhuru_mfk_desc:0"这是制作心智魔方的最后一步!我们已经有了魔方,但还需要注入心智,这个过程较为玄学,我也不知道怎么解释。" + zhuru_mfk_completed:0"随机获得 §C5-8§!£GFX_small_xzmf!\n魔方矿使用殆尽,可以寻找新的魔方矿了。" + use_xzmf_on:0"↓ ↓ ↓ 打开魔方菜单 ↓ ↓ ↓" + use_xzmf_on_desc:0"里面包含了心智魔方的各种用法。" + use_xzmf_off:0"↑ ↑ ↑ 关闭魔方菜单 ↑ ↑ ↑" + mf_dongli:0"心智魔方动力" + mf_dongli_desc:0"魔方里有着强大的能量,我们可以把它当做一个动力核心,源源不断的产出能量。" + mf_mofangjiexi:0"魔方解析" + mf_mofangjiexi_desc:0"用另一种方式解析这种神奇的魔方可以提高我们的科研速度。" + mf_mofangjiexi_tooltip:0"§Y效果持续时间会根据我们的科研槽数量而变化§!" + mf_ziyuanzhuanhua:0"资源转化" + mf_ziyuanzhuanhua_desc:0"这种高密度的神奇物体可以通过一些手段转化成各种各样的资源。" + mf_mofangjichuang:0"魔方机床" + mf_mofangjichuang_desc:0"心智魔方有着强大的动力,把魔方和生产机床结合在一起可以极大地提高生产效率。" + mf_mofangjichuang_tooltip:0"§C◆提示◆§!效果持续时间由军工厂数量决定\n基础持续天数§Y360天§!,每个军工厂会§R减少1.5天§!,当前军工厂[?num_of_military_factories]个\n§g(因为技术原因,无法做到直接显示最终天数,所以请你自己算个大概吧=w=)§!\n工厂产出§C+25%§!,效率增长§C+10%§!" + mf_chushoumofang:0"在黑市出售魔方" + mf_chushoumofang_pingheng:"§Y供需平衡§!" + mf_chushoumofang_fuyu:"§O富余§!§C[?global.market_xzmf]§!个" + mf_chushoumofang_xuqiu:"§R需求§!§C[?global.market_xzmf]§!个" + mf_chushoumofang_desc:0"心智魔方是个宝贝,拥有着无穷的力量,如果让不法分子拿到了它那会造成无法预计的结果,所以碧蓝联合国明令禁止将魔方出售给非舰娘组织。但是我们可以在黑市上出售,那些大老板应该只是拿魔方当做收藏品吧,大概……" + mf_chushoumofang_tooltip:0"§C◆提示◆§!黑市无法用舰娘货币结算,所以会§Y随机获得各种等价物品§!\n如果短期内出售过多魔方,魔方就会§R贬值§!哦~" + mf_zhinenggaizaojianchuan:0"智能改造舰船" + mf_zhinenggaizaojianchuan_desc:0"利用心智魔方来代替需要改造的战舰设备,可以极大地提高改造速度。" + mf_mofangjianzaojianchuan:0"魔方建造舰船" + mf_mofangjianzaojianchuan_desc:0"魔方最适合用来造船了,这也是魔方利用率最高的一个用途。" + + + + + #小卖铺决议# + xiangbulixuexizaochuanjishu:0"向布里学习造船技术" + xiangbulixuexizaochuanjishu_desc:0"看起来布里们不想让布里家族的造船技术失传,决定将她们的技术传播出去,我们也可以向布里学习她们的造船技术。" + + xiaomaipu_category:0"小卖铺&学院" + xiaomaipu_category_desc:0"这里是明石和不知火开的小卖铺和军火店。\n她们虽然是重樱舰娘,但实际上是中立的奸商,不管哪国的钱她们都要赚。\n我们的海军和陆军学院也建立在这里。\n\n\n\n" + qianwangjunhuodian:0"前往军火店" + qianwangjunhuodian_desc:0"去军火店找不知火,买卖点东西。" + chenglilujunxueyuan_tooltip:0"§Y解锁陆军学院的各种功能§!" + bfl_chenglilujunxueyuan:0"成立真理高中" + bfl_chenglilujunxueyuan_desc:0"真理高中将是我们北方联合第一所坦克学院!为了祖国,乌拉!" + byg_chenglilujunxueyuan:0"成立桑德斯大学附属高中" + byg_chenglilujunxueyuan_desc:0"桑德斯附属高中将是我们重点的培育对象,给这所坦克学院配备最好的条件,让学生们努力学习,为国家而战。" + chy_chenglilujunxueyuan:0"成立知波单学园" + chy_chenglilujunxueyuan_desc:0"无畏突击是我们重樱战车学院的精髓所在,知波单战车学院会很好地继承这一灵魂。" + huj_chenglilujunxueyuan:0"成立圣葛罗莉安娜女子学院" + huj_chenglilujunxueyuan_desc:0"我们要成立一所优雅且稳重的坦克学院,那就是圣葛罗莉安娜学院。" + sad_chenglilujunxueyuan:0"成立安齐奥高中" + sad_chenglilujunxueyuan_desc:0"我们打算将成立一所以坦克教学为主的陆军学院,顺便研究一下美食烹饪。" + tix_chenglilujunxueyuan:0"成立黑森峰女子学园" + tix_chenglilujunxueyuan_desc:0"作为坦克战术的先驱者,我们的黑森峰学院将是世界上第一所坦克学院。" + yuw_chenglilujunxueyuan:0"成立BC自由学园" + yuw_chenglilujunxueyuan_desc:0"成立这所BC自由学院后,我们一定会更快地发展我们的坦克了。" + daxi_chenglilujunxueyuan:0"成立大洗女子学园" + daxi_chenglilujunxueyuan_desc:0"大洗学园马上要被废校了,我们一定要把这所陆军学院救下来。" + collegemenu_on:0"↓↓↓打开§C学院§!菜单↓↓↓" + navy_college_haijunzhanshukeyan:0"海军战术科研" + navy_college_haijunzhanshukeyan_desc:0"拨款给海军学院成立战术科研专项,加速我们的理论发展。" + navy_college_haijunzhanshukeyan_tooltip:0"完成后获取§Y海军作战理论科研加成§!\n且有一定概率取得§O重大突破§!" + navy_college_jianchuanzhuangbeishiyan:0"舰船装备实验" + navy_college_jianchuanzhuangbeishiyan_desc:0"拨款给海军学院,让她们进行装备的实验,以此来尝试改进舰船装备。" + navy_college_jianchuanzhuangbeishiyan_tooltip:0"完成后获取§Y舰船装备科研加成§!\n且有一定概率取得§O超量完成§!" + army_college_lujunzhanshukeyan:0"陆军战术科研" + army_college_lujunzhanshukeyan_desc:0"拨款给陆军学院,让她们研究一下陆军战术。" + army_college_lujunzhanshukeyan_tooltip:0"完成后获取§Y陆军作战理论科研加成§!\n且有一定概率取得§O重大突破§!" + collegemenu_off:0"↑↑↑关闭§C学院§!菜单↑↑↑" + youtiankaifa:0"油田开发" + youtiankaifa_desc:0"派遣工作(具)舰娘们去海上搜索可能的油田,现场开发后将燃料带回家。" + xiangjiaozhongzhi:0"橡胶种植" + xiangjiaozhongzhi_desc:0"虽然我们的环境可能不适合种植橡胶树,但是人定胜天,在科技的帮助下,我们也可以少量生产橡胶了。" + zhm_kaimiaoxiang:0"开喵箱" + zhm_kaimiaoxiang_desc:0"“明石家的喵箱里会有和明石一样§G聪明可爱§!的喵喵!” ——明石如是说。" + zhm_zhaopinzhihuiguan:0"招聘指挥官" + zhm_zhaopinzhihuiguan_desc:0"有许多有才华的新同志想要加入我们,她们有的擅长指挥军队,有的擅长处理内政,只要我们公开招聘,一定会有人加入我们。" + duihuanzuanshi:0"兑换钻石" + duihuanzuanshi_desc:0"找邪恶的明石用物资兑换钻石。" + buy_keyantuzhi_zhuli:0"购买主力舰娘科研图纸" + buy_keyantuzhi_zhuli_desc:0"我们可以拜托明石帮助我们搞到一位外国舰娘的科研图纸。" + buy_keyantuzhi_zhuli_tooltip:0"§Y从君主、佐治亚、腓特烈大帝、出云中选择一个§!" + buy_keyantuzhi_xianfeng:0"够买先锋舰娘科研图纸" + buy_keyantuzhi_xianfeng_desc:0"我们可以拜托明石帮助我们搞到一位外国舰娘的科研图纸。" + buy_keyantuzhi_xianfeng_tooltip:0"§Y从柴郡、西雅图、罗恩、伊吹中选择一个§!" + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/localisation/azc_SIR_l_english.yml b/src/localisation/azc_SIR_l_english.yml new file mode 100755 index 0000000..6767864 --- /dev/null +++ b/src/localisation/azc_SIR_l_english.yml @@ -0,0 +1,104 @@ +l_english: + SIR_zaogongchang:0"造工厂" + SIR_zaogongchang_desc:0"真有人玩塞壬我是没想到的" + SIR_zaogongchan2:0"造工厂" + SIR_zaogongchan2_desc:0"真有人玩塞壬我是没想到的" + SIR_zaogongchan3:0"造工厂" + SIR_zaogongchan3_desc:0"真有人玩塞壬我是没想到的" + SIR_zaogongchan4:0"造工厂" + SIR_zaogongchan4_desc:0"真有人玩塞壬我是没想到的" + SIR_zaogongchan5:0"造工厂" + SIR_zaogongchan5_desc:0"真有人玩塞壬我是没想到的" + SIR_zaogongchan6:0"造工厂" + SIR_zaogongchan6_desc:0"真有人玩塞壬我是没想到的" + SIR_zaogongchan7:0"造工厂" + SIR_zaogongchan7_desc:0"真有人玩塞壬我是没想到的" + SIR_zaogongchan8:0"造工厂" + SIR_zaogongchan8_desc:0"真有人玩塞壬我是没想到的" + SIR_zaogongchan9:0"造工厂" + SIR_zaogongchan9_desc:0"真有人玩塞壬我是没想到的" + SIR_zaogongchan10:0"造工厂" + SIR_zaogongchan10_desc:0"真有人玩塞壬我是没想到的" + SIR_dtw1:0"AI点这个说明你运气不好" + SIR_dtw1_desc:0"真有人玩塞壬我是没想到的" + SIR_dtw2:0"AI点这个说明你运气不好" + SIR_dtw2_desc:0"真有人玩塞壬我是没想到的" + SIR_dtw3:0"AI点这个说明你运气不好" + SIR_dtw3_desc:0"真有人玩塞壬我是没想到的" + SIR_dtw4:0"AI点这个说明你运气不好" + SIR_dtw4_desc:0"真有人玩塞壬我是没想到的" + SIR_dtw5:0"AI点这个说明你运气不好" + SIR_dtw5_desc:0"真有人玩塞壬我是没想到的" + SIR_dtw6:0"AI点这个说明你运气不好" + SIR_dtw6_desc:0"真有人玩塞壬我是没想到的" + SIR_dtw7:0"AI点这个说明你运气不好" + SIR_dtw7_desc:0"真有人玩塞壬我是没想到的" + SIR_dtw8:0"AI点这个说明你运气不好" + SIR_dtw8_desc:0"真有人玩塞壬我是没想到的" + SIR_dtw9:0"AI点这个说明你运气不好" + SIR_dtw9_desc:0"真有人玩塞壬我是没想到的" + SIR_dtw10:0"AI点这个说明你运气不好" + SIR_dtw10_desc:0"真有人玩塞壬我是没想到的" + SIR_xiulu1:0"疯狂修路" + SIR_xiulu1_desc:0"真有人玩塞壬我是没想到的" + SIR_xiulu2:0"疯狂修路" + SIR_xiulu2_desc:0"真有人玩塞壬我是没想到的" + SIR_xiulu3:0"疯狂修路" + SIR_xiulu3_desc:0"真有人玩塞壬我是没想到的" + SIR_xiulu4:0"疯狂修路" + SIR_xiulu4_desc:0"真有人玩塞壬我是没想到的" + SIR_xiulu5:0"疯狂修路" + SIR_xiulu5_desc:0"真有人玩塞壬我是没想到的" + + #BUFF# + SIR_srdtz:0"塞壬的统治" + SIR_srdtz_desc:0"邪恶的塞壬们想要让全人类屈服于她们的淫威之下,这是不可能的,人类无时无刻不再反抗着她们的统治。" + SIR_srdld:0"塞壬的掠夺" + SIR_srdld_desc:0"塞壬在占领区掠夺了全部的战略资源,虽然不知道她们要用那些资源来干什么。" + SIR_srdqz:0"塞壬的强征" + SIR_srdqz_desc:0"塞壬想控制全世界就必须有大量的兵力来驻守,她们强征了当地的人类来加入塞壬的军队,这样不得民心的军队战斗力绝对是非常低的。" + SIR_srhkj:0"塞壬黑科技" + SIR_srhkj_desc:0"塞壬的海军不需要燃料,她们似乎有自己的动力。" + SIR_buff1:0"震惊的塞壬" + SIR_buff2:0"生气的塞壬" + SIR_buff3:0"愤怒的塞壬" + SIR_buff4:0"恐怖的塞壬" + SIR_buff5:0"末日再次降临" + SIR_buff1_desc:0"就这?我还以为多狠呢,逞什么英雄,装什么大哥啊。" + SIR_buff2_desc:0"不爱别伤害,辣你为什么要伤害我嘛,我才是受害者!" + SIR_buff3_desc:0"你是真没见过黑塞壬啊,敢不敢跟我比划比划?敢不敢跟我比划比划什么是黑手!" + SIR_buff4_desc:0"三天之内杀了你,把你骨灰都给你扬咯。" + SIR_buff5_desc:0"隐藏着黑暗力量的钥匙啊,在我面前显示你真正的力量!现在以你的主人,塞壬之名命令你。封印解除!" + SIR_buff_max:0"塞壬真正的力量" + SIR_buff_max_desc:0"这一切都是观察者的一场游戏...现在塞壬已经玩腻了,她们决心彻底让我们灭绝。" + soren_embargo:0"防范走私战略资源" + soren_embargo_desc:0"邪恶的塞壬想煽动我们的国民向她们走私战略资源,这是不可能滴。" + siren_opinion:0"仇视塞壬" + siren_jianniang_opinion:0"不想和舰娘交流" + SIR_startbuff_1:0"噔 噔 咚" + SIR_startbuff_2:0"心 肺 骤 停" + SIR_startbuff_3:0"劝 退 难 度" + SIR_srkzg:0"塞壬控制国" + SIR_srkzg_desc:0"这个舰娘国已经被塞壬控制,全国上下也已被洗脑。" + + #塞壬特质# + srdtl:0"塞壬大统领" + yzjjdsr:0"压榨经济的塞壬" + gjsr:0"高阶塞壬" + bsrkz:0"被塞壬控制" + + aznews.44.t:"魔王军入侵" + aznews.44.d:"可能是觉得时机已到,或是认为是时候需要一些“场外援助”,塞壬通过神秘的异次元技术,打开了混沌之门,从各个次元召唤了大量的魔王军来到地球,这群魔王拥有着强大的战斗力……\n舰娘们的末日要来临了吗?" + aznews.44.a:"大的要来了" + + + + + + + + + + + + \ No newline at end of file diff --git a/src/localisation/simp_chinese/azc_SIR_l_simp_chinese.yml b/src/localisation/simp_chinese/azc_SIR_l_simp_chinese.yml new file mode 100755 index 0000000..483c422 --- /dev/null +++ b/src/localisation/simp_chinese/azc_SIR_l_simp_chinese.yml @@ -0,0 +1,289 @@ +l_simp_chinese: + SIR_wanshansairenjiao:"完善塞壬教" + SIR_wanshansairenjiao_desc:"现在的塞壬教教徒们这是单纯的崇拜广袤的大海和神秘的海神塞壬,大祭司需要让塞壬教教义更加完善。" + SIR_kuxingjiaotiao:"苦行教条" + SIR_kuxingjiaotiao_desc:"我们的岛非常贫瘠,但这都是塞壬神对我们的考验。" + SIR_kuxingjiaotiao_tt:"民用工厂大于§Y50§!则§R移除该教条§!,无法恢复" + SIR_shengzhijiaotiao:"生殖教条" + SIR_shengzhijiaotiao_desc:"我们的教义鼓励信徒疯狂生育孩子。\n肉欲:放纵(环世界乱入)" + SIR_shengzhijiaotiao_tt:"稳定度低于§Y15%§!则§R移除该教条§!,无法恢复" + SIR_gaomiduzhufang:"高密度住房" + SIR_gaomiduzhufang_desc:"人口的增加需要更多的住房。" + SIR_xueshijiaotiao:"学识教条" + SIR_xueshijiaotiao_desc:"如果没有知识,那我们和野蛮人没有区别。" + SIR_xueshijiaotiao_tt:"科研槽大于等于§Y5§!个则§R移除该教条§!,无法恢复" + SIR_jianlimowangxueyuan:"建立魔王学院" + SIR_jianlimowangxueyuan_desc:"根据召唤来的魔王自己所说,她们都已经活了上千年,她们的知识是绝对能够帮助我们完善现在的科技的。" + SIR_nulijiaotiao:"奴隶教条" + SIR_nulijiaotiao_desc:"有些人生来就要为我们效力。\n奴隶制:推崇(环世界乱入)" + SIR_nulijiaotiao_tt:"稳定度低于§Y30%§!后或战争支持度低于§Y40%§!则§R移除该教条§!,无法恢复,同时发生§R奴隶暴动§!" + SIR_lueduozhuyi:"掠夺主义" + SIR_lueduozhuyi_desc:"“一天少抢500块我浑身难受!”" + SIR_chunjiexinyang:"纯洁信仰" + SIR_chunjiexinyang_desc:"我们的教徒必须绝对遵守教义,坚信塞壬神,任何亵渎神教的人都会被处以极刑。" + SIR_yongshichuancheng:"永世传承" + SIR_yongshichuancheng_desc:"某些教义是我们必须传承下去的,永远不能摒弃。" + SIR_yongshichuancheng_tt:"可以选择一个教条§O永久保留§!" + SIR_duoyuanwenhua:"多元文化" + SIR_duoyuanwenhua_desc:"人是有自己思想的,在合理的范围内我们应该包容信徒们提出自己的想法。" + SIR_baihuaqifang:"百花齐放" + SIR_baihuaqifang_desc:"信徒们变得更加自由了,她们敢于提出自己的建议,她们的好想法也得到了采纳。" + SIR_wuzhuangziwei:"武装自卫" + SIR_wuzhuangziwei_desc:"因为我们的传教活动,导致世界各国把我们定性为了魔愣邪教,他们随时都有可能来进攻我们,所以必须要有一支强大的武装力量。" + SIR_pinqingwaijijiaoguan:"聘请外籍教官" + SIR_pinqingwaijijiaoguan_desc:"我们将用高薪勾引外籍教官来我们岛上,让他帮我们训练部队。" + SIR_maoyizousi:"贸易走私" + SIR_maoyizousi_desc:"信徒们也要恰饭,大祭司也需要负责信徒们的生活问题,所以就需要资金来维持生活。我们的地理位置决定了我们来钱最快的方式就是进行走私。" + SIR_shenmiyiwu:"神秘遗物" + SIR_shenmiyiwu_desc:"在祭司尝试与塞壬的交流的过程中,感应到了在爪哇海域有一些神秘遗物,我们应立刻准备前往此地区搜索一下。" + SIR_haishangxianjing:"海上陷阱" + SIR_haishangxianjing_desc:"百慕大地区经常发生海上事故,我们可以利用这一点来布置一些神秘的陷阱,让更多的商船在这里失事。" + SIR_haishangxianjing_tt:"§Y每隔一段时间就会有船队被我们勾引,在百慕大海域迷失方向§!" + SIR_jiuyuanshuishou:"救援水手" + SIR_jiuyuanshuishou_desc:"水员们是无辜的,我们只是想要他们的货物。因此我们可以救助那些水员,确保他们不会变成鲨鱼的食物。" + SIR_nuyishuishou:"奴役水手" + SIR_nuyishuishou_desc:"我们需要劳动力,这些水手可以留在我们岛上自愿地为我们工作。" + SIR_yinyoujunjian:"引诱军舰" + SIR_yinyoujunjian_desc:"塞壬的传说不是虚构的,现在我们的祭司也掌握了这种能力,她将利用神秘的力量来引诱军舰撞向岛礁……" + SIR_yinyoujunjian_tt:"§Y修女的低语§!决议可以引诱到§O军舰§!了" + SIR_jianzhuangyanjiu:"舰装研究" + SIR_jianzhuangyanjiu_desc:"失去行动力的军舰和被蛊惑的水手让我们能轻而易举地拿下军舰。现在是时候开始研究属于我们自己的战舰了。" + SIR_jianzhuangyanjiu_trigger_tt:"必须引诱到大于等于§Y5艘§!以上的军舰" + SIR_xianjinchuanti:"先进船体" + SIR_xianjinchuanti_desc:"舰娘们的舰装弱爆了,我们自研发的船体将是最先进的。" + SIR_sairendeliliang:"塞壬的力量" + SIR_sairendeliliang_desc:"塞壬力量是无穷的,我们需要借助塞壬的力量来发展我们的海军。" + SIR_sairenheikeji:"塞壬黑科技" + SIR_sairenheikeji_desc:"我们需要为塞壬神祭献大量的心智魔方,作为回报,塞壬也会赐予我们无限的力量。" + SIR_sairenheikeji_trigger_tt:"需要§C10§!£GFX_small_xzmf!祭献给塞壬神" + SIR_chuanzhihuishou:"船只回收" + SIR_chuanzhihuishou_desc:"我们发现了一艘搁浅的巨型商船,说不定可以有其他用途。现在我们将成立一个工作队伍去尝试回收,这艘船体还能回收利用。" + SIR_chuanjiaohuodong:"传教活动" + SIR_chuanjiaohuodong_desc:"最近新信徒变少了,我们应该扩大传教队伍,准备去世界各地继续传教。" + SIR_chuanjiaohuodong_effect_tooltip:"§Y解锁巩固信众决议。(可以获得领土核心)§!" + SIR_chuanjiaojiandui:"传教舰队" + SIR_chuanjiaojiandui_desc:"我们需要一支舰队来保护我们的传教士去往世界各地。" + SIR_feijichuanjiao:"飞机传教" + SIR_feijichuanjiao_desc:"开着飞机空投传单也是一种好方法。" + SIR_gailiangdeyunshuji:"改良的运输机" + SIR_gailiangdeyunshuji_desc:"我们改良了运输机的油箱,让运输机能去更远的地方。" + SIR_yunshujijiazhadan:"运输机+炸弹" + SIR_yunshujijiazhadan_desc:"经过我们睿智的祭司的观察,发现战略轰炸机就是运输机+一些炸弹!于是乎我们也研发出属于自己的战略轰炸机了。" + SIR_chuanjiao_baiying:"传教-白鹰联邦" + SIR_chuanjiao_baiying_desc:"白鹰联邦距离我们最近,同时她们是舰娘国家,也许可以拉拢到一些舰娘信徒。" + SIR_daoqugongyejishu:"盗取工业技术" + SIR_daoqugongyejishu_desc:"我们成功拉拢到了一名在科技部门工作的白鹰舰娘,她了解一些工业技术,可以帮我们盗取过来。" + SIR_daoqudianzijishu:"盗取电子技术" + SIR_daoqudianzijishu_desc:"嗯……研发是不可能研发的这辈子不可能研发的,只能靠偷维持的了科技这样子。" + SIR_chuanjiao_jialebi:"传教-加勒比海域" + SIR_chuanjiao_jialebi_desc:"加勒比海域受到了白鹰联邦和远在欧洲的皇家的殖民,我们可以利用这一点来煽动这些地方的人信仰我们。" + SIR_chuanjiao_nanmei:"传教-南美洲" + SIR_chuanjiao_nanmei_desc:"南美洲人口众多,绝对会我们招揽到大量的信徒。" + SIR_xinyangzhanshi:"信仰战士" + SIR_xinyangzhanshi_desc:"我们的信徒已经足够多,是时候组建一支强大的武装了!" + SIR_xinyangzhanshi_tt:"在首都召集10支20步师,但装备不满编" + SIR_sairenjiaomimijidi:"塞壬教秘密基地" + SIR_sairenjiaomimijidi_desc:"我们的传教士已经足够多,世界各地都有我们的信徒,现在我们需要扩大各地的力量了!" + SIR_sairenjiaomimijidi_tt:"可以在决议里进行§O塞壬教传播§!了!" + SIR_diyicizhaohuan:"第一次召唤" + SIR_diyicizhaohuan_desc:"大祭司觉得时机已到,决定举行隆重的仪式召唤塞壬。" + SIR_diercizhaohuan:"第二次召唤" + SIR_diercizhaohuan_desc:"第一次召唤失败了,祭司感应到了是因为信徒们没有真心信仰塞壬。现在祭司经过宣传教育,已经把教义深入每个信徒内心,是时候开始第二次召唤了。" + SIR_disancizhaohuan:"第三次召唤" + SIR_disancizhaohuan_desc:"第二次召唤依然没有任何效果,祭司感到有些失落,她认为是自己和信徒们没有表现出忠诚,如果能好好表现一番,就第三次召唤一定会成功。" + SIR_denglunanfei:"登陆南非" + SIR_denglunanfei_desc:"南美大陆对面是轮廓与它完美贴合的非洲大陆,其南端尖角好望角是沟通东西方的要道,大量战略资源运输通过临近此处,如果我们现在控制此处……会引起舰娘国警觉,然后招来围殴暴打,最后我们就早早退场了。我们趁着他们忙于内斗先在好望角旁边躲一躲吧。" + SIR_shamobianyuan:"沙漠边缘" + SIR_shamobianyuan_desc:"自亚太向北大西洋两岸诸国输送资源主要海上通道仅好望角与苏伊士运河—直布罗陀海峡两路。我们已经做好控制好望角的准备,苏伊士运河鞭长莫及,可直布罗陀海峡近在眼前,它周围一片混乱,却极少有人关注南侧沙漠。让我们躲进去,等待时机控制物资出口。" + SIR_chuanjiao_shenxiadenanmei:"剩下的南美" + SIR_chuanjiao_shenxiadenanmei_desc:"南美洲已经被我们控制了一半了,只剩下另一半的土地和人民等待我们去散播福音。" + SIR_buqiangyanjiu:"步枪研究" + SIR_buqiangyanjiu_desc:"在这个世界里面我们需要武器来保卫塞壬教,所以对当前最基础的武器——也就是步枪——的研究是十分必要的。" + SIR_xinshihuopao:"塞壬式火炮" + SIR_xinshihuopao_desc:"在研究步枪的同时,“大号步枪”——也就是火炮——在这个时代的战争有着重要的意义,但是因为我们缺乏充足的资源和工业能力,所以只能造一些廉价一点的火炮了。" + SIR_genhaodechuanjiaogongju:"更好的传教工具" + SIR_genhaodechuanjiaogongju_desc:"“我只能骑着我的啾啾穿越整个地球寻找传教地~”" + SIR_womendetanke:"我们的坦克" + SIR_womendetanke_desc:"为了保护我们的信徒,我们决定用质量更好一点的坦克。" + SIR_kongzhongxintu:"空中信徒" + SIR_kongzhongxintu_desc:"许多信徒成为飞行员只为在空中保护塞壬教。" + SIR_kongzhongpinzhang:"空中屏障" + SIR_kongzhongpinzhang_desc:"信徒飞行员相比其他飞行员有更高的牺牲精神,这种精神是值得鼓励和提倡的。" + SIR_fazhanhaijun:"发展海军" + SIR_fazhanhaijun_desc:"百慕大只是一个小岛,这注定了我们必须发展海军。" + SIR_sairenhaijun:"塞壬海军" + SIR_sairenhaijun_desc:"随着我们的壮大,为了保护我们塞壬教的传播,一支强大的海军是必要的。" + SIR_qiangdadelujun:"强大的陆军" + SIR_qiangdadelujun_desc:"用塞壬教武装过的陆军同样具有超常战斗力。" + SIR_sairenhangmu:"塞壬航母" + SIR_sairenhangmu_desc:"随着对空军和海军的深入研究,以及对当前世界的学习,我们发现把飞机和舰船结合起来的武器,称作“航母”,可能会在未来的海战中有着巨大的影响。" + SIR_kaifaxinlintu:"开发新领土" + SIR_kaifaxinlintu_desc:"我们不再是一个岛的岛主了!随着我们塞壬教范围的扩张,我们需要对等的工业实力来支持塞壬教的茁壮成长。" + SIR_gaodianjungong:"搞点军工" + SIR_gaodianjungong_desc:"不仅要开发民用工厂,军事工厂也是必要的呢~" + SIR_gaodianchuanwu:"搞点船坞" + SIR_gaodianchuanwu_desc:"地球还是水太多,所以注定我们是要下海的,没有一定的海军船坞下海不会顺利。" + SIR_gaijinshenchanjishu:"改革生产技术" + SIR_gaijinshenchanjishu_desc:"我们的科技落后太多了,不过随着我们的教众越来越多,我们成功地在我们的教众当中发掘了不少工程师来帮助我们改革生产技术。" + SIR_jianzaojishu:"改革建造技术" + SIR_jianzaojishu_desc:"我们需要更好的建造技术来建设我们的势力范围。" + SIR_kaifaziyuan:"开发资源" + SIR_kaifaziyuan_desc:"我们在巴西的北里奥格兰德州和米纳斯吉拉斯州以及古巴发现了大量的铁矿和钨矿资源,这些资源将满足我们的当前的资源缺口。" + SIR_sairentesejungongye:"塞壬特色军工业" + SIR_sairentesejungongye_desc:"随着我们工业技术的进步,我们能造出更加物美价廉的装备。" + + + + #BUFF# + SIR_duoyuanhuaxinyang:"多元化信仰" + SIR_duoyuanhuaxinyang_desc:"人人都可以补充教义哦。" + SIR_jiaotiaokuxing:"教条:苦行" + SIR_jiaotiaonulizhi:"教条:推崇劳工制" + SIR_jiaotiaonulizhi_desc:"有些人生来就是牛马。" + SIR_jiaotiaogulishengyu:"教条:鼓励生育" + SIR_jiaotiaogulishengyu_desc:"人口就是劳动力,快生!" + SIR_jiaotiaotuichongkexue:"教条:推崇科学" + SIR_jiaotiaotuichongkexue_desc:"谁说宗教和科学是对立的?" + SIR_srdtz:0"塞壬的统治" + SIR_srdtz_desc:0"邪恶的塞壬们想要让全人类屈服于她们的淫威之下,这是不可能的,人类无时无刻不再反抗着她们的统治。" + SIR_srdld:0"塞壬的掠夺" + SIR_srdld_desc:0"塞壬在占领区掠夺了全部的战略资源,虽然不知道她们要用那些资源来干什么。" + SIR_srdqz:0"塞壬的强征" + SIR_srdqz_desc:0"塞壬想控制全世界就必须有大量的兵力来驻守,她们强征了当地的人类来加入塞壬的军队,这样不得民心的军队战斗力绝对是非常低的。" + SIR_srhkj:0"塞壬黑科技" + SIR_srhkj_desc:0"塞壬的海军不需要燃料,她们似乎有自己的动力。" + SIR_buff1:0"震惊的塞壬" + SIR_buff2:0"生气的塞壬" + SIR_buff3:0"愤怒的塞壬" + SIR_buff4:0"恐怖的塞壬" + SIR_buff5:0"末日再次降临" + SIR_buff1_desc:0"就这?我还以为多狠呢,逞什么英雄,装什么大哥啊。" + SIR_buff2_desc:0"不爱别伤害,辣你为什么要伤害我嘛,我才是受害者!" + SIR_buff3_desc:0"你是真没见过黑塞壬啊,敢不敢跟我比划比划?敢不敢跟我比划比划什么是黑手!" + SIR_buff4_desc:0"三天之内杀了你,把你骨灰都给你扬咯。" + SIR_buff5_desc:0"隐藏着黑暗力量的钥匙啊,在我面前显示你真正的力量!现在以你的主人,塞壬之名命令你。封印解除!" + SIR_buff_max:0"塞壬真正的力量" + SIR_buff_max_desc:0"这一切都是观察者的一场游戏...现在塞壬已经玩腻了,她们决心彻底让我们灭绝。" + soren_embargo:0"防范走私战略资源" + soren_embargo_desc:0"邪恶的塞壬想煽动我们的国民向她们走私战略资源,这是不可能滴。" + siren_opinion:0"仇视塞壬" + siren_jianniang_opinion:0"不想和舰娘交流" + SIR_startbuff_1:0"噔 噔 咚" + SIR_startbuff_2:0"心 肺 骤 停" + SIR_startbuff_3:0"劝 退 难 度" + SIR_waijijiaoguan:0"外国教官" + SIR_sairenshihuopao:0"塞壬式火炮" + SIR_zhongxingtanke:0"重型坦克" + SIR_kzpz:0"空中屏障" + SIR_sairendehaishangliliang:0"塞壬的海上力量" + SIR_sairenlujun:0"塞壬教影响的陆军" + SIR_sairendehangkongmujian:0"塞壬的航空母舰" + SIR_tesejungongye:0"特色军工业" + SIR_kejironghe:0"布里-塞壬科技融合" + SIR_mijijianzhu:0"密集建筑" + + #塞壬特质# + srdtl:0"塞壬大统领" + yzjjdsr:0"压榨经济的塞壬" + gjsr:0"高阶塞壬" + bsrkz:0"被塞壬控制" + sairenshenxuanzhe:"塞壬神选者" + + + trait_yishijisi:"仪式祭司" + SIR_sairenjiaojisi_advisor_desc:"作为塞壬教的组织者,女祭司需要更多的力量来更频繁地举行仪式。" + siren_drift:"塞壬思想每日新增支持率" + #名字 + SIR_sairenjiaojisi2:"深海修女-灵沙" + + #countryflag + SIR_sairendebiyou_get:"得到了§Y塞壬的庇佑§!" + mowangruqin:"§Y魔王已入侵§!" + SIR_sairenjiangling_get:"§Y塞壬已降临§!" + SIR_dachuan_get:"打捞到了§Y一艘大船§!" + + SIR_event.1.t:"永世传承教条" + SIR_event.1.desc:"“有些事我都已忘记,但我现在还记得:在一个晚上我的祭司问我,今天怎么不开心?我说在我的想象中,有一个教条,与众不同最碉堡,当做BUFF肯定棒。”\n选择一个不会被遗忘的教条吧~" + SIR_event.1.a:"苦行教条" + SIR_event.1.b:"生育教条" + SIR_event.1.c:"劳动教条" + SIR_event.101.t:"提示提示提示" + SIR_event.101.d:"塞壬国尚未制作完成,有许多不完善的地方,因为有群友一直在催所以先更个半成品。所以如果你对后续发展有什么好的建议可以来群里找我交流,群号539127559、或者加QQ961872127。" + SIR_event.101.a:"明白了" + SIR_event.1.d:"科学教条" + SIR_event.2.t:"一艘巨型商船!" + SIR_event.2.d:"这是一艘来自欧洲的巨型商船,里面除了日常商品,还有大量的奢侈品!我们这下发达了。" + SIR_event.2.a:"获得§Y[?random_qiangjie_wz]§!£GFX_small_wz!" + SIR_event.3.t:"一艘贵族游轮!" + SIR_event.3.d:"这艘贵族游轮上面都是一群贵族和富商,以及一些外出旅游的无武装舰娘,他们为了保命什么都愿意交出来,比如大量的红尖尖。我们这下发达了。" + SIR_event.3.a:"获得§Y4000§!£GFX_small_wz!和§R[?random_qiangjie_zs]§!£GFX_small_zs!" + SIR_event.4.t:"一艘军火运输船!" + SIR_event.4.d:"这艘运输船可能是重樱军火商不知火的,但是她也不知道运输船是因为什么出事,现在是时候开一个武器盲盒了。" + SIR_event.4.a:"获得随机数量武器装备" + SIR_event.5.t:"一艘机床设施运输船!" + SIR_event.5.d:"这艘船上满是机器,这都是用来建造军工厂用的必要机器。我们这下发达了。" + SIR_event.5.a:"获得随机数量的军工和民工" + SIR_event.6.t:"一支无辜的平民船队" + SIR_event.6.d:"这支船队运输的都是一些普通平民,没什么价值,祭司决定把他们放走,不愿意走的则留在岛上成为普通劳工。" + SIR_event.6.a:"平民?贫民!" + AZ_siren.6.t:"魔王军入侵" + AZ_siren.6.d:"可能是觉得时机已到,或是认为是时候需要一些“场外援助”,塞壬通过神秘的异次元技术,打开了混沌之门,从各个次元召唤了大量的魔王军来到地球,这群魔王拥有着强大的战斗力……\n舰娘们的末日要来临了吗?" + AZ_siren.6.a:"大的要来了" + SIR_event.7.t:0"神秘宗教的传播" + SIR_event.7.d:0"神秘宗教在我们境内大范围传播,我们应该怎么办?" + SIR_event.7.a:0"我莫得选择,因为我只是个小几把路人国家。" + SIR_event.7.b:0"我们要保护我们的人民不会不会被神秘宗教腐蚀。" + SIR_event.8.t:0"神秘宗教传播" + SIR_event.8.d:0"神秘宗教在我们的美洲殖民地境内大范围传播,形成了一大批信众,导致我们对美洲殖民地失去控制,不幸中的万幸是有一批仍然忠诚于我们的人们抢救了当地的铝矿。" + SIR_event.8.a:0"这是什么情况?" + SIR_event.9.t:0"神秘宗教的传播" + SIR_event.9.d:0"神秘宗教在我们的美洲殖民地境内大范围传播,形成了一大批信众,导致我们对美洲殖民地失去控制。" + SIR_event.9.a:0"这是什么情况?" + SIR_event.10.t:0"布里被我们赶下海了" + SIR_event.10.d:0"我们将布里赶出了大陆,现在她们的领土上爆发了动乱,我们将去接管这些土地的控制权,和她们的特色科技。" + SIR_event.10.a:0"整个南美都是我们的了!" + SIR_event.11.t:0"迁都" + SIR_event.11.desc:0"随着我们夺下了南美大陆,我们可以选择把我们的首都迁移到南美大陆上面,以便我们未来的发展。" + SIR_event.11.a:0"迁都至布宜诺斯艾利斯" + SIR_event.11.b:0"迁都至里约热内卢" + SIR_event.11.c:0"迁都至圣地亚哥" + SIR_event.11.d:0"迁都至蒙得维的亚" + SIR_event.11.e:0"迁都至利马" + SIR_event.12.t:0"神秘势力控制了半个南美" + SIR_event.12.d:0"有不知名势力在跟我们争夺南美的控制权,我们应该怎么办?" + SIR_event.12.a:0"干他丫的" + SIR_event.12.b:0"小心为上,不动了" + + + + + #决议 + SIR_chuanbo_category:"塞壬教传播" + SIR_chuanbo_category_desc:"我们将在世界上的各个国家随意进行塞壬教传播活动,被我们传教后的国家的任一省份会受到塞壬教腐蚀。当受腐蚀省份占到该国省份一定比例时,在今后对该国作战我们会直接控制这些被腐蚀些省份,而当这个比例达到90%以上时,这个国家将会被我们傀儡!\n\n§C◆提示◆§!腐蚀舰娘国家需要双倍PP点消耗" + siren_category:"塞壬教行动" + siren_category_desc:"塞壬的相关行动" + sir_xiunvdediyu:"修女的低语" + sir_xiunvdediyu_desc:"灵沙掌握了古传说中用歌声勾引船队水手的巫术,现在深海修女将加大力度,引诱更多的船队来到我们的深海墓地!" + sir_xiunvdediyu_tt:"§O一支船队中了陷阱§!" + SIR_sairenjiaochuanbo:"塞壬教传播-[FROM.GetName] 腐蚀比例:§O[?FROM.sir_fushi_ratio_show]§!%" + SIR_sairenjiaochuanbo_desc:"我们将在世界上的各个国家随意进行塞壬教传播活动,被我们传教后的国家的任一省份会受到塞壬教腐蚀。当受腐蚀省份占到该国省份一定比例时,在今后对该国作战我们会直接控制这些被腐蚀些省份,而当这个比例达到90%以上时,这个国家将会被我们傀儡!" + SIR_get_core:0"巩固信众" + SIR_core_1:0"巩固[FROM.GetName]的信众" + SIR_qiandu:0"迁都" + SIR_jibaibuli:0"击败布里" + SIR_hebulikaizhan:0"和布里开战" + #占领政策 + SIR_autonomous_occupation:0"塞壬教传播" + + #国名 + SIR_siren:0"塞壬" + + + + + + + + + + \ No newline at end of file