
행동
지하드 선포
불신자로 가득 찬 국가 하나를 선택해 알라의 위용을 쏟아붓습니다.
제국국가 등급potential
왕국국가 등급potential
이슬람종교군potential정의in_game/common/generic_actions/muslim.txt:1
2type = religious
4sound = UI_action_religion_generic
6potential = {
7scope:actor = {
}
}
24cooldown = {
25type = call_jihad
26years = 10
}
29ai_tick = monthly
30ai_tick_frequency = 12
32automation_tick = monthly
33automation_tick_frequency = 6
34player_automated_category = religiousdoctrines
36price = price:call_jihad
38select_trigger = {
39looking_for_a = religion
40source = actor
41target_flag = recipient
42name = "choose_religion" 종교 선택:
43column = {
44data = name
}
}
48select_trigger = {
49looking_for_a = country
50interaction_source_list = {
51scope:actor = {
52every_country_in_diplomatic_range = {
53add_to_list = source
}
}
}
57target_flag = target
58name = "call_jihad_select_country" 지하드를 선포할 국가 선택:
59none_available_msg_key = "call_jihad_no_countries"
60column = {
61data = name
}
63column = {
64data = population
}
66visible = {
68scope:actor = {
68has_discovered = prev.capital
}
69NOR = {
71is_at_war_with = scope:actor
72has_truce_with = scope:actor
73is_subject_of = scope:actor
}
}
}
78effect = {
79scope:actor = {
80if = {
81limit = {
81exists = scope:target
}
82create_international_organization = {
84target = scope:target
85custom_tooltip = {
86text = leader_of_jihad_tt 우리가 지하드의 수장국이 됩니다.
87add_country_to_international_organization = scope:actor
88set_leader_country = scope:actor
}
}
}
92else = {
93custom_tooltip = call_jihad.tt 선택한 국가를 상대로 새 지하드가 생성됩니다
}
}
}
98ai_will_do = {
100add = -100
}