I have a wounded heir and would like to know how fast are wounded characters (on the average) healed?
I could only find one event that removes a wounded trait
I admit it's been a while since I've looked at paradox event files and there might be something I'm missing, but looking at this event it seem that
the mean time for a character to get well is 7500 months, i.e. 625 years!, i.e. if you got wounded in 1470 you would have to
wait until 2095 before you'd have had at least 50% chance to get well again, and even then only if you had a health at least 5!
Even with the modifiers of 0.5 for having a health of 5 or more and 0.4 for having health of 4 or more (both of which should be the case if you
fulfill the trigger conditions) this would mean that a characacter with a health of 5 or more would have a mean time of 1500 months (=125 years) to get well, and a character with less than 5 health would never be able to get well again.
Is there another way of getting well again in the game? Or should I put my son in cryogenic deep freeze and wait for 22nd century medical treatments?
Cheers, H.
I could only find one event that removes a wounded trait
Code:
<snip>
id = 6014
desc = "EVTDESC6014"
trigger = {
health = 5
trait = wounded
}
mean_time_to_happen = {
months = 7500
modifier = {
factor = 0.5
health = 5
}
modifier = {
factor = 0.4
health = 4
}
}
</snip>
I admit it's been a while since I've looked at paradox event files and there might be something I'm missing, but looking at this event it seem that
the mean time for a character to get well is 7500 months, i.e. 625 years!, i.e. if you got wounded in 1470 you would have to
wait until 2095 before you'd have had at least 50% chance to get well again, and even then only if you had a health at least 5!
Even with the modifiers of 0.5 for having a health of 5 or more and 0.4 for having health of 4 or more (both of which should be the case if you
fulfill the trigger conditions) this would mean that a characacter with a health of 5 or more would have a mean time of 1500 months (=125 years) to get well, and a character with less than 5 health would never be able to get well again.
Is there another way of getting well again in the game? Or should I put my son in cryogenic deep freeze and wait for 22nd century medical treatments?
Cheers, H.
Last edited: