aMoreXP_rule_bonusXP = {
	name = "aMoreXP_rule_bonusXP_slot"
	group = "AMOREXP_RULE_GROUP_moreXP"
	icon = GFX_decision_generic_military
	option = {
		name = "MEDIUM_BONUS"
		text = "AMOREXP_RULE_OPTION_MEDIUM_BONUS"
		desc = "AMOREXP_RULE_OPTION_MEDIUM_BONUS_desc"
		allow_achievements = yes
	}
	option = {
		name = "SMALL_BONUS"
		text = "AMOREXP_RULE_OPTION_SMALL_BONUS"
		desc = "AMOREXP_RULE_OPTION_SMALL_BONUS_desc"
		allow_achievements = yes
	}
	option = {
		name = "LARGE_BONUS"
		text = "AMOREXP_RULE_OPTION_LARGE_BONUS"
		desc = "AMOREXP_RULE_OPTION_LARGE_BONUS_desc"
		allow_achievements = yes
	}
	option = {
		name = "NO_XP_BONUS"
		text = "AMOREXP_RULE_OPTION_NO_XP_BONUS"
		desc = "AMOREXP_RULE_OPTION_NO_XP_BONUS_desc"
		allow_achievements = yes
	}
}

aMoreXP_rule_cheaperAdvisors = {
	name = "aMoreXP_rule_cheaperAdvisors_slot"
	group = "AMOREXP_RULE_GROUP_moreXP"
	icon = GFX_decision_generic_army_support
	option = {
		name = "CHEAPER_ADVISORS"
		text = "AMOREXP_RULE_OPTION_CHEAPER_ADVISORS"
		desc = "AMOREXP_RULE_OPTION_CHEAPER_ADVISORS_desc"
		allow_achievements = yes
	}
	option = {
		name = "MUCH_CHEAPER_ADVISORS"
		text = "AMOREXP_RULE_OPTION_MUCH_CHEAPER_ADVISORS"
		desc = "AMOREXP_RULE_OPTION_MUCH_CHEAPER_ADVISORS_desc"
		allow_achievements = yes
	}
	option = {
		name = "NOT_CHEAPER_ADVISORS"
		text = "AMOREXP_RULE_OPTION_NOT_CHEAPER_ADVISORS"
		desc = "AMOREXP_RULE_OPTION_NOT_CHEAPER_ADVISORS_desc"
		allow_achievements = yes
	}
}

aMoreXP_rule_playerOnly = {
	name = "aMoreXP_rule_playerOnly_slot"
	group = "AMOREXP_RULE_GROUP_moreXP"
	#icon = GFX_decision_generic_army_support
	option = {
		name = "PLAYER_ONLY"
		text = "AMOREXP_RULE_OPTION_PLAYER_ONLY"
		desc = "AMOREXP_RULE_OPTION_PLAYER_ONLY_desc"
		allow_achievements = yes
	}
	option = {
		name = "EVERYONE"
		text = "AMOREXP_RULE_OPTION_EVERYONE"
		desc = "AMOREXP_RULE_OPTION_EVERYONE_desc"
		allow_achievements = yes
	}
}