fixed a whole bunch of issues (maybe (hopefully))
This commit is contained in:
parent
119ca53679
commit
d99ffbc2b1
5 changed files with 11 additions and 11 deletions
|
@ -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"
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
namespace = ajd
|
||||
country_event = {
|
||||
id = ajd.1
|
||||
hide_window = no
|
||||
hide_window = yes
|
||||
is_triggered_only = yes
|
||||
immediate = {
|
||||
give_technology = {
|
||||
|
|
|
@ -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."
|
||||
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."
|
Loading…
Reference in a new issue