diff --git a/Archaeo Jump Drive/common/ascension_perks/00_ascension_perks.txt b/Archaeo Jump Drive/common/ascension_perks/ajd_ascension_perks.txt similarity index 100% rename from Archaeo Jump Drive/common/ascension_perks/00_ascension_perks.txt rename to Archaeo Jump Drive/common/ascension_perks/ajd_ascension_perks.txt diff --git a/Archaeo Jump Drive/common/component_templates/00_utilities_drives.txt b/Archaeo Jump Drive/common/component_templates/ajd_components.txt similarity index 90% rename from Archaeo Jump Drive/common/component_templates/00_utilities_drives.txt rename to Archaeo Jump Drive/common/component_templates/ajd_components.txt index 853b787..1f891db 100644 --- a/Archaeo Jump Drive/common/component_templates/00_utilities_drives.txt +++ b/Archaeo Jump Drive/common/component_templates/ajd_components.txt @@ -10,7 +10,7 @@ @power4 = -30 utility_component_template = { - key = "ARCHAEO_JUMP_DRIVE" + key = "AJD_ARCHAEO_JUMP_DRIVE" size = small icon = "GFX_ship_part_warp_drive_3" icon_frame = 1 @@ -36,6 +36,6 @@ utility_component_template = { } class_restriction = { shipclass_military shipclass_constructor shipclass_colonizer shipclass_science_ship shipclass_transport shipclass_military_special shipclass_starbase } - prerequisites = { "tech_archaeo_jump_drive" } + prerequisites = { "ajd_tech_archaeo_jump_drive" } component_set = "ftl_components" } diff --git a/Archaeo Jump Drive/common/technology/technology.txt b/Archaeo Jump Drive/common/technology/technology.txt index 1a1e653..e37d7a3 100644 --- a/Archaeo Jump Drive/common/technology/technology.txt +++ b/Archaeo Jump Drive/common/technology/technology.txt @@ -1,4 +1,4 @@ -tech_ancient_jump_calculations = { +ajd_tech_ancient_jump_calculations = { cost = 0 area = society tier = 4 @@ -14,7 +14,7 @@ tech_ancient_jump_calculations = { } } -tech_archaeo_jump_drive = { +ajd_tech_archaeo_jump_drive = { cost = 3000 area = society tier = 5 @@ -23,7 +23,7 @@ tech_archaeo_jump_drive = { is_dangerous = yes is_reverse_engineerable = no prerequisites = { - tech_ancient_jump_calculations + ajd_tech_ancient_jump_calculations tech_jump_drive_1 } } \ No newline at end of file diff --git a/Archaeo Jump Drive/events/ajd_events.txt b/Archaeo Jump Drive/events/ajd_events.txt index 5be9c97..8890ec1 100644 --- a/Archaeo Jump Drive/events/ajd_events.txt +++ b/Archaeo Jump Drive/events/ajd_events.txt @@ -1,7 +1,7 @@ namespace = ajd country_event = { id = ajd.1 - hide_window = no + hide_window = yes is_triggered_only = yes immediate = { give_technology = { diff --git a/Archaeo Jump Drive/localisation/english/ajd_l_english.yml b/Archaeo Jump Drive/localisation/english/ajd_l_english.yml index 53d314c..ae50b2b 100644 --- a/Archaeo Jump Drive/localisation/english/ajd_l_english.yml +++ b/Archaeo Jump Drive/localisation/english/ajd_l_english.yml @@ -1,6 +1,6 @@ l_english: - ARCHAEO_JUMP_DRIVE:0 "Archaeo Jump Drive" - tech_archaeo_jump_drive:0 "Archaeo Jump Drive" - tech_archaeo_jump_drive_desc:0 "A groundbreaking technological marvel from a bygone era, the Archaeo Jump Drive shreds the local space-time continuum and rearranges it on the quantum level to be identical to that of the target destination - and thus the ship appears to near-instantly teleport from system to system. This design appears to be far more efficient and powerful than our own Jump Drives..." - tech_ancient_jump_calculations:0 "Ancient Jump Calculations" - tech_ancient_jump_calculations_desc:0 "This technology is granted by the Archaeoengineers Ascension Perk and is a prerequisite for the Archaeo Jump Drive technology." \ No newline at end of file + AJD_ARCHAEO_JUMP_DRIVE:0 "Archaeo Jump Drive" + ajd_tech_archaeo_jump_drive:0 "Archaeo Jump Drive" + ajd_tech_archaeo_jump_drive_desc:0 "A groundbreaking technological marvel from a bygone era, the Archaeo Jump Drive shreds the local space-time continuum and rearranges it on the quantum level to be identical to that of the target destination - and thus the ship appears to near-instantly teleport from system to system. This design appears to be far more efficient and powerful than our own Jump Drives..." + ajd_tech_ancient_jump_calculations:0 "Ancient Jump Calculations" + ajd_tech_ancient_jump_calculations_desc:0 "This technology is granted by the Archaeoengineers Ascension Perk and is a prerequisite for the Archaeo Jump Drive technology." \ No newline at end of file