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