Solicitar más levas
AcciónNuevo en esta versión

Solicitar más levas

ask_for_extra_leviesin_game/common/generic_actions/estate_emergency_actions.txt:1

Solicita fuerzas extras al Estate. Sus recursos se verán sometidos a una gran presión y su Estate Satisfaction disminuirá considerablemente, salvo que estemos defendiéndonos de un ataque.

Definiciónin_game/common/generic_actions/estate_emergency_actions.txt:1

2type = owncountry
4ai_tick = daily
5ai_tick_frequency = 180
6automation_tick = never
8potential = {
9scope:actor = {
10any_estate = {
11estate_tax_base > 0.01
}
}
}
16allow = {
}
19cooldown = {
20type = ask_for_extra_levies_cooldown
21years = 5
}
24select_trigger = {
25looking_for_a = estate
26source = actor
27target_flag = target
28name = "mission_select_estate" Selecciona un Estate
29column = {
30data = name
}
32enabled = {
33estate_tax_base > 0.01
}
}
37effect = {
38scope:actor = {
39add_country_modifier = {
41months = 12
42mode = add_and_extend
}
44if = {
45limit = {
46any_current_war = {
46is_a_defender = scope:actor
}
}
48add_estate_satisfaction = {
49type = scope:target.estate_type
50value = -0.125
}
}
53else = {
54add_estate_satisfaction = {
55type = scope:target.estate_type
56value = -0.25
}
}
}
}
62ai_prerequisite = {
63at_war = yes
64lowest_war_score < -10
65any_estate = {
66satisfaction > 0.55
}
}
70ai_will_do = {
71if = {
72limit = {
73exists = scope:target
74scope:target = {
74satisfaction > 0.55
}
75scope:actor = {
76at_war = yes
77lowest_war_score < -10
}
}
81subtract = {
82desc = "War score pressure"
83value = scope:actor.lowest_war_score
}
86if = {
87limit = {
87scope:actor = {
87max_manpower < 5
}
}
88add = {
88desc = "Critically low manpower"
88value = 20
}
}
91add = {
92desc = "Estate satisfaction buffer"
93value = scope:target.satisfaction
94multiply = 30
}
97if = {
98limit = {
98scope:target = {
98satisfaction < 0.55
}
}
99multiply = 0
}
}
}
© 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