################################
#####Germany Flavor Events######
################################

#Friedrich Neitzsche# 
event = { 
        id = 15078
        random = no 
        country = GER 
        name = "Friedrich Neitzsche" 
        desc = "Friedrich Neitzsche (1844-1900) was a German philosopher who challenged the foundations of traditional morality and christianity. Often called the first existensialist philosopher, Neitzsche believed in questioning everything that 'drains life's energies', no matter how accepted they were. Among his many famous writings are 'The Birth of Tragedy', 'Unfashionable Observations', 'Human', 'All-Too-Human' and 'The Antichrist'." 
        style = 5 
        date = { day = 6 month = march year = 1872 } 

        action_a = { #Ok# 
                   name = "Ok" 
                   command = { type = domestic which = innovative value = 1 } 
                   command = { type = missionaries value = -2 } 
        } 
}

#Helmuth von Moltke#
event = {
        id = 15079
        random = no
        country = GER
        name = "Helmuth von Moltke publishes 'The Franco-Prussian War'"
        desc = "Helmuth von Moltke (1848-1916), the nephew of Moltke the Elder (a general famed for his military exploits in 1866 and 1870), was one of soundest military minds in Europe. He was cool-headed, decisive, and a powerful presence, utilizing a balanced offense and defense adaptable in almost any situation. Von Moltke first achieved fame for his brilliant handling of the Franco-Prussian War (1871-1872), which he won in seven weeks without loosing a single battle. Appointed Chief of the General Staff in 1906, von Moltke retired from his position in 1915 and died a year later."
        style = 5
        date = { day = 1 month = april year = 1891 }

        action_a = { #Ok#
                   name = "Ok"
                   command = { type = land value = 1000 }
                   command = { type = domestic which = quality value = 1 }
        }
}

#Gottlieb Daimler#
event = {
  	id = 15076
  	random = no
  	country = GER
  	name = "Gottlieb Daimler produces the first automobile"
  	desc = "In 1885, the German engineer Gottlieb Daimler produced the first automobile. This new invention would influence trade, war & history like never seen before."
  	date = { year = 1885 }
	offset = 360
  	deathdate = { year = 1886 }
  	style = 5
  	action_a = {
                name = "Ok"
                command = { type = infra value = 2000 }
		command = { type = domestic which = INNOVATIVE  value = 1 }
                command = { type = domestic which = quality value = 1 }
              }
        }