Événement

Le Court Title conspire contre l'administration Country Adjective

flavor_byz.49in_game/events/DHE/flavor_BYZ.txt:4109
Le … conspire contre l'administration …

Bien que notre administration fonctionne efficacement, la Court Title a remarqué que certaines personnes en poste ne lui étaient pas très favorables. Elle nous force la main, en exigeant que nous nous favorisions vers l'Aristocratie.

RequiertTraditionsÈreoption 3, option 4RenaissanceÈreoption 3, option 4ByzancePaystriggerLa cour soutient la gouvernance aristocratiqueVariableoption 1, option 2, triggerLa cour privilégie la consolidation interneVariableoption 3, option 4, triggerLa cour privilégie la conquête et l'expansion vers l'extérieurVariableoption 3, option 4, triggerLa cour soutient la gouvernance mercantile et ploutocratiqueVariableoption 1, option 2, triggerLe Code juridique impérial a été réforméVariabletrigger

Définitionin_game/events/DHE/flavor_BYZ.txt:4109

4110hide_portraits = yes
4111type = country_event
4112title = flavor_byz.49.title Le Court Title conspire contre l'administration Country Adjective
4113desc = {
4114first_valid = {
4115triggered_desc = {
4116trigger = {
4117has_variable = court_wants_aristocracy
}
4119desc = flavor_byz.49.desc.a Bien que notre administration fonctionne efficacement, la Court Title a remarqué que certaines personnes en poste ne lui étaient pas très favorables. Elle nous force la main, en exigeant que nous nous favorisions vers l'Aristocratie.
}
4121triggered_desc = {
4122trigger = {
4123has_variable = court_wants_plutocracy
}
4125desc = flavor_byz.49.desc.b Bien que notre administration fonctionne efficacement, la Court Title a remarqué que certaines personnes en poste ne lui étaient pas très favorables. Elle nous force la main, en exigeant que nous nous favorisions vers une Le pouvoir de la rhétorique.
}
4127triggered_desc = {
4128trigger = {
4129has_variable = court_wants_outward
}
4131desc = flavor_byz.49.desc.c Bien que notre administration fonctionne efficacement, la Court Title a remarqué que certaines personnes en poste ne lui étaient pas très favorables. Elle nous force la main, en exigeant que nous nous favorisions vers l'outward.
}
4133triggered_desc = {
4134trigger = {
4135has_variable = court_wants_inward
}
4137desc = flavor_byz.49.desc.d Bien que notre administration fonctionne efficacement, la Court Title a remarqué que certaines personnes en poste ne lui étaient pas très favorables. Elle nous force la main, en exigeant que nous nous favorisions vers l'inward.
}
}
}
4141outcome = neutral
4143trigger = {
4144custom_tooltip = {
4145text = variable_tt_reformed_imperial_code_flag Le Code juridique impérial a été réformé
4146NOT = {
4146has_variable = reformed_imperial_code_flag
}
}
4148any_cabinet_character = {
4149count > 0
}
4151tag = BYZ
4153custom_tooltip = {
4154text = variable_tt_court_wants_aristocracy La cour soutient la gouvernance aristocratique
4155NOT = {
4155has_variable = court_wants_aristocracy
}
}
4157custom_tooltip = {
4158text = variable_tt_court_wants_plutocracy La cour soutient la gouvernance mercantile et ploutocratique
4159NOT = {
4159has_variable = court_wants_plutocracy
}
}
4161custom_tooltip = {
4162text = variable_tt_court_wants_outward La cour privilégie la conquête et l'expansion vers l'extérieur
4163NOT = {
4163has_variable = court_wants_outward
}
}
4165custom_tooltip = {
4166text = variable_tt_court_wants_inward La cour privilégie la consolidation interne
4167NOT = {
4167has_variable = court_wants_inward
}
}
}
4171illustration_tags = {
417210 = regular
417310 = interior
}
4176immediate = {
4177ruler_or_regent ?= {
4178save_scope_as = target_character
}
4181random_cabinet_character ?= {
4182save_scope_as = target_character2
}
4185random_list = {
41861 = {
4186set_variable = court_wants_aristocracy
}
41871 = {
4187set_variable = court_wants_plutocracy
}
41881 = {
4188set_variable = court_wants_outward
}
41891 = {
4189set_variable = court_wants_inward
}
}
}
4361after = {
4362remove_variable = court_wants_aristocracy
4363remove_variable = court_wants_plutocracy
4364remove_variable = court_wants_inward
4365remove_variable = court_wants_outward
}

Options

APromouvons l'Aristocratie.
4197trigger = {
4198custom_tooltip = {
4199text = byz_court_wants_to_force_societal_changes Le Court Title souhaite que nous changions notre société par la force
4200OR = {
4201has_variable = court_wants_aristocracy
4202has_variable = court_wants_plutocracy
}
}
}
4207change_societal_value = {
}
4212if = {
4213limit = {
4214has_variable = court_wants_aristocracy
}
4216add_estate_satisfaction = {
}
4221add_legitimacy = legitimacy_mild_penalty (-10)
}
4223else = {
4224add_estate_satisfaction = {
}
}
BNous serons une nation aux valeurs ploutocratiques.
4234trigger = {
4235custom_tooltip = {
4236text = byz_court_wants_to_force_societal_changes Le Court Title souhaite que nous changions notre société par la force
4237OR = {
4238has_variable = court_wants_aristocracy
4239has_variable = court_wants_plutocracy
}
}
}
4244change_societal_value = {
}
4249if = {
4250limit = {
4251has_variable = court_wants_plutocracy
}
4253add_estate_satisfaction = {
}
4257add_legitimacy = legitimacy_mild_penalty (-10)
}
4259else = {
4260add_estate_satisfaction = {
}
}
CNotre administration doit se tourner vers l'extérieur.
4270trigger = {
4271custom_tooltip = {
4272text = byz_court_wants_to_force_societal_changes Le Court Title souhaite que nous changions notre société par la force
4273OR = {
4274has_variable = court_wants_inward
4275has_variable = court_wants_outward
}
}
}
4280if = {
4281limit = {
4282NOR = {
4283current_age = age_1_traditions
4284current_age = age_2_renaissance
}
}
4287change_societal_value = {
}
}
4292else = {
4293add_prestige = prestige_weak_penalty (-5)
}
4296if = {
4297limit = {
4298has_variable = court_wants_outward
}
4300add_estate_satisfaction = {
}
4304add_legitimacy = legitimacy_mild_penalty (-10)
}
4306else = {
4307add_estate_satisfaction = {
}
}
DC'est en nous tournant vers inward que nous assurerons notre sécurité.
4317trigger = {
4318custom_tooltip = {
4319text = byz_court_wants_to_force_societal_changes Le Court Title souhaite que nous changions notre société par la force
4320OR = {
4321has_variable = court_wants_inward
4322has_variable = court_wants_outward
}
}
}
4327if = {
4328limit = {
4329NOR = {
4330current_age = age_1_traditions
4331current_age = age_2_renaissance
}
}
4334change_societal_value = {
}
}
4339else = {
4340add_prestige = prestige_weak_penalty (-5)
}
4343if = {
4344limit = {
4345has_variable = court_wants_inward
}
4347add_estate_satisfaction = {
}
4351add_legitimacy = legitimacy_mild_penalty (-10)
}
4353else = {
4354add_estate_satisfaction = {
}
}
© 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