diff --git a/common/component_templates/00_utilities_drives.txt b/common/component_templates/00_utilities_drives.txt new file mode 100644 index 0000000..1bb6b49 --- /dev/null +++ b/common/component_templates/00_utilities_drives.txt @@ -0,0 +1,40 @@ +@cost1 = 5 +@cost2 = 10 +@cost3 = 15 +@cost4 = 20 + +@power0 = -5 +@power1 = -10 +@power2 = -15 +@power3 = -20 +@power4 = -30 + +utility_component_template = { + key = "ARCHAEO_JUMP_DRIVE" + size = small + icon = "GFX_ship_part_archaeo_jump_drive" + icon_frame = 1 + power = @power1 + resources = { + category = ship_components + cost = { + alloys = @cost1 + minor_artifacts = @cost2 + } + } + ftl = yes + jumpdrive = yes + ship_modifier = { + ship_disengage_opportunities_add = 3 + ship_windup_mult = -1.2 + ship_ftl_jumpdrive_range_mult = 1 + } + + ai_weight = { + weight = 5 + } + + class_restriction = { shipclass_military shipclass_constructor shipclass_colonizer shipclass_science_ship shipclass_transport shipclass_military_special shipclass_starbase } + prerequisites = { "tech_archaeo_jump_drive" } + component_set = "ftl_components" +} diff --git a/descriptor.mod b/descriptor.mod new file mode 100644 index 0000000..d586364 --- /dev/null +++ b/descriptor.mod @@ -0,0 +1,9 @@ +version="1.0" +tags={ + "Gameplay" + "Utilities" + "Technologies" + "Balance" +} +name="Archaeo Jump Drive" +supported_version="3.8.1" \ No newline at end of file diff --git a/gfx/interface/icons/ship_parts/ship_part_arcaeo_jump_drive.dds b/gfx/interface/icons/ship_parts/ship_part_arcaeo_jump_drive.dds new file mode 100644 index 0000000..d8b0acf Binary files /dev/null and b/gfx/interface/icons/ship_parts/ship_part_arcaeo_jump_drive.dds differ