
国家関与
イスラムへの改宗を要求
アッラーの意志に従わない国家にイスラム教への改宗を求めることで、彼らに対する影響力をさらに増大させることができる。
改宗禁止補正タイプselect trigger
イスラム教宗教グループpotential, select triggerson_conversion_of_west_africa変数potential定義in_game/common/country_interactions/demand_conversion_to_islam.txt:1
2category = CATEGORY_INFLUENCE_ACTIONS
3type = diplomacy
5potential = {
6scope:actor = {
}
}
12allow = {
}
16select_trigger = {
17looking_for_a = country
18target_flag = recipient
19name = "choose_country" 国家を選択:
20column = {
21data = name
}
26enabled = {
27trigger_if = {
}
}
}
34effect = {
35scope:recipient = {
36change_religion = scope:actor.religion
37country = scope:recipient
37religion = scope:actor.religion
}
38capital = {
39every_pop = {
40limit = {
41NOT = {
42religion = scope:actor.religion
}
}
45split_pop = {
46fraction = 0.25
47religion = scope:actor.religion
}
}
}
}
}
54diplo_chance = {
55base = -20
56opinion = 0.2
57recipient_is_rival = -100
}
60accept = {
61add = {
62desc = "game_concept_ally" 同盟国
63if = {
69value = -100
}
}
}