暂存
This commit is contained in:
@@ -299,6 +299,57 @@ weapon_component_template = {
|
||||
}
|
||||
}
|
||||
|
||||
#歼星武器
|
||||
weapon_component_template = {
|
||||
key = "RG_PLANET_KILLER_SMALL"
|
||||
size = planet_killer
|
||||
type = planet_killer
|
||||
|
||||
icon = GFX_ship_part_devolution_beam
|
||||
icon_frame = 1
|
||||
|
||||
projectile_gfx = "gatebuilder_planet_weapon_ex"
|
||||
planet_destruction_gfx = "neutron_planet_gfx"
|
||||
total_fire_time = 60 #开火时间
|
||||
firing_arc = 25.0
|
||||
|
||||
resources = {
|
||||
category = ship_components
|
||||
cost = {
|
||||
alloys = 2000
|
||||
nanites = 50
|
||||
}
|
||||
}
|
||||
|
||||
power = -1000
|
||||
damage = { min = 3500 max = 35000 } #伤害
|
||||
windup = { min = 32 max = 64 } #冷却
|
||||
size_damage_factor = 10.0
|
||||
hull_damage = 10.0 #船体伤害
|
||||
shield_damage = 10.0 #护盾伤害
|
||||
armor_damage = 10.0 #装甲伤害
|
||||
shield_penetration = 10.0 #护盾穿透
|
||||
armor_penetration = 10.0 #装甲穿透
|
||||
tracking = 1.00 #追踪
|
||||
range = 800.00 #范围
|
||||
accuracy = 1.00 #命中
|
||||
|
||||
ship_modifier = {
|
||||
custom_tooltip = RG_PLANET_KILLER_tool_tip
|
||||
}
|
||||
|
||||
tags = { weapon_type_rg_main weapon_type_energy }
|
||||
size_restriction = { RG_graygoo_capitalship RG_graygoo_mothership }
|
||||
component_set = "RG_PLANET_KILLER"
|
||||
prerequisites = { "tech_object_gray_6"}
|
||||
hidden = yes
|
||||
ship_limit = 1
|
||||
|
||||
ai_weight = {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
#T槽光矛
|
||||
weapon_component_template = {
|
||||
key = "GRAY_BEAM_STATIC_EX"
|
||||
|
||||
Reference in New Issue
Block a user