﻿###| Harthgate Historical Artifact Creation Events for Estates and Adventurers |###

###| Credits |###

#: Developed by Edgar Harthgate

###| End of Credits |###

###| Table of Contents |###													###| Status |###	###| Quick Link |###

#: 001: Historical Artifacts: 867											#: Building			artifact_creation_effects_historical_artifacts_867

###| 001: Historical Artifacts: 867 |###									###| Status |###	###| artifact_creation_events_historical_artifacts_867 |###
#: harthgate_historical_artifacts_867.0001									#: Building
	#: harthgate_artifact_creation_effect_crown_scarlet_flame				#: Building
	#: harthgate_artifact_creation_effect_honored_akolouthos_blade			#: Building
	#: harthgate_artifact_creation_effect_hrodulfingr_banner_and_lexicon	#: Building
	#: harthgate_artifact_creation_effect_notes_of_agnes_hueber				#: Building


###| End of Table of Contents |###

###| 001: Historical Artifacts: 867 |###    ###| artifact_creation_events_historical_artifacts_867 |###

namespace = harthgate_historical_artifacts_867

harthgate_historical_artifacts_867.0001 = {

	scope = none
	hidden = yes

	immediate = {
	
		###| Crown of Scarlet Flame |###
		if = {
			limit = {
				has_game_rule = harthgate_estates_and_adventurers_generate_artifacts
				current_date < 868.1.1
				has_dlc_feature = roads_to_power
			}
			title:d_adventurer_camp_keszycki.holder = {											###|: Enabled. Disable if you intend to play as landed from the start.
				harthgate_artifact_creation_effect_crown_scarlet_flame = { OWNER = this }
			}
			#title:c_krakowska.holder = {														###|: Disabled. Enable if you intend to play as landed from the start.
			#	harthgate_artifact_creation_effect_crown_scarlet_flame = { OWNER = this }
			#}
		}
		
		###| Honored Akolouthos' Blade |###
		if = {
			limit = {
				has_game_rule = harthgate_estates_and_adventurers_generate_artifacts
				current_date < 868.1.1
				has_dlc_feature = roads_to_power
			}
			title:d_adventurer_camp_hrodulfingr.holder = {
				harthgate_artifact_creation_effect_honored_akolouthos_blade = { OWNER = this }
			}
		}
		
		###| Hrodulfingr Banner and Lexicon |###
		if = {
			limit = {
				has_game_rule = harthgate_estates_and_adventurers_generate_artifacts
				current_date = 867.1.1
				has_dlc_feature = roads_to_power
			}
			title:d_adventurer_camp_hrodulfingr.holder = {
				harthgate_artifact_creation_effect_hrodulfingr_banner_and_lexicon = { OWNER = this }
			}
		}

		###| Noble Decorum and Legacy |###
		if = {
			limit = {
				has_game_rule = harthgate_estates_and_adventurers_generate_artifacts
				current_date < 868.1.1
				has_dlc_feature = roads_to_power
			}
			title:d_adventurer_camp_stoltz.holder = {
				harthgate_artifact_creation_effect_notes_of_agnes_hueber = { OWNER = this }
			}
		}
	}
}
		