namespace = db_track_aok_event

#db_track_aok_event.0001:

db_track_aok_event.0001 = {
	type = character_event
	content_source = dlc_ek
	title = db_track_aok_event.0001.t
	
	desc = db_track_aok_event.0001.desc
	
	theme = dragon_soul
	
	override_background = { reference = dragon_fire }
	
	right_portrait = {
		character = scope:aok_current_owner
		animation = idle
	}
	
	artifact = {
		target = scope:target_aok
		position = lower_center_portrait
	}

	immediate = {
		if = {
			limit = {
				NOT = { has_artifact_claim = scope:target_aok }
			}
			root.house = {
				add_house_artifact_claim = scope:target_aok
			}
		}
	}

	option = {
		name = db_track_aok_event.0001.a
	}
}