﻿Open_InterstGroupCheat_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		NOT = { has_variable = InterstGroupCheat_variable }
		NOT = { has_variable = Open_AnyCheat_Decision_variable }
	}
	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = InterstGroupCheat_variable
		set_variable = Open_AnyCheat_Decision_variable
	}
}
Close_InterstGroupCheat_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_variable = Open_AnyCheat_Decision_variable
	}
	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		remove_variable = InterstGroupCheat_variable
		remove_variable = Open_AnyCheat_Decision_variable
	}
}

InterstGroupCheat_IncreaseVar_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		if = {
			limit = {
				NOT = { has_global_variable = DC_InterstGroup_var }
			}
			set_global_variable = {
				name = DC_InterstGroup_var
				value = 1
			}
		}
		else = {
			change_global_variable = {
				name = DC_InterstGroup_var
				add = 1
			}
		}
	}
} 
InterstGroupCheat_DecreaseVar_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		if = {
			limit = {
				has_global_variable = DC_InterstGroup_var
			}
			change_global_variable = {
				name = DC_InterstGroup_var
				subtract = 1
			}
		}
	}
} 

InterstGroupCheat_AddAllApprovalModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { has_modifier = DecisionCheatInterestGroup_all_approval_Modifier }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		if = {
			limit = {
				has_global_variable = DC_InterstGroup_var
			}
			add_enactment_modifier = {
				name = DecisionCheatInterestGroup_all_approval_Modifier
				multiplier = global_var:DC_InterstGroup_var
			}
		}
		else = {
			add_enactment_modifier = {
				name = DecisionCheatInterestGroup_all_approval_Modifier
			}
		}
	}
} 
InterstGroupCheat_RemoveAllApprovalModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_modifier = DecisionCheatInterestGroup_all_approval_Modifier
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		remove_enactment_modifier = DecisionCheatInterestGroup_all_approval_Modifier
	}
} 

InterstGroupCheat_AddInGovernmentApprovalModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { has_modifier = DecisionCheatInterestGroup_in_government_approval_Modifier }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		if = {
			limit = {
				has_global_variable = DC_InterstGroup_var
			}
			add_enactment_modifier = {
				name = DecisionCheatInterestGroup_in_government_approval_Modifier
				multiplier = global_var:DC_InterstGroup_var
			}
		}
		else = {
			add_enactment_modifier = {
				name = DecisionCheatInterestGroup_in_government_approval_Modifier
			}
		}
	}
} 
InterstGroupCheat_RemoveInGovernmentApprovalModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_modifier = DecisionCheatInterestGroup_in_government_approval_Modifier
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		remove_enactment_modifier = DecisionCheatInterestGroup_in_government_approval_Modifier
	}
} 

InterstGroupCheat_AddInOppostionApprovalModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { has_modifier = DecisionCheatInterestGroup_in_opposition_approval_Modifier }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		if = {
			limit = {
				has_global_variable = DC_InterstGroup_var
			}
			add_enactment_modifier = {
				name = DecisionCheatInterestGroup_in_opposition_approval_Modifier
				multiplier = global_var:DC_InterstGroup_var
			}
		}
		else = {
			add_enactment_modifier = {
				name = DecisionCheatInterestGroup_in_opposition_approval_Modifier
			}
		}
	}
} 
InterstGroupCheat_RemoveInOppostionApprovalModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_modifier = DecisionCheatInterestGroup_in_opposition_approval_Modifier
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		remove_enactment_modifier = DecisionCheatInterestGroup_in_opposition_approval_Modifier
	}
} 

###############################
InterstGroupCheat_SelectGroup_ig_armed_forces_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { DC_CheckSelectInterstGroupMarkVariable_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = DC_MarkInterstGroup_ig_armed_forces
	}
} 
InterstGroupCheat_RemoveSelectGroup_ig_armed_forces_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_variable = DC_MarkInterstGroup_ig_armed_forces
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_MarkInterstGroupClrVariable_effect = yes
	}
} 

InterstGroupCheat_SelectGroup_ig_devout_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { DC_CheckSelectInterstGroupMarkVariable_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = DC_MarkInterstGroup_ig_devout
	}
} 
InterstGroupCheat_RemoveSelectGroup_ig_devout_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_variable = DC_MarkInterstGroup_ig_devout
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_MarkInterstGroupClrVariable_effect = yes
	}
} 

