Reducción de actividad
Acción

Reducción de actividad

perform_reductionin_game/common/generic_actions/estates.txt:151

Reduce el poder del Estate destruyendo sus Buildings, lo que afectará a su Estate Satisfaction.

RequiereCatedralEdificioeffect

Definiciónin_game/common/generic_actions/estates.txt:151

152type = owncountry
154potential = {
}
157allow = {
}
160ai_tick = never
161ai_tick_frequency = 180
162automation_tick = never
163automation_tick_frequency = 6
164player_automated_category = estates
167select_trigger = {
168looking_for_a = estate
169source = actor
170target_flag = target
171name = "mission_select_estate" Selecciona un Estate
172column = {
173data = name
}
175enabled = {
177num_buildings_owned_by_estate > 0
178power < 0.9
179satisfaction > 0.5
}
}
184effect = {
188scope:actor = {
190add_gold = {
191value = scope:target.estate_tax_base
192multiply = 2
}
195add_gold_to_estate = {
196estate_type = scope:target.estate_type
197value = {
198value = scope:target.estate_tax_base
199multiply = -2
}
}
204add_estate_satisfaction = {
205type = scope:target.estate_type
206value = {
208multiply = {
209value = 1
210add = scope:actor.modifier:estate_building_destruction_satisfaction_impact
}
212max = 0
}
}
}
216scope:target = {
217ordered_building_owned_by_estate = {
218order_by = location.local_control
219check_range_bounds = no
220max = {
221add = 2
222add = {
223value = scope:actor.num_locations
224divide = 20
}
226max = 20
}
229limit = {
230building_type != building_type:cathedral
}
234location = {
234destroy_building = prev
}
}
}
}
239ai_will_do = {
240add = -1000
}
© 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