• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Cappuccino James

Cappuccino James, Leader of the Cappuccino Crew
74 Badges
Mar 20, 2015
32
4
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Jade Dragon
  • Tyranny - Tales from the Tiers
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Reapers Due
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Nemesis
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Humanoids Species Pack
  • Tyranny: Archon Edition
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
Dragon Cult Expanded - Elder Kings SVN.jpg


New from the Cappuccino crew, Dragon Cult Expanded - Elder Kings SVN is a project aimed at adding flavor to the Dragon Cult religion until the Elder Kings developers decide to do something with it.

!!!REQUIRES THE SVN DEVELOPER BUILD OF ELDER KINGS!!!

This mod assumes you went with the default and named your SVN mod folder EKSVN. It might work anyway since the actual dependency is "Elder Kings Dev."

Now with that out of the way :D

Updated for SVN Revision 842

Features:

- Bring your own flavor of justice or destruction to Tamriel in the name of the Dragon Gods by accepting the gift of Dragonpriesthood and eternal life.
- Societies to add flavor to the religion.
- Minor Rework of the Summon Dragon troops decisions.
- Patron Deities. Choose a patron Dragon God to dedicate your life to and focus your worship.
- Thu'um Specializations
- Train in the use of 7 potential shouts. Members of the Greybeards or Children of the Ancient Ways that are proficient in the Thu'um can learn shouts.
Aura Whisper - Bonus to arrest chance and murder plot power.
Battle Fury - Bonus to damage.
Become Ethereal - Bonus to defensive plot power and defense.
Bend Will - Bonus to general opinion and reduction to global revolt risk.
Dismay - Bonus to morale offense.
Unrelenting Force - Bonus to siege speed.
Whirlwind Sprint - Bonus to movement speed and retreat.
- Formable holy order, complete with unique society.
- Establish a religious head, Either the player or a generated AI.

Planned Features: (Not in any particular order)

- Artifacts. Probably dragon masks.
- Bloodlines. If i can think of a way for this to make sense and be a bit more immersive.
- Off-Map Powers. This will never happen unless someone helps me. I have no idea how they work.

-More as i think of them

##############################################################################

Feel free to download from Steam if that's more your thing. Screenshots of the mod are there as well.

https://steamcommunity.com/sharedfiles/filedetails/?id=2008099928

~Cheers
 

Attachments

  • Dragon Cult Expanded - Elder Kings SVN.zip
    1,9 MB · Views: 147
  • DCE Changelog.txt
    4,1 KB · Views: 20
Last edited:
  • 3Like
  • 1
Reactions:
FEB 29-2020 *Edit* You don't need the .zip file in the original post. Cant figure out how to delete it.

Editing the original post and then clicking on more options then scrolling down to the attachments to the post. There should be a delete button next to your zip file + you can upload new ones.

Hopefully this will help somehow.

~Frosty Out
 
What i should do to become a Dragon Priest?
sorry for the late reply as I just saw it. Downloaded the mod just to look at the files for you, so for this is the event to turn you into a dragon priest.
character_event = { #AI Can become dragonpriests too
id = dce_misc.001
hide_window = yes

ai = yes
min_age = 16
capable_only = yes
prisoner = no

trigger = {
religion = dragon_cult
OR = {
tier = duke
tier = king
tier = emperor
}
OR = {
NOT = { is_undead = yes }
AND = {
is_undead = yes
trait = lich
}
AND = {
is_undead = yes
trait = vampire
}
}
prestige = 300
piety = 150
}

mean_time_to_happen = {
months = 300
}

immediate = {
random_list = {
5 = {
modifier = {
factor = 0
OR = {
AND = {
has_two_specializations = yes
NOR = {
trait = priest_1
trait = priest_2
trait = priest_3
}
}
trait = dragonpriest
}
}
modifier = {
factor = 10
trait = dragonborn
}
modifier = {
factor = 1.5
OR = {
society_rank = { society = children_of_the_ancient_ways rank == 2 }
society_rank = { society = dovah_in_society rank == 2 }
}
}
modifier = {
factor = 2
OR = {
society_rank = { society = children_of_the_ancient_ways rank == 3 }
society_rank = { society = dovah_in_society rank == 3 }
}
}
modifier = {
factor = 2.5
OR = {
AND = {
society_rank = { society = children_of_the_ancient_ways rank == 4 }
NOT = { is_society_grandmaster = yes }
}
AND = {
society_rank = { society = dovah_in_society rank == 4 }
NOT = { is_society_grandmaster = yes }
}
}
}
modifier = {
factor = 5
OR = {
AND = {
society_member_of = children_of_the_ancient_ways
is_society_grandmaster = yes
}
AND = {
society_member_of = dovah_in_society
is_society_grandmaster = yes
}
}
}
remove_trait = immortal
remove_trait = lycan
remove_trait = known_lycan
remove_trait = known_lycan_benevolent
remove_trait = vampire
remove_trait = known_vampire
remove_trait = known_vampire_benevolent
remove_trait = priest_1
remove_trait = priest_2
add_trait = dragonpriest
add_trait = priest_3
add_trait = lich
set_character_flag = dragonborn_candidate
}
65 = {
piety = 50
}
30 = {
piety = 10
}
}
}
}

TSDR: Be Higher than a Duke while worshipping the dragon cult OR be an Undead lich / Undead vampire. takes about 25 years to turn you into a dragon priest.
To increase your chances on the event triggering, become a member of the Dovah society or Children of the Ancient ways or be a dragon born.
 
  • 1Like
Reactions:
Hello, is this mod still being developed? I'm currently running a game (its the non-SVN version but I just changed the dependencies) and I have run into a few bugs (might be caused by my version of the mod).

I was wanting to ask if you are no longer developing it, would you mind if I continued it in your stead?