Short summary of your issue
fault in your code
Game Version
1.5.0.2
What OS are you playing on?
Windows
What platform are you using?
Steam
What DLC do you have installed?
Royal Court,
Do you have mods enabled?
No
Have you tried verifying your game files (Steam only)?
Yes
How much "pain" is this causing you?
2
Please explain the issue you experienced in the most condensed way possible
your code in \common\script_values\00_culture_value.txt says
culture_hybrid_cooldown = {
value = 50
if = {
limit = {
has_game_rule = slower_hybrid_and_divergence_cooldowns
}
add = 50
}
else_if = {
limit = {
has_game_rule = faster_hybrid_and_divergence_cooldowns
}
add = -25
}
else_if = {
limit = {
has_game_rule = faster_hybrid_and_divergence_cooldowns
}
multiply = 0
}
}
the third else_if is wrong (you repeat the second one). third else_if should be the "no cooldown" option
Please explain how to reproduce the issue
open the text file with your code, as explained above
Is there anything else you think could help us identify/replicate the issue?
read the code, above
I have attached a save game
No
Upload Attachment
File(s) attached
fault in your code
Game Version
1.5.0.2
What OS are you playing on?
Windows
What platform are you using?
Steam
What DLC do you have installed?
Royal Court,
Do you have mods enabled?
No
Have you tried verifying your game files (Steam only)?
Yes
How much "pain" is this causing you?
2
Please explain the issue you experienced in the most condensed way possible
your code in \common\script_values\00_culture_value.txt says
culture_hybrid_cooldown = {
value = 50
if = {
limit = {
has_game_rule = slower_hybrid_and_divergence_cooldowns
}
add = 50
}
else_if = {
limit = {
has_game_rule = faster_hybrid_and_divergence_cooldowns
}
add = -25
}
else_if = {
limit = {
has_game_rule = faster_hybrid_and_divergence_cooldowns
}
multiply = 0
}
}
the third else_if is wrong (you repeat the second one). third else_if should be the "no cooldown" option
Please explain how to reproduce the issue
open the text file with your code, as explained above
Is there anything else you think could help us identify/replicate the issue?
read the code, above
I have attached a save game
No
Upload Attachment
File(s) attached
Attachments
- 1