Ironfoundersson said:
My stab recovery time usually peaks somewhere around 1550-1600 as an european country. The time when colonizing has just started, the heretic branch of christianity has not been converted, BB is relative high and economic techs are not enough developped, after that it slowly decreases to below a year
yeah that sounds like what Ebbesen was saying. I don't know how that works though. I'll just have to play and keep a close eye on it.
Jinnai said:
What event is Heart over State? I couldn't find it with a general search through the file...
a search through the text.csv for 'heart over state' gave me this: EVENTNAME200038
...then looking to the eep 1.42a random event files i found them. I guesws they're graded after all. But still they could be toned down a bit, or eliminated, whatever you had planned Jinnai. So the event IDs begin with 94208, there are 6 of them and each moves up 1000.
# Written by Pierreluc
event = {
id = 94208
trigger = {
NOT = { countrysize = 4 }
}
random = yes
name = "Heart over State"
desc = "Sometimes a monarch would forget to govern while besotted with a mistress or a favourite, lavishing presents and neglecting state duties."
style = 0
action_a = {
name = "OK"
command = { type = treasury value = -15 }
command = { type = ADM which = -2 value = 12 }
}
}
event = {
id = 95208
trigger = {
countrysize = 4
NOT = { countrysize = 9 }
}
random = yes
name = "Heart over State"
desc = "Sometimes a monarch would forget to govern while besotted with a mistress or a favourite, lavishing presents and neglecting state duties."
style = 0
action_a = {
name = "OK"
command = { type = treasury value = -35 }
command = { type = ADM which = -2 value = 12 }
}
}
event = {
id = 96208
trigger = {
countrysize = 9
NOT = { countrysize = 30 }
}
random = yes
name = "Heart over State"
desc = "Sometimes a monarch would forget to govern while besotted with a mistress or a favourite, lavishing presents and neglecting state duties."
style = 0
action_a = {
name = "OK"
command = { type = treasury value = -50 }
command = { type = ADM which = -2 value = 12 }
}
}
event = {
id = 97208
trigger = {
countrysize = 30
NOT = { countrysize = 80 }
}
random = yes
name = "Heart over State"
desc = "Sometimes a monarch would forget to govern while besotted with a mistress or a favourite, lavishing presents and neglecting state duties."
style = 0
action_a = {
name = "OK"
command = { type = treasury value = -75 }
command = { type = ADM which = -2 value = 12 }
}
}
event = {
id = 98208
trigger = {
countrysize = 80
NOT = { countrysize = 200 }
}
random = yes
name = "Heart over State"
desc = "Sometimes a monarch would forget to govern while besotted with a mistress or a favourite, lavishing presents and neglecting state duties."
style = 0
action_a = {
name = "OK"
command = { type = treasury value = -150 }
command = { type = ADM which = -2 value = 12 }
}
}
event = {
id = 99208
trigger = {
countrysize = 200
}
random = yes
name = "Heart over State"
desc = "Sometimes a monarch would forget to govern while besotted with a mistress or a favourite, lavishing presents and neglecting state duties."
style = 0
action_a = {
name = "OK"
command = { type = treasury value = -300 }
command = { type = ADM which = -2 value = 12 }
}
}