Code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Section 4: Money Assistance
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Section 4a: Campaign Setting Money Negation
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
monitor_event FactionTurnStart FactionType romans_julii
and not FactionIsLocal
console_command add_money romans_julii, -10000
end_monitor
monitor_event FactionTurnStart FactionType romans_scipii
and not FactionIsLocal
console_command add_money romans_scipii, -10000
end_monitor
monitor_event FactionTurnStart FactionType romans_brutii
and not FactionIsLocal
console_command add_money romans_brutii, -10000
end_monitor
monitor_event FactionTurnStart FactionType egypt
and not FactionIsLocal
console_command add_money egypt, -10000
end_monitor
monitor_event FactionTurnStart FactionType seleucid
and not FactionIsLocal
console_command add_money seleucid, -10000
end_monitor
monitor_event FactionTurnStart FactionType carthage
and not FactionIsLocal
console_command add_money carthage, -10000
end_monitor
monitor_event FactionTurnStart FactionType parthia
and not FactionIsLocal
console_command add_money parthia, -10000
end_monitor
monitor_event FactionTurnStart FactionType gauls
and not FactionIsLocal
console_command add_money gauls, -10000
end_monitor
monitor_event FactionTurnStart FactionType germans
and not FactionIsLocal
console_command add_money germans, -10000
end_monitor
monitor_event FactionTurnStart FactionType britons
and not FactionIsLocal
console_command add_money britons, -10000
end_monitor
monitor_event FactionTurnStart FactionType greek_cities
and not FactionIsLocal
console_command add_money greek_cities, -10000
end_monitor
monitor_event FactionTurnStart FactionType macedon
and not FactionIsLocal
console_command add_money macedon, -10000
end_monitor
monitor_event FactionTurnStart FactionType pontus
and not FactionIsLocal
console_command add_money pontus, -10000
end_monitor
monitor_event FactionTurnStart FactionType armenia
and not FactionIsLocal
console_command add_money armenia, -10000
end_monitor
monitor_event FactionTurnStart FactionType dacia
and not FactionIsLocal
console_command add_money dacia, -10000
end_monitor
monitor_event FactionTurnStart FactionType scythia
and not FactionIsLocal
console_command add_money scythia, -10000
end_monitor
monitor_event FactionTurnStart FactionType spain
and not FactionIsLocal
console_command add_money spain, -10000
end_monitor
monitor_event FactionTurnStart FactionType thrace
and not FactionIsLocal
console_command add_money thrace, -10000
end_monitor
monitor_event FactionTurnStart FactionType numidia
and not FactionIsLocal
console_command add_money numidia, -10000
end_monitor
monitor_event FactionTurnStart FactionType saba
and not FactionIsLocal
console_command add_money saba, -10000
end_monitor
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Section 4b: Treasury Reduction
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
monitor_event FactionTurnStart FactionType romans_julii
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements romans_julii < 6
console_command add_money romans_julii, -12000
end_monitor
monitor_event FactionTurnStart FactionType romans_julii
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements romans_julii < 11
console_command add_money romans_julii, -18000
end_monitor
monitor_event FactionTurnStart FactionType romans_julii
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements romans_julii < 16
console_command add_money romans_julii, -24000
end_monitor
monitor_event FactionTurnStart FactionType romans_julii
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements romans_julii > 15
console_command add_money romans_julii, -30000
end_monitor
monitor_event FactionTurnStart FactionType romans_scipii
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements romans_scipii < 6
console_command add_money romans_scipii, -12000
end_monitor
monitor_event FactionTurnStart FactionType romans_scipii
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements romans_scipii < 11
console_command add_money romans_scipii, -18000
end_monitor
monitor_event FactionTurnStart FactionType romans_scipii
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements romans_scipii < 16
console_command add_money romans_scipii, -24000
end_monitor
monitor_event FactionTurnStart FactionType romans_scipii
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements romans_scipii > 15
console_command add_money romans_scipii, -30000
end_monitor
monitor_event FactionTurnStart FactionType romans_brutii
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements romans_brutii < 6
console_command add_money romans_brutii, -12000
end_monitor
monitor_event FactionTurnStart FactionType romans_brutii
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements romans_brutii < 11
console_command add_money romans_brutii, -18000
end_monitor
monitor_event FactionTurnStart FactionType romans_brutii
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements romans_brutii < 16
console_command add_money romans_brutii, -24000
end_monitor
monitor_event FactionTurnStart FactionType romans_brutii
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements romans_brutii > 15
console_command add_money romans_brutii, -30000
end_monitor
monitor_event FactionTurnStart FactionType egypt
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements egypt < 6
console_command add_money egypt, -12000
end_monitor
monitor_event FactionTurnStart FactionType egypt
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements egypt < 11
console_command add_money egypt, -18000
end_monitor
monitor_event FactionTurnStart FactionType egypt
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements egypt < 16
console_command add_money egypt, -24000
end_monitor
monitor_event FactionTurnStart FactionType egypt
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements egypt > 15
console_command add_money egypt, -30000
end_monitor
monitor_event FactionTurnStart FactionType seleucid
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements seleucid < 6
console_command add_money seleucid, -12000
end_monitor
monitor_event FactionTurnStart FactionType seleucid
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements seleucid < 11
console_command add_money seleucid, -18000
end_monitor
monitor_event FactionTurnStart FactionType seleucid
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements seleucid < 16
console_command add_money seleucid, -24000
end_monitor
monitor_event FactionTurnStart FactionType seleucid
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements seleucid > 15
console_command add_money seleucid, -30000
end_monitor
monitor_event FactionTurnStart FactionType carthage
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements carthage < 6
console_command add_money carthage, -12000
end_monitor
monitor_event FactionTurnStart FactionType carthage
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements carthage < 11
console_command add_money carthage, -18000
end_monitor
monitor_event FactionTurnStart FactionType carthage
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements carthage < 16
console_command add_money carthage, -24000
end_monitor
monitor_event FactionTurnStart FactionType carthage
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements carthage > 15
console_command add_money carthage, -30000
end_monitor
monitor_event FactionTurnStart FactionType parthia
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements parthia < 6
console_command add_money parthia, -12000
end_monitor
monitor_event FactionTurnStart FactionType parthia
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements parthia < 11
console_command add_money parthia, -18000
end_monitor
monitor_event FactionTurnStart FactionType parthia
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements parthia < 16
console_command add_money parthia, -24000
end_monitor
monitor_event FactionTurnStart FactionType parthia
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements parthia > 15
console_command add_money parthia, -30000
end_monitor
monitor_event FactionTurnStart FactionType gauls
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements gauls < 6
console_command add_money gauls, -12000
end_monitor
monitor_event FactionTurnStart FactionType gauls
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements gauls < 11
console_command add_money gauls, -18000
end_monitor
monitor_event FactionTurnStart FactionType gauls
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements gauls < 16
console_command add_money gauls, -24000
end_monitor
monitor_event FactionTurnStart FactionType gauls
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements gauls > 15
console_command add_money gauls, -30000
end_monitor
monitor_event FactionTurnStart FactionType germans
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements germans < 6
console_command add_money germans, -12000
end_monitor
monitor_event FactionTurnStart FactionType germans
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements germans < 11
console_command add_money germans, -18000
end_monitor
monitor_event FactionTurnStart FactionType germans
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements germans < 16
console_command add_money germans, -24000
end_monitor
monitor_event FactionTurnStart FactionType germans
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements germans > 15
console_command add_money germans, -30000
end_monitor
monitor_event FactionTurnStart FactionType britons
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements britons < 6
console_command add_money britons, -12000
end_monitor
monitor_event FactionTurnStart FactionType britons
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements britons < 11
console_command add_money britons, -18000
end_monitor
monitor_event FactionTurnStart FactionType britons
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements britons < 16
console_command add_money britons, -24000
end_monitor
monitor_event FactionTurnStart FactionType britons
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements britons > 15
console_command add_money britons, -30000
end_monitor
monitor_event FactionTurnStart FactionType greek_cities
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements greek_cities < 6
console_command add_money greek_cities, -12000
end_monitor
monitor_event FactionTurnStart FactionType greek_cities
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements greek_cities < 11
console_command add_money greek_cities, -18000
end_monitor
monitor_event FactionTurnStart FactionType greek_cities
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements greek_cities < 16
console_command add_money greek_cities, -24000
end_monitor
monitor_event FactionTurnStart FactionType greek_cities
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements greek_cities > 15
console_command add_money greek_cities, -30000
end_monitor
monitor_event FactionTurnStart FactionType macedon
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements macedon < 6
console_command add_money macedon, -12000
end_monitor
monitor_event FactionTurnStart FactionType macedon
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements macedon < 11
console_command add_money macedon, -18000
end_monitor
monitor_event FactionTurnStart FactionType macedon
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements macedon < 16
console_command add_money macedon, -24000
end_monitor
monitor_event FactionTurnStart FactionType macedon
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements macedon > 15
console_command add_money macedon, -30000
end_monitor
monitor_event FactionTurnStart FactionType pontus
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements pontus < 6
console_command add_money pontus, -12000
end_monitor
monitor_event FactionTurnStart FactionType pontus
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements pontus < 11
console_command add_money pontus, -18000
end_monitor
monitor_event FactionTurnStart FactionType pontus
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements pontus < 16
console_command add_money pontus, -24000
end_monitor
monitor_event FactionTurnStart FactionType pontus
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements pontus > 15
console_command add_money pontus, -30000
end_monitor
monitor_event FactionTurnStart FactionType armenia
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements armenia < 6
console_command add_money armenia, -12000
end_monitor
monitor_event FactionTurnStart FactionType armenia
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements armenia < 11
console_command add_money armenia, -18000
end_monitor
monitor_event FactionTurnStart FactionType armenia
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements armenia < 16
console_command add_money armenia, -24000
end_monitor
monitor_event FactionTurnStart FactionType armenia
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements armenia > 15
console_command add_money armenia, -30000
end_monitor
monitor_event FactionTurnStart FactionType dacia
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements dacia < 6
console_command add_money dacia, -12000
end_monitor
monitor_event FactionTurnStart FactionType dacia
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements dacia < 11
console_command add_money dacia, -18000
end_monitor
monitor_event FactionTurnStart FactionType dacia
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements dacia < 16
console_command add_money dacia, -24000
end_monitor
monitor_event FactionTurnStart FactionType dacia
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements dacia > 15
console_command add_money dacia, -30000
end_monitor
monitor_event FactionTurnStart FactionType scythia
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements scythia < 6
console_command add_money scythia, -12000
end_monitor
monitor_event FactionTurnStart FactionType scythia
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements scythia < 11
console_command add_money scythia, -18000
end_monitor
monitor_event FactionTurnStart FactionType scythia
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements scythia < 16
console_command add_money scythia, -24000
end_monitor
monitor_event FactionTurnStart FactionType scythia
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements scythia > 15
console_command add_money scythia, -30000
end_monitor
monitor_event FactionTurnStart FactionType spain
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements spain < 6
console_command add_money spain, -12000
end_monitor
monitor_event FactionTurnStart FactionType spain
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements spain < 11
console_command add_money spain, -18000
end_monitor
monitor_event FactionTurnStart FactionType spain
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements spain < 16
console_command add_money spain, -24000
end_monitor
monitor_event FactionTurnStart FactionType spain
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements spain > 15
console_command add_money spain, -30000
end_monitor
monitor_event FactionTurnStart FactionType thrace
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements thrace < 6
console_command add_money thrace, -12000
end_monitor
monitor_event FactionTurnStart FactionType thrace
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements thrace < 11
console_command add_money thrace, -18000
end_monitor
monitor_event FactionTurnStart FactionType thrace
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements thrace < 16
console_command add_money thrace, -24000
end_monitor
monitor_event FactionTurnStart FactionType thrace
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements thrace > 15
console_command add_money thrace, -30000
end_monitor
monitor_event FactionTurnStart FactionType numidia
and not FactionIsLocal
and Treasury > 36000
and I_NumberOfSettlements numidia < 6
console_command add_money numidia, -12000
end_monitor
monitor_event FactionTurnStart FactionType numidia
and not FactionIsLocal
and Treasury > 48000
and I_NumberOfSettlements numidia < 11
console_command add_money numidia, -18000
end_monitor
monitor_event FactionTurnStart FactionType numidia
and not FactionIsLocal
and Treasury > 60000
and I_NumberOfSettlements numidia < 16
console_command add_money numidia, -24000
end_monitor
monitor_event FactionTurnStart FactionType numidia
and not FactionIsLocal
and Treasury > 72000
and I_NumberOfSettlements numidia > 15
console_command add_money numidia, -30000
end_monitor
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Section 4c: AI Debt Reduction
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
monitor_event FactionTurnStart FactionType romans_julii
and not FactionIsLocal
and Treasury > -3600
and I_NumberOfSettlements romans_julii < 4
console_command add_money romans_julii, 6000
end_monitor
monitor_event FactionTurnStart FactionType romans_scipii
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements romans_scipii < 4
console_command add_money romans_scipii, 6000
end_monitor
monitor_event FactionTurnStart FactionType romans_brutii
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements romans_brutii < 4
console_command add_money romans_brutii, 6000
end_monitor
monitor_event FactionTurnStart FactionType egypt
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements egypt < 4
console_command add_money egypt, 6000
end_monitor
monitor_event FactionTurnStart FactionType seleucid
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements seleucid < 4
console_command add_money seleucid, 6000
end_monitor
monitor_event FactionTurnStart FactionType carthage
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements carthage < 4
console_command add_money carthage, 6000
end_monitor
monitor_event FactionTurnStart FactionType parthia
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements parthia < 4
console_command add_money parthia, 6000
end_monitor
monitor_event FactionTurnStart FactionType gauls
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements gauls < 4
console_command add_money gauls, 6000
end_monitor
monitor_event FactionTurnStart FactionType germans
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements germans < 4
console_command add_money germans, 6000
end_monitor
monitor_event FactionTurnStart FactionType britons
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements britons < 4
console_command add_money britons, 6000
end_monitor
monitor_event FactionTurnStart FactionType greek_cities
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements greek_cities < 4
console_command add_money greek_cities, 6000
end_monitor
monitor_event FactionTurnStart FactionType macedon
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements macedon < 4
console_command add_money macedon, 6000
end_monitor
monitor_event FactionTurnStart FactionType pontus
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements pontus < 4
console_command add_money pontus, 6000
end_monitor
monitor_event FactionTurnStart FactionType armenia
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements armenia < 4
console_command add_money armenia, 6000
end_monitor
monitor_event FactionTurnStart FactionType dacia
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements dacia < 4
console_command add_money dacia, 6000
end_monitor
monitor_event FactionTurnStart FactionType scythia
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements scythia < 4
console_command add_money scythia, 6000
end_monitor
monitor_event FactionTurnStart FactionType spain
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements spain < 4
console_command add_money spain, 6000
end_monitor
monitor_event FactionTurnStart FactionType thrace
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements thrace < 4
console_command add_money thrace, 6000
end_monitor
monitor_event FactionTurnStart FactionType numidia
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements numidia < 4
console_command add_money numidia, 6000
end_monitor
monitor_event FactionTurnStart FactionType saba
and not FactionIsLocal
and Treasury < -3600
and I_NumberOfSettlements saba < 4
console_command add_money saba, 6000
end_monitor
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Section 4d: Faction Specific City Income Bonus
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;monitor_event CharacterTurnStart FactionType egypt
;and AgentType = admiral
;and not FactionIsLocal
;console_command add_money egypt, 1200
;end_monitor
monitor_event SettlementTurnStart FactionType romans_julii
and not FactionIsLocal
and I_NumberOfSettlements romans_julii < 4
console_command add_money romans_julii, 3600
end_monitor
monitor_event SettlementTurnStart FactionType romans_julii
and not FactionIsLocal
and I_NumberOfSettlements romans_julii > 3
and I_NumberOfSettlements romans_julii < 7
console_command add_money romans_julii, 3000
end_monitor
monitor_event SettlementTurnStart FactionType romans_julii
and not FactionIsLocal
and I_NumberOfSettlements romans_julii > 6
and I_NumberOfSettlements romans_julii < 10
console_command add_money romans_julii, 2400
end_monitor
monitor_event SettlementTurnStart FactionType romans_julii
and not FactionIsLocal
and I_NumberOfSettlements romans_julii > 9
and I_NumberOfSettlements romans_julii < 13
console_command add_money romans_julii, 1800
end_monitor
monitor_event SettlementTurnStart FactionType romans_julii
and not FactionIsLocal
and I_NumberOfSettlements romans_julii > 12
and I_NumberOfSettlements romans_julii < 16
console_command add_money romans_julii, 1200
end_monitor
monitor_event SettlementTurnStart FactionType romans_julii
and not FactionIsLocal
and I_NumberOfSettlements romans_julii > 15
console_command add_money romans_julii, -1200
end_monitor
monitor_event SettlementTurnStart FactionType romans_scipii
and not FactionIsLocal
and I_NumberOfSettlements romans_scipii < 4
console_command add_money romans_scipii, 3600
end_monitor
monitor_event SettlementTurnStart FactionType romans_scipii
and not FactionIsLocal
and I_NumberOfSettlements romans_scipii > 3
and I_NumberOfSettlements romans_scipii < 7
console_command add_money romans_scipii, 3000
end_monitor
monitor_event SettlementTurnStart FactionType romans_scipii
and not FactionIsLocal
and I_NumberOfSettlements romans_scipii > 6
and I_NumberOfSettlements romans_scipii < 10
console_command add_money romans_scipii, 2400
end_monitor
monitor_event SettlementTurnStart FactionType romans_scipii
and not FactionIsLocal
and I_NumberOfSettlements romans_scipii > 9
and I_NumberOfSettlements romans_scipii < 13
console_command add_money romans_scipii, 1800
end_monitor
monitor_event SettlementTurnStart FactionType romans_scipii
and not FactionIsLocal
and I_NumberOfSettlements romans_scipii > 12
and I_NumberOfSettlements romans_scipii < 16
console_command add_money romans_scipii, 1200
end_monitor
monitor_event SettlementTurnStart FactionType romans_scipii
and not FactionIsLocal
and I_NumberOfSettlements romans_scipii > 15
console_command add_money romans_scipii, -1200
end_monitor
monitor_event SettlementTurnStart FactionType romans_brutii
and not FactionIsLocal
and I_NumberOfSettlements romans_brutii < 4
console_command add_money romans_brutii, 3600
end_monitor
monitor_event SettlementTurnStart FactionType romans_brutii
and not FactionIsLocal
and I_NumberOfSettlements romans_brutii > 3
and I_NumberOfSettlements romans_brutii < 7
console_command add_money romans_brutii, 3000
end_monitor
monitor_event SettlementTurnStart FactionType romans_brutii
and not FactionIsLocal
and I_NumberOfSettlements romans_brutii > 6
and I_NumberOfSettlements romans_brutii < 10
console_command add_money romans_brutii, 2400
end_monitor
monitor_event SettlementTurnStart FactionType romans_brutii
and not FactionIsLocal
and I_NumberOfSettlements romans_brutii > 9
and I_NumberOfSettlements romans_brutii < 13
console_command add_money romans_brutii, 1800
end_monitor
monitor_event SettlementTurnStart FactionType romans_brutii
and not FactionIsLocal
and I_NumberOfSettlements romans_brutii > 12
and I_NumberOfSettlements romans_brutii < 16
console_command add_money romans_brutii, 1200
end_monitor
monitor_event SettlementTurnStart FactionType romans_brutii
and not FactionIsLocal
and I_NumberOfSettlements romans_brutii > 15
console_command add_money romans_brutii, -1200
end_monitor
monitor_event SettlementTurnStart FactionType egypt
and not FactionIsLocal
and I_NumberOfSettlements egypt < 4
console_command add_money egypt, 3600
end_monitor
monitor_event SettlementTurnStart FactionType egypt
and not FactionIsLocal
and I_NumberOfSettlements egypt > 3
and I_NumberOfSettlements egypt < 7
console_command add_money egypt, 3000
end_monitor
monitor_event SettlementTurnStart FactionType egypt
and not FactionIsLocal
and I_NumberOfSettlements egypt > 6
and I_NumberOfSettlements egypt < 10
console_command add_money egypt, 2400
end_monitor
monitor_event SettlementTurnStart FactionType egypt
and not FactionIsLocal
and I_NumberOfSettlements egypt > 9
and I_NumberOfSettlements egypt < 13
console_command add_money egypt, 1800
end_monitor
monitor_event SettlementTurnStart FactionType egypt
and not FactionIsLocal
and I_NumberOfSettlements egypt > 12
and I_NumberOfSettlements egypt < 16
console_command add_money egypt, 1200
end_monitor
monitor_event SettlementTurnStart FactionType egypt
and not FactionIsLocal
and I_NumberOfSettlements egypt > 15
console_command add_money egypt, -1200
end_monitor
monitor_event SettlementTurnStart FactionType seleucid
and not FactionIsLocal
and I_NumberOfSettlements seleucid < 4
console_command add_money seleucid, 3600
end_monitor
monitor_event SettlementTurnStart FactionType seleucid
and not FactionIsLocal
and I_NumberOfSettlements seleucid > 3
and I_NumberOfSettlements seleucid < 7
console_command add_money seleucid, 3000
end_monitor
monitor_event SettlementTurnStart FactionType seleucid
and not FactionIsLocal
and I_NumberOfSettlements seleucid > 6
and I_NumberOfSettlements seleucid < 10
console_command add_money seleucid, 2400
end_monitor
monitor_event SettlementTurnStart FactionType seleucid
and not FactionIsLocal
and I_NumberOfSettlements seleucid > 9
and I_NumberOfSettlements seleucid < 13
console_command add_money seleucid, 1800
end_monitor
monitor_event SettlementTurnStart FactionType seleucid
and not FactionIsLocal
and I_NumberOfSettlements seleucid > 12
and I_NumberOfSettlements seleucid < 16
console_command add_money seleucid, 1200
end_monitor
monitor_event SettlementTurnStart FactionType seleucid
and not FactionIsLocal
and I_NumberOfSettlements seleucid > 15
console_command add_money seleucid, -1200
end_monitor
monitor_event SettlementTurnStart FactionType carthage
and not FactionIsLocal
and I_NumberOfSettlements carthage < 4
console_command add_money carthage, 3600
end_monitor
monitor_event SettlementTurnStart FactionType carthage
and not FactionIsLocal
and I_NumberOfSettlements carthage > 3
and I_NumberOfSettlements carthage < 7
console_command add_money carthage, 3000
end_monitor
monitor_event SettlementTurnStart FactionType carthage
and not FactionIsLocal
and I_NumberOfSettlements carthage > 6
and I_NumberOfSettlements carthage < 10
console_command add_money carthage, 2400
end_monitor
monitor_event SettlementTurnStart FactionType carthage
and not FactionIsLocal
and I_NumberOfSettlements carthage > 9
and I_NumberOfSettlements carthage < 13
console_command add_money carthage, 1800
end_monitor
monitor_event SettlementTurnStart FactionType carthage
and not FactionIsLocal
and I_NumberOfSettlements carthage > 12
and I_NumberOfSettlements carthage < 16
console_command add_money carthage, 1200
end_monitor
monitor_event SettlementTurnStart FactionType carthage
and not FactionIsLocal
and I_NumberOfSettlements carthage > 15
console_command add_money carthage, -1200
end_monitor
monitor_event SettlementTurnStart FactionType parthia
and not FactionIsLocal
and I_NumberOfSettlements parthia < 4
console_command add_money parthia, 3600
end_monitor
monitor_event SettlementTurnStart FactionType parthia
and not FactionIsLocal
and I_NumberOfSettlements parthia > 3
and I_NumberOfSettlements parthia < 7
console_command add_money parthia, 3000
end_monitor
monitor_event SettlementTurnStart FactionType parthia
and not FactionIsLocal
and I_NumberOfSettlements parthia > 6
and I_NumberOfSettlements parthia < 10
console_command add_money parthia, 2400
end_monitor
monitor_event SettlementTurnStart FactionType parthia
and not FactionIsLocal
and I_NumberOfSettlements parthia > 9
and I_NumberOfSettlements parthia < 13
console_command add_money parthia, 1800
end_monitor
monitor_event SettlementTurnStart FactionType parthia
and not FactionIsLocal
and I_NumberOfSettlements parthia > 12
and I_NumberOfSettlements parthia < 16
console_command add_money parthia, 1200
end_monitor
monitor_event SettlementTurnStart FactionType parthia
and not FactionIsLocal
and I_NumberOfSettlements parthia > 15
console_command add_money parthia, -1200
end_monitor
monitor_event SettlementTurnStart FactionType gauls
and not FactionIsLocal
and I_NumberOfSettlements gauls < 4
console_command add_money gauls, 3600
end_monitor
monitor_event SettlementTurnStart FactionType gauls
and not FactionIsLocal
and I_NumberOfSettlements gauls > 3
and I_NumberOfSettlements gauls < 7
console_command add_money gauls, 3000
end_monitor
monitor_event SettlementTurnStart FactionType gauls
and not FactionIsLocal
and I_NumberOfSettlements gauls > 6
and I_NumberOfSettlements gauls < 10
console_command add_money gauls, 2400
end_monitor
monitor_event SettlementTurnStart FactionType gauls
and not FactionIsLocal
and I_NumberOfSettlements gauls > 9
and I_NumberOfSettlements gauls < 13
console_command add_money gauls, 1800
end_monitor
monitor_event SettlementTurnStart FactionType gauls
and not FactionIsLocal
and I_NumberOfSettlements gauls > 12
and I_NumberOfSettlements gauls < 16
console_command add_money gauls, 1200
end_monitor
monitor_event SettlementTurnStart FactionType gauls
and not FactionIsLocal
and I_NumberOfSettlements gauls > 15
console_command add_money gauls, -1200
end_monitor
monitor_event SettlementTurnStart FactionType germans
and not FactionIsLocal
and I_NumberOfSettlements germans < 4
console_command add_money germans, 3600
end_monitor
monitor_event SettlementTurnStart FactionType germans
and not FactionIsLocal
and I_NumberOfSettlements germans > 3
and I_NumberOfSettlements germans < 7
console_command add_money germans, 3000
end_monitor
monitor_event SettlementTurnStart FactionType germans
and not FactionIsLocal
and I_NumberOfSettlements germans > 6
and I_NumberOfSettlements germans < 10
console_command add_money germans, 2400
end_monitor
monitor_event SettlementTurnStart FactionType germans
and not FactionIsLocal
and I_NumberOfSettlements germans > 9
and I_NumberOfSettlements germans < 13
console_command add_money germans, 1800
end_monitor
monitor_event SettlementTurnStart FactionType germans
and not FactionIsLocal
and I_NumberOfSettlements germans > 12
and I_NumberOfSettlements germans < 16
console_command add_money germans, 1200
end_monitor
monitor_event SettlementTurnStart FactionType germans
and not FactionIsLocal
and I_NumberOfSettlements germans > 15
console_command add_money germans, -1200
end_monitor
monitor_event SettlementTurnStart FactionType britons
and not FactionIsLocal
and I_NumberOfSettlements britons < 4
console_command add_money britons, 3600
end_monitor
monitor_event SettlementTurnStart FactionType britons
and not FactionIsLocal
and I_NumberOfSettlements britons > 3
and I_NumberOfSettlements britons < 7
console_command add_money britons, 3000
end_monitor
monitor_event SettlementTurnStart FactionType britons
and not FactionIsLocal
and I_NumberOfSettlements britons > 6
and I_NumberOfSettlements britons < 10
console_command add_money britons, 2400
end_monitor
monitor_event SettlementTurnStart FactionType britons
and not FactionIsLocal
and I_NumberOfSettlements britons > 9
and I_NumberOfSettlements britons < 13
console_command add_money britons, 1800
end_monitor
monitor_event SettlementTurnStart FactionType britons
and not FactionIsLocal
and I_NumberOfSettlements britons > 12
and I_NumberOfSettlements britons < 16
console_command add_money britons, 1200
end_monitor
monitor_event SettlementTurnStart FactionType britons
and not FactionIsLocal
and I_NumberOfSettlements britons > 15
console_command add_money britons, -1200
end_monitor
monitor_event SettlementTurnStart FactionType greek_cities
and not FactionIsLocal
and I_NumberOfSettlements greek_cities < 4
console_command add_money greek_cities, 3600
end_monitor
monitor_event SettlementTurnStart FactionType greek_cities
and not FactionIsLocal
and I_NumberOfSettlements greek_cities > 3
and I_NumberOfSettlements greek_cities < 7
console_command add_money greek_cities, 3000
end_monitor
monitor_event SettlementTurnStart FactionType greek_cities
and not FactionIsLocal
and I_NumberOfSettlements greek_cities > 6
and I_NumberOfSettlements greek_cities < 10
console_command add_money greek_cities, 2400
end_monitor
monitor_event SettlementTurnStart FactionType greek_cities
and not FactionIsLocal
and I_NumberOfSettlements greek_cities > 9
and I_NumberOfSettlements greek_cities < 13
console_command add_money greek_cities, 1800
end_monitor
monitor_event SettlementTurnStart FactionType greek_cities
and not FactionIsLocal
and I_NumberOfSettlements greek_cities > 12
and I_NumberOfSettlements greek_cities < 16
console_command add_money greek_cities, 1200
end_monitor
monitor_event SettlementTurnStart FactionType greek_cities
and not FactionIsLocal
and I_NumberOfSettlements greek_cities > 15
console_command add_money greek_cities, -1200
end_monitor
monitor_event SettlementTurnStart FactionType macedon
and not FactionIsLocal
and I_NumberOfSettlements macedon < 4
console_command add_money macedon, 3600
end_monitor
monitor_event SettlementTurnStart FactionType macedon
and not FactionIsLocal
and I_NumberOfSettlements macedon > 3
and I_NumberOfSettlements macedon < 7
console_command add_money macedon, 3000
end_monitor
monitor_event SettlementTurnStart FactionType macedon
and not FactionIsLocal
and I_NumberOfSettlements macedon > 6
and I_NumberOfSettlements macedon < 10
console_command add_money macedon, 2400
end_monitor
monitor_event SettlementTurnStart FactionType macedon
and not FactionIsLocal
and I_NumberOfSettlements macedon > 9
and I_NumberOfSettlements macedon < 13
console_command add_money macedon, 1800
end_monitor
monitor_event SettlementTurnStart FactionType macedon
and not FactionIsLocal
and I_NumberOfSettlements macedon > 12
and I_NumberOfSettlements macedon < 16
console_command add_money macedon, 1200
end_monitor
monitor_event SettlementTurnStart FactionType macedon
and not FactionIsLocal
and I_NumberOfSettlements macedon > 15
console_command add_money macedon, -1200
end_monitor
monitor_event SettlementTurnStart FactionType pontus
and not FactionIsLocal
and I_NumberOfSettlements pontus < 4
console_command add_money pontus, 3600
end_monitor
monitor_event SettlementTurnStart FactionType pontus
and not FactionIsLocal
and I_NumberOfSettlements pontus > 3
and I_NumberOfSettlements pontus < 7
console_command add_money pontus, 3000
end_monitor
monitor_event SettlementTurnStart FactionType pontus
and not FactionIsLocal
and I_NumberOfSettlements pontus > 6
and I_NumberOfSettlements pontus < 10
console_command add_money pontus, 2400
end_monitor
monitor_event SettlementTurnStart FactionType pontus
and not FactionIsLocal
and I_NumberOfSettlements pontus > 9
and I_NumberOfSettlements pontus < 13
console_command add_money pontus, 1800
end_monitor
monitor_event SettlementTurnStart FactionType pontus
and not FactionIsLocal
and I_NumberOfSettlements pontus > 12
and I_NumberOfSettlements pontus < 16
console_command add_money pontus, 1200
end_monitor
monitor_event SettlementTurnStart FactionType pontus
and not FactionIsLocal
and I_NumberOfSettlements pontus > 15
console_command add_money pontus, -1200
end_monitor
monitor_event SettlementTurnStart FactionType armenia
and not FactionIsLocal
and I_NumberOfSettlements armenia < 4
console_command add_money armenia, 3600
end_monitor
monitor_event SettlementTurnStart FactionType armenia
and not FactionIsLocal
and I_NumberOfSettlements armenia > 3
and I_NumberOfSettlements armenia < 7
console_command add_money armenia, 3000
end_monitor
monitor_event SettlementTurnStart FactionType armenia
and not FactionIsLocal
and I_NumberOfSettlements armenia > 6
and I_NumberOfSettlements armenia < 10
console_command add_money armenia, 2400
end_monitor
monitor_event SettlementTurnStart FactionType armenia
and not FactionIsLocal
and I_NumberOfSettlements armenia > 9
and I_NumberOfSettlements armenia < 13
console_command add_money armenia, 1800
end_monitor
monitor_event SettlementTurnStart FactionType armenia
and not FactionIsLocal
and I_NumberOfSettlements armenia > 12
and I_NumberOfSettlements armenia < 16
console_command add_money armenia, 1200
end_monitor
monitor_event SettlementTurnStart FactionType armenia
and not FactionIsLocal
and I_NumberOfSettlements armenia > 15
console_command add_money armenia, -1200
end_monitor
monitor_event SettlementTurnStart FactionType dacia
and not FactionIsLocal
and I_NumberOfSettlements dacia < 4
console_command add_money dacia, 3600
end_monitor
monitor_event SettlementTurnStart FactionType dacia
and not FactionIsLocal
and I_NumberOfSettlements dacia > 3
and I_NumberOfSettlements dacia < 7
console_command add_money dacia, 3000
end_monitor
monitor_event SettlementTurnStart FactionType dacia
and not FactionIsLocal
and I_NumberOfSettlements dacia > 6
and I_NumberOfSettlements dacia < 10
console_command add_money dacia, 2400
end_monitor
monitor_event SettlementTurnStart FactionType dacia
and not FactionIsLocal
and I_NumberOfSettlements dacia > 9
and I_NumberOfSettlements dacia < 13
console_command add_money dacia, 1800
end_monitor
monitor_event SettlementTurnStart FactionType dacia
and not FactionIsLocal
and I_NumberOfSettlements dacia > 12
and I_NumberOfSettlements dacia < 16
console_command add_money dacia, 1200
end_monitor
monitor_event SettlementTurnStart FactionType dacia
and not FactionIsLocal
and I_NumberOfSettlements dacia > 15
console_command add_money dacia, -1200
end_monitor
monitor_event SettlementTurnStart FactionType scythia
and not FactionIsLocal
and I_NumberOfSettlements scythia < 4
console_command add_money scythia, 3600
end_monitor
monitor_event SettlementTurnStart FactionType scythia
and not FactionIsLocal
and I_NumberOfSettlements scythia > 3
and I_NumberOfSettlements scythia < 7
console_command add_money scythia, 3000
end_monitor
monitor_event SettlementTurnStart FactionType scythia
and not FactionIsLocal
and I_NumberOfSettlements scythia > 6
and I_NumberOfSettlements scythia < 10
console_command add_money scythia, 2400
end_monitor
monitor_event SettlementTurnStart FactionType scythia
and not FactionIsLocal
and I_NumberOfSettlements scythia > 9
and I_NumberOfSettlements scythia < 13
console_command add_money scythia, 1800
end_monitor
monitor_event SettlementTurnStart FactionType scythia
and not FactionIsLocal
and I_NumberOfSettlements scythia > 12
and I_NumberOfSettlements scythia < 16
console_command add_money scythia, 1200
end_monitor
monitor_event SettlementTurnStart FactionType scythia
and not FactionIsLocal
and I_NumberOfSettlements scythia > 15
console_command add_money scythia, -1200
end_monitor
monitor_event SettlementTurnStart FactionType spain
and not FactionIsLocal
and I_NumberOfSettlements spain < 4
console_command add_money spain, 3600
end_monitor
monitor_event SettlementTurnStart FactionType spain
and not FactionIsLocal
and I_NumberOfSettlements spain > 3
and I_NumberOfSettlements spain < 7
console_command add_money spain, 3000
end_monitor
monitor_event SettlementTurnStart FactionType spain
and not FactionIsLocal
and I_NumberOfSettlements spain > 6
and I_NumberOfSettlements spain < 10
console_command add_money spain, 2400
end_monitor
monitor_event SettlementTurnStart FactionType spain
and not FactionIsLocal
and I_NumberOfSettlements spain > 9
and I_NumberOfSettlements spain < 13
console_command add_money spain, 1800
end_monitor
monitor_event SettlementTurnStart FactionType spain
and not FactionIsLocal
and I_NumberOfSettlements spain > 12
and I_NumberOfSettlements spain < 16
console_command add_money spain, 1200
end_monitor
monitor_event SettlementTurnStart FactionType spain
and not FactionIsLocal
and I_NumberOfSettlements spain > 15
console_command add_money spain, -1200
end_monitor
monitor_event SettlementTurnStart FactionType thrace
and not FactionIsLocal
and I_NumberOfSettlements thrace < 4
console_command add_money thrace, 3600
end_monitor
monitor_event SettlementTurnStart FactionType thrace
and not FactionIsLocal
and I_NumberOfSettlements thrace > 3
and I_NumberOfSettlements thrace < 7
console_command add_money thrace, 3000
end_monitor
monitor_event SettlementTurnStart FactionType thrace
and not FactionIsLocal
and I_NumberOfSettlements thrace > 6
and I_NumberOfSettlements thrace < 10
console_command add_money thrace, 2400
end_monitor
monitor_event SettlementTurnStart FactionType thrace
and not FactionIsLocal
and I_NumberOfSettlements thrace > 9
and I_NumberOfSettlements thrace < 13
console_command add_money thrace, 1800
end_monitor
monitor_event SettlementTurnStart FactionType thrace
and not FactionIsLocal
and I_NumberOfSettlements thrace > 12
and I_NumberOfSettlements thrace < 16
console_command add_money thrace, 1200
end_monitor
monitor_event SettlementTurnStart FactionType thrace
and not FactionIsLocal
and I_NumberOfSettlements thrace > 15
console_command add_money thrace, -1200
end_monitor
monitor_event SettlementTurnStart FactionType numidia
and not FactionIsLocal
and I_NumberOfSettlements numidia < 4
console_command add_money numidia, 3600
end_monitor
monitor_event SettlementTurnStart FactionType numidia
and not FactionIsLocal
and I_NumberOfSettlements numidia > 3
and I_NumberOfSettlements numidia < 7
console_command add_money numidia, 3000
end_monitor
monitor_event SettlementTurnStart FactionType numidia
and not FactionIsLocal
and I_NumberOfSettlements numidia > 6
and I_NumberOfSettlements numidia < 10
console_command add_money numidia, 2400
end_monitor
monitor_event SettlementTurnStart FactionType numidia
and not FactionIsLocal
and I_NumberOfSettlements numidia > 9
and I_NumberOfSettlements numidia < 13
console_command add_money numidia, 1800
end_monitor
monitor_event SettlementTurnStart FactionType numidia
and not FactionIsLocal
and I_NumberOfSettlements numidia > 12
and I_NumberOfSettlements numidia < 16
console_command add_money numidia, 1200
end_monitor
monitor_event SettlementTurnStart FactionType numidia
and not FactionIsLocal
and I_NumberOfSettlements numidia > 15
console_command add_money numidia, -1200
end_monitor
monitor_event SettlementTurnStart FactionType saba
and not FactionIsLocal
and I_NumberOfSettlements saba < 4
console_command add_money saba, 3600
end_monitor
monitor_event SettlementTurnStart FactionType saba
and not FactionIsLocal
and I_NumberOfSettlements saba > 3
and I_NumberOfSettlements saba < 7
console_command add_money saba, 3000
end_monitor
monitor_event SettlementTurnStart FactionType saba
and not FactionIsLocal
and I_NumberOfSettlements saba > 6
and I_NumberOfSettlements saba < 10
console_command add_money saba, 2400
end_monitor
monitor_event SettlementTurnStart FactionType saba
and not FactionIsLocal
and I_NumberOfSettlements saba > 9
and I_NumberOfSettlements saba < 13
console_command add_money saba, 1800
end_monitor
monitor_event SettlementTurnStart FactionType saba
and not FactionIsLocal
and I_NumberOfSettlements saba > 12
and I_NumberOfSettlements saba < 16
console_command add_money saba, 1200
end_monitor
monitor_event SettlementTurnStart FactionType saba
and not FactionIsLocal
and I_NumberOfSettlements saba > 15
console_command add_money saba, -1200
end_monitor
monitor_event SettlementTurnStart FactionType slave
and not FactionIsLocal
and I_NumberOfSettlements slave < 121
and I_NumberOfSettlements slave > 100
console_command add_money slave, 2400
end_monitor
monitor_event SettlementTurnStart FactionType slave
and not FactionIsLocal
and I_NumberOfSettlements slave < 101
and I_NumberOfSettlements slave > 80
console_command add_money slave, 3000
end_monitor
monitor_event SettlementTurnStart FactionType slave
and not FactionIsLocal
and I_NumberOfSettlements slave < 81
and I_NumberOfSettlements slave > 60
console_command add_money slave, 3600
end_monitor
monitor_event SettlementTurnStart FactionType slave
and not FactionIsLocal
and I_NumberOfSettlements slave < 61
and I_NumberOfSettlements slave > 40
console_command add_money slave, 4200
end_monitor
monitor_event SettlementTurnStart FactionType slave
and not FactionIsLocal
and I_NumberOfSettlements slave < 41
console_command add_money slave, 4800
end_monitor
Bookmarks