地図の共有
国家関与

地図の共有

share_mapsin_game/common/country_interactions/share_maps.txt:1

相手国が発見していない地域の地図を提供することができる。

定義in_game/common/country_interactions/share_maps.txt:1

2type = diplomacy
3category = CATEGORY_FRIENDLY_ACTIONS
5allow = {
6scope:actor = {
7can_share_maps_with = scope:recipient
}
}
11block_when_at_war = no
13ai_tick = daily
14ai_tick_frequency = 120
16select_trigger = {
17looking_for_a = country
18target_flag = recipient
19ai_interaction_source_list = {
20scope:actor = {
21every_friendly_or_high_opinion_country = {
22add_to_list = source
}
}
}
26name = "choose_country" 国家を選択:
27column = {
28data = name
}
30visible = {
}
32enabled = {
}
}
36select_trigger = {
37looking_for_a = area
38target_flag = target
39name = "share_maps_select_title" 提供する地図の地域を選択:
40none_available_msg_key = "steal_maps_no_areas"
41column = {
42data = name
}
44visible = {
45scope:actor = {
45has_discovered_area = prev
}
46NOT = {
46scope:recipient = {
46has_discovered_area = prev
}
}
}
48enabled = {
49any_neighbor_area = {
50scope:recipient = {
51has_discovered_area = prev
}
}
}
}
57effect = {
58if = {
59limit = {
60exists = scope:target
}
62scope:recipient = {
63discover_area = scope:target
}
}
}
68ai_will_do = {
70if = {
71limit = {
72scope:actor = {
73is_fighting_war_together_with = scope:recipient
}
}
76add = 5
}
78if = {
79limit = {
80exists = scope:target
}
82scope:target = {
83every_province_in_area = {
84owner = {
85if = {
86limit = {
87is_at_war_with = scope:recipient
}
89add = 10
}
}
}
}
}
}
97accept = {
99value = 1000
}
© 2026 Soft Santa Cruz, S.L.U.。無断転載を禁じます。本サイトは非公式のファンプロジェクトであり、Paradox Interactiveとは関係ありません。ゲームコンテンツ © Paradox Interactive。 概要 · プライバシー · 法的情報