working on icons
This commit is contained in:
parent
30b3baea94
commit
541cf1198a
8 changed files with 17 additions and 2 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal 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
|
|
@ -12,7 +12,7 @@
|
||||||
utility_component_template = {
|
utility_component_template = {
|
||||||
key = "AJD_ARCHAEO_JUMP_DRIVE"
|
key = "AJD_ARCHAEO_JUMP_DRIVE"
|
||||||
size = small
|
size = small
|
||||||
icon = "GFX_ship_part_warp_drive_3"
|
icon = "ajd_ship_part_archaeo_jump_drive"
|
||||||
icon_frame = 1
|
icon_frame = 1
|
||||||
power = @power1
|
power = @power1
|
||||||
resources = {
|
resources = {
|
||||||
|
|
|
@ -26,4 +26,10 @@ ajd_tech_archaeo_jump_drive = {
|
||||||
ajd_tech_ancient_jump_calculations
|
ajd_tech_ancient_jump_calculations
|
||||||
tech_jump_drive_1
|
tech_jump_drive_1
|
||||||
}
|
}
|
||||||
|
prereqfor_desc = {
|
||||||
|
component = {
|
||||||
|
title = "ajd_archaeo_jump_drive_tech_description_title"
|
||||||
|
desc = "ajd_archaeo_jump_drive_tech_description_content"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
Archaeo Jump Drive/interface/ajd_icons.gfx
Normal file
4
Archaeo Jump Drive/interface/ajd_icons.gfx
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
spriteType = {
|
||||||
|
name = "ajd_ship_part_archaeo_jump_drive"
|
||||||
|
texturefile = "gfx/interface/icons/ship_parts/archaeo_jump_drive.dds"
|
||||||
|
}
|
|
@ -4,3 +4,5 @@
|
||||||
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_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: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§!"
|
Loading…
Reference in a new issue