# Triggers when the game starts

on_game_start = {
	events = {
		WL_LV_ancrel_zinara.1 #Zinara site
		WL_LV_on_game_start_events.1
		WL_LV_on_game_start_events.3
	}
}

empire_init_capital_planet = {
	events = {
		WL_LV_on_game_start_events.2 #Add Secondary Species
	}
}

# Triggers when trying to open the diplomacy view for countries with custom diplomacy.
# Country scope
# This = target country (player)
# From = source country
on_custom_diplomacy = {
	events = {
	 # WL_lv_Zinara_contact_events.1050 #disabled for now
	 # WL_lv_Zinara_contact_events.1040 #disabled for now
	}
}

#####

on_fleet_destroyed_victim = {
	events = {
	 #WL_lv_Zinara_contact_events.3000 #disabled for now
	}
}
on_fleet_destroyed_perp = {
	events = {
	 # WL_lv_Zinara_contact_events.3001 #disabled for now
	 # WL_lv_Zinara_contact_events.3011 #disabled for now
	}
}

on_monthly_pulse = {
	events = {
		 WL_lv_Zinara_contact_events.6000
		# WL_LV_motherly_hive_livestock_events.1 #disabled for now
		# WL_LV_motherly_hive_pop_limit_events.1 #disabled for now
		WL_LV_lustful_spirit_pops_events.1
		# WL_LV_active_portraits_functions_events.1 # This for Add
		# WL_LV_active_portraits_functions_events.3 # This for Remove
	}
}

on_yearly_pulse = {
	events = {
	WL_lv_zinara_fleet_lust.9003
	}
}

on_decade_pulse = {
	events = {
		WL_LV_ancrel_zinara.1 #Zinara site
	}
}

on_crossing_border = {
	events = {
#	 WL_lv_Zinara_contact_events.2 #disabled for now
	}
}

on_fleet_auto_move_arrival = {
	events = {
		WL_lv_zinara_fleet_lust.10
	}
}
