diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e63764f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ + +Archaeo Jump Drive/gfx/interface/icons/technologies/ajd_unused_tech_template_shipcomponents.dds +Archaeo Jump Drive/gfx/interface/icons/technologies/ajd_unused_tech_template_buildings.dds diff --git a/Archaeo Jump Drive/common/component_templates/ajd_jump_drives.txt b/Archaeo Jump Drive/common/component_templates/ajd_jump_drives.txt index 1f891db..cbed38f 100644 --- a/Archaeo Jump Drive/common/component_templates/ajd_jump_drives.txt +++ b/Archaeo Jump Drive/common/component_templates/ajd_jump_drives.txt @@ -12,7 +12,7 @@ utility_component_template = { key = "AJD_ARCHAEO_JUMP_DRIVE" size = small - icon = "GFX_ship_part_warp_drive_3" + icon = "ajd_ship_part_archaeo_jump_drive" icon_frame = 1 power = @power1 resources = { diff --git a/Archaeo Jump Drive/common/technology/ajd_technology.txt b/Archaeo Jump Drive/common/technology/ajd_technology.txt index e37d7a3..2ce8cc1 100644 --- a/Archaeo Jump Drive/common/technology/ajd_technology.txt +++ b/Archaeo Jump Drive/common/technology/ajd_technology.txt @@ -26,4 +26,10 @@ ajd_tech_archaeo_jump_drive = { ajd_tech_ancient_jump_calculations tech_jump_drive_1 } + prereqfor_desc = { + component = { + title = "ajd_archaeo_jump_drive_tech_description_title" + desc = "ajd_archaeo_jump_drive_tech_description_content" + } + } } \ No newline at end of file diff --git a/Archaeo Jump Drive/gfx/interface/icons/ship_parts/archaeo_jump_drive.dds b/Archaeo Jump Drive/gfx/interface/icons/ship_parts/archaeo_jump_drive.dds new file mode 100644 index 0000000..693e010 Binary files /dev/null and b/Archaeo Jump Drive/gfx/interface/icons/ship_parts/archaeo_jump_drive.dds differ diff --git a/Archaeo Jump Drive/gfx/interface/icons/ship_parts/ship_part_archaeo_jump_drive.dds b/Archaeo Jump Drive/gfx/interface/icons/ship_parts/ship_part_archaeo_jump_drive.dds deleted file mode 100644 index 94b958e..0000000 Binary files a/Archaeo Jump Drive/gfx/interface/icons/ship_parts/ship_part_archaeo_jump_drive.dds and /dev/null differ diff --git a/Archaeo Jump Drive/gfx/interface/icons/technologies/ajd_archaeo_jump_drive_tech.dds b/Archaeo Jump Drive/gfx/interface/icons/technologies/ajd_archaeo_jump_drive_tech.dds new file mode 100644 index 0000000..8e6ae7c Binary files /dev/null and b/Archaeo Jump Drive/gfx/interface/icons/technologies/ajd_archaeo_jump_drive_tech.dds differ diff --git a/Archaeo Jump Drive/interface/ajd_icons.gfx b/Archaeo Jump Drive/interface/ajd_icons.gfx new file mode 100644 index 0000000..291b3e1 --- /dev/null +++ b/Archaeo Jump Drive/interface/ajd_icons.gfx @@ -0,0 +1,4 @@ +spriteType = { + name = "ajd_ship_part_archaeo_jump_drive" + texturefile = "gfx/interface/icons/ship_parts/archaeo_jump_drive.dds" +} \ No newline at end of file diff --git a/Archaeo Jump Drive/localisation/english/ajd_l_english.yml b/Archaeo Jump Drive/localisation/english/ajd_l_english.yml index d096171..58022f4 100644 --- a/Archaeo Jump Drive/localisation/english/ajd_l_english.yml +++ b/Archaeo Jump Drive/localisation/english/ajd_l_english.yml @@ -3,4 +3,6 @@ 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...\n§gAdded by §MArchaeo Jump Drive§!" 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 + 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." + ajd_archaeo_jump_drive_tech_description_title:0 "§HUnlocks Component:§! Archaeo Jump Drive" + ajd_archaeo_jump_drive_tech_description_content: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...\n§gAdded by §MArchaeo Jump Drive§!" \ No newline at end of file