• 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.
What is the Mantaryan monster trait event bound to?? What im asking is if it happens if you have Mantaryan culture or if you hold mantarys?
Looking at the event, presuming I'm reading it right, you need to have both the culture and have you capital in the duchy or your liege does if you are not a ruler.

Here's the code:

Code:
  is_triggered_only = yes
   culture = mantaryan
   
   trigger = {
     OR = {
       location = { duchy = { title = d_mantarys } }
       capital_scope = { duchy = { title = d_mantarys } }
       AND = {
         is_ruler = no
         liege = { capital_scope = { duchy = { title = d_mantarys } } }
       }
     }   
   }