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

Sunsanvil

Second Lieutenant
41 Badges
Jun 15, 2015
151
64
  • Crusader Kings III
  • Surviving Mars: First Colony Edition
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars
  • Europa Universalis IV
  • Stellaris - Path to Destruction bundle
  • Stellaris
  • Crusader Kings II
  • Cities: Skylines
  • BATTLETECH
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Conclave
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • BATTLETECH: Season pass
  • BATTLETECH: Flashpoint
  • Cities: Skylines - After Dark
  • Cities: Skylines Industries
  • Cities: Skylines - Green Cities
  • Cities: Skylines - Mass Transit
One line summary of your issue
Great Harbour Peirs tax %

Game Version
3.2.1

What expansions do you have installed?
Jade Dragon,
Monks & Mystics,
The Reapers Due,
Conclave,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury, All of the above

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
In-game, Piers is reported as having just a 0.2% tax gain. The code puts it at 0.25%.

Code:
upgrade_piers = { # Piers
    picture = GFX_upgrade_icon_anchor
   
    potential = { }
    allow = { }
    active = { }

    flags = {
        is_plural
    }
    build_time = 24
    gold_cost_flat = 450
    gold_cost_ticking = 1
    local_modifier = {
        tradevalue = 30
        supply_limit = 0.25
        local_tax_modifier = 0.0025
    }
}

The Wiki quotes it as 2.5% (which is in line with other Great Harbor features) so I'm guessing that its the game code which has the typo.

Steps to reproduce the issue.


Upload Attachment
 
Upvote 0
This is not about rounding anything. Rather, the posited error is that there is, literally, a typo in the code: an extra 0 which shouldn't be there. The line "local_tax_modifier =" was probably meant to be 0.025 (not 0.0025).
 
This is not about rounding anything. Rather, the posited error is that there is, literally, a typo in the code: an extra 0 which shouldn't be there. The line "local_tax_modifier =" was probably meant to be 0.025 (not 0.0025).
In other words, this isn't so much a technical bug (the game works) as a balance or design bug (the piers are a significantly less useful harbor feature than the other income boosting features). 30 trade value is nice, but it doesn't make up for 2.25% tax income.