Предложение ньюсты в жёны
Взаимодействие с державой

Предложение ньюсты в жёны

nusta_marriagein_game/common/country_interactions/nusta_marriage.txt:1

Мы предложим одного из наших незамужних Concept женского пола из высшего сословия (Аристократы или Священники|l) в жёны Concept указанной державы.
В случае согласия персонаж переедет туда, и эта держава получит +100 к Concept о нас.

В отличие от Concept, такая свадьба не приведёт к возникновению дипломатических или династических обязательств между нашими странами. Невеста не должна принадлежать к нашей Concept.

ТребуетГорожанеСословие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
5potential = {
6scope:actor = {
8is_subject = no
}
}
11allow = {
}
14select_trigger = {
15looking_for_a = country
16target_flag = recipient
17name = "choose_country" Выберите Concept:
18column = {
19data = name
}
21visible = {
22is_subject = no
23government_type = government_type:monarchy
}
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" Выберите Concept, которому вы хотите предложить брак
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
56NOT = {
}
57NOT = {
}
}
}
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
}
}
}