diff --git a/mod/common/armies/zzz_wg_event_gray_armies.txt b/mod/common/armies/zzz_wg_event_gray_armies.txt index c7477c4..3c145d6 100644 --- a/mod/common/armies/zzz_wg_event_gray_armies.txt +++ b/mod/common/armies/zzz_wg_event_gray_armies.txt @@ -72,29 +72,19 @@ nanite_giga_guardian = { has_country_flag = goo_slayer has_country_flag = lcluster_opener AND = { exists = event_target:graygoo_country is_same_empire = event_target:graygoo_country } - - OR = { # is_robot_empire = yes scripted triggers not allowed - owner_species = { has_trait = trait_mechanical } - has_country_flag = synthetic_empire - has_authority = auth_machine_intelligence - } + is_robot_empire = yes # has_civic = civic_machine_assimilator # Hack for non machine? - NOR = { # is_valid_pop_for_PLANET_KILLER_NANOBOTS = no - has_trait = trait_hive_mind - has_trait = trait_mechanical - has_trait = trait_machine_unit - } - owner_species = { has_trait = trait_cybernetic } # is_cyborg_empire = yes + is_valid_pop_for_PLANET_KILLER_NANOBOTS = no + is_cyborg_empire = yes } } } allow = { owner = { - OR = { # is_mechanical_empire = no - owner_species = { has_trait = trait_mechanical } - has_country_flag = synthetic_empire + OR = { + is_mechanical_empire = yes + NOT = { has_policy_flag = robots_outlawed } } - NOT = { has_policy_flag = robots_outlawed } } } } @@ -190,13 +180,11 @@ nanite_giga_warform = { } } owner = { - # has_country_flag = check_variable = { which = "nanite_warform_count" value < 4 } - OR = { # is_mechanical_empire = no - owner_species = { has_trait = trait_mechanical } - has_country_flag = synthetic_empire + OR = { + is_mechanical_empire = yes + NOT = { has_policy_flag = robots_outlawed } } - NOT = { has_policy_flag = robots_outlawed } } } diff --git a/mod/common/pop_jobs/nanite_worker_jobs.txt b/mod/common/pop_jobs/nanite_worker_jobs.txt index 5ba7296..0be64f6 100644 --- a/mod/common/pop_jobs/nanite_worker_jobs.txt +++ b/mod/common/pop_jobs/nanite_worker_jobs.txt @@ -55,7 +55,7 @@ nanite_worker = { } modifier = { factor = 2 - species = { has_species_flag = racket_species_flag } + species = { exists = event_target:racket_species is_same_species = event_target:racket_species } } modifier = { factor = 1.2 @@ -124,7 +124,7 @@ nanite_drone = { } modifier = { factor = 2 - species = { has_species_flag = racket_species_flag } + species = { exists = event_target:racket_species is_same_species = event_target:racket_species } } modifier = { factor = 1.2 @@ -435,7 +435,7 @@ nanite_forger = { } modifier = { factor = 2 - species = { has_species_flag = racket_species_flag } + species = { exists = event_target:racket_species is_same_species = event_target:racket_species } } modifier = { factor = 1.5 @@ -486,7 +486,7 @@ nanite_forger_drone = { # modifier = { # factor = 2 # species = { - # has_species_flag = racket_species_flag + # is_same_species = event_target:racket_species # } # } modifier = { diff --git a/mod/common/scripted_effects/z_Cmt312_Lgate_scripted_effects.txt b/mod/common/scripted_effects/z_Cmt312_Lgate_scripted_effects.txt index 188b508..b9b6516 100644 --- a/mod/common/scripted_effects/z_Cmt312_Lgate_scripted_effects.txt +++ b/mod/common/scripted_effects/z_Cmt312_Lgate_scripted_effects.txt @@ -27,8 +27,10 @@ start_lcluster_chain = { hidden_effect = { if = { limit = { + # has_country_flag = encountered_first_lgate NOR = { - has_global_flag = CmtFlagLgatePreludeTriggered + has_country_flag = completed_lcluster_chain + has_global_flag = l_cluster_opened has_global_flag = lgates_activated_globally } NAND = { is_ai = yes has_global_flag = CmtFlagLgateReqPlayer } @@ -75,6 +77,7 @@ start_lcluster_chain = { } } set_global_flag = CmtFlagLgatePreludeTriggered + set_country_flag = encountered_first_lgate } } diff --git a/mod/common/scripted_triggers/Cmt00_Common_scripted_triggers.txt b/mod/common/scripted_triggers/Cmt00_Common_scripted_triggers.txt index 068a74a..6b47f24 100644 --- a/mod/common/scripted_triggers/Cmt00_Common_scripted_triggers.txt +++ b/mod/common/scripted_triggers/Cmt00_Common_scripted_triggers.txt @@ -249,7 +249,6 @@ CmtTriggerIsOrganicSleeper = { ### Mid-Game Crises ### CmtTriggerIsMarauder = { - optimize_memory OR = { is_country_type = dormant_marauders is_country_type = ruined_marauders @@ -358,10 +357,9 @@ CmtTriggerNowSleeperStayup = { } } -CmtTriggerNowInKhanCrisis = { - optimize_memory - any_country = { is_country_type = awakened_marauders } -} +# CmtTriggerNowInKhanCrisis = { +# any_country = { is_country_type = awakened_marauders } +# } ################################# ###- Trigger Check of Events -### @@ -396,14 +394,15 @@ CmtTriggerSleepersAwakingTriggered = { # } # } -CmtTriggerLgateEventTriggered = { - optimize_memory - OR = { - has_global_flag = l_cluster_opened - has_global_flag = lgates_activated_globally - has_global_flag = CmtFlagLgatePreludeTriggered - } -} +# DEPRECATED (2 times usage) +# CmtTriggerLgateEventTriggered = { +# optimize_memory +# OR = { +# has_global_flag = l_cluster_opened +# has_global_flag = lgates_activated_globally +# has_global_flag = CmtFlagLgatePreludeTriggered +# } +# } CmtTriggerUprisingTriggered = { optimize_memory @@ -440,10 +439,15 @@ CmtTriggerAnyManagedEventTriggered = { AND = { has_global_flag = CmtFlagMidGameEdition # OR = { - CmtTriggerLgateEventTriggered = yes - has_global_flag = marauder_crisis_started - # CmtTriggerKhanTriggered = yes + # CmtTriggerLgateEventTriggered = yes + # CmtTriggerKhanTriggered = yes # } + OR = { + has_global_flag = l_cluster_opened + has_global_flag = lgates_activated_globally + has_global_flag = CmtFlagLgatePreludeTriggered + has_global_flag = marauder_crisis_started + } } } } @@ -562,11 +566,16 @@ CmtTriggerKhanConfig = { CmtTriggerLgateConfig = { optimize_memory + has_global_flag = CmtFlagMidGameEdition OR = { - CmtTriggerLgateEventTriggered = no + # CmtTriggerLgateEventTriggered = no + NOR = { + has_global_flag = l_cluster_opened + has_global_flag = lgates_activated_globally + has_global_flag = CmtFlagLgatePreludeTriggered + } has_global_flag = CmtFlagDebugMode } - has_global_flag = CmtFlagMidGameEdition } CmtTriggerUprisingConfig = { diff --git a/mod/common/scripted_triggers/Cmt30_MidCrisis_scripted_triggers.txt b/mod/common/scripted_triggers/Cmt30_MidCrisis_scripted_triggers.txt index 1db383d..2767a20 100644 --- a/mod/common/scripted_triggers/Cmt30_MidCrisis_scripted_triggers.txt +++ b/mod/common/scripted_triggers/Cmt30_MidCrisis_scripted_triggers.txt @@ -24,7 +24,7 @@ CmtTriggerKhanAwakingMultipleCheck = { NOT = { has_global_flag = marauder_crisis_started } # NOT = { has_global_flag = CmtFlagKhanTriggered AND = { check_variable = { which = CmtVarKhanMultiple value = 3 } - CmtTriggerNowInKhanCrisis = no + NOT = { any_country = { is_country_type = awakened_marauders } } # CmtTriggerNowInKhanCrisis = no } } any_country = { CmtTriggerHasPotentialKhanAwaking = yes } diff --git a/mod/common/scripted_triggers/zz_03_scripted_triggers_patch.txt b/mod/common/scripted_triggers/zz_03_scripted_triggers_patch.txt index 18c05be..7b81015 100644 --- a/mod/common/scripted_triggers/zz_03_scripted_triggers_patch.txt +++ b/mod/common/scripted_triggers/zz_03_scripted_triggers_patch.txt @@ -75,15 +75,16 @@ is_subject_of_khan = { # } } +# DEPRECATED since 3.4 # As is_pirate is bugged (still 3.3) -is_pirate_country = { - OR = { - is_pirate = yes # is_country_type = pirate - is_country_type = pirate_waves_country # Mod Realistic Pirates - is_country_type = dormant_marauders - is_country_type = ruined_marauders - } -} +# is_pirate_country = { +# OR = { +# is_pirate = yes # is_country_type = pirate +# is_country_type = pirate_waves_country # Mod Realistic Pirates +# is_country_type = dormant_marauders +# is_country_type = ruined_marauders +# } +# } # this: system # root: great khan's horde (country) diff --git a/mod/common/scripted_variables/Cmt-001_PrimacyTemplate_scripted_variables.txt b/mod/common/scripted_variables/Cmt-001_PrimacyTemplate_scripted_variables.txt index 9a78613..3a764d7 100644 --- a/mod/common/scripted_variables/Cmt-001_PrimacyTemplate_scripted_variables.txt +++ b/mod/common/scripted_variables/Cmt-001_PrimacyTemplate_scripted_variables.txt @@ -274,10 +274,10 @@ ### Prefer to Empire Owing Larger Territory = 3 (Default) ### Prefer to Empire with Many POPs = 4 -### Term of Convenant End of Cycle. +### Term of Covenant End of Cycle. @CmtT001_ConstForcedEocCrisisTerm = no - ### yes: Term of the convenant conforms to ''Progress Speed of Opening Event Chain'' - ### no: Term of the convenant is 50 years (Default) + ### yes: Term of the covenant conforms to ''Progress Speed of Opening Event Chain'' + ### no: Term of the covenant is 50 years (Default) ### * Don't forget ''Guardians of Galaxy'' and/or ''Crisis Power'' @@ -414,7 +414,7 @@ @CmtT001_ConstDoubleGurdian = 1 ### Forbidden = 1 (Default), Low Probability = 2, High Probability = 3, Forced = 4 ### Only Materialist Can Awaken = 1.1, Only Xenophile Can Awaken = 1.1 - ### * Fallen Machine Empire Igore This Configuration + ### * Fallen Machine Empire ignore this Configuration ### Worn-Out Guardians @CmtT001_ConstGuardianWornOut = 1 diff --git a/mod/common/scripted_variables/Cmt-101_Template-01_scripted_variables.txt b/mod/common/scripted_variables/Cmt-101_Template-01_scripted_variables.txt index 48e887b..a9a80a8 100644 --- a/mod/common/scripted_variables/Cmt-101_Template-01_scripted_variables.txt +++ b/mod/common/scripted_variables/Cmt-101_Template-01_scripted_variables.txt @@ -274,10 +274,10 @@ ### Prefer to Empire Owing Larger Territory = 3 (Default) ### Prefer to Empire with Many POPs = 4 -### Term of Convenant End of Cycle. +### Term of Covenant End of Cycle. @CmtT101_ConstForcedEocCrisisTerm = no - ### yes: Term of the convenant conforms to ''Progress Speed of Opening Event Chain'' - ### no: Term of the convenant is 50 years (Default) + ### yes: Term of the covenant conforms to ''Progress Speed of Opening Event Chain'' + ### no: Term of the covenant is 50 years (Default) ### * Don't forget ''Guardians of Galaxy'' and/or ''Crisis Power'' @@ -414,7 +414,7 @@ @CmtT101_ConstDoubleGurdian = 1 ### Forbidden = 1 (Default), Low Probability = 2, High Probability = 3, Forced = 4 ### Only Materialist Can Awaken = 1.1, Only Xenophile Can Awaken = 1.1 - ### * Fallen Machine Empire Igore This Configuration + ### * Fallen Machine Empire Ignore This Configuration ### Worn-Out Guardians @CmtT101_ConstGuardianWornOut = 1 diff --git a/mod/descriptor.mod b/mod/descriptor.mod index f1ba2b6..a15a03d 100644 --- a/mod/descriptor.mod +++ b/mod/descriptor.mod @@ -1,4 +1,4 @@ -version="2.4.0" +version="2.4.1" name="A Deadly Tempest [3.4.☠]" tags={ "Events" @@ -16,4 +16,4 @@ dependencies={ } picture="thumbnail.png" supported_version="3.4.*" -remote_file_id="2028826064" \ No newline at end of file +remote_file_id="2028826064" diff --git a/mod/events/!000_adt_distar_events_3_patch.txt b/mod/events/!000_adt_distar_events_3_patch.txt index ed0ce24..23df23d 100644 --- a/mod/events/!000_adt_distar_events_3_patch.txt +++ b/mod/events/!000_adt_distar_events_3_patch.txt @@ -387,6 +387,9 @@ country_event = { } set_global_flag = l_cluster_opened set_global_flag = lgates_activated_globally + if = { limit = { has_global_flag = CmtFlagLgatePreludeTriggered } + remove_global_flag = CmtFlagLgatePreludeTriggered + } ## Make dragons friendly (sometimes not working so call it twice) country_event = { id = a_deadly_tempest.13006 days = 3 } diff --git a/mod/events/01_lcluster_+_event_override.txt b/mod/events/01_lcluster_+_event_override.txt index a8632f1..f3a8360 100644 --- a/mod/events/01_lcluster_+_event_override.txt +++ b/mod/events/01_lcluster_+_event_override.txt @@ -89,5 +89,8 @@ country_event = { } country_event = { id = lclusterplus.10 } } else = { country_event = { id = distar.10950 } } + if = { limit = { has_global_flag = CmtFlagLgatePreludeTriggered } + remove_global_flag = CmtFlagLgatePreludeTriggered + } } } diff --git a/mod/events/1_crisis_events_3_override.txt b/mod/events/1_crisis_events_3_override.txt index 07953c3..35ccd65 100644 --- a/mod/events/1_crisis_events_3_override.txt +++ b/mod/events/1_crisis_events_3_override.txt @@ -108,15 +108,15 @@ country_event = { if = { limit = { NOR = { - has_authority = auth_hive_mind - has_authority = auth_machine_intelligence + is_hive_empire = yes + is_machine_empire = yes owner_species = { has_trait = trait_psionic } } } country_event = { id = crisis.2085 days = 260 random = 20 } } if = { - limit = { has_authority = auth_hive_mind } + limit = { is_hive_empire = yes } country_event = { id = crisis.2086 days = 260 random = 20 } } if = { @@ -124,7 +124,7 @@ country_event = { country_event = { id = crisis.2087 days = 260 random = 20 } } if = { - limit = { has_authority = auth_machine_intelligence } + limit = { is_machine_empire = yes } country_event = { id = crisis.2313 days = 260 random = 20 } } } diff --git a/mod/events/3_gray_goo_events.txt b/mod/events/3_gray_goo_events.txt index ab6258a..564c506 100644 --- a/mod/events/3_gray_goo_events.txt +++ b/mod/events/3_gray_goo_events.txt @@ -11,7 +11,7 @@ ship_event = { desc = { trigger = { owner = { - # NOT = { has_authority = auth_machine_intelligence } + # is_machine_empire = no is_synthetic_empire = no } } @@ -19,7 +19,7 @@ ship_event = { } desc = { trigger = { owner = { - # has_authority = auth_machine_intelligence + # is_machine_empire = yes is_synthetic_empire = yes } } text = "graygoo.400.b.desc" @@ -50,11 +50,11 @@ country_event = { id = graygoo.401 title = "TRANSMISSION" desc = { - trigger = { NOT = { has_authority = auth_machine_intelligence } } + trigger = { is_machine_empire = no } text = "graygoo.401.a.desc" } desc = { - trigger = { has_authority = auth_machine_intelligence } + trigger = { is_machine_empire = yes } text = "graygoo.401.b.desc" } @@ -72,8 +72,8 @@ country_event = { name = graygoo.401.a trigger = { NOR = { - has_authority = auth_machine_intelligence - has_authority = auth_hive_mind + is_machine_empire = yes + is_hive_empire = yes } } hidden_effect = { @@ -83,7 +83,7 @@ country_event = { option = { name = graygoo.401.b trigger = { - has_authority = auth_machine_intelligence + is_machine_empire = yes } hidden_effect = { country_event = { id = graygoo.402 } @@ -92,7 +92,7 @@ country_event = { option = { name = graygoo.401.c trigger = { - has_authority = auth_hive_mind + is_hive_empire = yes } hidden_effect = { country_event = { id = graygoo.402 } @@ -105,11 +105,11 @@ country_event = { id = graygoo.402 title = "TRANSMISSION" desc = { - trigger = { NOT = { has_authority = auth_machine_intelligence } } + trigger = { is_machine_empire = no } text = "graygoo.402.a.desc" } desc = { - trigger = { has_authority = auth_machine_intelligence } + trigger = { is_machine_empire = yes } text = "graygoo.402.b.desc" } diff --git a/mod/events/CmtM7_ManualOperation.txt b/mod/events/CmtM7_ManualOperation.txt index 07995e3..b6df1ad 100644 --- a/mod/events/CmtM7_ManualOperation.txt +++ b/mod/events/CmtM7_ManualOperation.txt @@ -28,7 +28,7 @@ country_event = { host_has_dlc = "Apocalypse" has_global_flag = CmtFlagMidGameEdition has_global_flag = marauder_crisis_ongoing - CmtTriggerNowInKhanCrisis = no + NOT = { any_country = { is_country_type = awakened_marauders } } # CmtTriggerNowInKhanCrisis = no } remove_global_flag = marauder_crisis_ongoing } @@ -1686,17 +1686,19 @@ country_event = { } after = { - if = { - limit = { exists = event_target:marauder_country_1 event_target:marauder_country_1 = { CmtTriggerHasPotentialKhanAwaking = no } } - clear_global_event_target = marauder_country_1 - } - if = { - limit = { exists = event_target:marauder_country_2 event_target:marauder_country_2 = { CmtTriggerHasPotentialKhanAwaking = no } } - clear_global_event_target = marauder_country_2 - } - if = { - limit = { exists = event_target:marauder_country_3 event_target:marauder_country_3 = { CmtTriggerHasPotentialKhanAwaking = no } } - clear_global_event_target = marauder_country_3 + hidden_effect = { + if = { + limit = { exists = event_target:marauder_country_1 event_target:marauder_country_1 = { CmtTriggerHasPotentialKhanAwaking = no } } + clear_global_event_target = marauder_country_1 + } + if = { + limit = { exists = event_target:marauder_country_2 event_target:marauder_country_2 = { CmtTriggerHasPotentialKhanAwaking = no } } + clear_global_event_target = marauder_country_2 + } + if = { + limit = { exists = event_target:marauder_country_3 event_target:marauder_country_3 = { CmtTriggerHasPotentialKhanAwaking = no } } + clear_global_event_target = marauder_country_3 + } } # legacy diff --git a/mod/events/adt_gg_events.txt b/mod/events/adt_gg_events.txt index 6cf9a29..7a60fb0 100644 --- a/mod/events/adt_gg_events.txt +++ b/mod/events/adt_gg_events.txt @@ -331,7 +331,7 @@ country_event = { NOR = { is_pacifist = yes has_policy_flag = liberation_wars - has_ethic = ethic_gestalt_consciousness + is_gestalt = yes has_total_war_cb = yes # any_playable_country = { any_country = { diff --git a/mod/localisation/braz_por/fallen_tech_dummy_l_braz_por.yml b/mod/localisation/braz_por/fallen_tech_dummy_l_braz_por.yml index 05484c6..4acc9fc 100644 --- a/mod/localisation/braz_por/fallen_tech_dummy_l_braz_por.yml +++ b/mod/localisation/braz_por/fallen_tech_dummy_l_braz_por.yml @@ -14,6 +14,3 @@ TITAN_LANCE_01: "$TITAN_LASER$" TITAN_LANCE_01_DESC: "Un arma elegante de pura energía, utilizada en una época más civilizada por imperios civilizados." TITAN_LASER_DESC: "Un arma elegante de pura energía, utilizada en una época más civilizada por imperios civilizados." - tech_yanz_rs_genemod_second: "Deoxyribonucleic Acid Recombination" - tech_yanz_rs_genemod_second_desc: "§WDNA of organics can be heavily optimized. There are thousands of shorter, easier and more stable genome combinations that can achieve the same results. It won't affect biological processes of their bodies, minds or appearence. Their genome will be just overall more efficient.§!" - tech_yanz_rs_genemod_second_info: "§WGene Modification Points §G+5§! §!" diff --git a/mod/localisation/english/fallen_tech_dummy_l_english.yml b/mod/localisation/english/fallen_tech_dummy_l_english.yml index abbf197..6632fa5 100644 --- a/mod/localisation/english/fallen_tech_dummy_l_english.yml +++ b/mod/localisation/english/fallen_tech_dummy_l_english.yml @@ -14,8 +14,3 @@ TITAN_LANCE_01: "$TITAN_LASER$" TITAN_LANCE_01_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." TITAN_LASER_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." - - # #-----DNA Recombination-----# "Ascension - Biological Module" - # tech_yanz_rs_genemod_second:0 "Deoxyribonucleic Acid Recombination" - # tech_yanz_rs_genemod_second_desc:0 "§WDNA of organics can be heavily optimized. There are thousands of shorter, easier and more stable genome combinations that can achieve the same results. It won't affect biological processes of their bodies, minds or appearence. Their genome will be just overall more efficient.§!" - # tech_yanz_rs_genemod_second_info:0 "§WGene Modification Points §G+5§! §!" diff --git a/mod/localisation/french/fallen_tech_dummy_l_french.yml b/mod/localisation/french/fallen_tech_dummy_l_french.yml index b5b29b8..66d7aad 100644 --- a/mod/localisation/french/fallen_tech_dummy_l_french.yml +++ b/mod/localisation/french/fallen_tech_dummy_l_french.yml @@ -14,6 +14,3 @@ TITAN_LANCE_01: "$TITAN_LASER$" TITAN_LANCE_01_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." TITAN_LASER_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." - tech_yanz_rs_genemod_second: "Deoxyribonucleic Acid Recombination" - tech_yanz_rs_genemod_second_desc: "§WDNA of organics can be heavily optimized. There are thousands of shorter, easier and more stable genome combinations that can achieve the same results. It won't affect biological processes of their bodies, minds or appearence. Their genome will be just overall more efficient.§!" - tech_yanz_rs_genemod_second_info: "§WGene Modification Points §G+5§! §!" diff --git a/mod/localisation/german/fallen_tech_dummy_l_german.yml b/mod/localisation/german/fallen_tech_dummy_l_german.yml index 73f2e26..3675c8b 100644 --- a/mod/localisation/german/fallen_tech_dummy_l_german.yml +++ b/mod/localisation/german/fallen_tech_dummy_l_german.yml @@ -14,6 +14,3 @@ TITAN_LANCE_01: "$TITAN_LASER$" TITAN_LANCE_01_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." TITAN_LASER_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." - tech_yanz_rs_genemod_second: "Deoxyribonucleic Acid Recombination" - tech_yanz_rs_genemod_second_desc: "§WDNA of organics can be heavily optimized. There are thousands of shorter, easier and more stable genome combinations that can achieve the same results. It won't affect biological processes of their bodies, minds or appearence. Their genome will be just overall more efficient.§!" - tech_yanz_rs_genemod_second_info: "§WGene Modification Points §G+5§! §!" diff --git a/mod/localisation/japanese/fallen_tech_dummy_l_japanese.yml b/mod/localisation/japanese/fallen_tech_dummy_l_japanese.yml index 5bb44d7..e966de6 100644 --- a/mod/localisation/japanese/fallen_tech_dummy_l_japanese.yml +++ b/mod/localisation/japanese/fallen_tech_dummy_l_japanese.yml @@ -14,6 +14,3 @@ TITAN_LANCE_01: "$TITAN_LASER$" TITAN_LANCE_01_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." TITAN_LASER_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." - tech_yanz_rs_genemod_second: "Deoxyribonucleic Acid Recombination" - tech_yanz_rs_genemod_second_desc: "§WDNA of organics can be heavily optimized. There are thousands of shorter, easier and more stable genome combinations that can achieve the same results. It won't affect biological processes of their bodies, minds or appearence. Their genome will be just overall more efficient.§!" - tech_yanz_rs_genemod_second_info: "§WGene Modification Points §G+5§! §!" diff --git a/mod/localisation/korean/fallen_tech_dummy_l_korean.yml b/mod/localisation/korean/fallen_tech_dummy_l_korean.yml index d5917ba..ccec9e9 100644 --- a/mod/localisation/korean/fallen_tech_dummy_l_korean.yml +++ b/mod/localisation/korean/fallen_tech_dummy_l_korean.yml @@ -14,6 +14,3 @@ TITAN_LANCE_01: "$TITAN_LASER$" TITAN_LANCE_01_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." TITAN_LASER_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." - tech_yanz_rs_genemod_second: "Deoxyribonucleic Acid Recombination" - tech_yanz_rs_genemod_second_desc: "§WDNA of organics can be heavily optimized. There are thousands of shorter, easier and more stable genome combinations that can achieve the same results. It won't affect biological processes of their bodies, minds or appearence. Their genome will be just overall more efficient.§!" - tech_yanz_rs_genemod_second_info: "§WGene Modification Points §G+5§! §!" diff --git a/mod/localisation/polish/fallen_tech_dummy_l_polish.yml b/mod/localisation/polish/fallen_tech_dummy_l_polish.yml index f0b5363..47fc830 100644 --- a/mod/localisation/polish/fallen_tech_dummy_l_polish.yml +++ b/mod/localisation/polish/fallen_tech_dummy_l_polish.yml @@ -14,6 +14,3 @@ TITAN_LANCE_01: "$TITAN_LASER$" TITAN_LANCE_01_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." TITAN_LASER_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." - tech_yanz_rs_genemod_second: "Deoxyribonucleic Acid Recombination" - tech_yanz_rs_genemod_second_desc: "§WDNA of organics can be heavily optimized. There are thousands of shorter, easier and more stable genome combinations that can achieve the same results. It won't affect biological processes of their bodies, minds or appearence. Their genome will be just overall more efficient.§!" - tech_yanz_rs_genemod_second_info: "§WGene Modification Points §G+5§! §!" diff --git a/mod/localisation/russian/fallen_tech_dummy_l_russian.yml b/mod/localisation/russian/fallen_tech_dummy_l_russian.yml index 5b9b52c..8fe8a8b 100644 --- a/mod/localisation/russian/fallen_tech_dummy_l_russian.yml +++ b/mod/localisation/russian/fallen_tech_dummy_l_russian.yml @@ -14,6 +14,3 @@ TITAN_LANCE_01: "$TITAN_LASER$" TITAN_LANCE_01_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." TITAN_LASER_DESC: "An elegant weapon of pure energy, used in a more civilized age by civilized empires." - tech_yanz_rs_genemod_second: "Deoxyribonucleic Acid Recombination" - tech_yanz_rs_genemod_second_desc: "§WDNA of organics can be heavily optimized. There are thousands of shorter, easier and more stable genome combinations that can achieve the same results. It won't affect biological processes of their bodies, minds or appearence. Their genome will be just overall more efficient.§!" - tech_yanz_rs_genemod_second_info: "§WGene Modification Points §G+5§! §!" diff --git a/mod/localisation/simp_chinese/fallen_tech_dummy_l_simp_chinese.yml b/mod/localisation/simp_chinese/fallen_tech_dummy_l_simp_chinese.yml index 257dd53..01014a8 100644 --- a/mod/localisation/simp_chinese/fallen_tech_dummy_l_simp_chinese.yml +++ b/mod/localisation/simp_chinese/fallen_tech_dummy_l_simp_chinese.yml @@ -14,6 +14,3 @@ TITAN_LANCE_01: "$TITAN_LASER$" TITAN_LANCE_01_DESC: "纯能量的优雅武器,在更文明的时代被文明的帝国使用。" TITAN_LASER_DESC: "纯能量的优雅武器,在更文明的时代被文明的帝国使用。" - tech_yanz_rs_genemod_second: "Deoxyribonucleic Acid Recombination" - tech_yanz_rs_genemod_second_desc: "§WDNA of organics can be heavily optimized. There are thousands of shorter, easier and more stable genome combinations that can achieve the same results. It won't affect biological processes of their bodies, minds or appearence. Their genome will be just overall more efficient.§!" - tech_yanz_rs_genemod_second_info: "§WGene Modification Points §G+5§! §!" diff --git a/mod/localisation/spanish/fallen_tech_dummy_l_spanish.yml b/mod/localisation/spanish/fallen_tech_dummy_l_spanish.yml index ad7962e..5052e7d 100644 --- a/mod/localisation/spanish/fallen_tech_dummy_l_spanish.yml +++ b/mod/localisation/spanish/fallen_tech_dummy_l_spanish.yml @@ -14,6 +14,3 @@ TITAN_LANCE_01: "$TITAN_LASER$" TITAN_LANCE_01_DESC: "Un arma elegante de pura energía, utilizada en una época más civilizada por imperios civilizados." TITAN_LASER_DESC: "Un arma elegante de pura energía, utilizada en una época más civilizada por imperios civilizados." - tech_yanz_rs_genemod_second: "Deoxyribonucleic Acid Recombination" - tech_yanz_rs_genemod_second_desc: "§WDNA of organics can be heavily optimized. There are thousands of shorter, easier and more stable genome combinations that can achieve the same results. It won't affect biological processes of their bodies, minds or appearence. Their genome will be just overall more efficient.§!" - tech_yanz_rs_genemod_second_info: "§WGene Modification Points §G+5§! §!"