equipments = {

	railway_gun_equipment = {
		year = 1934

		is_archetype = yes
		picture = archetype_artillery_equipment		
		type = railway_gun
		group_by = archetype
		
		interface_category = interface_category_land
		
		active = yes

		#Misc Abilities
		reliability = 0.8
		maximum_speed = 5

		#Offensive Abilities
		railway_gun_attack = 25
		# range is set with an index in define array RAILWAY_GUN_POSSIBLE_RANGES (default is index 0)
		railway_gun_attack_range_index_in_define = 0
		railway_gun_annex_ratio = 0.5
		railway_gun_hours_between_redistribution = 24
		
		manpower = 1000

		lend_lease_cost = 30
	}

	railway_gun_equipment_1 = {
		year = 1934

		archetype = railway_gun_equipment
		priority = 50
		visual_level = 0
		active = no

		build_cost_ic = 800.0
		resources = {
			steel = 4
			tungsten = 2
			chromium = 2
		}		
	}
}
