# Comprehensive Sandbox Control - Intelligence 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_intel = {
		law = yes
		use_list_view = yes

		csc_buff_intel_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_intel_low = {
			picture = generic_intel_bonus
			cost = 0
			removal_cost = -1
			cancel_if_invalid = no
			allowed = {
				csc_dlc_intel = yes
			}
			available = { csc_is_human_controlled = yes }
			ai_will_do = { factor = 0 }
			modifier = {
				decryption_factor = 0.25
				encryption_factor = 0.25
				intel_network_gain_factor = 0.25
				civilian_intel_factor = 0.25
				army_intel_factor = 0.25
				navy_intel_factor = 0.25
				airforce_intel_factor = 0.25
				intel_from_operatives_factor = 0.25
				operative_slot = 1
			}
		}

		csc_buff_intel_medium = {
			picture = generic_intel_bonus
			cost = 0
			removal_cost = -1
			cancel_if_invalid = no
			allowed = {
				csc_dlc_intel = yes
			}
			available = { csc_is_human_controlled = yes }
			ai_will_do = { factor = 0 }
			modifier = {
				decryption_factor = 0.5
				encryption_factor = 0.5
				intel_network_gain_factor = 0.5
				civilian_intel_factor = 0.5
				army_intel_factor = 0.5
				navy_intel_factor = 0.5
				airforce_intel_factor = 0.5
				intel_from_operatives_factor = 0.5
				operative_slot = 1
			}
		}

		csc_buff_intel_high = {
			picture = generic_intel_bonus
			cost = 0
			removal_cost = -1
			cancel_if_invalid = no
			allowed = {
				csc_dlc_intel = yes
			}
			available = { csc_is_human_controlled = yes }
			ai_will_do = { factor = 0 }
			modifier = {
				decryption_factor = 1
				encryption_factor = 1
				intel_network_gain_factor = 1
				civilian_intel_factor = 1
				army_intel_factor = 1
				navy_intel_factor = 1
				airforce_intel_factor = 1
				intel_from_operatives_factor = 1
				operative_slot = 2
			}
		}

		csc_buff_intel_extreme = {
			picture = generic_intel_bonus
			cost = 0
			removal_cost = -1
			cancel_if_invalid = no
			allowed = {
				csc_dlc_intel = yes
			}
			available = { csc_is_human_controlled = yes }
			ai_will_do = { factor = 0 }
			modifier = {
				decryption_factor = 2
				encryption_factor = 2
				intel_network_gain_factor = 2
				civilian_intel_factor = 2
				army_intel_factor = 2
				navy_intel_factor = 2
				airforce_intel_factor = 2
				intel_from_operatives_factor = 2
				operative_slot = 3
			}
		}

	}
}
