• 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.

JumpingHornet

Second Lieutenant
3 Badges
Nov 17, 2013
154
6
  • Crusader Kings II
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
I'm playing as a Valyrian in Volantis, and recently aquired the triarchy, and later converted to High Valyrian via decision, having the prestige to claim direct decent from the old Valyria (honestly have no idea if this is from a mod or not, but whatever >__>). But if I turn my family into inbreds like the Targs, and give them dragons and what not, will they get the coin flip events, and other Targ events? Or is it not based on culture, but rather Dynasties themselves?
 
The coinflip covers

dynasty = 496 #Targaryan
dynasty = 7000 #Bittersteel
dynasty = 57 #Blackfyre
dynasty = 497 #Aegons "of Essos"

The other targ dynasties are

45000204 = Redwyrm
45000205 = Truedrake
45000206 = Fyreblood
45000207 = Goldfyre

So no.
 
I assume the coin flip event wasn't updated after the cadet branches were added (assuming this wasn't intentional). A better solution might be instead of looking for dynasty, to look for a dynasty flag. Give the Targaryen's and their offshoots a dynasty flag "targaryen_coin_flip" or somesuch. Not only would the named dynasties be covered, but any potential bastard families, as well as other possible families (demonspawn child with a new dynasty or a character creator High Valyrian family).
 
EDIT: fixed version below

I was interested in allowing custom High Valyrian houses and Targaryen cadet houses the same coin flip events, so I wrote a small mod that does just that.

It should trigger if you are a High Valyrian and haven't been prompted about your culture (ie. through the character creator)


This mod modifies the scripted triggers "is_divine_blood_dynasty_trigger" and "high_valyrian_dynasty_trigger" to also include "has_dynasty_flag =targaryen_blood_custom". It also adds a new scripted trigger "targaryen_blood_trigger" which triggers for Targaryens, Blackfyres, Bittersteels, 'of Essos', the four cadet dynasties, or if the dynasty has the above flag.

I've replaced all the references to the four named houses AND the four named houses with the four cadet branches in the high_valyrian_events file to not look for the dynasties, but instead look for targaryen_blood_trigger=yes (this includes events relating to the coin flip, wildfire drinking, embracing the Valyrian religion, and Dragon Dreams).

The flag "targaryen_blood_custom" can only be assigned with the event "high_valyrian.1" (the one which fires for new high valyrian characters). There are now two options for the player: the standard "we're High Valyrian" vanilla option, or the "we're High Valyriand and subject to greatness", ie. related to the Targaryens.
 

Attachments

  • AGoT-CoinFlipFlag.zip
    17,1 KB · Views: 6
Last edited:
  • 1
Reactions:
Hahaha you beat me to the punch, I've added a scripted trigger for the next version which will check for if you are a targ, blackfyre, bittersteel, young griff or targ cadet and made sure it is used in the other events.

Might add in the ability to make your custom dynasty one of them using a dynasty flag but not sure if I want to open it up tooooo much to any old dynasty
 
Last edited:
I was interested in allowing custom High Valyrian houses and Targaryen cadet houses the same coin flip events, so I wrote a small mod that does just that.

It should trigger if you are a High Valyrian and haven't been prompted about your culture (ie. through the character creator)


This mod modifies the scripted triggers "is_divine_blood_dynasty_trigger" and "high_valyrian_dynasty_trigger" to also include "has_dynasty_flag =targaryen_blood_custom". It also adds a new scripted trigger "targaryen_blood_trigger" which triggers for Targaryens, Blackfyres, Bittersteels, 'of Essos', the four cadet dynasties, or if the dynasty has the above flag.

I've replaced all the references to the four named houses AND the four named houses with the four cadet branches in the high_valyrian_events file to not look for the dynasties, but instead look for targaryen_blood_trigger=yes (this includes events relating to the coin flip, wildfire drinking, embracing the Valyrian religion, and Dragon Dreams).

The flag "targaryen_blood_custom" can only be assigned with the event "high_valyrian.1" (the one which fires for new high valyrian characters). There are now two options for the player: the standard "we're High Valyrian" vanilla option, or the "we're High Valyriand and subject to greatness", ie. related to the Targaryens.

That's amazing, thank you
 
Might add in the ability to make your custom dynasty one of them using a dynasty flag but not sure if I want to open it up tooooo much to any old dynasty

I figured if the player wants to have the coin flip for their own custom high Valyrian dynasty, then why not? Non-player dynasties don't have access to the option.
 
In the previous version, I didn't set the custom dynasty to have divine blood. It's fixed here now.
 

Attachments

  • AGoT-CoinFlipFlag.zip
    17,1 KB · Views: 5
  • 1
Reactions: