
Interação de PaísNovo nesta versão
Comprar Obra de Arte
Comparar uma Obra de Arte da coleção de outro País.
Definiçãoin_game/common/country_interactions/request_work_of_art_purchase.txt:1
2category = CATEGORY_ECONOMY_ACTIONS
3type = diplomacy
5ai_tick = daily
6ai_tick_frequency = 360
8ai_prerequisite = {
9exists = scope:actor
10scope:actor = {
10gold >= {
10value = monthly_income_total
10multiply = 18
}
}
}
13price = price:request_work_of_art_purchase
14price_modifier = {
15if = {
16limit = {
16exists = scope:target
}
17add = {
18desc = "ART_SALE_VALUE" Valor da Obra de Arte
19value = scope:target.art_price
}
}
22else = {
23value = 1
}
}
26payer = scope:actor
27payee = scope:recipient
29potential = {
}
32allow = {
}
35select_trigger = {
36looking_for_a = country
37target_flag = recipient
38name = "choose_country" Escolha o País:
39column = {
40data = name
}
42visible = {
43NOT = {
43this = scope:actor
}
44has_sellable_art = yes
}
46enabled = {
47NOT = {
47is_enemy_of = scope:actor
}
}
}
51select_trigger = {
52looking_for_a = work_of_art
53source = recipient
54cache_targets = yes
55target_flag = target
56name = "request_woa_purchase_select_art" Escolher Obra de Arte
57none_available_msg_key = "request_woa_purchase_no_art"
58column = {
59data = name
}
61visible = {
62art_is_priceless = no
}
}
66effect = {
67custom_tooltip = {
68text = request_work_of_art_purchase_move_art_tt A Obra de Arte selecionada irá para Actor Capital
69hidden_effect = {
}
}
}
77ai_will_do = {
78add = -100
80if = {
81limit = {
82scope:actor = {
82gold >= {
82value = monthly_income_total
82multiply = 18
}
}
83scope:target = {
83art_quality >= 60
}
}
85add = 50
}
87if = {
88limit = {
88scope:actor = {
88is_enemy_of = scope:recipient
}
}
89multiply = 0
}
}
93diplo_chance = {
94base = -30
}
97accept = {
98add = {
99desc = "OUR_OPINION_TOOLTIP" Nossa opinião sobre eles
100value = "scope:recipient.opinion(scope:actor)"
101divide = 3
}
103if = {
104limit = {
104scope:recipient = {
104gold < {
104value = monthly_income_total
104multiply = 6
}
}
}
105add = {
106desc = "LOW_TREASURY" Tesouro Baixo
107value = 60
}
}
110if = {
111limit = {
111scope:target ?= {
111art_quality >= 70
}
}
112add = {
113desc = "HIGH_QUALITY_ART" Qualidade da Arte Alta
114value = -50
}
}
}