Integrity
I have verified my game files (on Steam)
YesI have disabled all mods
YesRequired
Summary
00_tradegoods.txt -> All modifiers inside of modifier = { ... } does not work as expected and dont affect anything.Description
File: ...\Europa Universalis IV\common\tradegoods\00_tradegoods.txtAll modifiers inside of modifier = { ... } does not work as expected and dont affect anything.
If you move this modifiers from modifier = { ... } to province = { ... }
then all of them work correctly, also those who should have a global impact!
example:
move
grain = {
modifier = {
land_forcelimit_modifier = 0.20
}
....
to
grain = {
province = {
land_forcelimit_modifier = 0.20
}
...
and the modifier affect global( +20% number of allowed units ).
(A better solution might be to solve the problem in the program code)
Steps to reproduce
Check the Modifier effect before and after describted solutionGame Version
1.36.1.0OS
WindowsAdditional
Bug Type
- Other
Attachments
Screenshot
Upvote
0