﻿###DECISIONS LIST###

#decision_unite_the_western_slavs
#decision_unite_the_southern_slavs
#decision_unite_the_slavs
#decision_promote_hungarian_settlement
#decision_revive_magyar_paganism

unite_the_western_slavs_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_realm.dds"
	major = yes
	ai_check_interval = 120
	desc = unite_the_western_slavs_decision_desc

	is_shown = {
		has_culture_group = culture_group:west_slavic_group
		NOT = {
			is_target_in_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:unite_the_western_slavs_decision
			}
		}
	}

	is_valid = {
		has_culture_group = culture_group:west_slavic_group
		trigger_if = {
			limit = { title:k_poland = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land
			completely_controls = title:k_poland
		}
		trigger_if = {
			limit = { title:k_pomerania = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land
			completely_controls = title:k_pomerania
		}
		trigger_if = {
			limit = { title:k_bohemia = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land
			completely_controls = title:k_bohemia
		}
		trigger_if = {
			limit = { title:k_moravia = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land
			completely_controls = title:k_moravia
		}
		OR = {
			OR = {
				has_primary_title = title:k_poland
				has_primary_title = title:k_pomerania
				has_primary_title = title:k_bohemia
				has_primary_title = title:k_moravia
			}
			AND = {
				highest_held_title_tier = tier_empire
				OR = {
					has_title = title:k_poland
					has_title = title:k_pomerania
					has_title = title:k_bohemia
					has_title = title:k_moravia
				}
			}
		}
	}

	effect = {
		save_scope_as = western_slav_uniter

		show_as_tooltip = { unite_the_western_slavs_decision_effects = yes } #Actually applied in east_europe.0001 - prestige, laws, title, innovation effects

		#Events
		trigger_event = east_europe.0001
		every_player = {
			limit = {
				NOT = { this = scope:western_slav_uniter }
				is_within_diplo_range = { CHARACTER = scope:western_slav_uniter }
			}
			trigger_event = east_europe.0002
		}

		#Can only be done once
		add_to_global_variable_list = {
			name = unavailable_unique_decisions
			target = flag:unite_the_western_slavs_decision
		}
	}
	

	ai_potential = {
		always = yes
	}

	ai_will_do = {
		base = 100
	}
}


unite_the_southern_slavs_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_realm.dds"
	major = yes
	ai_check_interval = 120
	desc = unite_the_southern_slavs_decision_desc

	is_shown = {
		has_culture_group = culture_group:south_slavic_group
		NOT = {
			is_target_in_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:unite_the_southern_slavs_decision
			}
		}
	}

	is_valid = {
		has_culture_group = culture_group:south_slavic_group
		trigger_if = {
			limit = { title:k_croatia = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land
			completely_controls = title:k_croatia
		}
		trigger_if = {
			limit = { title:k_serbia = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land
			completely_controls = title:k_serbia
		}
		trigger_if = {
			limit = { title:k_bulgaria = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land
			completely_controls = title:k_bulgaria
		}
		trigger_if = {
			limit = { title:k_dacia = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land
			completely_controls = title:k_dacia #Wallachia
		}
		trigger_if = {
			limit = { title:k_moldavia = { any_in_de_jure_hierarchy = { tier = tier_county } } } #Has de jure land
			completely_controls = title:k_moldavia
		}
		OR = {
			has_primary_title = title:k_croatia
			has_primary_title = title:k_serbia
			has_primary_title = title:k_bulgaria
			has_primary_title = title:k_dacia
			has_primary_title = title:k_moldavia
		}
	}

	effect = {
		save_scope_as = southern_slav_uniter

		show_as_tooltip = { unite_the_southern_slavs_decision_effects = yes } #Actually applied in east_europe.0006 - prestige, laws, title, innovation effects

		#Events
		trigger_event = east_europe.0005
		every_player = {
			limit = {
				NOT = { this = scope:southern_slav_uniter }
				is_within_diplo_range = { CHARACTER = scope:southern_slav_uniter }
			}
			trigger_event = east_europe.0006
		}

		#Can only be done once
		add_to_global_variable_list = {
			name = unavailable_unique_decisions
			target = flag:unite_the_southern_slavs_decision
		}
	}
	

	ai_potential = {
		always = yes
	}

	ai_will_do = {
		base = 100
	}
}


unite_the_slavs_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_realm.dds"
	major = yes
	ai_check_interval = 120
	desc = unite_the_slavs_decision_desc

	is_shown = {
		OR = {
			has_culture_group = culture_group:west_slavic_group
			has_culture_group = culture_group:east_slavic_group
			has_culture_group = culture_group:south_slavic_group
		}
		NOT = {
			is_target_in_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:unite_the_slavs_decision
			}
		}
	}

	is_valid = {
		OR = {
			has_culture_group = culture_group:west_slavic_group
			has_culture_group = culture_group:east_slavic_group
			has_culture_group = culture_group:south_slavic_group
		}
		completely_controls_region = custom_slavia
		OR = {
			has_primary_title = title:e_russia
			has_primary_title = title:e_wendish_empire
			has_primary_title = title:e_carpathia
			has_primary_title = title:k_poland
			has_primary_title = title:k_pomerania
			has_primary_title = title:k_bohemia
			has_primary_title = title:k_moravia
			has_primary_title = title:k_croatia
			has_primary_title = title:k_serbia
			has_primary_title = title:k_bulgaria
			has_primary_title = title:k_dacia
			has_primary_title = title:k_moldavia
			has_primary_title = title:k_white_rus
			has_primary_title = title:k_galicia-volhynia
			has_primary_title = title:k_ruthenia
			has_primary_title = title:k_novgorod
			has_primary_title = title:k_permia
			has_primary_title = title:k_hungary
		}
	}

	effect = {
		save_scope_as = slav_uniter

		show_as_tooltip = { unite_the_slavs_decision_effects = yes } #Actually applied in east_europe.0010 - prestige, laws, title, innovation effects

		#Events
		trigger_event = east_europe.0010
		every_player = {
			limit = {
				NOT = { this = scope:slav_uniter }
				is_within_diplo_range = { CHARACTER = scope:slav_uniter }
			}
			trigger_event = east_europe.0011
		}

		#Can only happen once
		add_to_global_variable_list = {
			name = unavailable_unique_decisions
			target = flag:unite_the_slavs_decision
		}
	}


	cost = { gold = { value = 600 } }

	ai_potential = {
		always = yes
	}

	ai_will_do = {
		base = 100
	}
}


defenders_of_highgod_decision = {
	picture = "gfx/interface/illustrations/decisions/defenders_of_highgod.dds"
	major = yes
	ai_check_interval = 120
	desc = defenders_of_highgod_decision_desc

	is_shown = {
		OR = {
			faith = faith:baltic_pagan
			faith = faith:slavic_pagan
			faith = faith:finnish_pagan
		}
		#Only once per faith
		NOR = {
			AND = {
				faith = faith:baltic_pagan
				is_target_in_global_variable_list = {
					name = unavailable_unique_decisions
					target = flag:defenders_of_highgod_baltic_decision
				}
			}
			AND = {
				faith = faith:slavic_pagan
				is_target_in_global_variable_list = {
					name = unavailable_unique_decisions
					target = flag:defenders_of_highgod_slavic_decision
				}
			}
			AND = {
				faith = faith:finnish_pagan
				is_target_in_global_variable_list = {
					name = unavailable_unique_decisions
					target = flag:defenders_of_highgod_finnish_decision
				}
			}
		}
	}

	is_valid = {
		#Holds a holy site
		faith = {
			any_holy_site = {
				county.holder = root
			}
		}
		piety_level >= 3
 		#Have loyal powerful vassals
		trigger_if = {
			limit = {
				OR = {
					highest_held_title_tier = tier_county
					highest_held_title_tier = tier_duchy
				}
			}
			any_vassal = {
				count >= 3 #Counts/dukes need 3
				is_powerful_vassal = yes
				opinion = {
					target = root
					value >= high_positive_opinion
				}
			}
		}
		trigger_if = {
			limit = { highest_held_title_tier = tier_kingdom }
			any_vassal = {
				count >= 4 #Kings need 4
				is_powerful_vassal = yes
				opinion = {
					target = root
					value >= high_positive_opinion
				}
			}
		}
		trigger_if = {
			limit = { highest_held_title_tier = tier_empire }
			any_vassal = {
				count >= 5 #Emperor need 5
				is_powerful_vassal = yes
				opinion = {
					target = root
					value >= high_positive_opinion
				}
			}
		}
	}

	is_valid_showing_failures_only = {
		is_independent_ruler = yes
	}


	effect = {
		save_scope_as = defender_of_highgod

		show_as_tooltip = { defenders_of_highgod_decision_effects = yes } #Actually applied in east_europe.0010 - prestige, laws, title, innovation effects

		#Events
		if = {
			limit = {
				faith = {
					any_holy_site = {
						count > 1
						county.holder = root
					}
				}
			}	
			trigger_event = east_europe.0015
		}
		else = {
			faith = {
				random_holy_site = {
					limit = {
						county.holder = root
					}
					save_scope_as = holy_site
				}
			}
			trigger_event = east_europe.0016
		}
		#Event to every player (east_europe.0017) is actually send through east_europe.0016 to make sure the right holy site scope is set

		#Can only happen once per faith
		if = {
			limit = { faith = faith:baltic_pagan }
			add_to_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:defenders_of_highgod_baltic_decision
			}
		}
		else_if = {
			limit = { faith = faith:slavic_pagan }
			add_to_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:defenders_of_highgod_slavic_decision
			}
		}
		else_if = {
			limit = { faith = faith:finnish_pagan }
			add_to_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:defenders_of_highgod_finnish_decision
			}
		}
	}

	cost = { gold = { value = 100 } }

	ai_potential = {
		always = yes
	}

	ai_will_do = {
		base = 100
	}
}

#Hungary: historical re-settlement program.
promote_hungarian_settlement_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_realm.dds"

	desc = promote_hungarian_settlement_decision_desc
	selection_tooltip = promote_hungarian_settlement_decision_tooltip
	major = yes
	ai_goal = yes

	is_shown = {
		is_ruler = yes
		is_landed = yes
		culture_group = culture_group:magyar_group
		NOT = {  #Can only do it once.
			is_target_in_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_promoted_hungarian_settlement
			}
		}
		NOT = {  #Can only do either or.
			is_target_in_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_revived_magyar_paganism
			}
		}
		OR = {
			has_title = title:k_hungary
			has_title = title:e_carpathia
		}
		any_neighboring_top_liege_realm_owner = { #There are same reli neighboring Realms/Empires to take people from.
			religion = religion:christianity_religion
			count >= 2
		}
	}
	
	is_valid = {
		# Must be an Ecumenical Christian
		custom_description = {
  			text = promote_hungarian_settlement_decision_ecumenical_christian
			faith = { #Denomination of Faith must not be a heresy and must have some degree of control over its core regions.
				religion = religion:christianity_religion
				has_doctrine = special_doctrine_ecumenical_christian	
			}
		}
		
		#Must completely control the Carpathian Basin (Hungary De Jure)
		completely_controls = title:k_hungary

		# Capital is Hungarian culture group
		capital_province = { culture_group = culture_group:magyar_group }
	}

	is_valid_showing_failures_only = {
		is_capable_adult = yes
		is_imprisoned = no
		is_independent_ruler = yes
		is_at_war = no
	}

	cost = {
		prestige = 2000
		piety = 500
	}

	effect = {
		show_as_tooltip = {
			promote_hungarian_settlement_decision_scripted_effect = yes
		}
		trigger_event = {
			id = east_europe.0030
		}
		hidden_effect = {
			add_to_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_promoted_hungarian_settlement
			}
		}
	}
	
	ai_potential = {
		always = yes
	}

	ai_will_do = {
		base = 50
		ai_value_modifier = {
			ai_zeal = 1.0
			ai_greed = 1.0
		}
	}
}

