#message_type = {
#	key = "CONSTRUCTION_MESSAGE_TYPE"						# Message key, used from code.
#	icon = "GFX_message_other_construction"					# Sprite to use for gui item "message_icon_button"
#	icon_frame = 1											# Frame index to use for gui item "message_frame"
#
#	name = "MESSAGE_DECLARE_WAR_TITLE"						# Localization key to use for title, if impty it will use "MESSAGE_<key>_TITLE instead.
#	sound = "advisor_notification_construction_complete"	# Sound to play on message creation
#
#	sound_is_advisor = yes									# Depricated and does nothing.
#	auto_opens = others										# Specifies if the message should be auto opened or not, valid: 'none', 'player', 'others' and 'all' (default: 'player). Some messages as events are ignoring this since thay have their own option.
#	ping = "ping_notification_green"						# Ping map to use for map visualization.
#}

message_type = {
	key = "AUTO_MEGA_MESSAGE_TYPE"
	icon = "GFX_message_megastructure_upgraded"
	icon_frame = 1

	name = "MESSAGE_MEGASTRUCTURE_UPGRADING_TITLE"
	sound = "notification"

	#auto_opens = others
	ping = "ping_notification_green"
}

message_type = {
	key = "AUTO_COLONY_MESSAGE_TYPE"
	icon = "GFX_message_colonization"
	icon_frame = 1

	name = "MESSAGE_AUTO_COLONY_STARTED_TITLE"
	sound = "notification"

	#auto_opens = others
	ping = "ping_notification_green"
}

message_type = {
	key = "AUTO_STARBASE_MESSAGE_TYPE"
	icon = "GFX_message_other_construction_spaceport"
	icon_frame = 1

	name = "MESSAGE_STARBASE_UPGRADING_TITLE"
	sound = "notification"

	#auto_opens = others
	ping = "ping_notification_green"
}

message_type = {
	key = "AUTO_TERRAFORM_MESSAGE_TYPE"
	icon = "GFX_message_terraforming"
	icon_frame = 1

	name = "MESSAGE_AUTO_TERRAFORM_STARTED_TITLE"
	sound = "notification"

	#auto_opens = others
	ping = "ping_notification_green"
}

message_type = {
	key = "AUTO_DECISION_MESSAGE_TYPE"
	icon = "GFX_message_status"
	icon_frame = 1

	name = "MESSAGE_AUTO_DECISION_CANCELLED_TITLE"
	sound = "notification"

	#auto_opens = others
	ping = "ping_notification_yellow"
}