# Big Space Whale ship_design = { name = "NAME_Tiyanki_Cow" ship_size = space_whale_1 hide_size = yes upgrades_to = "NAME_Tiyanki_Ox_Clonable" newborn_ship_design = "NAME_Tiyanki_Hatchling" creature_designer_template = yes section = { template = "space_whale_1_section" slot = "mid" component = { slot = "MEDIUM_GUN_01" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_02" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_03" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_04" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_05" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_06" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "AUX_UTILITY_1" template = "BIO_AUTO_REPAIR" } } required_component="BIO_DRIVE" required_component="BIO_PROPULSION_1_CRUISER" required_component="BIO_SENSORS" required_component="NEUROCHIPS_SWARM_DEFAULT" } # Medium Space Whale ship_design = { name = "NAME_Tiyanki_Bull" ship_size = space_whale_2 hide_size = yes upgrades_to = "NAME_Tiyanki_Ox_Clonable" newborn_ship_design = "NAME_Tiyanki_Hatchling" creature_designer_template = yes section = { template = "space_whale_2_section" slot = "mid" component = { slot = "MEDIUM_GUN_01" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_02" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_03" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_04" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_05" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_06" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "AUX_UTILITY_1" template = "BIO_AUTO_REPAIR" } } required_component="BIO_DRIVE" required_component="BIO_PROPULSION_1_CRUISER" required_component="BIO_SENSORS" required_component="NEUROCHIPS_SWARM_DEFAULT" } # Small Space Whale 1 ship_design = { name = "NAME_Tiyanki_Hatchling" ship_size = space_whale_3 hide_size = yes upgrades_to = "NAME_Tiyanki_Calf" creature_designer_template = yes section = { template = "space_whale_3_section" slot = "mid" component = { slot = "SMALL_GUN_01" template = "SPACE_WHALE_WEAPON_2" } component = { slot = "SMALL_GUN_02" template = "SPACE_WHALE_WEAPON_2" } component = { slot = "SMALL_GUN_03" template = "SPACE_WHALE_WEAPON_2" } component = { slot = "AUX_UTILITY_1" template = "BIO_AUTO_REPAIR" } } required_component="BIO_DRIVE" required_component="BIO_PROPULSION_1_CORVETTE" required_component="BIO_SENSORS" required_component="NEUROCHIPS_SWARM_DEFAULT" } # Small Space Whale 2 ship_design = { name = "NAME_Tiyanki_Calf" ship_size = space_whale_4 hide_size = yes upgrades_to = { NAME_Tiyanki_Cow NAME_Tiyanki_Bull } creature_designer_template = yes section = { template = "space_whale_4_section" slot = "mid" component = { slot = "MEDIUM_GUN_01" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_02" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "MEDIUM_GUN_03" template = "SPACE_WHALE_WEAPON_3" } component = { slot = "AUX_UTILITY_1" template = "BIO_AUTO_REPAIR" } } required_component="BIO_DRIVE" required_component="BIO_PROPULSION_1_DESTROYER" required_component="BIO_SENSORS" required_component="NEUROCHIPS_SWARM_DEFAULT" } # Vertical Space Whale ship_design = { name = "NAME_Tiyanki_Ox" ship_size = space_whale_5 hide_size = yes newborn_ship_design = "NAME_Tiyanki_Hatchling" section = { template = "space_whale_5_section" slot = "mid" component = { slot = "LARGE_GUN_01" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "LARGE_GUN_02" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "LARGE_GUN_03" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "LARGE_GUN_04" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "LARGE_GUN_05" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "LARGE_GUN_06" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "AUX_UTILITY_1" template = "BIO_AUTO_REPAIR" } } required_component="BIO_DRIVE" required_component="BIO_PROPULSION_1_BATTLESHIP" required_component="BIO_SENSORS" required_component="NEUROCHIPS_SWARM_DEFAULT" } # Clonable Tiyanki Ox ship_design = { name = "NAME_Tiyanki_Ox_Clonable" ship_size = space_whale_5 hide_size = yes newborn_ship_design = "NAME_Tiyanki_Hatchling" creature_designer_template = yes section = { template = "space_whale_5_section_clonable" slot = "mid" component = { slot = "LARGE_GUN_01" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "LARGE_GUN_02" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "LARGE_GUN_03" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "LARGE_GUN_04" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "LARGE_GUN_05" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "LARGE_GUN_06" template = "SPACE_WHALE_WEAPON_4" } component = { slot = "AUX_UTILITY_1" template = "BIO_AUTO_REPAIR" } } required_component="BIO_DRIVE" required_component="BIO_PROPULSION_1_BATTLESHIP" required_component="BIO_SENSORS" required_component="NEUROCHIPS_SWARM_DEFAULT" }