キャラクター関与
アクラとの結婚
このキャラクターは対象の州の総督と結婚する。この州に発生するエフェクト:
アクラが結婚した
市民階級select trigger 1
庶民階級select trigger 1
結婚禁止補正タイプselect trigger 1
アクラ結婚を使用可能補正タイプpotentialアクラが結婚した静的補正select trigger 22is_consort_action = no
3on_own_nation = yes
4sound = "event:/SFX/UI/Character/Unique/sfx_ui_character_arrange_marriage"
5message = yes
10ai_tick = daily
11ai_tick_frequency = 90
12allow = {
}
15select_trigger = {
16looking_for_a = character
17source = actor
18target_flag = recipient
19name = "choose_character" キャラクターを選択:
20column = {
21data = name
}
23visible = {
24is_female = yes
25is_alive = yes
26is_consort = no
27is_ruler = no
28is_heir = no
}
30enabled = {
31is_adult = yes
32has_available_marriage_slot = yes
}
}
39select_trigger = {
40looking_for_a = province
41source = actor
42target_flag = target
43name = "aclla_distribution_select_title" 婚姻のためにアクラを派遣する州を選択
44none_available_msg_key = "aclla_distribution_no_provinces"
45column = {
45data = name
}
46column = {
46data = population
}
47column = {
47data = satisfaction
}
48visible = {
50any_location_in_province = {
51owner = scope:actor
}
}
}
56effect = {
57if = {
58limit = {
59exists = scope:target
}
61scope:target = {
}
}
69if = {
70limit = {
71exists = scope:recipient
}
73scope:recipient = {
76add_character_modifier = {
}
}
}
}
81ai_will_do = {
83add = {
84if = {
85limit = {
86scope:target = {
87province_satisfaction < 0
}
}
90value = scope:target.province_satisfaction
91multiply = -5
}
}
95add = {
}
}