43 lines
844 B
Plaintext
43 lines
844 B
Plaintext
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"
|
|
} |