Acontecimiento

La Court Title conspira contra el ejército

flavor_byz.47in_game/events/DHE/flavor_BYZ.txt:3804
La … conspira contra el ejército

Mientras el ejército protegía nuestras fronteras, la Court Title ha visto una amenaza en algunos oficiales y generales contra Country Rank Spanish Article Flavor Rank. Afirma que quieren derrocar a Target Character y destruir el poder que tiene el cargo de la Court Title. Por tal motivo, sugiere un cambio hacia esta dirección: quantity.

RequiereBizancioPaístriggerLa corte favorece un ejército terrestreVariableoption 3, option 4, triggerLa corte favorece la supremacía navalVariableoption 3, option 4, triggerLa corte favorece los tagmata de élite por encima del número de conscriptosVariableoption 1, option 2, triggerLa corte favorece a los ejércitos de las masasVariableoption 1, option 2, triggerEl código legal imperial ha sido reformadoVariabletrigger

Definiciónin_game/events/DHE/flavor_BYZ.txt:3804

3805hide_portraits = yes
3806type = country_event
3807title = flavor_byz.47.title La Court Title conspira contra el ejército
3808desc = {
3809first_valid = {
3810triggered_desc = {
3811trigger = {
3812has_variable = court_wants_quantity
}
3814desc = flavor_byz.47.desc.a Mientras el ejército protegía nuestras fronteras, la Court Title ha visto una amenaza en algunos oficiales y generales contra Country Rank Spanish Article Flavor Rank. Afirma que quieren derrocar a Target Character y destruir el poder que tiene el cargo de la Court Title. Por tal motivo, sugiere un cambio hacia esta dirección: quantity.
}
3816triggered_desc = {
3817trigger = {
3818has_variable = court_wants_quality
}
3820desc = flavor_byz.47.desc.b Mientras el ejército protegía nuestras fronteras, la Court Title ha visto una amenaza en algunos oficiales y generales contra Country Rank Spanish Article Flavor Rank. Afirma que quieren derrocar a Target Character y destruir el poder que tiene el cargo de la Court Title. Por tal motivo, sugiere un cambio hacia esta dirección: quality.
}
3822triggered_desc = {
3823trigger = {
3824has_variable = court_wants_land
}
3826desc = flavor_byz.47.desc.c Mientras el ejército protegía nuestras fronteras, la Court Title ha visto una amenaza en algunos oficiales y generales contra Country Rank Spanish Article Flavor Rank. Afirma que quieren derrocar a Target Character y destruir el poder que tiene el cargo de la Court Title. Por tal motivo, sugiere un cambio hacia esta dirección: land.
}
3828triggered_desc = {
3829trigger = {
3830has_variable = court_wants_navy
}
3832desc = flavor_byz.47.desc.d Mientras el ejército protegía nuestras fronteras, la Court Title ha visto una amenaza en algunos oficiales y generales contra Country Rank Spanish Article Flavor Rank. Afirma que quieren derrocar a Target Character y destruir el poder que tiene el cargo de la Court Title. Por tal motivo, sugiere un cambio hacia esta dirección: naval.
}
}
}
3836outcome = neutral
3838trigger = {
3839custom_tooltip = {
3840text = variable_tt_reformed_imperial_code_flag El código legal imperial ha sido reformado
3841NOT = {
3841has_variable = reformed_imperial_code_flag
}
}
3843any_cabinet_character = {
3844count > 0
}
3846tag = BYZ
3848custom_tooltip = {
3849text = variable_tt_court_wants_quantity La corte favorece a los ejércitos de las masas
3850NOT = {
3850has_variable = court_wants_quantity
}
}
3852custom_tooltip = {
3853text = variable_tt_court_wants_quality La corte favorece los tagmata de élite por encima del número de conscriptos
3854NOT = {
3854has_variable = court_wants_quality
}
}
3856custom_tooltip = {
3857text = variable_tt_court_wants_land La corte favorece un ejército terrestre
3858NOT = {
3858has_variable = court_wants_land
}
}
3860custom_tooltip = {
3861text = variable_tt_court_wants_navy La corte favorece la supremacía naval
3862NOT = {
3862has_variable = court_wants_navy
}
}
}
3866illustration_tags = {
386710 = regular
386810 = interior
}
3871immediate = {
3872ruler_or_regent ?= {
3873save_scope_as = target_character
}
3876random_cabinet_character ?= {
3877save_scope_as = target_character2
}
3880remove_variable = court_wants_quantity
3881remove_variable = court_wants_quality
3882remove_variable = court_wants_land
3883remove_variable = court_wants_navy
3885random_list = {
38861 = {
3886set_variable = court_wants_quantity
}
38871 = {
3887set_variable = court_wants_quality
}
38881 = {
3888set_variable = court_wants_land
}
38891 = {
3889set_variable = court_wants_navy
}
}
3891foreground = pop_type:soldiers
3891background = pop_type:soldiers
}
}
4038after = {
4039remove_variable = court_wants_quantity
4040remove_variable = court_wants_quality
4041remove_variable = court_wants_land
4042remove_variable = court_wants_navy
}

