﻿namespace = legitimacy_events

############################
## Legitimacy Maintenance Events
## 0001-1000
## by Joe Parkin
############################

# legitimacy_events.0001 - Debug event for testing base legitimacy values with breakdowns of sources

legitimacy_events.0001 = {	
	type = character_event
	title = LOREM_IPSUM_TITLE
	desc = LOREM_IPSUM_DESCRIPTION
	theme = realm
	orphan = yes
	left_portrait = root

	trigger = {
		exists = dynasty
		# Exclude unplayable for now
		NOR = {
			government_has_flag = government_is_republic
			government_has_flag = government_is_theocracy
		}
	}

	option = {
		add_legitimacy = base_legitimacy_value
		custom_tooltip = base_legitimacy_debug_tt
	}
}
