
国家関与
宗教騎士団を十字軍に召集する
異教国家とわが国の戦争に参戦するよう、後援している宗教騎士団を召集する。
定義in_game/common/country_interactions/military_order_relationship.txt:1
2type = diplomacy
3category = CATEGORY_FRIENDLY_ACTIONS
5potential = {
}
8ai_tick = monthly
9ai_tick_frequency = 3
11allow = {
12scope:actor = {
13at_war = yes
14any_current_war = {
15OR = {
16attacker_leader = scope:actor
17defender_leader = scope:actor
}
}
}
}
23select_trigger = {
24looking_for_a = country
25target_flag = recipient
26interaction_source_list = {
27scope:actor = {
28every_related_country = {
29type = military_sponsorship
30add_to_list = source
}
}
}
34name = "choose_country" 国家を選択:
35column = {
36data = name
}
38visible = {
39receiving_scripted_relation = {
40type = relation_type:military_sponsorship
41target = scope:actor
}
}
44enabled = {
45not = {
45is_at_war_with = scope:actor
}
}
}
49select_trigger = {
50looking_for_a = country
51interaction_source_list = {
52scope:actor = {
53every_country_at_war_with = {
54add_to_list = source
}
}
}
58cache_interaction_source_list = yes
59target_flag = target
60name = "call_order_to_crusade_select_title" 異教の敵国を選択
61none_available_msg_key = "call_order_to_crusade_no_countries"
62column = {
62data = name
}
63column = {
63data = population
}
64visible = {
66not = {
66is_at_war_with = scope:recipient
}
67not = {
67religion.group ?= scope:actor.religion.group
}
68not = {
68has_truce_with = scope:recipient
}
69any_current_war = {
70OR = {
71attacker_leader = scope:actor
72defender_leader = scope:actor
}
}
}
}
77effect = {
78scope:target = {
79random_current_war = {
80limit = {
81OR = {
82attacker_leader = scope:actor
83defender_leader = scope:actor
}
}
86save_scope_as = crusade_war
}
}
89scope:recipient = {
90if = {
91limit = {
92scope:crusade_war = {
92attacker_leader = scope:actor
}
}
94join_war_as_attacker = {
94war = scope:crusade_war
}
}
96else = {
97join_war_as_defender = {
97war = scope:crusade_war
}
}
}
}
101ai_will_do = {
102add = {
103value = 50
}
106add = {
107if = {
108limit = {
109scope:actor = {
110num_of_diplomats <= 2
}
}
113value = -100
}
}
}
118diplo_chance = {
119base = 50
120diplomatic_reputation = 3
121opinion = 0.2
122in_debt = -5
}
124accept = {
125add = {
126desc = "game_concept_rival" ライバル
127if = {
128limit = {
129scope:recipient = {
130is_rival_of = scope:actor
}
}
133value = -100
}
}
136add = {
137desc = "IS_BANKRUPT_TOOLTIP" 破産している
138if = {
139limit = {
140scope:recipient = {
141is_during_bankruptcy = yes
}
}
144value = -1000
}
}
147add = {
148scope:recipient = {
149value = "trust(scope:actor)"
150divide = 5
}
}
153add = {
154scope:recipient = {
155value = "war_exhaustion"
156divide = -2
}
}
159add = {
160desc = "IS_AT_WAR" 戦争状態にある
161if = {
162limit = {
163scope:recipient = {
164at_war = yes
}
}
167value = -25
}
}
}