Dear Paradox,
@Thrudgelmir2333 has sent me a fix to the code of the Vasco da Gama event he would like to suggest.
He has tested the event more than once and it now triggers the first option when the Goa province is owned by the AI and it doesn't trigger when its owned by the player.
Hopefully this code works for your purposes.
To players who wish to apply this fix, simply open the file FlavorPOR.txt in the event file, search for the "# Vasco da Gama in India" and copy paste the code in spoiler over the code there. Alternatively, simply replace ai = no with ai = yes. It's that simple.
@Thrudgelmir2333 has sent me a fix to the code of the Vasco da Gama event he would like to suggest.
# Vasco da Gama in India
country_event = {
id = flavor_por.11
title = "flavor_por.EVTNAME11"
desc = "flavor_por.EVTDESC11"
picture = SHIP_SAILING_eventPicture
is_triggered_only = yes
option = { # Glorious!
name = "flavor_por.EVTOPTA11"
trigger = {
2030 = {
owner = {
ai = yes
}
}
}
ai_chance = {
factor = 90
modifier = {
factor = 0
overextension_percentage = 1.5
}
}
2030 = { cede_province = POR }
add_claim = 2030
add_prestige = 10
}
option = { # Glorious!
name = "flavor_por.EVTOPTB11"
ai_chance = { factor = 10 }
add_claim = 2030
add_prestige = 10
}
}
country_event = {
id = flavor_por.11
title = "flavor_por.EVTNAME11"
desc = "flavor_por.EVTDESC11"
picture = SHIP_SAILING_eventPicture
is_triggered_only = yes
option = { # Glorious!
name = "flavor_por.EVTOPTA11"
trigger = {
2030 = {
owner = {
ai = yes
}
}
}
ai_chance = {
factor = 90
modifier = {
factor = 0
overextension_percentage = 1.5
}
}
2030 = { cede_province = POR }
add_claim = 2030
add_prestige = 10
}
option = { # Glorious!
name = "flavor_por.EVTOPTB11"
ai_chance = { factor = 10 }
add_claim = 2030
add_prestige = 10
}
}
He has tested the event more than once and it now triggers the first option when the Goa province is owned by the AI and it doesn't trigger when its owned by the player.
Hopefully this code works for your purposes.
To players who wish to apply this fix, simply open the file FlavorPOR.txt in the event file, search for the "# Vasco da Gama in India" and copy paste the code in spoiler over the code there. Alternatively, simply replace ai = no with ai = yes. It's that simple.
Upvote
0