
国家関与このバージョンで変更
王国の称号を授ける
神聖ローマ帝国のメンバーに王国の称号を授け、「王国」への昇格を認める。ボヘミア、ブルゴーニュ、ロタリンギア、イタリアの称号のみ利用可能。
君主制政体select trigger 1
神聖ローマ帝国国際組織allow, select trigger 1定義in_game/common/country_interactions/hre.txt:844
845type = diplomacy
846category = CATEGORY_HRE_ACTIONS
847ai_limit_per_check = 1
853allow = {
856country = scope:actor
}
}
860select_trigger = {
861looking_for_a = country
862target_flag = recipient
863name = "choose_country" 国家を選択:
864column = {
865data = name
}
867visible = {
869country_rank_level = 2
871is_subject = no
872OR = {
873NOT = {
873has_global_variable_map = hre_kingdoms_map
}
874NOT = {
874is_value_in_global_variable_map = {
874name = hre_kingdoms_map
874target = root
}
}
}
}
877enabled = {
}
}
880select_trigger = {
881looking_for_a = scripted_geography
882interaction_source_list = {
883scripted_geography:kingdom_of_italy_geography = {
883add_to_list = source
}
884scripted_geography:kingdom_of_lotharingia_geography = {
884add_to_list = source
}
885scripted_geography:kingdom_of_burgundy_geography = {
885add_to_list = source
}
886scripted_geography:kingdom_of_bohemia_geography = {
886add_to_list = source
}
}
888target_flag = target
889name = "request_kingdom_title_select_title" 要求する王国の称号を選択
890none_available_msg_key = "no_available_kingdom_title"
891column = {
892data = name
}
894visible = {
895OR = {
896NOT = {
896has_global_variable_map = hre_kingdoms_map
}
897NOT = {
897is_key_in_global_variable_map = {
897name = hre_kingdoms_map
897target = root
}
}
}
899scope:recipient.capital = {
899is_in_scripted_geography = root
}
}
901enabled = {
902any_location_in_scripted_geography = {
903OR = {
904is_ownable = no
905owner = scope:recipient
}
907percent >= 0.5
}
}
}
911effect = {
912scope:recipient = {
914add_opinion = {
914target = scope:actor
914modifier = opinion_granted_kingdom_title
}
}
}
917ai_will_do = {
918add = {
919desc = "ACTOR_ACCEPTANCE"
920value = "scope:actor.reverse_country_interaction_acceptance(country_interaction:request_kingdom_title|scope:recipient)"
}
}