Diplo Action – Technology Transfer
Tired of other nations using caveman technologies on your foreign investments? This mod lets you transfer all production technologies you currently have to other nations without having to conquer them. Does not apply to most military technologies (aside from the one that gives PMs on fisheries or factories) or any of the society technologies.
The mod does not currently allow you to fine grain the transfers. So be aware that transfers to large nations can cause significant shortage in late game resources such as oil and rubber.
The mod is currently only localized for English.
I am happy to expand the transfer options and localization if the mod becomes more popular.
I have also scripted the action for AI to selectively transfer techs to their subjects, but the AI logic (shown below for those interested) has not been extensively tested – basically it should transfer techs towards non-extractive subjects with good relations and significant existing investments:
ai = {
evaluation_chance = {
value = 0.1
}
propose_score = {
value = 100
}
will_propose = {
AND = {
scope:target_country = {
is_direct_subject_of = root
"potential_diplomatic_play_power_ratio(root)" <= 0.5
liberty_desire <= 50
"gdp_ownership_ratio(root)" > 0.15
NOT = { has_law = law_type:law_extraction_economy }
}
has_attitude = {
who = scope:target_country
attitude = protective
}
}