#Hungary: a-historical return to paganism.
revive_magyar_paganism_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_major_religion.dds"

	desc = revive_magyar_paganism_decision_desc
	selection_tooltip = revive_magyar_paganism_decision_tooltip
	major = yes
	ai_check_interval = 0

	is_shown = {
		is_ruler = yes
		is_landed = yes
		culture_group = culture_group:magyar_group
		NOT = { culture = { has_cultural_era_or_later = culture_era_high_medieval } } #Should be done early.
		NOT = {  #Can only do it once.
			is_target_in_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_revived_magyar_paganism
			}
		}
		NOT = {  #Can only do either or.
			is_target_in_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_promoted_hungarian_settlement
			}
		}
		OR = {
			has_title = title:k_hungary
			has_title = title:e_carpathia
			liege = { has_title = title:k_hungary }
			liege = { has_title = title:e_carpathia }
		}
		has_government = feudal_government
		#Christian reverting back to roots.
		faith.religion = faith:catholic.religion
	}
	
	is_valid = {
		piety_level >= 3
		piety >= 2000
		capital_province = { culture_group = culture_group:magyar_group }
		#Must control core provinces:
		completely_controls = title:d_visegrad
		completely_controls = title:d_nyitra
		completely_controls = title:d_ungvar
		completely_controls = title:d_transcarpathia
		completely_controls = title:d_bihar
		completely_controls = title:d_somogy
		completely_controls = title:d_gyor
		completely_controls = title:d_transylvania
		completely_controls = title:d_bacs
		completely_controls = title:d_temes
		completely_controls = title:d_syrmia
		#Must have basic innovation:
		root.culture = {
			has_innovation = innovation_royal_prerogative
		}
	}

	is_valid_showing_failures_only = {
		is_capable_adult = yes
		is_imprisoned = no
		is_at_war = no
	}

	cost = {
		piety = 2000
	}

	effect = {
		show_as_tooltip = {
			revive_magyar_paganism_decision_scripted_effect = yes
		}
		trigger_event = {
			id = east_europe.0032
		}
		hidden_effect = {
			add_to_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_revived_magyar_paganism
			}
		}
	}
	
	ai_potential = {
		always = no
	}
}

