Quick copy/paste job:
Added code
Code:
;-- AI cash
monitor_event FactionTurnStart FactionType england
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money england 5000
end_monitor
monitor_event FactionTurnStart FactionType france
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money france 5000
end_monitor
monitor_event FactionTurnStart FactionType hre
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money hre 5000
end_monitor
monitor_event FactionTurnStart FactionType spain
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money spain 5000
end_monitor
monitor_event FactionTurnStart FactionType venice
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money venice 5000
end_monitor
monitor_event FactionTurnStart FactionType byzantium
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money byzantium 7000
end_monitor
monitor_event FactionTurnStart FactionType hungary
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money hungary 5000
end_monitor
monitor_event FactionTurnStart FactionType scotland
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money scotland 5000
end_monitor
monitor_event FactionTurnStart FactionType denmark
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money denmark 5000
end_monitor
monitor_event FactionTurnStart FactionType poland
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money poland 5000
end_monitor
monitor_event FactionTurnStart FactionType russia
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money russia 5500
end_monitor
monitor_event FactionTurnStart FactionType milan
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money milan 5000
end_monitor
monitor_event FactionTurnStart FactionType portugal
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money portugal 5000
end_monitor
monitor_event FactionTurnStart FactionType moors
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money moors 6000
end_monitor
monitor_event FactionTurnStart FactionType egypt
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money egypt 6000
end_monitor
monitor_event FactionTurnStart FactionType turks
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money turks 6000
end_monitor
monitor_event FactionTurnStart FactionType sicily
and not FactionIsLocal
and I_TurnNumber > 5
console_command add_money sicily 5000
end_monitor
All balanced smith changed to the below. Removed the king's purse changes from factions btw.
Code:
faction england, craftsman henry
faction france, craftsman napoleon
faction hre, craftsman stalin
faction spain, craftsman napoleon
faction venice, trader stalin
faction sicily, trader napoleon
faction milan, trader mao
faction scotland, sailor stalin
faction byzantium, craftsman henry
faction russia, trader henry
faction moors, craftsman stalin
faction turks, trader henry
faction egypt, craftsman genghis
faction denmark, trader stalin
faction portugal, trader henry
faction poland, craftsman henry
faction hungary, craftsman stalin
faction papal_states, craftsman henry
faction aztecs, balanced stalin
faction mongols, craftsman henry
faction timurids, craftsman henry
faction slave, craftsman stalin
Changed spawn intervals from their old values to
Bookmarks