Could someone explain this event to me? I'm terrible at working out what all this stuff means from the files.
Best I can make out, if you have a trader in certain african nodes you get 5 free explorers. I can't see that making much sense though, halp.
# The Prussian (Brandenburg) African Trade Company
country_event = {
id = flavor_brapru.3523
title = "flavor_brapru.EVTNAME3523"
desc = "flavor_brapru.EVTDESC3523"
picture = EXPLORERS_eventPicture
fire_only_once = yes
trigger = {
OR = {
tag = BRA
AND = {
tag = PRU
NOT = {
exists = BRA
}
}
}
any_active_trade_node = {
OR = {
region = west_african_coast
region = south_africa
region = central_africa
}
}
}
mean_time_to_happen = {
months = 200
}
option = {
name = "flavor_brapru.EVTOPTA3523"
add_prestige = 5
create_explorer = 5
add_country_modifier = {
name = prussian_african_trade_company
duration = 7300
}
}
}
country_event = {
id = flavor_brapru.3523
title = "flavor_brapru.EVTNAME3523"
desc = "flavor_brapru.EVTDESC3523"
picture = EXPLORERS_eventPicture
fire_only_once = yes
trigger = {
OR = {
tag = BRA
AND = {
tag = PRU
NOT = {
exists = BRA
}
}
}
any_active_trade_node = {
OR = {
region = west_african_coast
region = south_africa
region = central_africa
}
}
}
mean_time_to_happen = {
months = 200
}
option = {
name = "flavor_brapru.EVTOPTA3523"
add_prestige = 5
create_explorer = 5
add_country_modifier = {
name = prussian_african_trade_company
duration = 7300
}
}
}
Best I can make out, if you have a trader in certain african nodes you get 5 free explorers. I can't see that making much sense though, halp.