GER_reich_labor_service_cat = {
	
	GER_austrian_state_development = {
		priority = 1
		icon = GFX_decision_generic_construction

		ai_will_do = { 
			base = 10
			modifier = {
				factor = 2
				has_political_power > 100
			}
		}

		available = {
			152 = { is_fully_controlled_by = ROOT } # Upper Austria
			4 = { is_fully_controlled_by = ROOT } # Lower Austria
			153 = { is_fully_controlled_by = ROOT } # Tyrol
			848 = { is_fully_controlled_by = ROOT } # Vorarlberg
			976 = { is_fully_controlled_by = ROOT } # Steiermark-Kärnten
			975 = { is_fully_controlled_by = ROOT } # Burgenland
		}

		cancel_trigger = { 
			NOT = { 
				152 = { is_controlled_by = ROOT } # Upper Austria
				4 = { is_controlled_by = ROOT } # Lower Austria
				153 = { is_controlled_by = ROOT } # Tyrol
				848 = { is_controlled_by = ROOT } # Vorarlberg
				976 = { is_controlled_by = ROOT } # Steiermark-Kärnten
				975 = { is_controlled_by = ROOT } # Burgenland
			}
			
			if = {
				limit = {
					39 = { is_core_of = ROOT } # South Tyrol
				}
				NOT = {
					39 = { is_controlled_by = ROOT }
				}
			}
			if = {
				limit = {
					850 = { is_core_of = ROOT } # Trentino
				}
				NOT = {
					850 = { is_controlled_by = ROOT }
				}
			}
		}
		
		highlight_states = {
			highlight_state_targets = {
				state = 152 # Upper Austria
				state = 4 # Lower Austria
				state = 153 # Tyrol
				state = 848 # Vorarlberg
				state = 976 # Steiermark-Kärnten
				state = 975 # Burgenland
				
				state = 39 # South Tyrol
				state = 850 # Trentino
			}
		}

		cost = 50

		fire_only_once = yes

		days_remove = 30

		modifier = {
			civilian_factory_use = 3
		}
		
		remove_effect = {
			every_core_state = {
				limit = {
					OR = {
						state = 152 # Upper Austria
						state = 4 # Lower Austria
						state = 153 # Tyrol
						state = 848 # Vorarlberg
						state = 976 # Steiermark-Kärnten
						state = 975 # Burgenland
						
						# in case Germany has cored these
						state = 39 # South Tyrol
						state = 850 # Trentino
					}
				}
				
				add_extra_state_shared_building_slots = 1
				add_dynamic_modifier = { 
					modifier = GER_reichs_labor_initiative_modifier
					days = 545
					scope = GER
				}
			}
		}
	}

}