greetings = {

	### AI Personality Greetings
	# WL_lv_motherly_hive_mind 
	
	WL_LV_MH_FRIENDLY_COLOSSUS_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			any_owned_ship = { is_ship_size = colossus }
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
				is_protective_to = FROM
			}
		}
	}
	WL_LV_MH_HOSTILE_COLOSSUS_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			any_owned_ship = { is_ship_size = colossus }
			OR = {
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
		}
	}
	
	WL_LV_MH_FRIENDLY_COLOSSUS_REACT_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			FROM = {
				any_owned_ship = { is_ship_size = colossus }
			}
			NOT = {
				any_owned_ship = { is_ship_size = colossus }
			}
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
				is_protective_to = FROM
			}
		}
	}

	WL_LV_MH_HOSTILE_COLOSSUS_REACT_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			from = {
				any_owned_ship = { is_ship_size = colossus }
			}
			NOT = {
				any_owned_ship = { is_ship_size = colossus }
			}
			OR = {
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
		}
	}
###################

	WL_LV_MH_FEDERATION_GREETING_01 = {
		weight = {
			weight = 10
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_in_federation_with = FROM
			NOR = {
				is_at_war_with = FROM
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
		}
	}
	
	WL_LV_MH_FEDERATION_GREETING_02 = {
		weight = {
			weight = 10
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_in_federation_with = FROM
			NOR = {
				is_at_war_with = FROM
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
		}
	}
	WL_LV_MH_FEDERATION_GREETING_03 = {
		weight = {
			weight = 10
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_in_federation_with = FROM
			NOR = {
				is_at_war_with = FROM
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
		}
	}
	
	
	WL_LV_MH_FEDERATION_GREETING_04 = {
		weight = {
			weight = 10
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_federation_leader = yes
			is_in_federation_with = FROM
			NOR = {
				is_at_war_with = FROM
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
		}
	}
	
	WL_LV_MH_FEDERATION_GREETING_05 = {
		weight = {
			weight = 10
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_federation_leader = yes
			is_in_federation_with = FROM
			NOR = {
				is_at_war_with = FROM
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
		}
	}
	
###################

	WL_LV_MH_GUAR_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_guaranteeing = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	
	WL_LV_MH_GUAR_GREETING_02 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_guaranteeing = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	
	WL_LV_MH_GUAR_GREETING_03 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_guaranteeing = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	
###################
	
	WL_LV_MH_RIVAL_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_rival = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	
	WL_LV_MH_RIVAL_GREETING_02 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_rival = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	
	WL_LV_MH_HOSTILE_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_HOSTILE_GREETING_02 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_HOSTILE_GREETING_03 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_DOMINEERING_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_domineering_to = FROM
				FROM = {
					overlord = { is_same_value = ROOT }
				}
			}
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
			}
			NOR = {
				is_protective_to = FROM
				is_at_war_with = FROM
			}
		}
	}
	WL_LV_MH_DOMINEERING_GREETING_02 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_domineering_to = FROM
				FROM = {
					overlord = { is_same_value = ROOT }
				}
			}
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
			}
			NOR = {
				is_protective_to = FROM
				is_at_war_with = FROM
			}
		}
	}
	WL_LV_MH_DOMINEERING_GREETING_03 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_domineering_to = FROM
				FROM = {
					overlord = { is_same_value = ROOT }
				}
			}
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
			}
			NOR = {
				is_protective_to = FROM
				is_at_war_with = FROM
			}
		}
	}
	WL_LV_MH_DOMINEERING_GREETING_04 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_domineering_to = FROM
				FROM = {
					overlord = { is_same_value = ROOT }
				}
			}
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
				is_protective_to = FROM
			}
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_DOMINEERING_GREETING_05 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_domineering_to = FROM
				FROM = {
					overlord = { is_same_value = ROOT }
				}
			}
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
				is_protective_to = FROM
			}
			NOT = { is_at_war_with = FROM }
		}
	}
	
	WL_LV_MH_DOMINEERING_GREETING_06 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_domineering_to = FROM
				FROM = {
					overlord = { is_same_value = ROOT }
				}
			}
			OR = {
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
			NOR = {
				is_at_war_with = FROM
				is_friendly_to = FROM
				is_cordial_to = FROM
				is_protective_to = FROM
			}
		}
	}
	
	WL_LV_MH_DOMINEERING_GREETING_07 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_domineering_to = FROM
				FROM = {
					overlord = { is_same_value = ROOT }
				}
			}
			OR = {
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
			NOR = {
				is_at_war_with = FROM
				is_friendly_to = FROM
				is_cordial_to = FROM
				is_protective_to = FROM
			}
		}
	}
	