#################################
# Found the Kingdom of Bosnia	#
# by Ewan Cowhig Croft			#
#################################
found_kingdom_of_bosnia_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
	major = yes

	ai_check_interval = 120

	desc = found_kingdom_of_bosnia_decision_desc
	selection_tooltip = found_kingdom_of_bosnia_decision_tooltip

	is_shown = {
		is_ruler = yes
		is_landed = yes
		exists = dynasty
		OR = {
			#Must be a Serb or Croat within the Bosnian highlands.
			AND = {
				OR = {
					culture = culture:serbian
					culture = culture:croatian
				}
				capital_county = {
					OR = {
						this = title:c_vodica
						this = title:c_pset
						this = title:c_vrbas
						this = title:c_donjikraji
						this = title:c_usora
						this = title:c_rama
						this = title:c_soli
						this = title:c_vhrbosna
						this = title:c_zavrsje
						this = title:c_zachlumia
						this = title:c_pagania
					}
				}
			}
			#Or just be Bosnian.
			culture = culture:bosnian
		}
		NOT = {	#You can only do it once.
			is_target_in_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_founded_kingdom_of_bosnia
			}
		}
		OR = {
			has_government = feudal_government
			has_government = clan_government
		}
		highest_held_title_tier <= tier_duchy
	}

	is_valid = {
		#You must have sufficient clout.
		is_independent_ruler = yes
		dynasty.dynasty_prestige_level >= medium_dynasty_prestige_level

		#You must control the kingdom's heartlands.
		has_title = title:d_bosna
		has_title = title:d_usora
		completely_controls = title:d_bosna
		completely_controls = title:d_usora

		#You must be sufficiently advanced to conceive of having a separate kingdom, rather than being Croatian or Serbian.
		culture = { has_cultural_era_or_later = culture_era_early_medieval }
	}

	is_valid_showing_failures_only = {
		is_available_adult = yes
	}

	effect = {
		save_scope_as = founder
		show_as_tooltip = { found_kingdom_of_bosnia_decision_scripted_effect = yes }
		trigger_event = { id = east_europe.0101 }
		#Notify other players.
		every_player = {
			limit = {
				NOT = { this = scope:founder }
				top_liege = {
					OR = {
						this = scope:founder
						any_neighboring_and_across_water_top_liege_realm_owner = { this = scope:founder }
					}
				}
			}
			trigger_event = east_europe.0102
		}
		hidden_effect = {
			add_to_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_founded_kingdom_of_bosnia
			}
		}
	}

	cost = {
		gold = 300
		prestige = 200
	}

	ai_potential = {
		always = yes
	}

	ai_will_do = {
		base = 100
	}
}

