equipment_modules = {
	limit = {
		has_dlc = "No Step Back" 
	}

	### Bridge Types
	drone_bridge_4 = {	# Warhound
		abbreviation = "tb1"
		category = drone_light_bridge_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_weapon_slot = {
				drone_aux_weapon_type
				drone_small_weapon_type
			}
		}
		allowed_module_categories = {
			aux_weapon_slot = {
				drone_aux_weapon_type
			}
		}
	
		add_stats = {
			reliability = 0.2
			build_cost_ic = 0.1
			breakthrough = 0

		}
		dismantle_cost_ic = 1
		xp_cost = 2
	}
	drone_bridge_5 = {	# Reaver
		abbreviation = "tb2"
		category = drone_light_bridge_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_weapon_slot = {
				drone_aux_weapon_type
				drone_small_weapon_type
			}
		}
		allowed_module_categories = {
			aux_weapon_slot = {
				drone_aux_weapon_type
			}
		}

		add_stats = {
			build_cost_ic = 0.1
			breakthrough = 0
		}
		dismantle_cost_ic = 1
		xp_cost = 2
	}
	drone_bridge_8 = {	# Warbringer
		abbreviation = "tb3"
		category = drone_battle_bridge_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_weapon_slot = {
				drone_aux_weapon_type
				drone_small_weapon_type
				drone_medium_weapon_type
			}
		}
		allowed_module_categories = {
			aux_weapon_slot = {
				drone_aux_weapon_type
			}
		}

		add_stats = {
			reliability = 0.2
			build_cost_ic = 0.1
			breakthrough = 0
		}
		dismantle_cost_ic = 1
		xp_cost = 2
	}
	drone_bridge_12 = {	# Warlord
		abbreviation = "tb4"
		category = drone_battle_bridge_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_weapon_slot = {
				drone_aux_weapon_type
				drone_small_weapon_type
				drone_medium_weapon_type
			}
		}
		allowed_module_categories = {
			aux_weapon_slot = {
				drone_aux_weapon_type
				drone_small_weapon_type
			}
		}

		add_stats = {
			build_cost_ic = 0.1
			breakthrough = 0
		}
		dismantle_cost_ic = 1
		xp_cost = 6
	}
	drone_bridge_15 = {	# Warmaster
		abbreviation = "tb5"
		category = drone_battle_bridge_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_weapon_slot = {
				drone_aux_weapon_type
				drone_small_weapon_type
				drone_medium_weapon_type
				drone_heavy_weapon_type
			}
		}
		allowed_module_categories = {
			aux_weapon_slot = {
				drone_aux_weapon_type
				drone_small_weapon_type
			}
		}

		add_stats = {
			build_cost_ic = 0.1
			breakthrough = 0
		}
		dismantle_cost_ic = 1
		xp_cost = 20
	}
	drone_bridge_24 = {	# Emperor
		abbreviation = "tb6"
		category = drone_emperor_bridge_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_weapon_slot = {
				drone_aux_weapon_type
				drone_small_weapon_type
				drone_medium_weapon_type
				drone_heavy_weapon_type
			}
		}
		allowed_module_categories = {
			aux_weapon_slot = {
				drone_aux_weapon_type
				drone_small_weapon_type
				drone_medium_weapon_type
			}
		}

		add_stats = {
			build_cost_ic = 0.1
			breakthrough = 0
		}
		dismantle_cost_ic = 1
		xp_cost = 25
	}

	### Armor Types
	drone_armor_basic_steel = {
		abbreviation = "aws"
		category = drone_armor_type
		sfx = sfx_ui_sd_module_sonar

		add_stats = {
			defense = 1
			breakthrough = 0
		}
		xp_cost = 0

		build_cost_resources = {
			steel = 2
		}
	}
	drone_armor_riveted_steel = {
		abbreviation = "ars"
		category = drone_armor_type
		sfx = sfx_ui_sd_module_sonar

		add_stats = {
			defense = 2
			breakthrough = 0
		}
		multiply_stats = {
			build_cost_ic = 0.2
			armor_value = 0.1
		}
		xp_cost = 12

		build_cost_resources = {
			steel = 3
		}
	}
	drone_armor_reinforced_steel = {
		abbreviation = "ars"
		category = drone_armor_type
		sfx = sfx_ui_sd_module_sonar

		add_stats = {
			defense = 10
			breakthrough = 0
		}
		multiply_stats = {
			reliability = -0.05
			build_cost_ic = 0.4
			armor_value = 0.2
		}
		xp_cost = 15

		build_cost_resources = {
			steel = 3
			chromium = 1
		}
	}
	drone_armor_plasteel = {
		abbreviation = "ars"
		category = drone_armor_type
		sfx = sfx_ui_sd_module_sonar

		add_stats = {
			defense = 3
			breakthrough = 0
		}
		multiply_stats = {
			reliability = -0.1
			build_cost_ic = 0.3
			armor_value = 0.3
		}
		xp_cost = 20

		build_cost_resources = {
			steel = 4
			chromium = 1
		}
	}

	### Reactor Types
	drone_reactor_low_power = {
		abbreviation = "rlp"
		category = drone_reactor_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			build_cost_ic =  0.1
			maximum_speed = -1
			reliability = 0.1
		}
		multiply_stats = {
			fuel_consumption = -0.2
			build_cost_ic = -0.1
		}
		xp_cost = 12
	}
	drone_reactor_mid_power = {
		abbreviation = "rmp"
		category = drone_reactor_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			build_cost_ic = 1
			breakthrough = 1
			defense = 4
			maximum_speed = 1
		}
		
		multiply_stats = {
			fuel_consumption = -0.2
			build_cost_ic = -0.2
		}
		
		
		
	}
	drone_reactor_high_power = {
		abbreviation = "rhp"
		category = drone_reactor_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			build_cost_ic = 0.15
			maximum_speed = 2
			reliability = -0.15
			breakthrough = 2
			defense = 8
		}
		multiply_stats = {
			fuel_consumption = 0.2
			build_cost_ic = -0.25
		}
		xp_cost = 12
	}
	drone_reactor_experimental = {
		abbreviation = "rex"
		category = drone_reactor_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			build_cost_ic = -0.20
			reliability = -0.15
			breakthrough = 3
			defense = 4
			maximum_speed = 2
		}
		xp_cost = 12
		
		multiply_stats = {
			fuel_consumption = 0.2
			build_cost_ic = -0.30
		}
		
	}

	### Primary Scout drone Weapons
	drone_small_auto_cannon = {
		abbreviation = "sac"
		category = drone_small_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 5
			hard_attack = 10
			ap_attack = 10

			maximum_speed = -0.2
			
			build_cost_ic = 0.1
		}
		dismantle_cost_ic = 10

		can_convert_from = {
			module_category = drone_small_weapon_type
			convert_cost_ic = 10
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 1
		}
	}
	drone_small_multipurpose_cannon = {
		abbreviation = "smc"
		category = drone_small_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 8
			hard_attack = 20
			ap_attack = 20

			maximum_speed = -0.2

			build_cost_ic = 0.5
		}
		multiply_stats = {
			breakthrough = 0
		}
		dismantle_cost_ic = 10

		can_convert_from = {
			module_category = drone_small_weapon_type
			convert_cost_ic = 10
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 1
			tungsten = 1
		}
	}
	drone_small_high_velocity_cannon = {
		abbreviation = "shvc"
		category = drone_small_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 5
			hard_attack = 15
			ap_attack = 15

			maximum_speed = -0.2

			build_cost_ic = 0.5
		}
		multiply_stats = {
			breakthrough = 0
		}
		dismantle_cost_ic = 1

		can_convert_from = {
			module_category = drone_small_weapon_type
			convert_cost_ic = 1
		}

		xp_cost = 60
		build_cost_resources = {
			steel = 1
			tungsten = 1
			chromium = 1
		}
	}
	drone_small_artilley_piece = {
		abbreviation = "shvc"
		category = drone_small_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 15
			hard_attack = 10
			ap_attack = 10

			maximum_speed = -0.2

			build_cost_ic = 0.5
		}
		multiply_stats = {
			breakthrough = 1
		}
		dismantle_cost_ic = 10

		can_convert_from = {
			module_category = drone_small_weapon_type
			convert_cost_ic = 10
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 3
			tungsten = 1
			aluminium = 1
		}
	}
	drone_small_rocket_artillery_piece = {
		abbreviation = "shvc"
		category = drone_small_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 10
			hard_attack = 10
			ap_attack = 10

			maximum_speed = -0.8

			build_cost_ic = 0.9
		}
		multiply_stats = {
			breakthrough = 0
		}
		dismantle_cost_ic = 10

		can_convert_from = {
			module_category = drone_small_weapon_type
			convert_cost_ic = 10
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 1
			tungsten = 2
		}
	}

	### Primary Battle drone Weapons
	drone_medium_auto_cannon = {
		abbreviation = "mac"
		category = drone_medium_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 5
			hard_attack = 10
			ap_attack = 20

			maximum_speed = -0.3
			
			build_cost_ic = 0.5
		}
		dismantle_cost_ic = 5

		can_convert_from = {
			module_category = drone_medium_weapon_type
			convert_cost_ic = 5
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 3
		}
	}
	drone_medium_multipurpose_cannon = {
		abbreviation = "mmc"
		category = drone_medium_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 15
			hard_attack = 30
			ap_attack = 30

			maximum_speed = -0.5

			build_cost_ic = 0.5
		}
		multiply_stats = {
			breakthrough = 0
		}
		dismantle_cost_ic = 5

		can_convert_from = {
			module_category = drone_medium_weapon_type
			convert_cost_ic = 5
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 3
			tungsten = 1
		}
	}
	drone_medium_high_velocity_cannon = {
		abbreviation = "mhvc"
		category = drone_medium_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 10
			hard_attack = 40
			ap_attack = 50

			maximum_speed = -0.3
			reliability = -0.1

			build_cost_ic = 0.6
		}
		multiply_stats = {
			breakthrough = 0
		}
		dismantle_cost_ic = 5

		can_convert_from = {
			module_category = drone_medium_weapon_type
			convert_cost_ic = 5
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 3
			tungsten = 1
			chromium = 1
		}
	}
	drone_medium_artilley_piece = {
		abbreviation = "mhvc"
		category = drone_medium_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 25
			hard_attack = 10
			ap_attack = 30

			maximum_speed = -0.3
			reliability = -0.1

			build_cost_ic = 0.8
		}
		multiply_stats = {
			breakthrough = 2
		}
		dismantle_cost_ic = 5

		can_convert_from = {
			module_category = drone_medium_weapon_type
			convert_cost_ic = 5
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 3
			tungsten = 1
			aluminium = 1
		}
	}
	drone_medium_rocket_artillery_piece = {
		abbreviation = "mhvc"
		category = drone_medium_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 30
			hard_attack = 20
			ap_attack = 10

			maximum_speed = -0.5
			reliability = -0.4

			build_cost_ic = 2
		}
		multiply_stats = {
			breakthrough = 0
		}
		dismantle_cost_ic = 50

		can_convert_from = {
			module_category = drone_medium_weapon_type
			convert_cost_ic = 50
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 3
			tungsten = 3
		}
	}
	drone_medium_plasma_annihilator = {
		abbreviation = "mhpa"
		category = drone_medium_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 18
			hard_attack = 40
			ap_attack = 34

			maximum_speed = -0.5
			reliability = -0.25

			build_cost_ic = 1
		}
		dismantle_cost_ic = 10

		can_convert_from = {
			module_category = drone_medium_weapon_type
			convert_cost_ic = 10
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 10
			tungsten = 3
			chromium = 3
		}
	}

	### Primary Heavy Battle drone Weapons
	drone_heavy_auto_cannon = {
		abbreviation = "hac"
		category = drone_heavy_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 10
			hard_attack = 20
			ap_attack = 12

			maximum_speed = -0.4
			reliability = -0.1
			
			build_cost_ic = 0.6
		}
		dismantle_cost_ic = 15

		can_convert_from = {
			module_category = drone_heavy_weapon_type
			convert_cost_ic = 15
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 5
		}
	}
	drone_heavy_multipurpose_cannon = {
		abbreviation = "hmc"
		category = drone_heavy_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 10
			hard_attack = 10
			ap_attack = 15

			maximum_speed = -0.4
			reliability = -0.1

			build_cost_ic = 0.4
		}
		multiply_stats = {
			breakthrough = 0
		}
		dismantle_cost_ic = 15

		can_convert_from = {
			module_category = drone_heavy_weapon_type
			convert_cost_ic = 15
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 5
			tungsten = 2
		}
	}
	drone_heavy_high_velocity_cannon = {
		abbreviation = "hhvc"
		category = drone_heavy_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 15
			hard_attack = 30
			ap_attack = 30

			maximum_speed = -0.4
			reliability = -0.2

			build_cost_ic = 7
		}
		multiply_stats = {
			breakthrough = 0
		}
		dismantle_cost_ic = 15

		can_convert_from = {
			module_category = drone_heavy_weapon_type
			convert_cost_ic = 15
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 5
			tungsten = 2
			chromium = 2
		}
	}
	drone_heavy_artilley_piece = {
		abbreviation = "hhvc"
		category = drone_heavy_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 30
			hard_attack = 20
			ap_attack = 20

			maximum_speed = -0.5
			reliability = -0.2

			build_cost_ic = 0.7
		}
		multiply_stats = {
			breakthrough = 5
		}
		dismantle_cost_ic = 15

		can_convert_from = {
			module_category = drone_heavy_weapon_type
			convert_cost_ic = 15
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 5
			tungsten = 2
			aluminium = 2
		}
	}
	drone_heavy_rocket_artillery_piece = {
		abbreviation = "hhvc"
		category = drone_heavy_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 30
			hard_attack = 10
			ap_attack = 10

			maximum_speed = -0.8
			reliability = -0.5

			build_cost_ic =  1
		}
		multiply_stats = {
			breakthrough = 0
		}
		dismantle_cost_ic = 10

		can_convert_from = {
			module_category = drone_heavy_weapon_type
			convert_cost_ic = 15
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 5
			tungsten = 5
		}
	}
	drone_heavy_plasma_annihilator = {
		abbreviation = "hhpa"
		category = drone_heavy_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 20
			hard_attack = 10
			ap_attack = 20

			maximum_speed = -0.75
			reliability = -0.35

			build_cost_ic = 8
		}
		dismantle_cost_ic = 10

		can_convert_from = {
			module_category = drone_heavy_weapon_type
			convert_cost_ic = 10
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 8
			tungsten = 4
			chromium = 4
		}
	}

	### Aux Weapons
	drone_aux_dual_barrel_blaster = {
		abbreviation = "adb"
		category = drone_aux_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 4
			hard_attack = 2
			ap_attack = 10

			maximum_speed = -0.1
			
			build_cost_ic = 0.8
		}
		dismantle_cost_ic = 5

		can_convert_from = {
			module_category = drone_aux_weapon_type
			convert_cost_ic = 5
		}

		xp_cost = 6
	}
	drone_aux_tripple_barrel_blaster = {
		abbreviation = "adb"
		category = drone_aux_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 6
			hard_attack = 6
			ap_attack = 10

			maximum_speed = -0.1
			
			build_cost_ic = 0.6
		}
		dismantle_cost_ic = 5

		can_convert_from = {
			module_category = drone_aux_weapon_type
			convert_cost_ic = 5
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 1
		}
	}
	drone_aux_anti_air_blaster = {
		abbreviation = "adb"
		category = drone_aux_weapon_type
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 15

			maximum_speed = -0.2
			
			build_cost_ic = 0.3
		}
		dismantle_cost_ic = 5

		can_convert_from = {
			module_category = drone_aux_weapon_type
			convert_cost_ic = 5
		}

		xp_cost = 6
		build_cost_resources = {
			steel = 1
		}
	}

	### Extra drone Modules
	drone_special_void_shield = {
		abbreviation = "tsvs"
		category = drone_special_module
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			reliability = -0.08
		}
		multiply_stats = {
			build_cost_ic = 0.3
			armor_value = 0.1
			breakthrough = 0.6
			defense = 0.1
		}

		build_cost_resources = {
			steel = 1
		}
		xp_cost = 20
	}
	drone_reinforced_armor_offensive = {
		abbreviation = "tra"
		category = drone_special_module
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			reliability = -0.08
		}
		multiply_stats = {
			build_cost_ic = 0.2
			armor_value = 0.1
			breakthrough = 0.2
		}

		build_cost_resources = {
			steel = 1
		}
		xp_cost = 6
	}
	drone_reinforced_armor_defensive = {
		abbreviation = "auto"
		category = drone_special_module
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			reliability = -0.08
			entrenchment = 10
		}
		multiply_stats = {
			build_cost_ic = 0.2
			armor_value = 0.1
			breakthrough = 0.3
		}

		build_cost_resources = {
			steel = 1
		}
		xp_cost = 6
	}
}