Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Tiber Septim did NOT mantle Lorkhan, for mantling Lorkhan would not create a new deity Talos. This is how mantling works in lore, in EVERY instance of mantling that's ever been shown. They become the mantled. They are not a new God entirely. Lorkhan is also worshiped, revered, or feared still, just outside of Imperial doctrine.
Talos's worshippers being around after Daggerfall isn't a lore reason, it is just due to the fact they added that lore in Morrowind. Several lore points in Morrowind show Talos's divinity being considered a thing LONG before the events of Daggerfall.
But yeah Talos shouldn't exist in the 2E. That has nothing to do with what I responded to you though, Talos wasn't made with a Dragon Break.
I want to add the ability to fully become a necromancer king or a lich king, with all the consequences that come with it...
So the updates for this mod won't be coming any time soon.
lore wise isn't it passed down through the generations, would make sense that way considering you put in a custom dynasty legacy
Start a new game and save it. Go to that new game's save file, and look for "k_cyrodiil_province" (found in the landed_titles section). Keep that file open.
Then open the save file of your currently running campaign, and once again go to the landed_titles section. Go to the end of the list of titles. Copy all the k_NAME_province entries from the new campaigns save file, and paste them here. Exchange the ID's so they continue incrementing from the already saved titles. (e.g.
5={
key=k_cyrodiil_province
...
-->
7308={
key=k_cyrodiil_province
...
)
Save the changes, and it should work somewhat when you load in. When I created the Province of Skyrim, it's map color was green, but otherwise it seems to have worked.
I have very little experience modding ck3 and dont know if this might mess something up seriously, so please back up your ongoing save game before changing anything.
Decisions to create Imperial Provinces are now available to all empires (not just Cyrodiil/Tamriel or the Aldmeri Dominion), except for Eastern and Western Skyrim, and Colovia with Nibenay.
Decisions and events related to the Tribunal have been removed — essentially, only the mechanics for creating new titles have been borrowed.
The update is not compatible with old saves. To avoid breaking your save, it's better not to trigger any decisions related to the provinces.
After that, you will unlock the decision to receive Akatosh’s blessing, provided your faith actually venerates him (i.e., the Cyro-Nordic faith). Again, you’ll need to have one personality trait fitting a true Dragonborn (such as Ambitious or Just), along with a solid level of Prestige and Piety.
Voilà — Akatosh grants you the special trait, and a new legacy branch becomes available. By leveling up the third tier of this legacy, you can bypass all other requirements for decisions involving Akatosh.
Could also have something to do with the AoK modifier not showing for some reason but idk what the issue preventing the decision from appearing actually is just that it won't show so :( amazing mod btw keep up the great work!
is_shown = {
is_ai = no
is_landed = yes
has_religion = religion:nedic_nordic_religion
any_character_artifact = {
has_artifact_modifier = aok_modifier
}
NOR = {
has_trait = dragonborn
has_character_flag = race_daedra
}
}
is_valid = {
age >= 16
OR = {
dynasty = { has_dynasty_perk = dragonblood_legacy_3 }
AND = {
OR = {
has_trait = p_dv_akatosh
has_trait = p_dv_talos
}
piety_level >= 2
OR = {
completely_controls = title:c_imperial_city
completely_controls = title:c_balfiera
completely_controls = title:c_aldruhn
completely_controls = title:c_crystal
completely_controls = title:c_ivarstead
completely_controls = title:c_eldenroot
}
OR = {
has_trait = ambitious
has_trait = zealous
has_trait = brave
has_trait = just
has_trait = diligent
has_trait = conqueror
}
}
}
}