Go into the script and go to the money adding section.
You want to add something like this:
monitor_event FactionTurnStart FactionType greek_cities
and not FactionIsLocal
and Treasury > 1000
and I_NumberOfSettlements > 5
console_command add_money greek_cities, -5000 (or whatever money amount you want to reduce them by)
end_monitor
The goal is to cripple a faction if it becomes too big for your liking. If you want to really drop them into debt you can take out the treasury line.
Bookmarks