InterstGroupCheat_SelectGroup_ig_industrialists_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { DC_CheckSelectInterstGroupMarkVariable_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = DC_MarkInterstGroup_ig_industrialists
	}
} 
InterstGroupCheat_RemoveSelectGroup_ig_industrialists_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_variable = DC_MarkInterstGroup_ig_industrialists
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_MarkInterstGroupClrVariable_effect = yes
	}
} 

InterstGroupCheat_SelectGroup_ig_intelligentsia_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { DC_CheckSelectInterstGroupMarkVariable_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = DC_MarkInterstGroup_ig_intelligentsia
	}
} 
InterstGroupCheat_RemoveSelectGroup_ig_intelligentsia_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_variable = DC_MarkInterstGroup_ig_intelligentsia
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_MarkInterstGroupClrVariable_effect = yes
	}
} 

InterstGroupCheat_SelectGroup_ig_landowners_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { DC_CheckSelectInterstGroupMarkVariable_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = DC_MarkInterstGroup_ig_landowners
	}
} 
InterstGroupCheat_RemoveSelectGroup_ig_landowners_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_variable = DC_MarkInterstGroup_ig_landowners
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_MarkInterstGroupClrVariable_effect = yes
	}
} 

InterstGroupCheat_SelectGroup_ig_petty_bourgeoisie_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { DC_CheckSelectInterstGroupMarkVariable_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = DC_MarkInterstGroup_ig_petty_bourgeoisie
	}
} 
InterstGroupCheat_RemoveSelectGroup_ig_petty_bourgeoisie_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_variable = DC_MarkInterstGroup_ig_petty_bourgeoisie
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_MarkInterstGroupClrVariable_effect = yes
	}
} 

InterstGroupCheat_SelectGroup_ig_rural_folk_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { DC_CheckSelectInterstGroupMarkVariable_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = DC_MarkInterstGroup_ig_rural_folk
	}
} 
InterstGroupCheat_RemoveSelectGroup_ig_rural_folk_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_variable = DC_MarkInterstGroup_ig_rural_folk
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_MarkInterstGroupClrVariable_effect = yes
	}
} 

InterstGroupCheat_SelectGroup_ig_trade_unions_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		NOT = { DC_CheckSelectInterstGroupMarkVariable_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		set_variable = DC_MarkInterstGroup_ig_trade_unions
	}
} 
InterstGroupCheat_RemoveSelectGroup_ig_trade_unions_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		has_variable = DC_MarkInterstGroup_ig_trade_unions
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_MarkInterstGroupClrVariable_effect = yes
	}
} 

InterstGroupCheat_AddPolStrMultModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
		NOT = { DC_Check_InterstGroup_PolStr_Modifier_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_InterstGroup_add_pol_modifier = yes
	}
} 
InterstGroupCheat_RemovePolStrMultModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
		DC_Check_InterstGroup_PolStr_Modifier_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_InterstGroup_remove_pol_modifier = yes
	}
} 

InterstGroupCheat_AddOneApprovalModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
		NOT = { DC_Check_InterstGroup_OneApproval_Modifier_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_InterstGroup_add_approval_modifier = yes
	}
} 
InterstGroupCheat_RemoveOneApprovalModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
		DC_Check_InterstGroup_OneApproval_Modifier_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_InterstGroup_remove_approval_modifier = yes
	}
} 


InterstGroupCheat_AddOnePopAttractionModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
		NOT = { DC_Check_InterstGroup_OnePopAttraction_Modifier_trigger = yes }
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_InterstGroup_add_pop_attraction_modifier = yes
	}
} 
InterstGroupCheat_RemoveOnePopAttractionModifier_Decision = {
	is_shown = {
		has_variable = openCheatDecision_variable
		has_variable = InterstGroupCheat_variable
		DC_CheckSelectInterstGroupMarkVariable_trigger = yes
		DC_Check_InterstGroup_OnePopAttraction_Modifier_trigger = yes
	}

	possible = {

	}

	ai_chance = {
		value = 0
    }
	when_taken = {
		DC_InterstGroup_remove_pop_attraction_modifier = yes
	}
} 

























