
国家互动
潜入敌方地产
我们的忍者将深入敌方领土,混入他们的民众中,并回报他们能探察到的所有信息。
日本国家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
}
}