
国家関与
ニュスタ結婚
貴族階級または聖職者階級の結婚可能な女性キャラクターを、対象国の統治者の結婚相手として提案する。
受諾されると、このキャラクターは対象国に移住し、対象国のわが国に対する評価が+100上昇する。
王室間の婚姻とは異なり、この外交アクションでキャラクターを結婚させても、両国間で外交的または王室同士の結束は生まれない。結婚予定のキャラクターは、わが国の王朝の一員である必要はない。
市民階級select trigger 2
庶民階級select trigger 2
君主制政体select trigger 1
関与禁止補正タイプselect trigger 2
結婚禁止補正タイプselect trigger 2
ニュスタ結婚を使用可能補正タイプpotential定義in_game/common/country_interactions/nusta_marriage.txt:1
2type = diplomacy
3category = CATEGORY_FRIENDLY_ACTIONS
11allow = {
}
14select_trigger = {
15looking_for_a = country
16target_flag = recipient
17name = "choose_country" 国家を選択:
18column = {
19data = name
}
25enabled = {
26has_ruler = yes
27ruler ?= {
28is_alive = yes
29is_female = no
30is_regent = no
31has_available_marriage_slot = yes
32is_married = no
}
}
}
37select_trigger = {
38looking_for_a = character
39source = actor
40target_flag = target
41name = "nusta_marriage_SELECT_TITLE" 結婚を提案するキャラクターを選択
42none_available_msg_key = "nusta_marriage_no_characters"
43column = {
44data = character_info
}
46visible = {
47is_alive = yes
48is_adult = yes
49is_female = yes
50has_available_marriage_slot = yes
51is_married = no
52is_consort = no
53is_ruler = no
54is_heir = no
}
}
62effect = {
63if = {
64limit = {
64exists = scope:target
}
65scope:target = {
66move_country = scope:recipient
67if = {
68limit = {
68NOT = {
68religion.group = scope:recipient.religion.group
}
}
69change_character_religion = scope:recipient.religion
}
}
72scope:recipient = {
73ruler ?= {
74marry_character = scope:target
}
76add_opinion = {
77modifier = opinion_nusta_marriage
78target = scope:actor
}
}
}
}
84diplo_chance = {
85relative_strength = 200
86border_distance = -0.02
87diplomatic_reputation = 5
}
89accept = {
90add = {
91desc = "game_concept_rival" ライバル
92if = {
93limit = {
94scope:recipient = {
95is_rival_of = scope:actor
}
}
98value = -100
}
}
101add = {
102desc = "THEIR_OPINION_TOOLTIP" 相手国のわが国に対する評価
103value = "scope:recipient.opinion(scope:actor)"
104divide = 5
}
106add = {
107scope:recipient = {
108value = "trust(scope:actor)"
109divide = 5
}
}
}