initial commit
This commit is contained in:
parent
5e08d0a771
commit
eeb0ba363c
3 changed files with 49 additions and 0 deletions
40
common/component_templates/00_utilities_drives.txt
Normal file
40
common/component_templates/00_utilities_drives.txt
Normal file
|
@ -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"
|
||||
}
|
9
descriptor.mod
Normal file
9
descriptor.mod
Normal file
|
@ -0,0 +1,9 @@
|
|||
version="1.0"
|
||||
tags={
|
||||
"Gameplay"
|
||||
"Utilities"
|
||||
"Technologies"
|
||||
"Balance"
|
||||
}
|
||||
name="Archaeo Jump Drive"
|
||||
supported_version="3.8.1"
|
BIN
gfx/interface/icons/ship_parts/ship_part_arcaeo_jump_drive.dds
Normal file
BIN
gfx/interface/icons/ship_parts/ship_part_arcaeo_jump_drive.dds
Normal file
Binary file not shown.
Loading…
Reference in a new issue