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