For the Romani reforms.
Polybian
Find this part
Code:
; Unconditional Player Reforms after 210BC
if I_TurnNumber > 248
and I_LocalFaction seleucid
set_counter Romanii_Reform 1
set_counter PolybianReformsAdvisor 1
terminate_monitor
end_if
and make TurnNumber >1
Marian
find
Code:
;Unconditional Player Reforms
monitor_event FactionTurnEnd FactionType seleucid
and FactionIsLocal
and I_CompareCounter Romanii_Reform = 1
and I_NumberOfSettlements seleucid > 89
and make NumberOfSettlements seleucid > 1
Imperial
find
Code:
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
and do this
Code:
monitor_event FactionTurnEnd FactionType seleucid
;and I_CompareCounter Romani > 54
and I_TurnNumber > 3
;and I_NumberOfSettlements seleucid > 89
;and BattlesFought > 399
and I_CompareCounter Romanii_Reform = 2
;and I_CompareCounter AugustanReformatorCounter = 1
Be aware this will mean you completely miss out on Camillian, Polybian and Marian troops as by turn three you'll have the imperial reforms
Bookmarks