
国家関与
敵地を偵察
わが国の諜報員が敵地深くに潜入し、現地住民に紛れて得られるかぎりの情報を収集して我々に報告する。
日本国家potential, select trigger日本文化圏potential, select trigger
戦国時代局面potential, select trigger定義in_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" 偵察する国家を選択
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
}
}