
ActionNouveau dans cette version
Soudoyer le cercle impérial
Payer un chef de cercle impérial et tous les membres de son cercle pour voter en faveur de notre proposition à la Diète impériale. Le chef de cercle reçoit la totalité de la somme de base du pot-de-vin, et chaque autre membre reçoit 25 % de ce montant. Le vote de chaque membre correspondra au choix de l'Empereur jusqu'à la clôture de la résolution.
Saint-Empire romain germaniqueOrganisation internationaleallow, potential, select triggerDéfinitionin_game/common/generic_actions/hre_circle_actions.txt:527
528type = owncountry
530imperial_circle_action = yes
531icon = circle_leader_action
533show_in_gui_list = no
535potential = {
536scope:actor = {
539circles_are_active = yes
540resolution_is_active = resolution:policy_vote
}
}
}
545select_trigger = {
546show_if = {
546NOT = {
546exists = scope:target
}
}
547looking_for_a = country
548target_flag = target
549interaction_source_list = {
551every_international_organization_member = {
552limit = {
552is_imperial_circle_leader = yes
}
553add_to_list = source
}
}
}
557name = "choose_circle_leader" Choisir un chef de cercle
558column = {
558data = name
}
559visible = {
560is_imperial_circle_leader = yes
}
}
564allow = {
565exists = scope:target
566scope:target = {
566is_imperial_circle_leader = yes
}
569NOT = {
570vote_is_locked = {
571voter = scope:target
572resolution = resolution:policy_vote
}
}
}
}
582effect = {
589scope:target = {
595save_temporary_scope_value_as = {
596name = bribe_member_share
}
605set_vote = {
606voter = scope:target
607resolution = resolution:policy_vote
609lock_reason = {
609key = VOTE_LOCK_REASON_BRIBED
}
}
}
623custom_tooltip = {
624text = bribe_imperial_circle_members_tt Chaque autre membre du cercle de Target reçoit Bribe Member Share et voit son Vote sur la proposition en cours à la Diète impériale verrouillé sur le choix de l'Empereur.
625every_imperial_circle_country_is_member_of = {
626limit = {
626circle_leader ?= {
626this = scope:target
}
}
627every_circle_member = {
628limit = {
628NOT = {
628this = scope:target
}
}
629save_temporary_scope_as = circle_member
630add_gold = scope:bribe_member_share
632set_vote = {
633voter = scope:circle_member
634resolution = resolution:policy_vote
636lock_reason = {
636key = VOTE_LOCK_REASON_BRIBED
}
}
}
}
}
}
}
}
650ai_will_do = {
654if = {
655limit = {
659resolution_vote(scope:target|international_organization:hre|resolution:policy_vote) ?= international_organization:hre.var:io_law_target
}
661subtract = {
662desc = "BRIBE_ALREADY_ALIGNED"
663value = 1000
}
}
667add = {
668desc = "BRIBE_BASELINE"
669value = 60
}
672if = {
673limit = {
673scope:target = {
673any_imperial_circle_country_is_member_of = {
673imperial_circle_member_count >= 4
}
}
}
674add = 20
}
676if = {
677limit = {
677scope:target = {
677any_imperial_circle_country_is_member_of = {
677imperial_circle_member_count >= 6
}
}
}
678add = 20
}
680if = {
681limit = {
681scope:target = {
681any_imperial_circle_country_is_member_of = {
681imperial_circle_member_count >= 8
}
}
}
682add = 20
}
685if = {
686limit = {
}
694multiply = 0.5
}
696if = {
697limit = {
698scope:actor = {
699OR = {
700monthly_balance < 0
701is_during_bankruptcy = yes
}
}
}
705multiply = 0.25
}
708add = {
709desc = "BRIBE_OPINION_NUDGE"
710value = "scope:target.opinion(scope:actor)"
711divide = 20
}
}