|
Post by rufff1 on Jan 20, 2019 11:58:31 GMT
the mod clash with congenital overhaul 1.8 and some bloodlines, like the stark's ones, don't appear anymore congenital overhaul 1.8 came out last night, I haven't had time to make a compatibility patch yet. It will conflict with any mod that changes the history files
|
|
|
Post by iorius on Jan 20, 2019 16:17:47 GMT
the mod clash with congenital overhaul 1.8 and some bloodlines, like the stark's ones, don't appear anymore congenital overhaul 1.8 came out last night, I haven't had time to make a compatibility patch yet. It will conflict with any mod that changes the history files okok i only wanted to inform you
|
|
|
Post by kappa on Jan 20, 2019 21:31:41 GMT
On the topic of Drumms ancestor Dagon, not much is known about the story explicitly, but much like some of the other bloodlines you've implemented he's sort of a "legendary ancestor" known as a legendary raider and an incredibly clever man. I think their house and their ancestor are worthy of a bloodline.
Another possibility is a bloodline for the Celtigars, I'm not sure who it would focus on specifically, but several of the known Celtigar house members are known as penny pinchers. Several served as Masters of Coin and both taxed the peasantry excessively (and they came up with some very unique and ridiculous tax laws) and were generally heavily disliked but quite effective at making money. Perhaps Crispian as he was the first Celtigar master of coin or Edwell as he was the first with this sort of reputation (or at least for Crispian it's not said explicitly). They could get +2 Stewardship (3 Master of Coins in the family shows they knew something about money) and a small tax modifier but counteracted by a national revolt risk modifier.
|
|
|
Post by kappa on Jan 20, 2019 21:43:34 GMT
Also there seems to be an error for Yronwood blood, they currently have a ridiculous 50% bonus to moral defense, which is insane. I assume that's supposed to be 5%
|
|
|
Post by rufff1 on Jan 20, 2019 21:50:02 GMT
Also there seems to be an error for Yronwood blood, they currently have a ridiculous 50% bonus to moral defense, which is insane. I assume that's supposed to be 5% Christ - just looked in the files and so do the fowlers! Thanks for the heads up, have corrected
|
|
|
Post by rufff1 on Jan 20, 2019 22:29:12 GMT
v 1.1 IS NOW OUT
|
|
|
Post by kappa on Jan 20, 2019 22:31:45 GMT
Other possible bloodlines include
Forrester Bloodline - I know it's a telltale creation but they are supposedly an honorable and at what time prestigious house. So like a Cedric Forrester Bloodline with +prestige and small +northman rep would be fine.
Lothston Bloodline - A pretty shitty house all told, Lucas and Manfryd were both apparently assholes while Danelle was straight up insane and both cruelty and insanity seemed to run in the house. I suggest giving them +prestige but -piety, -general opinion and a chance to gain cruel and a chance to gain lunatic.
Plumm Bloodline - Viserys Plumm, whether it's true or not (it's heavily implied it is) there's rumors he was actually the son of Aegon IV, and of course he definitely had Targaryen blood through his mother, much later Ben Plumm still seems to get along pretty well with Dany's dragons and the story seems pretty well known (Cersei brings it up too). I suggest a +dragon taming/dragon hatching chance and a small prestige bonus.
|
|
|
Post by rufff1 on Jan 20, 2019 22:36:40 GMT
Other possible bloodlines include Forrester Bloodline - I know it's a telltale creation but they are supposedly an honorable and at what time prestigious house. So like a Cedric Forrester Bloodline with +prestige and small +northman rep would be fine. Lothston Bloodline - A pretty shitty house all told, Lucas and Manfryd were both apparently assholes while Danelle was straight up insane and both cruelty and insanity seemed to run in the house. I suggest giving them +prestige but -piety, -general opinion and a chance to gain cruel and a chance to gain lunatic. Plumm Bloodline - Viserys Plumm, whether it's true or not (it's heavily implied it is) there's rumors he was actually the son of Aegon IV, and of course he definitely had Targaryen blood through his mother, much later Ben Plumm still seems to get along pretty well with Dany's dragons and the story seems pretty well known (Cersei brings it up too). I suggest a +dragon taming/dragon hatching chance and a small prestige bonus. I'll put the Plumms and the Lothsons on the list for the next for the next update - not really convinced on the Forresters - I just worry that they aren't well known enough to really deserve a bloodline
|
|
|
Post by ogarrr on Jan 20, 2019 22:56:40 GMT
The best way to give the Durrandon bloodlines is via event, I think.
Probably using the code:
random_character = { limit = { AND = { NOT = { character = 1317 } dynasty = 317 } } add_to_bloodline = PREV }
Or something like that.
|
|
|
Post by rufff1 on Jan 20, 2019 23:11:20 GMT
The best way to give the Durrandon bloodlines is via event, I think. Probably using the code: random_character = { limit = { AND = { NOT = { character = 1317 } dynasty = 317 } } add_to_bloodline = PREV } Or something like that. Awesome - I'll implement for 1.2 - don't suppose you know why the trait gain events I created won't fire?
|
|
|
Post by ogarrr on Jan 20, 2019 23:18:51 GMT
That code isn't complete btw, it needs to be added to its own event.
I don't think you've triggered the events on birth or on a regular pulse, use the on_actions folder and create your own on_actions file, probably more_bloodlines_events.
Either way, you've put them as is_triggered_only without triggering them anywhere.
|
|
|
Post by rufff1 on Jan 20, 2019 23:22:43 GMT
That code isn't complete btw, it needs to be added to its own event. I don't think you've triggered the events on birth or on a regular pulse, use the on_actions folder and create your own on_actions file, probably more_bloodlines_events. Either way, you've put them as is_triggered_only without triggering them anywhere. Ah right _ I had assumed that the trigger was "has_bloodline_flag = bloodline_mormont" - I'll have a crack at the on_actions folder
|
|
|
Post by ogarrr on Jan 20, 2019 23:45:47 GMT
Have a look at their birth events for probabilities for your birth events, and then check out other yearly pulse or events that are triggered on adulthood.
HIP is a great place to look as well, for balance and such.
|
|
|
Post by axelofthekey on Jan 21, 2019 0:04:49 GMT
Just tried this out with Bobby B, won the rebellion, no Bloodline creation. Haven't tried Jon or Aegon yet.
|
|
|
Post by kappa on Jan 21, 2019 0:22:29 GMT
You can also just look at the vanilla on_action files, they should have one for their pre existing bloodlines that can give Ambitious and the like.
|
|