Hi guys,
I know this is not the first post on this topic, but I couldn't quite find an answer to my question..
I'm starting a new Campaign soon, and I'd like it to be perfect in as many ways as possible. Apart from a whole range of mini-mods, I like the reforms to take place when I want them to. I edited the Polybian reforms to take place at 250 (didn't change the conditions, so I still need to have the required cities for them to happen), and the unconditional Marian reforms when I have 49 cities. Now I noticed, the Augustan Reforms don't have an unconditional trigger, but only the one with the Emperor. Now my question: Can I just change this
monitor_event FactionTurnEnd FactionType seleucid
and I_CompareCounter Romani > 54
and I_TurnNumber > 499
and I_NumberOfSettlements seleucid > 89
;and BattlesFought > 399
and I_CompareCounter Romanii_Reform = 2
and I_CompareCounter AugustanReformatorCounter = 1
set_counter Romanii_Reform 3
set_counter AugustanReformsAdvisor 1
to this? :
monitor_event FactionTurnEnd FactionType seleucid
and I_CompareCounter Romani > 54
and I_TurnNumber > 328
and I_NumberOfSettlements seleucid > 65
;and BattlesFought > 250
and I_CompareCounter Romanii_Reform = 2
and I_CompareCounter AugustanReformatorCounter = 0
set_counter Romanii_Reform 3
set_counter AugustanReformsAdvisor 1
(I only changed battles fought, turn number, and most importantly, the reform counter = 0)..
I'm also wondering what I_comparecounter Romani > 54 means.. Unfortunately I don't have the time to experiment with these values, so I'm forced to ask for help here.
Thanks in advance!
Bookmarks