2.6.1 全是bug

This commit is contained in:
kalospacer
2020-06-18 18:57:48 +08:00
commit b7db7734e0
15 changed files with 3038 additions and 0 deletions

View File

@@ -0,0 +1,85 @@
utility_component_template = {
key = "SMALL_GRAY_MIX_ARMOR"
size = small
hidden = yes
icon = "GFX_ship_part_armor_5"
icon_frame = 1
power = -45
modifier = {
ship_armor_add = 120
ship_hull_add = 80
ship_shield_add = 120
ship_shield_regen_add_static = 3
}
resources = {
category = ship_components
cost = {
alloys = 15
}
upkeep = {
energy = 0.2
alloys = 0.8
}
}
}
utility_component_template = {
key = "MEDIUM_GRAY_MIX_ARMOR"
size = medium
hidden = yes
icon = "GFX_ship_part_armor_5"
icon_frame = 1
power = 0
power = -100
modifier = {
ship_armor_add = 400
ship_hull_add = 360
ship_shield_add = 320
ship_shield_regen_add_static = 6
}
resources = {
category = ship_components
cost = {
alloys = 20
}
upkeep = {
energy = 0.8
alloys = 1.2
}
}
}
utility_component_template = {
key = "LARGE_GRAY_MIX_ARMOR"
size = large
hidden = yes
icon = "GFX_ship_part_armor_5"
icon_frame = 1
power = 0
power = -180
modifier = {
ship_armor_add = 960
ship_hull_add = 960
ship_shield_add = 600
ship_shield_regen_add_static = 9
}
resources = {
category = ship_components
cost = {
alloys = 35
}
upkeep = {
energy = 1.2
alloys = 2
}
}
}

View File

@@ -0,0 +1,43 @@
weapon_component_template = {
key = "LARGE_GRAY_WEAPON_LANCE"
size = large
entity = "invisible_turret_entity"
type = instant
hidden = yes
icon = "GFX_ship_part_space_whale_weapon_1"
icon_frame = 1
damage = { min = 120 max = 960 }
windup = { min = 1 max = 5 }
total_fire_time = 45
range = 110.0
accuracy = 0.85
shield_penetration = 0.5
armor_damage = 1.5
tracking = 0.40
projectile_gfx = "gatebuilder_lance_weapon"
tags = { weapon_type_energy }
}
weapon_component_template = {
key = "GG_BEAM_STATIC_EX"
size = titanic
entity = "invisible_turret_entity"
type = instant
prio_projectile = yes
hidden = yes
icon = "GFX_ship_part_space_whale_weapon_1"
icon_frame = 1
firing_arc = 15.0
min_range = 30.0
static_rotation = yes
tags = { weapon_type_energy }
projectile_gfx = "gatebuilder_titan_weapon_ex"
}