I'm completely stuck right now. The default trigger is activated when you destroy a faction. IMO, that's too extreme. I'd like to make it happen every X turns, or right after you conquer a province. I don't know if it's possible to have it happen when only Katana Samurai were in the defending army, but it would be something I would really like to add.
Right now, the only dilemma I can get is the Wako Threat warning. Two options are pay 2000 to remove threat or ignore. Maybe someone here can help me.
I highlighted the each line I put in my mod. The only exception is I also highlighted Wako Threat lines in the cdir_events_dilemma_incidents_tables to illustrate which dilemma keeps popping up. I don't even have it listed in my mod.
cdir_configs_tables
This table shows how often the dilemma occurs (percentages). I want to know if anyone know what CDIR_CVN_TRANSFER_REGION_... function does. I was hoping this will allow Ronin to be hired after a province is conquered.
cdir_events_dilemma_incidents_tables
I don't have any incidents after the dilemma, so I don't thing would apply. However, every time I try to create this mod, that stupid Wako Threat dilemma occurs.
cdir_events_dilemma_option_junctions
This table isn't too hard to figure out. But I'm not sure how to implement my mod to these values.
cdir_events_dilemma_payloads
This table is a chain of incidents that occur after the dilemma. I don't think this would apply to me, but who knows.
dilemmas_tables
I know what CDIR_CVN_EVENT_GENERATOR_... does, but not the rest. I'm hoping CDIR_CVN_TRANSFER_REGION_OWNERSHIP_... would be the commands I'm looking for. To me, it sounds as if this is a trigger when someone conquers a province. Correct me if I'm wrong please.