Hi,
I changed EBBS to enable the Romans the Marians.
Code:
;Unconditional AI Reforms
monitor_event FactionTurnEnd FactionType seleucid
and not FactionIsLocal
and I_CompareCounter Romanii_Reform = 1
and I_NumberOfSettlements seleucid > 10
if RandomPercent < 100
set_counter Romanii_Reform 2
terminate_monitor
end_if
end_monitor
Highlighted in red what I changed. The Romans are currently reduced to 11 Gallic settlements, but I didn't get the Marians. Shouldn't "RandomPercent < 100" mean that the chance to get them is 100%? Or is it because their Gallic settlements don't have the Polybian markers?
Bookmarks