
ActionModifié dans cette version
Prenons le parti de la Bohême
Nous ne devons pas rester inactifs tandis que le Rome perpètre des brutalités odieuses contre les moins fortunés. Nous devons donc défendre la Bohême et mettre un terme aux croisades déraisonnables des Romain !
BohêmePaysallow, effect, potential
RomePayspotential
Saint-Empire romain germaniqueOrganisation internationaleallow, effect, potential
CatholicismeReligionpotential
HussitismeReligionpotential
Guerres hussitesConjonctureselect triggerDéfinitionin_game/common/generic_actions/hussite_wars_actions.txt:887
888icon = hyw_defect_action
889type = situation
890show_message = no
892ai_tick = monthly
893ai_tick_frequency = 6
895automation_tick = never
896automation_tick_frequency = 12
899potential = {
902scope:actor = {
}
}
914allow = {
915scope:actor = {
916is_subject = no
917at_war = no
918OR = {
}
925NOT = {
926has_mutual_scripted_relation = {
927type = relation_type:alliance
}
}
}
932custom_tooltip = {
933text = bohemia_and_emperor_at_war_with_both_being_leaders_tt La Bohême et Saint-Empire romain germanique Leader Country se livrent une guerre, et chaque Pays est le Meneur de guerre de son camp respectif
935any_current_war = {
936OR = {
937AND = {
}
941AND = {
}
}
}
}
}
}
957ai_tick = monthly
958ai_tick_frequency = 4
959price = price:hussite_wars_actions_price
961cooldown = {
962type = join_the_imperial_side_hw_action
963years = 10
}
966select_trigger = {
967looking_for_a = situation
968target_flag = recipient
969name = "choose_situation" Sélectionner la Conjoncture :
970column = {
971data = name
}
}
979effect = {
981if = {
982limit = {
983any_current_war = {
}
}
988random_current_war = {
989limit = {
}
993scope:actor = {
994join_war_as_defender = {
994war = prev
994call_in_subjects = yes
}
}
}
}
998else_if = {
999limit = {
1000any_current_war = {
}
}
1005random_current_war = {
1006limit = {
}
1010scope:actor = {
1011join_war_as_attacker = {
1011war = prev
1011call_in_subjects = yes
}
}
}
}
1015else = {
1015custom_tooltip = join_current_war_against_emperor_tt Nous allons rejoindre la Guerre que mène actuellement la Bohême contre Saint-Empire romain germanique Leader Country
}
}
}
1019ai_will_do = {
1020subtract = {
1021value = 75
1022desc = BASE_VALUE
}
1024if = {
1025limit = {
1025scope:actor.war_exhaustion != 0
}
1026subtract = {
1027desc = war_exhaustion
1028value = scope:actor.war_exhaustion
1029multiply = 10
}
}
1032if = {
1033limit = {
1033scope:actor.num_loans > 0
}
1034subtract = {
1035value = scope:actor.num_loans
1036multiply = -10
}
}
1039subtract = "scope:actor.opinion(international_organization:hre.leader_country)"
1040subtract = {
1041desc = "[GetUniqueInternationalOrganization('hre').GetLeaderTitle] [diplomatic_reputation|e]"
1042value = international_organization:hre.leader_country.modifier:diplomatic_reputation
}
1044add = {
1045value = "scope:actor.opinion(c:BOH)"
1046desc = "Our [opinion|e] of $BOHquot;
}
1048add = {
1049desc = "[GetCountry('BOH').GetAdjective] [diplomatic_reputation|e]"
1050value = c:BOH.modifier:diplomatic_reputation
}
1052if = {
1056add = {
1057desc = "[GetCountry('BOH').GetAdjective] [heretic_tolerance|e]"
1058value = c:BOH.modifier:tolerance_heretic
1059multiply = 5
}
}
1062if = {
1066subtract = {
1067desc = "[GetCountry('BOH').GetAdjective] [ShowModifier('promoted_radicals_modifier')]"
1068value = 5
}
}
1071if = {
1075add = {
1076desc = "[GetCountry('BOH').GetAdjective] [ShowModifier('promoted_moderates_modifier')]"
1077value = 5
}
}
1081if = {
1083add = {
1084value = "c:BOH.war_score_versus(international_organization:hre.leader_country)"
1085multiply = -100
}
}
}