Vender icono
Interacción nacionalCambiado en esta versión

Vender icono

sell_iconin_game/common/country_interactions/sell_icon.txt:1

Intentaremos venderles un icono religioso.

RequiereCristianismo ortodoxoReligiónselect trigger 1

Definiciónin_game/common/country_interactions/sell_icon.txt:1

2category = CATEGORY_ECONOMY_ACTIONS
3type = diplomacy
5diplomatic_cost = sell_icon_cost
7price = price:sell_icon
10price_modifier = {
11if = {
12limit = {
13exists = scope:target
}
15add = {
16desc = "art_quality" Calidad artística
17value = scope:target.art_quality
}
}
}
22payer = scope:recipient
23payee = scope:actor
25potential = {
26scope:actor = {
28any_owned_location = {
29any_work_of_art_in_location = {
30work_of_art_type = work_of_art_type:icon
}
}
}
}
36allow = {
}
39select_trigger = {
40looking_for_a = country
41target_flag = recipient
42interaction_source_list = {
44every_country_in_religion = {
45add_to_list = source
}
}
}
49name = "choose_country" Elige el Country:
50column = {
51data = name
}
53visible = {
}
55enabled = {
56religion = religion:orthodox
}
}
60select_trigger = {
61looking_for_a = work_of_art
62source = actor
63cache_targets = yes
64target_flag = target
65name = "select_an_icon_to_sell" Selecciona un icono para venderlo.
66none_available_msg_key = "sell_icon_no_works_of_art"
67column = {
68data = name
}
70visible = {
71work_of_art_type = work_of_art_type:icon
}
}
75ai_will_do = {
77add = {
78value = scope:actor.religious_influence
79subtract = 50
80multiply = -1
}
82add = {
83desc = "game_concept_rival" Rival
84if = {
85limit = {
86scope:recipient = {
87is_rival_of = scope:actor
}
}
90value = -100
}
}
93if = {
94limit = {
95scope:actor = {
96is_enemy_of = scope:recipient
}
}
99add = {
100desc = "game_concept_enemy"
101value = -100
}
}
104add = {
105desc = "DIPLOMATIC_REPUTATION"
106value = {
107value = scope:recipient.modifier:diplomatic_reputation
108multiply = 3
}
}
111add = {
112desc = "OUR_OPINION_TOOLTIP"
113value = "scope:actor.opinion(scope:recipient)"
}
115add = {
116desc = "THEIR_OPINION_TOOLTIP"
117value = "scope:recipient.opinion(scope:actor)"
}
}
121effect = {
122custom_tooltip = {
123text = sell_icon_move_art_tt La Work Of Art seleccionada se trasladará a Recipient Capital
124hidden_effect = {
125scope:target = {
126location = scope:recipient.capital
126country = scope:recipient
}
}
}
}
}
132diplo_chance = {
133base = -5
}
139accept = {
140add = {
141desc = "game_concept_rival" Rival
142if = {
143limit = {
144scope:recipient = {
145is_rival_of = scope:actor
}
}
148value = -100
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. Todos los derechos reservados. Proyecto no oficial de fans, sin afiliación con Paradox Interactive. Contenido del juego © Paradox Interactive. Acerca de · Privacidad · Aviso legal