Ikone leihen
AktionIn dieser Version geändert

Ikone leihen

loan_iconin_game/common/generic_actions/D008_orthodox.txt:1

Wir leihen einem anderen Land für 10 Jahre eine Ikone. Im Gegenzug erhalten wir Zinsen, die von seinen Einnahmen und der Kunstgüte des Concept abhängen. Dies verbessert auch die Meinung und das Vertrauen zwischen den beiden Ländern.

ErfordertFate of the PhoenixDLCpotentialOrthodoxieReligionpotential, select trigger 3

Definitionin_game/common/generic_actions/D008_orthodox.txt:1

2type = religious
3ai_tick = monthly
4ai_tick_frequency = 6
5automation_tick = monthly
6automation_tick_frequency = 3
7player_automated_category = religiousdoctrines
9potential = {
11scope:actor.religion = religion:orthodox
}
14allow = {
15scope:actor = {
16at_war = no
17any_work_of_art = {
18work_of_art_type = work_of_art_type:icon
}
}
}
23price = price:loan_icon_price
25select_trigger = {
26looking_for_a = religion
27source = actor
28target_flag = recipient
29name = "choose_religion" Die Religion wählen:
30column = {
31data = name
}
}
35select_trigger = {
36looking_for_a = work_of_art
37source = actor
38target_flag = target
39name = "loan_icon_choose_icon" Ikone zum Verleihen wählen
40none_available_msg_key = "no_valid_works_of_art"
41column = {
42data = name
}
44visible = {
45work_of_art_type = work_of_art_type:icon
}
47enabled = {
48custom_tooltip = {
49text = icon_not_already_loaned_tt Wir dürfen uns diese Ikone derzeit nicht von einem anderen Land leihen
50OR = {
51NOT = {
51scope:actor = {
51has_variable_map = lent_icon
}
}
52NOT = {
53scope:actor = {
54is_key_in_variable_map = {
55name = lent_icon
56target = root
}
}
}
}
}
}
}
65select_trigger = {
66looking_for_a = country
67target_flag = target_country
68interaction_source_list = {
70every_country_in_religion = {
71add_to_list = source
}
}
}
75cache_targets = yes
76name = "choose_country" Das Land wählen:
77column = {
78data = name
}
80column = {
81data = population
}
83visible = {
}
85enabled = {
86opinion = {
86target = scope:actor
86value > 0
}
87custom_tooltip = {
88text = not_already_receiving_icon_tt Sie dürfen nicht bereits eine Ikone geliehen haben
89OR = {
90NOT = {
90has_variable_map = lent_icon
}
91NOT = {
92is_value_in_variable_map = {
93name = lent_icon
94target = scope:actor
}
}
}
}
}
}
102effect = {
103if = {
104limit = {
105exists = scope:target
106exists = scope:target_country
}
108save_temporary_scope_value_as = {
109name = icon_price_value
110value = {
111value = "scope:target_country.monthly_income_trade_and_tax"
112multiply = "scope:target.art_quality"
113divide = 1000
114min = "scope:target.art_quality"
}
}
117scope:target_country = {
118set_variable = {
120value = scope:icon_price_value
}
}
123custom_tooltip = {
124text = loan_icon_tt Sie erhalten unser Angebot, ihnen „Target“ im Tausch für Icon Price ValueGold I zu leihen
125scope:target_country = {
126trigger_event_silently = d008_orthodox_events.1
}
}
129if = {
130limit = {
131scope:target_country = {
132OR = {
133gold < scope:icon_price_value
134gold < 0
135num_loans > 0
}
}
}
139custom_tooltip = loan_icon_bad_economy_tt Sie befinden sich offenbar in einer schlechten wirtschaftlichen Lage, weshalb sie ablehnen könnten, sollte ihre Meinung über uns nicht gut genug sein
}
}
142else = {
143custom_tooltip = loan_icon_tt_no_target Wir unterbreiten dem Concept das Angebot, eines unserer Kunstwerke im Tausch für Geld zu leihen
}
}
146ai_will_do = {
147if = {
148limit = {
149scope:actor = {
150monthly_balance < 0
}
}
153add = {
154value = 10
}
}
157if = {
158limit = {
159scope:target_country = {
160OR = {
161gold < 0
162num_loans > 0
}
}
}
166add = -1000
}
168add = {
169desc = "OUR_OPINION_TOOLTIP"
170value = "scope:actor.opinion(scope:target_country)"
}
172add = {
173desc = "THEIR_OPINION_TOOLTIP"
174value = "scope:target_country.opinion(scope:actor)"
}
}
© 2026 Soft Santa Cruz, S.L.U.. Alle Rechte vorbehalten. Inoffizielles Fanprojekt, nicht mit Paradox Interactive verbunden. Spielinhalte © Paradox Interactive. Über · Datenschutz · Impressum