I changed the screen-ship torpedoes to a CVL cag but it says theres an unknown type in line 23. i marked line 23 btw:
also a little sneek peek at my new brigade 
Code:
# 0 - Early light Carrier Air Group (36)
model = {
cost = 1.5
buildtime = 140
manpower = 0.1
surfacedetectioncapability = 8
airdetectioncapability = 4
subdetectioncapability = 2
airdefence = 4
seaattack = 1
convoyattack = 2
subattack = 2
airattack = 4
shorebombardment = 2
distance = 1.2
supplyconsumption = 0.2
fuelconsumption = 0.6
upgrade_time_factor = 0.4
upgrade_cost_factor = 0.8
# 1- Basic light Carrier Air Group (39) [B]line 23 is below this line[/B]
model = {
cost = 2
buildtime = 140
manpower = 0.1
surfacedetectioncapability = 11
airdetectioncapability = 5
subdetectioncapability = 7
airdefence = 5
seaattack = 2
convoyattack = 3
subattack = 4
airattack = 6
shorebombardment = 3
distance = 1.6
supplyconsumption = 0.3
fuelconsumption = 0.5
upgrade_time_factor = 0.5
upgrade_cost_factor = 1.0
}