|
Post by Azrael on Aug 26, 2019 8:25:26 GMT
This submod makes it easier to search for characters with bloodlines. I didn't like having to go to the ledger every time and go through the bloodlines one by one, so I made this submod. What this submod does is check for different bloodline flags and then adds a trait (so not compatible with saved games) to characters with a bloodline. In character search, just type the word bloodline and it'll filter down to any character with the trait (white shield w/ red blood drop). I added an extra check for a bloodline flag rufff1 uses to it as well, so it should be compatible with More Bloodlines.
Compatible with: AGOT 2.0/2.1/2.2
Credits:
AGOT Dev Team: For the main mod SinStar87: For the willingness to help and answer questions as I was learning modding
|
|
|
Post by haroldlauder on Oct 4, 2019 12:12:32 GMT
Absolutely love this one; I tweaked it so the Bloodline trait adds +10% fertility and +1 Health. I think of it as 'plot armor' and it seems to help prevent major houses from dying out quickly!
|
|
|
Post by Azrael on Jan 11, 2020 16:54:44 GMT
This submod doesn't change any AGOT files, so should be compatible with 2.1
|
|
|
Post by Azrael on Apr 25, 2021 16:44:39 GMT
This submod doesn't change any AGOT files, so should be compatible with 2.2.
|
|
|
Post by ehotaldoluke on Jan 18, 2024 18:00:39 GMT
Absolutely love this one; I tweaked it so the Bloodline trait adds +10% fertility and +1 Health. I think of it as 'plot armor' and it seems to help prevent major houses from dying out quickly! That is a great idea; how can I do it?
|
|
|
Post by Azrael on Jan 24, 2024 14:19:02 GMT
Absolutely love this one; I tweaked it so the Bloodline trait adds +10% fertility and +1 Health. I think of it as 'plot armor' and it seems to help prevent major houses from dying out quickly! That is a great idea; how can I do it? Put the code for it within the brackets of the trait found in better_bloodline_search_traits.txt, like this: has__bloodline = { health = 1 fertility = 0.1 random = no customizer = no
}
|
|
|
Post by ehotaldoluke on Jan 24, 2024 19:42:40 GMT
That is a great idea; how can I do it? Put the code for it within the brackets of the trait found in better_bloodline_search_traits.txt, like this: has__bloodline = { health = 1 fertility = 0.1 random = no customizer = no
} Thanks! Will try it out. I use the mod Performance by Trexeth and sadly it kills a lot of important characters really easily, hopefuly it'll be fixed by adding this Btw, does this mod work with more bloodlines 3.0?
|
|
|
Post by Azrael on Jan 25, 2024 15:24:30 GMT
Put the code for it within the brackets of the trait found in better_bloodline_search_traits.txt, like this: has__bloodline = { health = 1 fertility = 0.1 random = no customizer = no
} Thanks! Will try it out. I use the mod Performance by Trexeth and sadly it kills a lot of important characters really easily, hopefuly it'll be fixed by adding this Btw, does this mod work with more bloodlines 3.0? I had added tags for bloodlines rufff1 used for bloodlines in more bloodlines so, unless those have changed, it should work with it. As for the Performance mod, the added health, I think, should help in preventing some of the culling.
|
|
|
Post by ehotaldoluke on Jan 30, 2024 13:16:47 GMT
Thanks! Will try it out. I use the mod Performance by Trexeth and sadly it kills a lot of important characters really easily, hopefuly it'll be fixed by adding this Btw, does this mod work with more bloodlines 3.0? I had added tags for bloodlines rufff1 used for bloodlines in more bloodlines so, unless those have changed, it should work with it. As for the Performance mod, the added health, I think, should help in preventing some of the culling. It worked, but for some reason some men were pregnant and lots of characters had hemophiliac trait.. maybe because I added it mid game? Will give it a shot on a new game.
|
|
|
Post by Azrael on Jan 30, 2024 13:50:43 GMT
I had added tags for bloodlines rufff1 used for bloodlines in more bloodlines so, unless those have changed, it should work with it. As for the Performance mod, the added health, I think, should help in preventing some of the culling. It worked, but for some reason some men were pregnant and lots of characters had hemophiliac trait.. maybe because I added it mid game? Will give it a shot on a new game. Yeah, don't add any submods which add new traits mid-game. It will mess up all other traits because of how the traits are saved.
|
|
|
Post by ehotaldoluke on Jan 30, 2024 22:39:23 GMT
It worked, but for some reason some men were pregnant and lots of characters had hemophiliac trait.. maybe because I added it mid game? Will give it a shot on a new game. Yeah, don't add any submods which add new traits mid-game. It will mess up all other traits because of how the traits are saved. Thanks for the heads up! Will keep that in mind for next playthroughs!
|
|