# Start Screen Messages
# Parameters:
#   trigger, a trigger with country which decides if this is a valid part. Empty will be treated as always=yes.
#   localization, a key to a localized string.
#	location, decides where this chunk of text is located in the description, cannot be negative.

### FIRST PARTS

part = {
	location = 0
	localization = "START_SCREEN_bd_origin_outside"

	trigger = {
		has_origin = bd_origin_outside
	}
}
part = {
	location = 0
	localization = "START_SCREEN_bd_origin_unlimited"

	trigger = {
		has_origin = bd_origin_unlimited
	}
}
part = {
	location = 0
	localization = "START_SCREEN_bd_origin_herald"

	trigger = {
		has_origin = bd_origin_herald
	}
}
part = {
	location = 0
	localization = "START_SCREEN_bd_origin_watcher"

	trigger = {
		has_origin = bd_origin_watcher 
	}
}