working on icons

This commit is contained in:
SeaswimmerTheFsh 2023-05-11 18:49:55 -04:00
parent 30b3baea94
commit 541cf1198a
8 changed files with 17 additions and 2 deletions

3
.gitignore vendored Normal file
View file

@ -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

View file

@ -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 = {

View file

@ -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"
}
}
}

View file

@ -0,0 +1,4 @@
spriteType = {
name = "ajd_ship_part_archaeo_jump_drive"
texturefile = "gfx/interface/icons/ship_parts/archaeo_jump_drive.dds"
}

View file

@ -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."
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§!"