Hi I'm new to modding ck2 I am working on my first mod and just slowly working through each of the basic categories, Basic text, traits, culture, religion, ect... making a small mods to learn the mechanics also for fun.
I am currently making a custom culture and was adding some modifiers to the culture to make it unique. I was wondering if it was possible to add an or operator of some sort the the "character_modifier" portion of the culture so I could do something like
character_modifier = { learning = 10 or martial = 5 }
so characters of that culture get either a boost to their learning or martial?
I see that the game dose support boonlengs for scripting in relation to event modding but I don't see it mentioned anywhere else.
Again I'm new to CK2 modding and I apologize if this is not the proper place to post.
Thank you in advance for your help!
I am currently making a custom culture and was adding some modifiers to the culture to make it unique. I was wondering if it was possible to add an or operator of some sort the the "character_modifier" portion of the culture so I could do something like
character_modifier = { learning = 10 or martial = 5 }
so characters of that culture get either a boost to their learning or martial?
I see that the game dose support boonlengs for scripting in relation to event modding but I don't see it mentioned anywhere else.
Again I'm new to CK2 modding and I apologize if this is not the proper place to post.
Thank you in advance for your help!