Information
I have verifed my game files (Steam only)
YesI have disabled all mods
YesI am running the latest game update
YesRequired
Summary
Very Rare Epidemic Frequency Does Not Impact Spread ChanceDescription
While looking at the files, I came across this bit of code in the spread_chance_epidemics_mult_value scripted value function for 06_ce1_epidemics_values:
Code:
else_if = {
limit = {
has_game_rule = epidemic_frequency_rare
}
add = spread_decrease_mult_medium
}
else_if = {
limit = {
has_game_rule = epidemic_frequency_rare
}
add = spread_decrease_mult_low
}
Steps to reproduce
I guess you could reproduce it by playing the game with very rare epidemic frequency and waiting for a plague to spread, but I think you can see the issue more easily by just looking at the code.Game Version
1.12.1Platform
WindowsAdditional Information
Affected Feature
- Gameplay
Save Game
Other Attachments
- 1