教皇為何如此飄忽不定?
我剛剛開始了美因茨的新遊戲。在一場全國性的比賽開始後,我立即獲得了“Legatus Natus”的稱號。
長期以來,我們一直很榮幸成為教皇的代表 - Legatus Natus - 在阿爾卑斯山以北。這樣一個有聲望的頭銜需要一定程度的尊嚴,我們不能讓我們的威望或我們與教皇的關係下降太低。
然而,僅僅幾天后(可能是 2 或 3 天),教皇決定他犯了一個錯誤並再次撤銷了頭銜(也是通過一個事件)。
Legatus Natus這個享有盛譽的職位只能由神聖羅馬帝國的天主教主教擔任。由於我們不再滿足這一要求,教皇撤銷了這一頭銜。
什麼……?
以下是事實:
我似乎滿足所有標準:
- 在神羅
- 天主教
- 神權政治
我的名聲很低,但那是因為它是這樣開始的。在 2 天內我無能為力。
我還沒有在遊戲中做任何事情,但接受了與符騰堡的聯盟。
所以這裡是我的問題:
- 這是一個錯誤嗎?是什麼導致我這麼快失去 Legatus Natus?
- 我該怎麼做才能保留標題?
- 如果什麼都沒有(這將是相當愚蠢的),我該怎麼做才能重新獲得頭銜?
**補充:**同樣的事情發生在“Primas Germaniae”上。美因茨得到它並立即失去它。
**更新:**根據最近的更新日誌,關於 Legatus Natus 和 PrimasGermaniae 的錯誤已在更新檔 1.4 中修復
這是帶有錯誤解釋的舊答案:
我剛剛檢查了這兩個事件的事件文件(LegatusNatus.txt 和 PrimasGermaniae.txt)。
它們的行為方式幾乎相同,所以我只會為 LegatusNatus 編寫它。
據我所知,美因茨會在一個月內自動獲得冠軍:
# Legatus Natus country_event = { ... trigger = { papacy_active = yes <-- Pope must exist tag = MAI <-- This only happens to Mainz exists = yes <-- Mainz must exist is_elector = yes <-- Mainz must be an elector government = theocratic_government <-- Mainz has to be a theocracy NOT = { has_country_flag = happened_763 }<-- The event has not happened yet } mean_time_to_happen = { months = 1 } immediate = { set_country_flag = happened_763 } option = { name = "EVTOPTA763" add_country_modifier = { name = "legatus_natus" duration = -1 } } }
這就是事情出錯的地方。對於美因茨來說,獲得頭銜不需要良好的教皇關係,而美因茨實際上是從低關係開始的。
但是,失去頭銜的事件如下:
# Position as Legatus Natus Revoked country_event = { ... trigger = { has_country_modifier = legatus_natus <-- Country must be legatus natus OR = { <-- and either of the following is true capital_scope = { is_part_of_hre = no } <-- not part of the HRE NOT = { government = theocratic_government } <-- not a theocracy NOT = { religion = catholic } <-- not catholic NOT = { has_opinion ={ who = PAP value = 100 } } <-- not 100 relations with the Papal States exists = no <-- Country not existing } } mean_time_to_happen = { months = 1 } option = { name = "EVTOPTA964" remove_country_modifier = legatus_natus set_global_flag = no_legatus_natus } }
因此,在獲得頭銜後的一個月內,美因茨將再次失去它,因為教皇國對美因茨 100 沒有意見。
如果這不是錯誤,我不知道是什麼。
我想美因茨要麼從一開始就與教皇國建立良好的關係,要麼只有在他們達到 100 個關係門檻後才能獲得頭銜。
失去標題的資訊文本也非常混亂。它沒有說你必須與教皇國保持良好的關係。