#################################
# Accuse the Krstjani of Heresy	#
# by Ewan Cowhig Croft			#
#################################
accuse_krstjani_of_heresy_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_major_religion.dds"
	major = yes

	ai_check_interval = 120

	desc = accuse_krstjani_of_heresy_decision_desc
	selection_tooltip = accuse_krstjani_of_heresy_decision_tooltip

	is_shown = {
		is_independent_ruler = yes
		is_landed = yes
		exists = dynasty
		#Gotta be an ecumenical Christian...
		faith = {
			religion_tag = christianity_religion
			has_doctrine = special_doctrine_ecumenical_christian
		}
		#... with an existing Head of Faith.
		exists = faith.religious_head
		#Shouldn't be possible, but, just in case: you also can't be a Krstjani yourself.
		NOT = { faith = faith:bosnian_church }
		#The world mustn't already consider the Krstjani to be heretics.
		faith:bosnian_church = { has_doctrine = special_doctrine_ecumenical_christian }
		#Aaaaand you need an independent Krstjani neighbour of at least a notable level (i.e., at least the size of a fully-independent d_bosnia).
		any_neighboring_top_liege_realm = { accuse_krstjani_of_heresy_decision_suitable_krstjani_realm_trigger = yes }
		NOT = {	#It mustn't have been done recently (this is removed in a hidden cooldown event after the chain is finished, if it fails).
			is_target_in_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_krstjani_accused_of_heresy
			}
		}
		#Should always be a playable government, ideally.
		OR = {
			has_government = feudal_government
			has_government = clan_government
		}
	}

	is_valid = {
		#You must have sufficient clout.
		piety_level >= high_piety_level
		highest_held_title_tier >= tier_duchy
	}

	is_valid_showing_failures_only = {
		is_available_adult = yes
		NOT = { has_trait = excommunicated }
	}

	effect = {
		save_scope_as = accuser
		faith.religious_head = { save_scope_as = hof }
		random_neighboring_top_liege_realm = {
			limit = { accuse_krstjani_of_heresy_decision_suitable_krstjani_realm_trigger = yes }
			holder = { save_scope_as = heretic }
		}
		custom_tooltip = accuse_krstjani_of_heresy_flavour_effect.tt
		#Begin the chain.
		trigger_event = { id = east_europe.0111 }
		hidden_effect = {
			add_to_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_krstjani_accused_of_heresy
			}
		}
	}

	cost = {
		piety = major_piety_value
	}

	ai_potential = {
		always = yes
	}

	ai_will_do = {
		base = 50
		#Weight up for zealous characters.
		modifier = {
			add = 25
			has_trait = zealous
		}
		#Ironically, weight up for cynical characters: they stand to gain the most.
		modifier = {
			add = 15
			has_trait = cynical
		}
		#Mildly weight up crusaders, who would be more likely to see/look for heresy.
		modifier = {
			add = 10
			has_trait = faith_warrior
		}
		#Mildly weight up order members, who would be more likely to see/look for heresy.
		modifier = {
			add = 10
			has_trait = order_member
		}
		#Mildly weight up theologians, who would understand the theological problems of their neighbours best.
		modifier = {
			add = 10
			has_trait = theologian
		}
		#Exempt if any friend is Krstjani.
		modifier = {
			add = -100
			any_relation = {
				type = friend
				faith = faith:bosnian_church
			}
		}
		#Exempt if any lover is Krstjani.
		modifier = {
			add = -100
			any_relation = {
				type = lover
				faith = faith:bosnian_church
			}
		}
		#Exempt if any formal partner (spouse or concubine) is Krstjani.
		modifier = {
			add = -100
			any_consort = { faith = faith:bosnian_church }
		}
		#Exempt if any ally is Krstjani.
		modifier = {
			add = -100
			any_ally = { faith = faith:bosnian_church }
		}
		#Exempt the HRE: they're not fussed about some remote Balkan peasants.
		modifier = {
			add = -100
			any_held_title = { this = title:e_hre }
		}
		#Exempt the ERE: they almost certainly have bigger fish to fry.
		modifier = {
			add = -100
			any_held_title = { this = title:e_byzantium }
		}
		#Exempt characters who are at war: they're too busy.
		modifier = {
			add = -100
			is_at_war = yes
		}
	}
}

