﻿#offer_satrap_status = {
#	category = interaction_category_diplomacy
#	ai_min_reply_days = 4
#	ai_max_reply_days = 9
#	icon = alliance
#
#	send_name = offer_satrap_status
#	
#	interface_priority = 50
#	desc = offer_satrap_status_desc
#	
#	greeting = positive
#	notification_text = OFFER_SATRAP_STATUS_NOTIFICATION
#	
#	is_shown = {
#		scope:recipient = {
#			NOT = { this = scope:actor }
#			is_independent_ruler = yes
#			NOT = { government_has_flag = government_is_satrap }
#			is_ruler = yes
#		}
#		scope:actor = {
#			is_ruler = yes
#			culture = {
#				has_cultural_parameter = can_use_satrap_government_interaction
#			}
#		}
#	}
#	
#	on_accept = {
#		scope:recipient = {
#			offer_satrap_status_effect = yes
#		}
#		scope:actor = {
#			trigger_event = achaemenid_interaction_event.0001
#		}
#	}
#	
#	on_decline = {
#		scope:actor = {
#			trigger_event = achaemenid_interaction_event.0002
#		}
#	}
#}