equipment_modules = {
	modern_aa_weapon = {
	    category = aa_weapon_type
	    parent = advanced_aa_weapon
 
	    allow_equipment_type = anti_air
	    forbid_equipment_type_exact_match = armor
		allowed_module_categories = {
			special_type_slot_1 = {
				antiair_special_modules
			}
			special_type_slot_2 = {
				antiair_special_modules
			}
			special_type_slot_3 = {
				antiair_special_modules
			}
			special_type_slot_4 = {
				antiair_special_modules
			}
		}
	    add_stats = {
	 	   #Defensive Abilities
	 	   defense = 4
	 	   breakthrough = 1
 
	 	   #Offensive Abilities
	 	   soft_attack = 4.5
	 	   hard_attack = 19
	 	   ap_attack = 116
	 	   air_attack = 39
 
	 	   #Misc Abilities
	 	   build_cost_ic = 6.5
	 	   
	    }
 
	    xp_cost = 5
 
	    build_cost_resources = {
	 	  	steel = 3
	    }
	 }
}