#####################################
# Last Gasp of the Great Migrations	#
# by Ewan Cowhig Croft				#
#####################################
launch_hungarian_migration_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
	major = yes

	ai_check_interval = 60

	desc = launch_hungarian_migration_decision_desc
	selection_tooltip = launch_hungarian_migration_decision_tooltip

	is_shown = {
		is_ruler = yes
		is_landed = yes
		exists = dynasty
		#Either be independent, or else not beneath another Mogyer.
		OR = {
			is_independent_ruler = yes
			liege = { culture = culture:mogyer }
		}
		#Must be a steppe Hungarian.
		culture = culture:mogyer
		#Must not already control a large chunk of Pannonia.
		NOT = {
			any_county_in_region = {
				region = custom_hungary
				count >= 12
				OR = {
					holder = root
					holder = {
						any_liege_or_above = { this = root }
					}
				}
			}
		}
		#You can only do it once.
		NOT = {
			is_target_in_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_launched_hungarian_migration
			}
		}
		#And the moment for the migration must not have passed.
		current_date <= 911.1.1
	}

	is_valid = {
		#An emperor does not voluntarily lose a tier.
		highest_held_title_tier <= tier_kingdom
		#Cannot be a settled people.
		has_government = tribal_government
		#Reshow this here so that players realise they're on a timer.
		custom_description = {
			text = launch_hungarian_migration_decision_before_last_date
			current_date <= 911.1.1
		}
	}

	is_valid_showing_failures_only = {
		is_available_adult = yes
		#Can't be fighting elsewhere.
		is_at_war = no
	}

	effect = {
		save_scope_as = invader
		custom_tooltip = launch_hungarian_migration_decision_flavour_effect
		add_character_flag = undertaking_hungarian_migration
		trigger_event = east_europe.0141
		hidden_effect = {
			add_to_global_variable_list = {
				name = unavailable_unique_decisions
				target = flag:flag_launched_hungarian_migration
			}
		}
	}

	cost = {
		#Charge a reasonable lump of prestige.
		prestige = 1000
	}

	ai_potential = {
		#AI decision making is governed via event.
		always = no
	}

	ai_will_do = {
		#AI decision making is governed via event.
		base = 0
	}
}