def get_trixie1(st: State):
    assert (st.pony == Pony.HORN)
    st.assert_moon()
    trixie.touch(st)  # Zoom
    break_shield_trixie(st)
    skip()
    pos_trixie_square.click()
    sleep(3.2)
    skip(5)
    sleep(3)
    skip(5)
    sleep(3)
    intercourse(st, square=pos_four, wait=3.2, click=5)