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

michx0

First Lieutenant
75 Badges
Feb 16, 2015
269
25
  • Hearts of Iron III Collection
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Jade Dragon
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Semper Fi
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Magicka
  • Leviathan: Warships
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Crusader Kings II: Sons of Abraham
  • 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
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Dungeonland
  • Europa Universalis III
  • Crusader Kings II
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Leviathans Story Pack
  • Tyranny: Archon Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Stellaris: Nemesis
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • War of the Roses
  • Warlock: Master of the Arcane
  • The Showdown Effect
One line summary of your issue
Land trade route does refresh (WoL Business focus)

Game Version
3.0

What expansions do you have installed?
All of the above

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
When you get the event to refresh trade route from successful expedition, it does not refresh the modifier. Reason: modifier should be removed and added again. Compare:

# Refresh trade route sea
province_event = {
id = WoL.10131
...
hidden_tooltip = {
remove_province_modifier = trade_route
}
add_province_modifier = {
name = trade_route
duration = 10950
}
...
- sea route is working fine.

# Refresh trade route land
province_event = {
id = WoL.10130
...
add_province_modifier = {
name = trade_route
duration = 10950
}
- modifier is not removed so it just expires.

Steps to reproduce the issue.
Play a character with capital in:
OR = {
region = world_steppe
region = world_persia
}
Choose business focus.
Establish trade route. Look at the expiration date of modifier in your capital province.
Wait until event WoL.10129 fires.
Check expiration date again. It hasn't changed.

Upload Attachment
 
Upvote 0