
Ülke Etkileşimi
Düşman Arazilerini Keşfe Çık
Casuslarımız düşman topraklarının derinliklerine sızacak, halk arasına karışacak ve elde edecekleri tüm bilgileri bize rapor edecek.
JaponyaÜlkepotential, select triggerJaponKültür Grubupotential, select trigger
Sengoku DönemiDurumpotential, select triggerTanımin_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" Keşfedilecek bir Ülke seç
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
}
}