#	Example:
#
#	example_dynamic_modifier = {
#		icon = "GFX_idea_unknown" # optional, will show up in guis if icon is specified
#		enable = { always = yes } #optional, the modifier won't apply if not enabled
#		remove_trigger = { always = no } #optional, will remove the modifier if true
#
#		# list of modifiers
#		fuel_cost = 321
#		max_fuel = var_max_fuel # will be taken from a variable
#	}
#
#
#	In a script file:
#
#	effect = {
#		add_dynamic_modifier = {
#			modifier = example_dynamic_modifier
#			scope = GER # optional, if you specify this your dynamic modifier scoped to this scope (root is the effect scope)
#			days = 14 # optional, will be removed after this many days passes
#		}
#	}
#
#	can be added to countries, states or unit leaders
#	will only updated daily, unless forced by force_update_dynamic_modifier effect

		NCN_work_ethic_dynamic_modifier = {
		icon = GFX_idea_flag_NCN
	
	#Modifier is removed if at war with CES mostly to prevent potential cheese strats involving MOJ using insanely buffed PA in the early game somehow in MP.
	#Please change this code when Paradox adds proper targeted dynamic modifiers
	#Is risky to have it like this
	
	local_resources_factor = NCN_local_resources_factor
	supply_consumption_factor = NCN_supply_consumption_factor
	industrial_capacity_factory = NCN_industrial_capacity_factory
	industry_free_repair_factor = NCN_industry_free_repair_factor
	research_speed_factor = NCN_research_speed_factor
	production_factory_max_efficiency_factor = NCN_production_factory_max_efficiency_factor 
	global_building_slots_factor = NCN_global_building_slots_factor 
	monthly_population = NCN_monthly_population
	diplomacy_distance = NCN_diplomacy_distance
	send_volunteer_size = NCN_send_volunteer_size
	send_volunteer_factor = NCN_send_volunteer_factor
	weekly_manpower = NCN_weekly_manpower
	female_divisional_commander_chance = NCN_female_divisional_commander_chance
	conscription_factor = NCN_conscription_factor
	recon_factor = NCN_recon_factor
	modifier_army_sub_unit_police_infantry_max_org_factor  = NCN_modifier_army_sub_unit_police_infantry_max_org_factor 
	modifier_army_sub_unit_police_infantry_defence_factor = NCN_modifier_army_sub_unit_police_infantry_defence_factor
	political_power_factor = NCN_political_power_factor
	caps_income_modifier = NCN_caps_income_modifier
	evolution_income_source_modifier_1 = NCN_evolution_income_source_modifier_1
	conscription = NCN_conscription
	production_lack_of_resource_penalty_factor = NCN_production_lack_of_resource_penalty_factor
	consumer_goods_factor = NCN_consumer_goods_factor
	supply_node_range = NCN_supply_node_range
	modifier_army_sub_unit_infantry_max_org_factor = NCN_modifier_army_sub_unit_infantry_max_org_factor
	equipment_conversion_speed = NCN_equipment_conversion_speed
	line_change_production_efficiency_factor = NCN_line_change_production_efficiency_factor
	production_factory_start_efficiency_factor = NCN_production_factory_start_efficiency_factor
	experience_loss_factor = NCN_experience_loss_factor
	diplomacy_distance_factor = ncn_diplomacy_distance_factor
	caps_income_modifier = NCN_caps_income_modifier
	organization_floor_modifier_1 = NCN_organization_floor_modifier_1
	organization_floor_modifier_5 = NCN_organization_floor_modifier_5
	terrain_penalty_reduction = NCN_terrain_penalty_reduction
	experience_gain_army_factor = NCN_experience_gain_army_factor
	army_defence_factor = NCN_army_defence_factor
	army_attack_factor = NCN_army_attack_factor
	exodus_occupier_appeal = NCN_exodus_occupier_appeal
	exodus_national_appeal = NCN_exodus_national_appeal
	caps_country_trade_modifier  = NCN_caps_country_trade_modifier
	production_speed_buildings_factor = NCN_production_speed_buildings_factor
	equipment_capture = NCN_equipment_capture
	equipment_capture_factor = NCN_equipment_capture_fator
	army_strength_factor = NCN_army_strength_factor
	supply_factor = NCN_supply_factor
	army_org = NCN_army_org
	modifier_army_sub_unit_category_front_line_max_org_factor = NCN_modifier_army_sub_unit_category_front_line_max_org_factor
	caps_expense_modifier = NCN_caps_expense_modifier
	send_volunteers_tension = NCN_send_volunteers_tension
	female_random_operative_chance = NCN_female_random_operative_chance
	trade_opinion_factor = NCN_trade_opinion_factor
	special_forces_min = NCN_special_forces_min
	military_leader_cost_factor = NCN_military_leader_cost_factor
	special_forces_cap = NCN_special_forces_cap
	org_loss_at_low_org_factor = NCN_org_loss_at_low_org_factor 
	max_command_power = NCN_max_command_power
	production_factory_max_efficiency_factor = NCN_production_factory_max_efficiency_factor
		}
	