• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

flyting

Sergeant
May 28, 2001
61
0
Visit site
event = {
id = 29005
random = no
country = PFA
name = "Closing of the University"
desc = "At the start of the thirty years war the Heidelberg University was closed to protect the intellectuals and the University from destruction."
style = 3
date = { day = 1 month = january year = 1620 }
deathdate = { day = 1 month = february year = 1620 }
action_a = {
name = "Close the University"
command = { type = domestic which = INNOVATIVE value = -1 }
command = { type = sleepevent which = 29006 }
command = { type = sleepevent which = 29007 }
}
action_b = {
name = "Take the chance and leave the University open!"
command =
command = { type = stability value = -1 }
command = { type = sleepevent which = 29011 }

the optie B is realy no option, you only lose things with that, stability, the universaty, there must by a bonus for the one who takes the risk to keep it open, perhaps innovative.
 
Feb 27, 2001
3.428
0
Visit site
Originally posted by flyting
event = {
id = 29005
random = no
country = PFA
name = "Closing of the University"
desc = "At the start of the thirty years war the Heidelberg University was closed to protect the intellectuals and the University from destruction."
style = 3
date = { day = 1 month = january year = 1620 }
deathdate = { day = 1 month = february year = 1620 }
action_a = {
name = "Close the University"
command = { type = domestic which = INNOVATIVE value = -1 }
command = { type = sleepevent which = 29006 }
command = { type = sleepevent which = 29007 }
}
action_b = {
name = "Take the chance and leave the University open!"
command =
command = { type = stability value = -1 }
command = { type = sleepevent which = 29011 }

the optie B is realy no option, you only lose things with that, stability, the universaty, there must by a bonus for the one who takes the risk to keep it open, perhaps innovative.

Good point, adding +1 to innovative should be a good bonus
 

flyting

Sergeant
May 28, 2001
61
0
Visit site
event = {
id = 29003
random = no
country = PFA
name = "Castle Damage"
desc = "In 1537 a lightning bolt hit the upper part of the castle destoying it, which caused turmoil in the nation."
style = 2
date = { day = 1 month = may year = 1537 }
deathdate = { day = 1 month = september year = 1537 }
action_a = {
name = "Darn!"
command = { type = stability value = -3 }
command = { type = infra value = -50 }

is this something that should be for the owner of the province and not specialy pfa, so any owner of this province should get this event, or is this not possible?
 

unmerged(6159)

Field Marshal
Oct 23, 2001
9.458
1
Visit site
Not possible, except for random events.
 

flyting

Sergeant
May 28, 2001
61
0
Visit site
a nother thing, if the caste is struck should the fortress not be reduced to a lower level, and make a repair event, or repair the castle as a option in the current event

event = {
id = 29003
random = no
country = PFA
name = "Castle Damage"
desc = "In 1537 a lightning bolt hit the upper part of the castle destoying it, which caused turmoil in the nation."
style = 2
date = { day = 1 month = may year = 1537 }
deathdate = { day = 1 month = september year = 1537 }
action_a = {
name = "Darn!"
command = { type = stability value = -3 }
command = { type = infra value = -50 }
command = { decrease fortress } (don't know the codes)

action_b = {
name = "repair the castle"
command = { type = stability value = -3 }
command = { type = infra value = -50 }
command = { -50 to repair the castle }