equipment_modules = {
	bm_gatling_autocannon_1 = {
		abbreviation = "GLA"
		category = cas_weapon
		gfx = bm_gatling_autocannon_1
		add_equipment_type = fighter

		xp_cost = 10

		add_stats = {
			weight = 18
			build_cost_ic = 8
		}

		allow_mission_type = {
			attack_logistics
			cas
		}			
		mission_type_stats = {
			limit = {
				cas
			}
			add_stats = {
				air_ground_attack = 23
				air_agility = -25
			}
		}
		mission_type_stats = {
			limit = {
				attack_logistics
			}
			add_stats = {
				air_ground_attack = 18
				air_agility = -24
			}
		}

		build_cost_resources = {
			steel = 1
		}
		dismantle_cost_ic = 0.5
	}
}