Playing GC as Brandenburg, 1.08 April 21 beta.
In 1615 I inherit Prussia. This should change the culture of the province Prussia to german, but it doesn't.
Event 3636 in major_bra.txt:
I do get cores on Memel and Prussia.
Culture on Memel (289) does change to german.
Culture on Prussia (290) remains baltic.
I tried both event options several times, always the same outcome.
Also, the tool tip for either option says "culture in Memel changed to german" only, nothing about Prussia.
In 1615 I inherit Prussia. This should change the culture of the province Prussia to german, but it doesn't.
Event 3636 in major_bra.txt:
Code:
#The incorporation of Prussia into Brandenburg#
event = {
id = 3636 #Triggerd by PRU 3517#
random = no
country = BRA
name = "EVENTNAME3636"
desc = "EVENTHIST3636"
style = 3
action_a ={ #Keep Polish sovereignty#
name = "ACTIONNAME3636A"
command = { type = inherit which = PRU }
command = { type = addcore which = 290 }
command = { type = addcore which = 289 }
command = { type = relation which = POL value = -25 }
command = { type = provinceculture which = 289 value = german }
command = { type = provinceculture which = 290 value = german }
}
action_b ={ #Defy Polish sovereignty#
name = "ACTIONNAME3636B"
command = { type = inherit which = PRU }
command = { type = addcore which = 290 }
command = { type = addcore which = 289 }
command = { type = relation which = POL value = -100 }
command = { type = treasury value = 200 }
command = { type = provinceculture which = 289 value = german }
command = { type = provinceculture which = 290 value = german }
}
}
I do get cores on Memel and Prussia.
Culture on Memel (289) does change to german.
Culture on Prussia (290) remains baltic.
I tried both event options several times, always the same outcome.
Also, the tool tip for either option says "culture in Memel changed to german" only, nothing about Prussia.
Upvote
0