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

Anthalas

Sergeant
46 Badges
Sep 18, 2007
94
67
  • Sengoku
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Pre-order
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Europa Universalis IV: Res Publica
  • Heir to the Throne
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Divine Wind
  • Crusader Kings II: Charlemagne
  • 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: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Crusader Kings II
  • Imperator: Rome
  • Crusader Kings III
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Rule Britannia
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Mandate of Heaven
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • 500k Club
  • Victoria 2
  • Europa Universalis IV
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Jade Dragon
Short summary of your issue
Wrong terrain used in learn_commander_trait.0009

Game Version
1.4.4

What OS are you playing on?
Windows

What platform are you using?
Steam

Do you have mods enabled?
No

Have you tried verifying your game files (Steam only)?
No

How much "pain" is this causing you?
1

Please explain the issue you experienced in the most condensed way possible
The weight multiplier code in #Become a Winter Soldier learn_commander_trait.0009 in learn_commander_trait_events.txt is using jungle instead of taiga?

Please explain how to reproduce the issue


Is there anything else you think could help us identify/replicate the issue?
#Become a Winter Soldier
learn_commander_trait.0009 = {
type = character_event
title = learn_commander_trait.0009.t
desc = learn_commander_trait.0009.desc
theme = war
left_portrait = root

trigger = {
NOT = { has_character_flag = being_taught_commander_trait }
NOT = { has_trait = winter_soldier }
number_of_commander_traits < 3
any_directly_owned_province = {
OR = {
terrain = taiga
geographical_region = world_tibet
geographical_region = world_europe_north
geographical_region = world_europe_east
geographical_region = world_steppe
}
}
}

weight_multiplier = {
base = 1
modifier = {
add = 1
capital_province = {
terrain = jungle
}
}
modifier = {
factor = 1.5
any_directly_owned_province = {
count > 3
terrain = jungle
}
}
modifier = {
factor = 0.3
number_of_commander_traits > 0
}
modifier = {
factor = 0.3
number_of_commander_traits > 1
}
}

option = {
name = learn_commander_trait.0009.a
add_trait = winter_soldier
}
}

I have attached a save game
No

Upload Attachment
File(s) attached
 

Attachments

  • learn_commander_trait_events.txt
    42,6 KB · Views: 0