division_template = { name = "Infanterie-Division" # = XGE_Inf_01 regiments = { infantry = { x = 0 y = 0 } infantry = { x = 0 y = 1 } infantry = { x = 0 y = 2 } infantry = { x = 1 y = 0 } infantry = { x = 1 y = 1 } infantry = { x = 1 y = 2 } infantry = { x = 2 y = 0 } infantry = { x = 2 y = 1 } infantry = { x = 2 y = 2 } } support = { engineer = { x = 0 y = 0 } artillery = { x = 0 y = 1 } } } division_template = { name = "Panzer-Division" # = XGE_Arm_01 regiments = { light_armor = { x = 0 y = 0 } light_armor = { x = 0 y = 1 } light_armor = { x = 1 y = 0 } light_armor = { x = 1 y = 1 } motorized = { x = 2 y = 0 } motorized = { x = 2 y = 1 } } support = { mot_recon = { x = 0 y = 0 } engineer = { x = 0 y = 1 } artillery = { x = 0 y = 2 } } } division_template = { name = "Infanterie-Division (mot.)" # Used to be SS division -> New system for SS. Also messed up the civil war by refusing to move to the fascists, and immersion-breaking to have them around as royalists # = XGE_MOT_02 regiments = { motorized = { x = 0 y = 0 } motorized = { x = 0 y = 1 } motorized = { x = 0 y = 2 } motorized = { x = 1 y = 0 } motorized = { x = 1 y = 1 } motorized = { x = 1 y = 2 } motorized = { x = 2 y = 0 } motorized = { x = 2 y = 1 } motorized = { x = 2 y = 2 } } support = { mot_recon = { x = 0 y = 0 } engineer = { x = 0 y = 1 } artillery = { x = 0 y = 2 } } } division_template = { name = "Gebirgs-Brigade" # Gebirgsbrigade #Note: precursor to Gebirgs-Divisions # = XGE_Mnt_01 regiments = { mountaineers = { x = 0 y = 0 } mountaineers = { x = 0 y = 1 } mountaineers = { x = 0 y = 2 } mountaineers = { x = 1 y = 0 } mountaineers = { x = 1 y = 1 } mountaineers = { x = 1 y = 2 } } } division_template = { name = "Kavallerie-Brigade" # = XGE_Cav_01 regiments = { cavalry = { x = 0 y = 0 } cavalry = { x = 0 y = 1 } cavalry = { x = 1 y = 0 } cavalry = { x = 1 y = 1 } } support = { recon = { x = 0 y = 0 } artillery = { x = 0 y = 1 } } } ### Starting Production ### instant_effect = { add_equipment_production = { equipment = { type = infantry_equipment_1 creator = "XGE" } requested_factories = 10 progress = 0.1 efficiency = 50 } add_equipment_production = { equipment = { type = support_equipment_1 creator = "XGE" } requested_factories = 2 progress = 0.3 efficiency = 50 } add_equipment_production = { equipment = { type = artillery_equipment_1 creator = "XGE" } requested_factories = 1 progress = 0.3 efficiency = 50 } add_equipment_production = { equipment = { type = light_tank_chassis_2 creator = "XGE" version_name = "Panzer II Ausf. a" } requested_factories = 2 progress = 0.4 efficiency = 50 } add_equipment_production = { equipment = { type = motorized_equipment_1 creator = "XGE" } requested_factories = 2 progress = 0.4 efficiency = 50 } }