# NOTE: Obviously, the order of these variables cannot be changed.

diplomacy = {
# Declare War
	0
# Offer Alliance
	1
# Bring to Alliance
	1
# Join Alliance
	1
# Leave Alliance
	1
# Ban from Alliance
	1
# Influence Nation
	100
# Coup Nation
	0
# Ask for Military Access
	0
# Cancel Military Access
	0
# Revoke Military Access
	0
# Assume Military Control
	0
# Cancel Military Control
	0
# Send Expeditionary Force
	0
# Guarantee Independence
	0
# Annex Nation
	0
# Puppet Regime
	0
# Demand Territory
	1
# Open Negotiations
	0
# Offer Non-Aggression Pact
	0
# Cancel Non-Aggression Pact
	0
# Offer Trade Agreement
	0
# Cancel Trade Agreement
	0
# Cancel Peace Treaty
	0
# Sue for Peace
	0
# Release Puppet
	0
# Liberate Nation
	0
# Do not send expeditionary forces
	0
}