• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Arctic_Cat

Private
22 Badges
Dec 9, 2019
15
22
  • Europa Universalis IV: Rights of Man
  • Victoria 3 Sign Up
  • Europa Universalis 4: Emperor
  • Imperator: Rome
  • Imperator: Rome Deluxe Edition
  • Europa Universalis IV: Golden Century
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Crusader Kings II
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV

Integrity​

I have verified my game files (on Steam)​

Yes

I have disabled all mods​

Yes

Required​

Summary​

Gokaido reform tooltip has a numerical error

Description​

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.5

OS​

Windows

Additional​

Bug Type​

  • Text Localization

Attachments​



Screenshot​



 
Upvote 0