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
I made a submod that makes it possible to disable the spawning of random immortals(via gamerule).
Enjoy: https://steamcommunity.com/sharedfiles/filedetails/?id=3288205797
The author can include it into the main mod if wanted.
Thx for the attention
off one of the effects.
I think the issue is because from this event, you get the choice to activate the decision where you gain immortality and you don't directly get immortality. Since you removed the decision file I think you aren't able to get it that way. Something you could do instead of deleting the whole decisions file is to delete all the decisions except the cwo_earn_immortality one. If you want the fountain of youth to be the only way you gain immortality, you may need to remove activation of other events that give you the Immortality character flag (which alllows you to activate that decision)
genetic = yes
inherit_chance = 10
both_parent_has_trait_inherit_chance = 25
Set those three to:
genetic = no
inherit_chance = 0
both_parent_has_trait_inherit_chance = 0
This should make having children with immortality not possible. Hope this helps. Adjusting the number values values changes the % chance so that can be messed with as well. Let me know if you have any more questions.