Description
Great Game tradition gives hidden unity buff (v3.0.3, d281)
Game Version
v3.0.3
What version do you use?
Steam
What expansions do you have installed?
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Having "the great Game" supremacy tradition grants a hidden buff where each rival you neighbor gives 10% empire unity production.
This is visible in 00_static_modifiers.txt and 00_rules.txt
static modifiers, line 1328:
```
#applied based on the "should_apply_neighbor_rival_modifier" game rule
#scales with number of rivals that are bordering the country
per_neighbor_rival = {
country_unity_produces_mult = 0.1
}
```
rules, line 817:
```
# Determines if the "per_neighbor_rival" static modifier should be applied to an empire
# this: country
should_apply_neighbor_rival_modifier = {
OR = {
has_non_swapped_tradition = tr_supremacy_great_game
has_swapped_tradition = tr_supremacy_great_game_machine
has_swapped_tradition = tr_supremacy_great_game_hive
}
}
```
Steps to reproduce the issue.
1. Start game
2. Take "the Great Game" tradition in supremacy tree
3. Expand until bordering an empire
4. Rival said empire
Upload Attachment
File(s) attached
Great Game tradition gives hidden unity buff (v3.0.3, d281)
Game Version
v3.0.3
What version do you use?
Steam
What expansions do you have installed?
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Having "the great Game" supremacy tradition grants a hidden buff where each rival you neighbor gives 10% empire unity production.
This is visible in 00_static_modifiers.txt and 00_rules.txt
static modifiers, line 1328:
```
#applied based on the "should_apply_neighbor_rival_modifier" game rule
#scales with number of rivals that are bordering the country
per_neighbor_rival = {
country_unity_produces_mult = 0.1
}
```
rules, line 817:
```
# Determines if the "per_neighbor_rival" static modifier should be applied to an empire
# this: country
should_apply_neighbor_rival_modifier = {
OR = {
has_non_swapped_tradition = tr_supremacy_great_game
has_swapped_tradition = tr_supremacy_great_game_machine
has_swapped_tradition = tr_supremacy_great_game_hive
}
}
```
Steps to reproduce the issue.
1. Start game
2. Take "the Great Game" tradition in supremacy tree
3. Expand until bordering an empire
4. Rival said empire
Upload Attachment
File(s) attached
Attachments
Upvote
0