Opciones

AUn ejército numeroso nos permitirá cubrir más terreno.
3897trigger = {
3898custom_tooltip = {
3899text = byz_court_wants_to_force_societal_changes La Court Title quiere que forcemos cambios en nuestra sociedad.
3900OR = {
3901has_variable = court_wants_quantity
3902has_variable = court_wants_quality
}
}
}
3907change_societal_value = {
}
3912if = {
3913limit = {
3914has_variable = court_wants_quantity
}
3916add_estate_satisfaction = {
}
3920add_legitimacy = legitimacy_mild_penalty (-10)
}
3922else = {
3923add_estate_satisfaction = {
}
}
BEn lugar de enviar más hombres al ejército, será mejor que entrenemos a los que ya tenemos.
3933trigger = {
3934custom_tooltip = {
3935text = byz_court_wants_to_force_societal_changes La Court Title quiere que forcemos cambios en nuestra sociedad.
3936OR = {
3937has_variable = court_wants_quantity
3938has_variable = court_wants_quality
}
}
}
3943change_societal_value = {
}
3948if = {
3949limit = {
3950has_variable = court_wants_quality
}
3952add_estate_satisfaction = {
}
3956add_legitimacy = legitimacy_mild_penalty (-10)
}
3958else = {
3959add_estate_satisfaction = {
}
}
CDebemos reforzar la posición de nuestros oficiales en tierra.
3969trigger = {
3970custom_tooltip = {
3971text = byz_court_wants_to_force_societal_changes La Court Title quiere que forcemos cambios en nuestra sociedad.
3972OR = {
3973has_variable = court_wants_land
3974has_variable = court_wants_navy
}
}
}
3979change_societal_value = {
3980type = land_vs_naval
3981value = societal_value_move_to_left (-10)
}
3984if = {
3985limit = {
3986has_variable = court_wants_land
}
3988add_estate_satisfaction = {
}
3992add_legitimacy = legitimacy_mild_penalty (-10)
}
3994else = {
3995add_estate_satisfaction = {
}
}
DPara proteger Country, también debemos proteger sus mares.
4005trigger = {
4006custom_tooltip = {
4007text = byz_court_wants_to_force_societal_changes La Court Title quiere que forcemos cambios en nuestra sociedad.
4008OR = {
4009has_variable = court_wants_land
4010has_variable = court_wants_navy
}
}
}
4015change_societal_value = {
4016type = land_vs_naval
}
4020if = {
4021limit = {
4022has_variable = court_wants_navy
}
4024add_estate_satisfaction = {
}
4028add_legitimacy = legitimacy_mild_penalty (-10)
}
4030else = {
4031add_estate_satisfaction = {
}
}
© 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