monitor_event SettlementTurnEnd SettlementName Metatron
and I_CompareCounter Metatron = 1
and GarrisonSettlementRatio < 0.8
and SettlementBuildingExists > militia_barracks
if I_SettlementOwner Metatron = vandals
and I_FactionBesieged vandals
and I_FactionBesieging sarmatians
and I_CompareCounter severin = 1
set_counter Metatron 2
console_command create_unit Metatron "archala infantry" 1
terminate_monitor
end_if
if I_SettlementOwner Metatron = vandals
and I_FactionBesieged vandals
and I_FactionBesieging alemanni
and I_CompareCounter lycans = 1
set_counter Metatron 2
console_command create_unit Metatron "archala infantry" 1
terminate_monitor
end_if
end_monitor
Bookmarks