﻿namespace = regula_tradition
# 0000-0999: Eligibility events
# 1000-1999: Magister events
# 2000-2999: Generic events

######################################################
# ELIGIBILITY EVENTS
# 0000-0999
######################################################


regula_tradition.1001 = { # Combat Pillar
	type = character_event
	title = regula_tradition.1001.t
	desc = regula_tradition.1001.desc

	theme = regula_theme
	override_background = {
		event_background = battlefield
	}
	right_portrait = {
		character = global_var:magister_character
		animation = personality_bold
	}
	
	immediate = {
		hidden_effect = {
			global_var:magister_character.culture = {
				set_culture_pillar = martial_custom_regula
			}
		}
		global_var:magister_character = {
			add_character_modifier = {
				modifier = martial_custom_regula_implemented
				years = 10
			}
		}
	}

	option = { # Great!
		name = regula_tradition.1001.a
	}

	after = {
	}
}
