ADS 测试

This commit is contained in:
FA507RM-KALOSPA\Kalo
2023-06-03 14:49:10 +08:00
parent c1b7c138d2
commit a336c370ed
18 changed files with 3920 additions and 4630 deletions

View File

@@ -1,3 +1,166 @@
# Gray Warship
ship_design = {
name = "NAME_Gray_Warship"
ship_size = RG_graygoo_mothership
is_event_design = yes
section = {
template = "RG_gray_warship_key"
slot = "mid"
component = {
slot = "PLANET_KILLER_GUN_01"
template = "PLANET_KILLER_NEUTRON"
}
component = {
slot = "TITAN_01"
template = "GRAY_BEAM_STATIC_EX"
}
component = {
slot = "TORPEDO_01"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_02"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_03"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_04"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "LARGE_GUN_01"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_02"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_03"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_04"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_05"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_06"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "STRIKE_CRAFT_01"
template = "RG_FIGHTER_HANGAR_BEAM"
}
component = {
slot = "STRIKE_CRAFT_02"
template = "RG_BOMBER_HANGAR_ATTACK_ROCKET"
}
component = {
slot = "STRIKE_CRAFT_03"
template = "RG_BOMBER_HANGAR_AP_BOMB"
}
component = {
slot = "STRIKE_CRAFT_04"
template = "RG_BOMBER_HANGAR_NEUTRON_TORPEDO"
}
component = {
slot = "PD_01"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "PD_02"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "PD_03"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "PD_04"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "LARGE_UTILITY_1"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_2"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_3"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_4"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_5"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_6"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_7"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_8"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_9"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_10"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_11"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_12"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "AUX_UTILITY_1"
template = "RG_AUTO_REPAIR"
}
component = {
slot = "AUX_UTILITY_2"
template = "RG_ARMOR_BOOSTER"
}
component = {
slot = "AUX_UTILITY_3"
template = "RG_ENIGMATIC_SCHEDULER"
}
}
required_component = "TITAN_ZERO_POINT_REACTOR"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_MotherShip"
required_component = "RG_CORVETTE_CLOAKING_3"
required_component = "RG_SHIP_AURA_NANOBOT_CLOUD"
}
# Factory
ship_design = {
name = "NAME_Nanite_Factory"
@@ -1067,4 +1230,4 @@ ship_design = {
}
}
required_component = "RG_gatebuilder_sensor"
}
}

View File

