log --- (.E.) Chersonesos Integration Process ------------------------------------------------------
if I_EventCounter Chersonesos_turns_in_our_realm < 560
if I_EventCounter FL_weak_on_the_throne == 0 ; natural integration process but not with a Usurper (thus not during a civil war either)
inc_event_counter Chersonesos_turns_in_our_realm 1
end_if
if I_EventCounter FL_is_crowned_ruler == 1 ; if the owner's faction FL has the crown
inc_event_counter Chersonesos_turns_in_our_realm 1 ; integration is faster
end_if
if I_EventCounter FL_policy_thinks_of_his_people == 1 ; if FL pursues a conducive policy
inc_event_counter Chersonesos_turns_in_our_realm 1 ; integration is faster
end_if
if I_EventCounter faction_turn_cumans > 0
and I_EventCounter FL_weak_on_the_throne == 0
and I_EventCounter Chersonesos_turns_in_our_realm < 200
set_event_counter Chersonesos_turns_in_our_realm 200
end_if
if I_EventCounter faction_turn_byzantium == 1
and I_EventCounter FL_weak_on_the_throne == 0
and I_EventCounter Chersonesos_turns_in_our_realm < 200
set_event_counter Chersonesos_turns_in_our_realm 200
end_if
if I_EventCounter faction_turn_pisa == 1
and I_EventCounter FL_weak_on_the_throne == 0
and I_EventCounter Chersonesos_turns_in_our_realm < 200
set_event_counter Chersonesos_turns_in_our_realm 200
end_if
if I_EventCounter faction_turn_venice == 1
and I_EventCounter FL_weak_on_the_throne == 0
and I_EventCounter Chersonesos_turns_in_our_realm < 200
set_event_counter Chersonesos_turns_in_our_realm 200
end_if
end_if