# TAI Frigate Patrol — Cheng Kung/Kang Ding class TAI_FrigatePatrol = { mission = { naval_patrol convoy_escort } allowed = { original_tag = TAI } ai_will_do = { factor = 2 } min_composition = { frigate = { amount = 1 } } optimal_composition = { frigate = { amount = 3 } corvette = { amount = 2 } } } # TAI Coastal Patrol — Tuo Chiang corvettes, Kuang Hua VI missile boats TAI_CoastalPatrol = { mission = { naval_patrol convoy_escort } allowed = { original_tag = TAI } ai_will_do = { factor = 3 } min_composition = { patrol_boat = { amount = 1 } } optimal_composition = { patrol_boat = { amount = 3 } corvette = { amount = 2 } } } # TAI Submarine Group — Hai Lung class TAI_SubGroup = { mission = { convoy_raiding naval_patrol } allowed = { original_tag = TAI } ai_will_do = { factor = 1.5 } min_composition = { attack_submarine = { amount = 1 } } optimal_composition = { attack_submarine = { amount = 2 } } } # TAI Surface Strike Group — Kee Lung destroyers, Cheng Kung frigates TAI_SurfaceStrike = { mission = { naval_strike naval_patrol } allowed = { original_tag = TAI } ai_will_do = { factor = 2 } min_composition = { frigate = { amount = 1 } screen_destroyer = { amount = 1 } } optimal_composition = { screen_destroyer = { amount = 2 } frigate = { amount = 4 } corvette = { amount = 2 } support_ship = { amount = 1 } repair_ship = { amount = 1 } } }