
Country Interaction
Scout Enemy Holdings
Our spies will go deep into the enemy's territory, blending among their population, and reporting back to us with all the information they can find.
JapanCountrypotential, select triggerJapaneseCulture Grouppotential, select trigger
Sengoku JidaiSituationpotential, select triggerDefinitionin_game/common/country_interactions/japanese_clans_covert_actions.txt:1
2type = diplomacy
3category = CATEGORY_COVERT_ACTIONS
5diplomatic_cost = scout_enemy_holdings_cost
7block_when_at_war = no
9cooldown = {
10type = scout_enemy_holdings
11months = 12
}
15potential = {
16scope:actor = {
18trigger_if = {
}
}
}
27allow = {
}
30select_trigger = {
31looking_for_a = country
32target_flag = recipient
33name = "scout_enemy_holdings_SELECT_TITLE" Select a Country to scout
34none_available_msg_key = "no_valid_countries"
35column = {
36data = name
}
38column = {
39data = population
}
41visible = {
43trigger_if = {
}
}
}
52ai_will_do = {
53if = {
54limit = {
55scope:actor = {
56not = {
56is_at_war_with = scope:recipient
}
}
}
59add = -1000
}
61else = {
62add = 1
}
}
66effect = {
67scope:actor = {
67lift_fog_of_war = scope:recipient
}
}