#############################
	WL_LV_MH_NEUTRAL_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_02 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_03 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_04 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_05 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_06 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = HUM }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_07 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = HUM }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_08 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = MAM }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_09 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = MAM }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_10 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = REP }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_11 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = REP }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_12 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = AVI }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_13 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = AVI }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_14 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = ART }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_15 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = ART }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_16 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = MOL }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_17 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = MOL }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_18 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = FUN }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_19 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = FUN }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_20 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = PLANT }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_21 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = PLANT }
			NOT = { is_at_war_with = FROM }
		}
	}

##########################################################
	WL_LV_MH_NEUTRAL_GREETING_22 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = LITHOID }
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_NEUTRAL_GREETING_23 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_neutral_to = FROM
			FROM = { is_species_class = LITHOID }
			NOT = { is_at_war_with = FROM }
		}
	}

##########################################################
	WL_LV_MH_THREATENED_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_threatened_to = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_THREATENED_GREETING_02 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_threatened_to = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_THREATENED_GREETING_03 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_threatened_to = FROM
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_FRIENDLY_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
				is_protective_to = FROM
			}
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_FRIENDLY_GREETING_02 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
				is_protective_to = FROM
			}
			is_at_war = no
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_FRIENDLY_GREETING_03 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
				is_protective_to = FROM
			}
			#is_at_war = yes
			NOT = { is_at_war_with = FROM }
		}
	}
	#######################
	WL_LV_MH_GENOCIDE_FRIENDLY_GREETING_03 = {
		weight = {
			weight = 6
		}
		trigger = {
			always = no
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			OR = {
				is_friendly_to = FROM
				is_cordial_to = FROM
				is_protective_to = FROM
			}
			FROM = {
				OR = {
					has_ai_personality = fanatic_purifiers
					has_ai_personality = exterminators
					has_ai_personality = devouring_swarm
					has_ai_personality = rampant_wilderness
				}
			}
			#is_at_war = yes
			NOT = { is_at_war_with = FROM }
		}
	}
	#######################
	WL_LV_MH_WAR_GREETING_01 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_at_war_with = FROM
		}
	}
	WL_LV_MH_WAR_GREETING_02 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_at_war_with = FROM
		}
	}
	WL_LV_MH_WAR_GREETING_03 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_at_war_with = FROM
		}
	}
	WL_LV_MH_WAR_GREETING_04 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_at_war_with = FROM
		}
	}
	WL_LV_MH_WAR_GREETING_05 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_at_war_with = FROM
		}
	}
	WL_LV_MH_WAR_GREETING_06 = {
		weight = {
			weight = 6
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			is_at_war_with = FROM
		}
	}
	WL_LV_MH_VASSAL_GREETING_01 = {
		weight = {
			weight = 15
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			exists = overlord
			overlord = { is_same_value = FROM }
			is_loyal_to	= FROM
			NOR = {
				is_at_war_with = FROM
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
		}
	}
	WL_LV_MH_VASSAL_GREETING_02 = {
		weight = {
			weight = 15
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			exists = overlord
			overlord = { is_same_value = FROM }
			is_loyal_to	= FROM
			NOR = {
				is_at_war_with = FROM
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
		}
	}
	WL_LV_MH_VASSAL_GREETING_03 = {
		weight = {
			weight = 15
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			exists = overlord
			overlord = { is_same_value = FROM }
			is_loyal_to	= FROM
			NOR = {
				is_at_war_with = FROM
				is_hostile_to = FROM
				is_unfriendly_to = FROM
			}
		}
	}
####################################
	WL_LV_MH_VASSAL_GREETING_04 = {
		weight = {
			weight = 15
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			exists = overlord
			overlord = { is_same_value = FROM }
			OR = {
				is_hostile_to = FROM
				is_unfriendly_to = FROM
				is_disloyal_to	= FROM
			}
			NOT = { is_at_war_with = FROM }
		}
	}
	WL_LV_MH_VASSAL_GREETING_05 = {
		weight = {
			weight = 15
		}
		trigger = {
			OR = {	
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
			exists = overlord
			overlord = { is_same_value = FROM }
			OR = {
				is_hostile_to = FROM
				is_unfriendly_to = FROM
				is_disloyal_to	= FROM
			}
			NOT = { is_at_war_with = FROM }
		}
	}
}

action_declare_war = {
	propose = {
		# WL_lv_motherly_hive_mind
		WL_LV_MH_DOW_PROPOSE_01 = {
			weight = { weight = 20 }
			trigger = { 
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		WL_LV_MH_DOW_PROPOSE_02 = {
			weight = { weight = 20 }
			trigger = { 
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		WL_LV_MH_DOW_PROPOSE_03 = {
			weight = { weight = 20 }
			trigger = { 
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		WL_LV_MH_DOW_PROPOSE_04 = {
			weight = { weight = 20 }
			trigger = { 
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		WL_LV_MH_DOW_PROPOSE_05 = {
			weight = { weight = 20 }
			trigger = { 
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
	accept = {
		WL_LV_MH_DOW_VOTE_ACCEPT_01 = {
			weight = { weight = 10 }
			trigger = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
			}
		}
		WL_LV_MH_DOW_VOTE_ACCEPT_02 = {
			weight = { weight = 10 }
			trigger = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
			}
		}
	}

	propose_vote = {
		WL_LV_MH_DOW_VOTE_PROPOSE_01 = {
			weight = { weight = 10 }
			trigger = {
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
}

action_insult = {
	select = {
		01_INSULT_SELECT_MOTHERLY_HIVE = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	
	propose = {
		01_INSULT_PROPOSE_MOTHERLY_HIVE = {
			weight = { weight = 20 }
			trigger = {
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		02_INSULT_PROPOSE_MOTHERLY_HIVE = {
			weight = { weight = 20 }
			trigger = {
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		03_INSULT_PROPOSE_MOTHERLY_HIVE = {
			weight = { weight = 20 }
			trigger = {
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		04_INSULT_PROPOSE_MOTHERLY_HIVE = {
			weight = { weight = 20 }
			trigger = {
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		05_INSULT_PROPOSE_MOTHERLY_HIVE = {
			weight = { weight = 20 }
			trigger = {
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		06_INSULT_PROPOSE_MOTHERLY_HIVE = {
			weight = { weight = 20 }
			trigger = {
				FROM = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	} 

	accept = {
		01_INSULT_ACCEPT_MOTHERLY_HIVE = {
			weight = { weight = 20 }
			trigger = {
				ROOT = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		02_INSULT_ACCEPT_MOTHERLY_HIVE = {
			weight = { weight = 20 }
			trigger = {
				ROOT = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		03_INSULT_ACCEPT_MOTHERLY_HIVE = {
			weight = { weight = 20 }
			trigger = {
				ROOT = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
		04_INSULT_ACCEPT_MOTHERLY_HIVE = {
			weight = { weight = 20 }
			trigger = {
				ROOT = { 
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
}
#####################################

action_invite_to_federation = {
	consider = {
		WL_LV_MH_CONSIDER_02 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_03 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_04 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	select = {
		WL_LV_MH_ITOA_SELECT_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	propose = {
		WL_LV_MH_ITOA_PROPOSE_01  = {
			weight = { weight = 10 }
			trigger = {
				from = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
	accept = {
		WL_LV_MH_ITOA_ACCEPT_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	refuse = {
		WL_LV_MH_ITOA_REFUSE_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
}

action_ask_to_join_federation = {
	consider = {
		WL_LV_MH_CONSIDER_02 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_03 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_04 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	select = {
		WL_LV_MH_ASK_JOIN_A_SELECT_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	propose = {
		WL_LV_MH_ASK_JOIN_A_PROPOSE_01 = {
			weight = { weight = 10 }
			trigger = {
				from = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
	accept = {
		WL_LV_MH_ASK_JOIN_A_ACCEPT_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	refuse = {
		WL_LV_MH_ASK_JOIN_A_REFUSE_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
}

action_leave_federation = {
	select = {
		WL_LV_MH_LEAVE_A_SELECT_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	propose = {
		WL_LV_MH_LEAVE_A_PROPOSE_01 = {
			weight = { weight = 10 }
			trigger = {
				from = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
	accept = {
		WL_LV_MH_LEAVE_A_ACCEPT_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
}

action_offer_peace = {
	consider = {
		WL_LV_MH_CONSIDER_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	propose = {
		WL_LV_MH_PEACE_PROPOSE_01 = {
			weight = { weight = 10 }
			trigger = {
				from = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
	accept = {
		WL_LV_MH_PEACE_ACCEPT_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	refuse = {
		WL_LV_MH_PEACE_REFUSE_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
}

action_demand_protectorate = {
	consider = {
		WL_LV_MH_CONSIDER_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_02 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_03 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_04 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	select = {
		WL_LV_MH_DEMAND_PROT_SELECT_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	propose = {
		WL_LV_MH_DEMAND_PROT_PROPOSE_01 = {
			weight = { weight = 10 }
			trigger = {
				from = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
	accept = {
		WL_LV_MH_DEMAND_PROT_ACCEPT_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	refuse = {
		WL_LV_MH_DEMAND_PROT_REFUSE_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
}

action_ask_to_become_protectorate = {

	consider = {
		WL_LV_MH_CONSIDER_01 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_02 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_03 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_04 = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	
	select = {
		WL_LV_MH_ASK_FOR_PROT_SELECT = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	propose = {
		WL_LV_MH_ASK_FOR_PROT_PROPOSE = {
			weight = { weight = 10 }
			trigger = {
				from = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
	accept = {
		WL_LV_MH_ASK_FOR_PROT_ACCEPT = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	refuse = {
		WL_LV_MH_ASK_FOR_PROT_REFUSE = {
			weight = { weight = 10 }
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
}

#####################################

action_demand_vassalization = {
	consider = {
		WL_LV_MH_CONSIDER_02 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_03 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_04 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	select = {
		# Vassalization Select
		WL_LV_MH_DEMAND_VASS_SELECT_01  = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	propose = {
		WL_LV_MH_DEMAND_VASS_PROPOSE_01 = {
			trigger = {
				from = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
	accept = {
		WL_LV_MH_DEMAND_VASS_ACCEPT_01 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	refuse = {
		# Refuse
		WL_LV_MH_DEMAND_VASS_REFUSE_01 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
}

action_ask_to_become_vassalized = {
	consider = {
		WL_LV_MH_CONSIDER_02 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_03 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
		WL_LV_MH_CONSIDER_04 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	
	select = {
		WL_LV_MH_ASK_FOR_VASS_SELECT_01 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
	propose = {
		WL_LV_MH_ASK_FOR_VASS_PROPOSE_01 = {
			trigger = {
				FROM = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
				}
			}
		}
	}
	accept = {
		WL_LV_MH_ASK_FOR_VASS_ACCEPT_01 = {
			trigger = {
					OR = {	
						has_civic = civic_WL_lv_motherly_hive	
						has_origin = origin_WL_lv_motherly_hive
					}
			}
		}
	}
	refuse = {
		WL_LV_MH_ASK_FOR_VASS_REFUSE_01 = {
			trigger = {
				OR = {	
					has_civic = civic_WL_lv_motherly_hive	
					has_origin = origin_WL_lv_motherly_hive
				}
			}
		}
	}
}
