equipment_modules = {
	modern_at_weapon = {
	    category = at_weapon_type
	    parent = advanced_at_weapon
	    
	    allow_equipment_type = anti_tank
		allowed_module_categories = {
			special_type_slot_1 = {
				antitank_special_modules
			}
			special_type_slot_2 = {
				antitank_special_modules
			}
			special_type_slot_3 = {
				antitank_special_modules
			}
			special_type_slot_4 = {
				antitank_special_modules
			}
		}
	    forbid_equipment_type_exact_match = armor
	    add_stats = {
	 	   #Defensive Abilities
	 	    defense = 4
	 	    hardness = 0.1
 
	 	   #Offensive Abilities
	 	    hard_attack = 38
	 	    ap_attack = 128
 
	 	   #Misc Abilities
	 	   build_cost_ic = 6.5
	 	   
	    }
 
	    xp_cost = 5
 
	    build_cost_resources = {
	 	  	steel = 3
	 		tungsten = 3
	    }
	}
}