Is there a realistic chane for a indian or middle east nation to prevent the decline of spice tread from happening?
And if yes whats the best way to do so?
And if yes whats the best way to do so?
There are very few areas with spices and they are all within an easy reach for and Indian or ME nation. So you only need to conquer and colonize those area. It's basically southern part of India, Malaya, Indonesia, Moluccas and few islands in Indian ocean.Is there a realistic chane for a indian or middle east nation to prevent the decline of spice tread from happening?
And if yes whats the best way to do so?
The spice must flow, Trin. The spice must flow.It's theoretically possible. Question is if it'd be worth the effort.![]()
Out of interest is it possible to get decline of the spice trade without getting spice trade? In my current Brunei -> Malaya game, neither of the two European nations with cities in Indochina have merchants out there.
Unless 1.18 has changed something, spices have the following modifier clause in their weight calculation:Since the europeans will usually get more than 3 spice provinces in the americas, it's going to be pretty hard to stop them.
modifier = {
factor = 0
NOT = { region = malaya_region }
NOT = { region = moluccas_region }
NOT = { region = indonesia_region }
NOT = { region = deccan_region }
NOT = { region = bengal_region }
NOT = { region = coromandel_region }
NOT = { area = indian_ocean_islands_area }
NOT = { province_id = 1244 } # Tahiti
}
Yeah this is definitely possible, I had it this way round for a long time in my Malaya campaign. Needless to say I wasn't very happy.Out of interest is it possible to get decline of the spice trade without getting spice trade? In my current Brunei -> Malaya game, neither of the two European nations with cities in Indochina have merchants out there.
I presume it requires the european country or its colonial nation to own the provinces. Whether it's a state or not shouldn't make any difference however.@DDRJake Does European country owns x provinces with y goods (in the trade good price events) mean the european country have to hold it themself (does it have to be a state?) or is it enought if it is hold by a colony, a vassal or a protectorate? thx beforehand
You can easily read that yourself from events/pricechanges.txtDoes European country owns x provinces with y goods (in the trade good price events) mean the european country have to hold it themself (does it have to be a state?) or is it enought if it is hold by a colony, a vassal or a protectorate?
# Decline of the Spice Trade
country_event = {
id = prices.22
title = prices.22.t
desc = prices.22.d
picture = TRADEGOODS_eventPicture
fire_only_once = yes
major = yes
trigger = {
is_year = 1600
capital_scope = { continent = europe }
spices = 3
any_known_country = {
capital_scope = { continent = europe }
spices = 3
}
NOT = { has_global_flag = decline_of_spices_happened }
}
mean_time_to_happen = {
months = 60
}
option = {
name = prices.22.a
change_price = {
trade_goods = spices
key = DECLINE_OF_SPICE_TRADE
value = -0.4
duration = -1
}
}
}