How do I change AI-Rome's Marian reform trigger?
As I understand it, when Rome is an AI faction their Marian trigger is something like "holding 25 provinces". Now for my game, that's far too early. They'll be there soon and I don't want them having it til much later on.
Where in the script is it? I just want to change it to 45 provinces.
Re: How do I change AI-Rome's Marian reform trigger?
In fact, I think I've found it:
Quote:
;Unconditional AI Reforms
monitor_event FactionTurnEnd FactionType seleucid
and not FactionIsLocal
and I_CompareCounter Romanii_Reform = 1
and I_NumberOfSettlements seleucid > 20
Do I just change the bolded number to 45?
Re: How do I change AI-Rome's Marian reform trigger?
Quote:
Originally Posted by
QuintusSertorius
In fact, I think I've found it:
Do I just change the bolded number to 45?
Yes.
Re: How do I change AI-Rome's Marian reform trigger?