
Country Interaction
Steal Technology
This will give us a fair bit of Research Progress while actively weakening theirs.
Definitionin_game/common/country_interactions/steal_technology.txt:1
2type = diplomacy
3category = CATEGORY_COVERT_ACTIONS
5diplomatic_cost = steal_technology_cost
7allow = {
}
10block_when_at_war = no
12select_trigger = {
13looking_for_a = country
14target_flag = recipient
15name = "choose_country" Choose the Country:
16column = {
17data = name
}
19visible = {
20num_of_advances_researched > scope:actor.num_of_advances_researched
}
22enabled = {
23research_progress > 20
}
}
27effect = {
28scope:actor = {
29add_research_progress = {
30value = scope:recipient.research_progress
31multiply = 0.20
}
}
34scope:recipient = {
35add_research_progress = {
36value = research_progress
37multiply = -0.10
}
}
}