@@ -105,169 +105,6 @@ ship_design = {
required_component = "RG_COMBAT_COMPUTER_MotherShip"
}
# Gray Warship
ship_design = {
name = "NAME_Gray_Warship"
ship_size = RG_graygoo_mothership
is_event_design = yes
section = {
template = "RG_gray_warship_key"
slot = "mid"
component = {
slot = "PLANET_KILLER_GUN_01"
template = "PLANET_KILLER_NEUTRON"
}
component = {
slot = "TITAN_01"
template = "GRAY_BEAM_STATIC_EX"
}
component = {
slot = "TORPEDO_01"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_02"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_03"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_04"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "LARGE_GUN_01"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_02"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_03"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_04"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_05"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_06"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "STRIKE_CRAFT_01"
template = "RG_FIGHTER_HANGAR_BEAM"
}
component = {
slot = "STRIKE_CRAFT_02"
template = "RG_BOMBER_HANGAR_ATTACK_ROCKET"
}
component = {
slot = "STRIKE_CRAFT_03"
template = "RG_BOMBER_HANGAR_AP_BOMB"
}
component = {
slot = "STRIKE_CRAFT_04"
template = "RG_BOMBER_HANGAR_NEUTRON_TORPEDO"
}
component = {
slot = "PD_01"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "PD_02"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "PD_03"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "PD_04"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "LARGE_UTILITY_1"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_2"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_3"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_4"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_5"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_6"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_7"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_8"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_9"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_10"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_11"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_12"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "AUX_UTILITY_1"
template = "RG_AUTO_REPAIR"
}
component = {
slot = "AUX_UTILITY_2"
template = "RG_ARMOR_BOOSTER"
}
component = {
slot = "AUX_UTILITY_3"
template = "RG_ENIGMATIC_SCHEDULER"
}
}
required_component = "TITAN_ZERO_POINT_REACTOR"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_MotherShip"
required_component = "RG_CORVETTE_CLOAKING_3"
required_component = "RG_SHIP_AURA_NANOBOT_CLOUD"
}
# Gray Goo capitalship
ship_design = {
name = "NAME_gray_capitalship"
@@ -625,168 +462,6 @@ ship_design = {
required_component = "STARBASE_AURA_FTL_INHIBITOR"
}
#工程船
ship_design = {
name = "NAME_RG_GRAY_constructor"
ship_size = RG_armed_constructor_ship
is_event_design = yes
section = {
template = "RG_armed_constructor_ship"
slot = "mid"
component = {
slot = "PD_01"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "PD_02"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "EXTRA_LARGE_01"
template = "GRAY_BEAM_STATIC_X"
}
component = {
slot = "LARGE_GUN_01"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_02"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "TORPEDO_01"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_02"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_03"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_04"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "LARGE_UTILITY_1"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_2"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_3"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_4"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_5"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_6"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "AUX_UTILITY_1"
template = "RG_AUTO_REPAIR"
}
component = {
slot = "AUX_UTILITY_2"
template = "RG_ENGINE_BOOSTER"
}
}
required_component = "TITAN_ZERO_POINT_REACTOR"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_MotherShip"
required_component = "RG_CORVETTE_CLOAKING_3"
#required_component = "RG_ANTIBAKAHALO"
}
#科研船
ship_design = {
name = "NAME_RG_GRAY_scienceship"
ship_size = RG_armed_science_ship
is_event_design = yes
section = {
template = "RG_armed_science_ship"
slot = "mid"
component = { slot = "EXTRA_LARGE_01" template = "GRAY_BEAM_STATIC_X" }
component = { slot = "TORPEDO_01" template = "RG_ENERGY_MISSILE" }
component = { slot = "TORPEDO_02" template = "RG_ENERGY_MISSILE" }
component = { slot = "TORPEDO_03" template = "RG_ENERGY_MISSILE" }
component = { slot = "TORPEDO_04" template = "RG_ENERGY_MISSILE" }
component = { slot = "STRIKE_CRAFT_01" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_02" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "PD_01" template = "RG_FLAK_BATTERY" }
component = { slot = "PD_02" template = "RG_FLAK_BATTERY" }
component = { slot = "LARGE_UTILITY_1" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_2" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_3" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_4" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_5" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_6" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "AUX_UTILITY_1" template = "RG_AUTO_REPAIR" }
component = { slot = "AUX_UTILITY_2" template = "RG_ENGINE_BOOSTER" }
}
required_component = "TITAN_ZERO_POINT_REACTOR"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_MotherShip"
required_component = "RG_CORVETTE_CLOAKING_3"
required_component = "RG_AUTOCONST_HANGER"
}
#压制舰
ship_design = {
name = "NAME_RG_armed_transport_ship"
ship_size = RG_armed_transport_ship
is_event_design = yes
section = {
template = "RG_armed_transport_ship"
slot = "mid"
component = { slot = "EXTRA_LARGE_01" template = "GRAY_BEAM_STATIC_X" }
component = { slot = "STRIKE_CRAFT_01" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_02" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_03" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_04" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_05" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_06" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "PD_01" template = "RG_FLAK_BATTERY" }
component = { slot = "PD_02" template = "RG_FLAK_BATTERY" }
component = { slot = "LARGE_UTILITY_1" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_2" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_3" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_4" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_5" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_6" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "AUX_UTILITY_1" template = "RG_AUTO_REPAIR" }
component = { slot = "AUX_UTILITY_2" template = "RG_ENGINE_BOOSTER" }
}
required_component = "TITAN_ZERO_POINT_REACTOR"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_MotherShip"
required_component = "RG_CORVETTE_CLOAKING_3"
}
# 航母 1
ship_design = {
name = "RG_carrier_Interdictor"

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,201 @@
#工程船
ship_design = {
name = "NAME_RG_GRAY_constructor"
ship_size = RG_armed_constructor_ship
is_event_design = yes
section = {
template = "RG_armed_constructor_ship"
slot = "mid"
component = {
slot = "PD_01"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "PD_02"
template = "RG_FLAK_BATTERY"
}
component = {
slot = "EXTRA_LARGE_01"
template = "GRAY_BEAM_STATIC_X"
}
component = {
slot = "LARGE_GUN_01"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "LARGE_GUN_02"
template = "LARGE_GRAY_WEAPON_LANCE"
}
component = {
slot = "TORPEDO_01"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_02"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_03"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "TORPEDO_04"
template = "RG_ENERGY_MISSILE"
}
component = {
slot = "LARGE_UTILITY_1"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_2"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_3"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_4"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_5"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "LARGE_UTILITY_6"
template = "LARGE_GRAY_MIX_ARMOR"
}
component = {
slot = "AUX_UTILITY_1"
template = "RG_AUTO_REPAIR"
}
component = {
slot = "AUX_UTILITY_2"
template = "RG_ENGINE_BOOSTER"
}
}
required_component = "TITAN_ZERO_POINT_REACTOR"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_MotherShip"
required_component = "RG_CORVETTE_CLOAKING_3"
#required_component = "RG_ANTIBAKAHALO"
}
#科研船
ship_design = {
name = "NAME_RG_GRAY_scienceship"
ship_size = RG_armed_science_ship
is_event_design = yes
section = {
template = "RG_armed_science_ship"
slot = "mid"
component = { slot = "EXTRA_LARGE_01" template = "GRAY_BEAM_STATIC_X" }
component = { slot = "TORPEDO_01" template = "RG_ENERGY_MISSILE" }
component = { slot = "TORPEDO_02" template = "RG_ENERGY_MISSILE" }
component = { slot = "TORPEDO_03" template = "RG_ENERGY_MISSILE" }
component = { slot = "TORPEDO_04" template = "RG_ENERGY_MISSILE" }
component = { slot = "STRIKE_CRAFT_01" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_02" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "PD_01" template = "RG_FLAK_BATTERY" }
component = { slot = "PD_02" template = "RG_FLAK_BATTERY" }
component = { slot = "LARGE_UTILITY_1" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_2" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_3" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_4" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_5" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_6" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "AUX_UTILITY_1" template = "RG_AUTO_REPAIR" }
component = { slot = "AUX_UTILITY_2" template = "RG_ENGINE_BOOSTER" }
}
required_component = "TITAN_ZERO_POINT_REACTOR"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_MotherShip"
required_component = "RG_CORVETTE_CLOAKING_3"
required_component = "RG_AUTOCONST_HANGER"
}
#压制舰
ship_design = {
name = "NAME_RG_armed_transport_ship"
ship_size = RG_armed_transport_ship
is_event_design = yes
section = {
template = "RG_armed_transport_ship"
slot = "mid"
component = { slot = "EXTRA_LARGE_01" template = "GRAY_BEAM_STATIC_X" }
component = { slot = "STRIKE_CRAFT_01" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_02" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_03" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_04" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_05" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_06" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "PD_01" template = "RG_FLAK_BATTERY" }
component = { slot = "PD_02" template = "RG_FLAK_BATTERY" }
component = { slot = "LARGE_UTILITY_1" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_2" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_3" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_4" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_5" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_6" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "AUX_UTILITY_1" template = "RG_AUTO_REPAIR" }
component = { slot = "AUX_UTILITY_2" template = "RG_ENGINE_BOOSTER" }
}
required_component = "TITAN_ZERO_POINT_REACTOR"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_MotherShip"
required_component = "RG_CORVETTE_CLOAKING_3"
}
#殖民舰
ship_design = {
name = "NAME_RG_armed_colony_ship"
ship_size = RG_armed_colony_ship
is_event_design = yes
section = {
template = "RG_armed_colony_ship"
slot = "mid"
component = { slot = "EXTRA_LARGE_01" template = "GRAY_BEAM_STATIC_X" }
component = { slot = "STRIKE_CRAFT_01" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_02" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_03" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_04" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_05" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "STRIKE_CRAFT_06" template = "RG_FIGHTER_HANGAR_BEAM" }
component = { slot = "PD_01" template = "RG_FLAK_BATTERY" }
component = { slot = "PD_02" template = "RG_FLAK_BATTERY" }
component = { slot = "LARGE_UTILITY_1" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_2" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_3" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_4" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_5" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "LARGE_UTILITY_6" template = "LARGE_GRAY_MIX_ARMOR" }
component = { slot = "AUX_UTILITY_1" template = "RG_AUTO_REPAIR" }
component = { slot = "AUX_UTILITY_2" template = "RG_ENGINE_BOOSTER" }
}
required_component = "TITAN_ZERO_POINT_REACTOR"
required_component = "RG_gatebuilder_jump"
required_component = "RG_gatebuilder_sensor"
required_component = "RG_gatebuilder_thruster"
required_component = "RG_COMBAT_COMPUTER_MotherShip"
required_component = "RG_CORVETTE_CLOAKING_3"
}
# 星海试验船
ship_design = {
name = "RG_COLOSSUS_interdictor_SP"