Integrity
I have verified my game files (on Steam)
YesI have disabled all mods
YesRequired
Summary
Gokaido reform tooltip has a numerical errorDescription
The Gokaido reform for Japan reads:"mechanic_benefits_for_japan_yes:1 "\nOur provinces in the §YJapanese Region§! gain:\nLocal Goods Produced: §G+20%§!\nLocal Province Trade Power Modifier: §G+20%§!\nLocal Development Cost: §G-5%§!"
However, in the code, the modifier actually gives +25% provincial trade power:
jap_gokaido_modifier = {
trade_goods_size_modifier = 0.2
province_trade_power_modifier = 0.25
local_development_cost = -0.05
}
Steps to reproduce
Play as Japan, unlock and enact the Gokaido reform. Hovering over the trade power breakdown of any province with the modifier will show a mismatch between the modifier and the tooltip in the reform.Game Version
1.37.5OS
WindowsAdditional
Bug Type
- Text Localization
Attachments
Screenshot
Upvote
0