Distribuer une subvention impériale
ActionNouveau dans cette version

Distribuer une subvention impériale

distribute_imperial_grantin_game/common/generic_actions/hre_circle_actions.txt:5

Distribuons de l'or de notre trésorerie aux membres de notre cercle pour améliorer nos relations et la satisfaction du cercle.

RequiertSaint-Empire romain germaniqueOrganisation internationalepotential

Définitionin_game/common/generic_actions/hre_circle_actions.txt:5

6type = owncountry
8imperial_circle_action = yes
9icon = circle_leader_action
11show_in_gui_list = no
13cooldown = {
14type = distribute_imperial_grant
15years = 3
}
18select_trigger = {
19show_if = {
19NOT = {
19exists = scope:target
}
}
20looking_for_a = imperial_circle
21target_flag = target
22interaction_source_list = {
23scope:actor = {
24every_imperial_circle_country_is_member_of = {
25add_to_list = source
}
}
}
29name = "choose_circle" Choisir un cercle impérial
30column = {
30data = name
}
}
33potential = {
34scope:actor = {
35is_imperial_circle_leader = yes
36is_member_of_circle = scope:target
37circles_are_active = yes
}
}
}
41allow = {
42scope:actor = {
43gold >= {
44value = country_economical_base
45multiply = 0.20
}
}
}
50effect = {
51scope:actor = {
52save_temporary_scope_value_as = {
53name = total_grant
54value = {
55value = country_economical_base
56multiply = 0.20
}
}
59every_imperial_circle_country_is_member_of = {
60add_circle_satisfaction = 2
61save_temporary_scope_value_as = {
62name = grant_per_member
63value = {
64value = scope:total_grant
65divide = {
66value = imperial_circle_member_count
67subtract = 1
68min = 1
}
}
}
}
73add_country_modifier = {
75years = 2
}
77remove_variable = has_received_imperial_bribe
79custom_tooltip = {
80text = distribute_imperial_grant_tt Nous dépensons Total Grant (20 % de notre Base économique), répartis équitablement entre les membres non dirigeants de notre Cercle impérial. Chaque bénéficiaire obtient Subvention impériale reçue pendant 2 ans et gagne Opinion Received Imperial Grant d'Opinion à notre égard.
82every_imperial_circle_country_is_member_of = {
83every_circle_member = {
84limit = {
85NOT = {
85this = scope:actor
}
}
87add_gold = scope:grant_per_member
88scope:actor = {
89add_gold = {
90value = scope:grant_per_member
91multiply = -1
}
}
94add_country_modifier = {
96years = 2
}
98add_opinion = {
99target = scope:actor
100modifier = opinion_received_imperial_grant
}
}
}
}
}
}
108ai_will_do = {
109add = {
109value = 20
}
110if = {
111limit = {
112scope:actor = {
113any_imperial_circle_country_is_member_of = {
114imperial_circle_satisfaction < 60
}
}
}
118add = {
118value = 40
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. Tous droits réservés. Projet de fan non officiel, non affilié à Paradox Interactive. Contenu du jeu © Paradox Interactive. À propos · Confidentialité · Mentions légales