
국가 상호 작용
뉴스타 혼인
귀족 또는 성직자에 속한 여성 인물 중에 혼기가 찬 자를 상대국의 통치자와 혼인하도록 주선합니다.
이 제안이 수용될 경우, 해당 인물은 상대국으로 이주하며 상대국의 우호도가 +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
}
}
}