# Comprehensive Sandbox Control - Manpower & Population buff family
# Generated for Task 8. Law-style slot, five tiers (Off default, ai_will_do 0,
# free switching). Values from docs/cheat-catalog.md Section 1.

ideas = {
	csc_buff_manpower = {
		law = yes
		use_list_view = yes

		csc_buff_manpower_off = {
			picture = unknown
			default = yes
			cost = 0
			removal_cost = -1
			cancel_if_invalid = no
			allowed = { always = yes }
			available = { csc_is_human_controlled = yes }
			ai_will_do = { factor = 0 }
		}

		csc_buff_manpower_low = {
			picture = generic_manpower_bonus
			cost = 0
			removal_cost = -1
			cancel_if_invalid = no
			allowed = { always = yes }
			available = { csc_is_human_controlled = yes }
			ai_will_do = { factor = 0 }
			modifier = {
				conscription = 0.05
				conscription_factor = 0.25
				monthly_population = 0.5
			}
		}

		csc_buff_manpower_medium = {
			picture = generic_manpower_bonus
			cost = 0
			removal_cost = -1
			cancel_if_invalid = no
			allowed = { always = yes }
			available = { csc_is_human_controlled = yes }
			ai_will_do = { factor = 0 }
			modifier = {
				conscription = 0.1
				conscription_factor = 0.5
				monthly_population = 1
			}
		}

		csc_buff_manpower_high = {
			picture = generic_manpower_bonus
			cost = 0
			removal_cost = -1
			cancel_if_invalid = no
			allowed = { always = yes }
			available = { csc_is_human_controlled = yes }
			ai_will_do = { factor = 0 }
			modifier = {
				conscription = 0.25
				conscription_factor = 1
				monthly_population = 2
			}
		}

		csc_buff_manpower_extreme = {
			picture = generic_manpower_bonus
			cost = 0
			removal_cost = -1
			cancel_if_invalid = no
			allowed = { always = yes }
			available = { csc_is_human_controlled = yes }
			ai_will_do = { factor = 0 }
			modifier = {
				conscription = 0.5
				conscription_factor = 2
				monthly_population = 5
			}
		}

	}
}
