Hi, everyone.
I'm playing EU3
W. Having decided to mod the game a bit according to my common sense, I added a 5% global trade income mod to Sound and Bosporus controller. I'm also inclined to add two new similar triggered modifiers to free trade controller of the Straits of Gibraltar, Aden and one to mercantile controller of the Province of Panama.
So, I added to triggered_modifiers.txt:
And it works just fine; only the title is shown as "gibraltar_trade_stations" and the description is "gibraltar_trade_stations_desc"
Please tell me how to add a meaningful description and title.
I'm playing EU3
So, I added to triggered_modifiers.txt:
##################################################
# Gibraltar Trade Stations
##################################################
gibraltar_trade_stations = {
title = "Strait of Gibraltar trade stations"
desc = "We've expanded our trade opportunities by building free trade stations at the Strait of Gibraltar"
potential = {
OR = {
has_discovered = 226 # Gibraltar
has_discovered = 334 # Tangiers
has_discovered = 1751 # Ceuta
}
}
trigger = {
mercantilism_freetrade = 2
owns = 226 # Gibraltar
owns = 334 # Tangiers
owns = 1751 # Ceuta
controls = 226 # Gibraltar
controls = 334 # Tangiers
controls = 1751 # Ceuta
}
global_trade_income_modifier = 0.05
}
And it works just fine; only the title is shown as "gibraltar_trade_stations" and the description is "gibraltar_trade_stations_desc"
Please tell me how to add a meaningful description and title.