# CHI Submarine Wolfpack — large sub fleet for convoy raiding CHI_SubWolfpack = { mission = { convoy_raiding } allowed = { original_tag = CHI } ai_will_do = { factor = 2 } min_composition = { attack_submarine = { amount = 2 } } optimal_composition = { attack_submarine = { amount = 8 } } } # CHI Surface Strike Group — destroyer-led with frigate screen CHI_SurfaceStrike = { mission = { naval_strike naval_patrol } allowed = { original_tag = CHI } ai_will_do = { factor = 1.5 } min_composition = { destroyer = { amount = 2 } } optimal_composition = { destroyer = { amount = 6 } frigate = { amount = 4 } support_ship = { amount = 1 } repair_ship = { amount = 1 } } } # CHI Carrier Group — carrier + destroyer/frigate escort CHI_CarrierGroup = { mission = { naval_strike naval_patrol } allowed = { original_tag = CHI } ai_will_do = { factor = 2 } min_composition = { carrier = { amount = 1 } destroyer = { amount = 1 } } optimal_composition = { carrier = { amount = 1 } destroyer = { amount = 4 } frigate = { amount = 4 } support_ship = { amount = 1 } repair_ship = { amount = 1 } } } # CHI Frigate Escort — large frigate force for patrol and escort CHI_FrigatePatrol = { mission = { naval_patrol convoy_escort } allowed = { original_tag = CHI } ai_will_do = { factor = 3 } min_composition = { frigate = { amount = 2 } } optimal_composition = { frigate = { amount = 8 } } } # CHI Destroyer Patrol — dedicated destroyer group CHI_DestroyerPatrol = { mission = { naval_strike naval_patrol } allowed = { original_tag = CHI } ai_will_do = { factor = 2 } min_composition = { destroyer = { amount = 1 } } optimal_composition = { destroyer = { amount = 4 } frigate = { amount = 2 } } } # CHI SSBN Patrol CHI_SSBNPatrol = { mission = { naval_patrol } allowed = { original_tag = CHI } ai_will_do = { factor = 1 } min_composition = { missile_submarine = { amount = 1 } } optimal_composition = { missile_submarine = { amount = 1 } attack_submarine = { amount = 2 } } } # CHI Sub Recon — small sub patrols to absorb remaining subs CHI_SubRecon = { mission = { naval_patrol } allowed = { original_tag = CHI } ai_will_do = { factor = 1.5 } min_composition = { attack_submarine = { amount = 1 } } optimal_composition = { attack_submarine = { amount = 4 } } }