A nice set, but it won´t be the HAB tag but the HRE tag that we use if Bavaria gains supremacy in the HRE.
############################################
#Bavarian Brewery event by Markus Herrmann
############################################
event = {
id = 201699
random = no
country = BAY
name = "The White Brewhouses"
desc = "In the year 1605 Maximilian I. founded the Royal White brewhouse in Munich and thus expanded and secured the monopoly on brewing for the Duke. Soon more brewhouses in Kelheim, Traunstein, Vilshofen, Weilheim, Möring, Haag, Miesbach, Hals, Mattighofen, Weix, Niederschönenfeld, Fürstenstein, Seefeld, Tittling, Haslbach, Potnbach and Pfarrkirchen followed as wheat beer became a hit with for the people of bavaria. The brewhouses were a stunning success for the ducal budget and soon amounted to more than 30 % of the annual income. They´ve been the reason for Maximilian I´s wealth and allowed him to fuel the armies of the Catholic League for the first years of the 30 years war. May be, without wheat beer, the war would have ended much sooner."
style = 2
date = { day = 1 month = january year = 1605 }
offset = 30
deathdate = { day = 1 month = january year = 1606 }
action_a ={
name = "Mmmm.... beer!"
command = { type = stability value = 1 }
command = { type = domestic which = centralization value = 1 }
command = { type = gainmanufactory which = 348 value = refinery }
command = { type = gainmanufactory which = -1 value = refinery }
command = { type = treasury value = 300 }
command = { type = provincetax which = 348 value = 3 }
command = { type = provincetax which = 349 value = 3 }
command = { type = provincetax which = -1 value = 2 }
command = { type = provincetax which = -1 value = 2 }
}
action_b ={
name = "Let it be."
command = { type = stability value = 3 }
command = { type = gainmanufactory which = -1 value = refinery }
command = { type = treasury value = 1000 }
command = { type = provincetax which = 348 value = 2 }
command = { type = provincetax which = 349 value = 2 }
command = { type = provincetax which = -1 value = 1 }
command = { type = provincetax which = -1 value = 1 }
}
}
#The Reinheitsgebot of 1516
#by Twoflower
event = {
id = 125010
random = no
country = BAY
name = "The Reinheitsgebot for beer"
desc = "On April 23rd 1516 Wilhelm IV of Bavaria issued the first regulation of grocery in the world, the Reinheitsgebot (purity law)
for beer. In this law exact prices and taxation for all known kinds of beer, and, most importantly, the allowed contents of Bavarian beer
are regulated. The Duke allowed to put nothing but water, malt and hops into beer, intending to make sure that there would be no more
additional spices and, especially, no 'good' grain that could be used for bread instead of in the beverage. Yeast, although an obviously
necessary ingredient, was not mentioned because it was not known then that it took part in the fermentation process (the substance
was discovered in the 19th century by Louis Pasteur). The beer law soon raised the quality standard of beer significantly and it became
exemplary for the whole of Germany; many German princes adapted a similar regulation in the next centuries. When Germany was united
in 1871, the Bavarians made the introduction of their beer purity law in the whole empire one of their conditions for joining, and a similar
statute is still in effect in Germany today."
style = 2
date = { day = 23 month = april year = 1516 }
action_a = {
name = "Pass the beer purity law"
command = { type = domestic which = mercantilism value = 1 }
command = { type = infra value = 50 }
}
action_b = {
name = "Don't regulate beer brewery"
command = { type = relation which = -1 value = -10 }
}
}
Nikolai II said:Maybe the previous event isn't correctly closed? What kind of bugged?
Medicine Man said:The description text may be too long. I would cut it into a text file and see what errors it generates. If you get a bunch from the line just after desc = " " (ie. style or date), then it may be an overflow error.