﻿#            | existing country | releasing a country | country formation |
# |==========|==================|=====================|===================|
# |root      | definition       | definition          | definition        |
# |----------|------------------|---------------------|-------------------|
# |target    | country          | N/A                 | N/A               |
# |----------|------------------|---------------------|-------------------|
# |initiator | N/A              | player              | player            |
# |----------|------------------|---------------------|-------------------|
# |actor     | country          | player              | player            |
# |----------|------------------|---------------------|-------------------|
# |          | country's        |                     | player's          |
# |overlord  | direct overlord  | player              | direct overlord   |
# |          | if it exists     |                     | if it exists      |
# |----------|------------------|---------------------|-------------------|

### scope is COUNTRY ###

coa_def_uzbekistan_flag_trigger = {
	exists = scope:actor
	scope:actor = {
		#has_law = law_type:law_monarchy
		was_formed_from = MAI
		}
	}
	
	coa_def_durrani_flag_trigger = {
	exists = scope:actor
	scope:actor = {
		has_law = law_type:law_monarchy
		was_formed_from = HER
		}
	}
	
