namespace = cwalert

# Unconditional reminder shown on every new game / save load. Wired from
# common/on_action/cw_game_start.txt (cwalert_setup_after_game_start_on_actions
# -> every_player -> trigger_event = cwalert.1).
#
# NOTE: a CK3 mod cannot detect whether the Crusader Wars launcher (.exe) is
# actually running or up to date — script is sandboxed (no process / file
# access at runtime). So this is an unconditional reminder, not a live check.
# The expected launcher version shown to the player is hard-coded in
# localization (cwalert.1.desc) and must be bumped there by hand on release.
cwalert.1 = {
	type = character_event
	title = cwalert.1.title
	desc = cwalert.1.desc
	theme = diplomacy

	left_portrait = {
		character = root
	}

	option = {
		name = cwalert.1.a
	}
}
