Western Arms Trade bug in 1.5.1 Beta

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

loveslater

Banned
15 Badges
Dec 19, 2012
255
3
  • Crusader Kings II
  • Europa Universalis IV
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Stellaris
  • Stellaris - Path to Destruction bundle
  • Stellaris: Apocalypse
I am the Ottoman Empire and I have two Western Tech vassals, Sicily and Savoy. My relations with Sicily are over 190. Sicily is close to my North African provinces.

Despite that, I am not getting the Western Arms Trade Modifier.
 

Xaioxaiofan

Colonel
99 Badges
Aug 28, 2013
977
0
  • The Showdown Effect
  • Magicka
  • Cities in Motion 2
  • Tyranny - Tales from the Tiers
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Sengoku
  • Ship Simulator Extremes
  • Sword of the Stars
  • Sword of the Stars II
  • Stellaris: Synthetic Dawn
  • March of the Eagles
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris - Path to Destruction bundle
  • Pillars of Eternity
  • Humble Paradox Bundle
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Mare Nostrum
  • Darkest Hour
  • Crusader Kings II
  • 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
  • Leviathan: Warships
  • Dungeonland
  • Europa Universalis III
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Knights of Pen and Paper +1 Edition
  • War of the Roses
  • Cities: Skylines
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Way of Life
  • Europa Universalis III Complete
Define close? I'm pretty sure they have to be bordering.
Code:
western_arms_trade = {
	potential = {
		NOT = { technology_group = western }
	}

	trigger = {
		[COLOR="#FF8C00"]any_neighbor_country = {
			technology_group = western
			has_opinion = { who = ROOT value = 150 }
		}[/COLOR]
	}

	prestige = -1			#1% less yearly prestige
	technology_cost = -0.10
}
 

loveslater

Banned
15 Badges
Dec 19, 2012
255
3
  • Crusader Kings II
  • Europa Universalis IV
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Stellaris
  • Stellaris - Path to Destruction bundle
  • Stellaris: Apocalypse
I own Tunisia and Sicily is right next to it , holding its Palermo Province

Define close? I'm pretty sure they have to be bordering.
Code:
western_arms_trade = {
	potential = {
		NOT = { technology_group = western }
	}

	trigger = {
		[COLOR="#FF8C00"]any_neighbor_country = {
			technology_group = western
			has_opinion = { who = ROOT value = 150 }
		}[/COLOR]
	}

	prestige = -1			#1% less yearly prestige
	technology_cost = -0.10
}