﻿add_namespace = liechtenstein

country_event = { # Liechtenstein does things
  id = liechtenstein.1
  title = liechtenstein.1.t
  desc = liechtenstein.1.d
  picture = GFX_report_event_nap_france_carbonari

	trigger = {
		TAG = LIE
		has_completed_focus = LIE_totheborder
	}

	is_triggered_only = yes
	fire_only_once = yes

  option = {
    name = liechtenstein.1.o
	add_manpower = 1
  }
}

country_event = { # Liechtenstein asks for port access
  id = liechtenstein.2
  title = liechtenstein.2.t
  desc = liechtenstein.2.d
  picture = GFX_report_event_nap_france_carbonari

	is_triggered_only = yes
	fire_only_once = yes

  option = {
    name = liechtenstein.2.a
	LIE={
		diplomatic_relation = {
			country = AUS
			relation = docking_rights
			active = yes
		}
	}
  }
  option = {
    name = liechtenstein.2.b
	
  }
}

country_event = { # questions on the army
  id = liechtenstein.3
  title = liechtenstein.3.t
  desc = liechtenstein.3.d
  picture = GFX_report_event_nap_france_carbonari

	is_triggered_only = yes
	fire_only_once = yes

  option = {
    name = liechtenstein.3.a
		add_political_power = 75
		add_stability = -0.01
  }
}