if I_EventCounter poland3_first_tourney = 0 log -------------------- Poland evolution: (3) FIRST TOURNEY ----------------------------------------
; First Tourney 1243, it impacts on the possibility to build Tourney Fields and on recruitment of some knights
set_event_counter continue 0
if I_TurnNumber > 180
and I_CompareCounter number_tourney_fields_built > 2 ; Poland has built 3 Tourney Fields (Minor City level)
and I_EventCounter FL_is_crowned_ruler == 1 ; FL has the crown
and I_SettlementOwner Wroclaw = poland ; first tourney was held in Silesia
set_event_counter continue 1
end_if
if I_TurnNumber > 240 ; FALL BACK - in case of failure or a bug
set_event_counter continue 1
end_if
if I_EventCounter continue = 1
set_event_counter continue 0
historic_event POLAND3_FIRST_TOURNEY factions { poland, hre, france, england, norway, denmark, hungary, lithuania, kievan_rus, russia, cumans, }
if not I_IsFactionAIControlled poland
set_event_counter poland3_first_tourney_player 1
end_if
end_if
end_if