From 71fc0254260bc30f37df2f73a0effbb5fa70e464 Mon Sep 17 00:00:00 2001 From: vonavi Date: Fri, 12 May 2017 23:08:34 +0300 Subject: [PATCH] Tournament "1-rebirth": add randomized players.ini and all tour_info. --- 2017/1-rebirth/players.ini | 39 +++++++++++++++++++++++++++++++ 2017/1-rebirth/tours/01/tour_info | 9 +++++++ 2017/1-rebirth/tours/02/tour_info | 9 +++++++ 2017/1-rebirth/tours/03/tour_info | 9 +++++++ 2017/1-rebirth/tours/04/tour_info | 9 +++++++ 2017/1-rebirth/tours/05/tour_info | 9 +++++++ 2017/1-rebirth/tours/06/tour_info | 9 +++++++ 2017/1-rebirth/tours/07/tour_info | 9 +++++++ 2017/1-rebirth/tours/08/tour_info | 9 +++++++ 2017/1-rebirth/tours/09/tour_info | 9 +++++++ 2017/1-rebirth/tours/10/tour_info | 9 +++++++ 2017/1-rebirth/tours/11/tour_info | 9 +++++++ 2017/1-rebirth/tours/12/tour_info | 9 +++++++ 2017/1-rebirth/tours/13/tour_info | 9 +++++++ 2017/1-rebirth/tours/14/tour_info | 9 +++++++ 15 files changed, 165 insertions(+) create mode 100644 2017/1-rebirth/players.ini create mode 100644 2017/1-rebirth/tours/01/tour_info create mode 100644 2017/1-rebirth/tours/02/tour_info create mode 100644 2017/1-rebirth/tours/03/tour_info create mode 100644 2017/1-rebirth/tours/04/tour_info create mode 100644 2017/1-rebirth/tours/05/tour_info create mode 100644 2017/1-rebirth/tours/06/tour_info create mode 100644 2017/1-rebirth/tours/07/tour_info create mode 100644 2017/1-rebirth/tours/08/tour_info create mode 100644 2017/1-rebirth/tours/09/tour_info create mode 100644 2017/1-rebirth/tours/10/tour_info create mode 100644 2017/1-rebirth/tours/11/tour_info create mode 100644 2017/1-rebirth/tours/12/tour_info create mode 100644 2017/1-rebirth/tours/13/tour_info create mode 100644 2017/1-rebirth/tours/14/tour_info diff --git a/2017/1-rebirth/players.ini b/2017/1-rebirth/players.ini new file mode 100644 index 0000000..ad64eb3 --- /dev/null +++ b/2017/1-rebirth/players.ini @@ -0,0 +1,39 @@ +[player1] +name = J +lichess = LOR_J +elo = 1464 + +[player2] +name = LongLiveUbuntu +lichess = LLU +elo = 1500 + +[player3] +name = cetjs2 +lichess = doas +elo = 1357 + +[player4] +name = MyTrooName +lichess = sshilovsky +elo = 1529 + +[player5] +name = HunOL +lichess = HunOL +elo = 1642 + +[player6] +name = DoctorSinus +lichess = fat0troll +elo = 1311 + +[player7] +name = aptyp +lichess = aptypr +elo = 1691 + +[player8] +name = redgremlin +lichess = gremlin_the_red +elo = 1791 diff --git a/2017/1-rebirth/tours/01/tour_info b/2017/1-rebirth/tours/01/tour_info new file mode 100644 index 0000000..5a3de07 --- /dev/null +++ b/2017/1-rebirth/tours/01/tour_info @@ -0,0 +1,9 @@ +Тур №1 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? J - redgremlin +??.??.???? LongLiveUbuntu - aptyp +??.??.???? cetjs2 - DoctorSinus +??.??.???? MyTrooName - HunOL diff --git a/2017/1-rebirth/tours/02/tour_info b/2017/1-rebirth/tours/02/tour_info new file mode 100644 index 0000000..b29983d --- /dev/null +++ b/2017/1-rebirth/tours/02/tour_info @@ -0,0 +1,9 @@ +Тур №2 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? redgremlin - HunOL +??.??.???? DoctorSinus - MyTrooName +??.??.???? aptyp - cetjs2 +??.??.???? J - LongLiveUbuntu diff --git a/2017/1-rebirth/tours/03/tour_info b/2017/1-rebirth/tours/03/tour_info new file mode 100644 index 0000000..ae6fb69 --- /dev/null +++ b/2017/1-rebirth/tours/03/tour_info @@ -0,0 +1,9 @@ +Тур №3 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? LongLiveUbuntu - redgremlin +??.??.???? cetjs2 - J +??.??.???? MyTrooName - aptyp +??.??.???? HunOL - DoctorSinus diff --git a/2017/1-rebirth/tours/04/tour_info b/2017/1-rebirth/tours/04/tour_info new file mode 100644 index 0000000..933ab76 --- /dev/null +++ b/2017/1-rebirth/tours/04/tour_info @@ -0,0 +1,9 @@ +Тур №4 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? redgremlin - DoctorSinus +??.??.???? aptyp - HunOL +??.??.???? J - MyTrooName +??.??.???? LongLiveUbuntu - cetjs2 diff --git a/2017/1-rebirth/tours/05/tour_info b/2017/1-rebirth/tours/05/tour_info new file mode 100644 index 0000000..853e6ee --- /dev/null +++ b/2017/1-rebirth/tours/05/tour_info @@ -0,0 +1,9 @@ +Тур №5 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? cetjs2 - redgremlin +??.??.???? MyTrooName - LongLiveUbuntu +??.??.???? HunOL - J +??.??.???? DoctorSinus - aptyp diff --git a/2017/1-rebirth/tours/06/tour_info b/2017/1-rebirth/tours/06/tour_info new file mode 100644 index 0000000..f0a3f13 --- /dev/null +++ b/2017/1-rebirth/tours/06/tour_info @@ -0,0 +1,9 @@ +Тур №6 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? redgremlin - aptyp +??.??.???? J - DoctorSinus +??.??.???? LongLiveUbuntu - HunOL +??.??.???? cetjs2 - MyTrooName diff --git a/2017/1-rebirth/tours/07/tour_info b/2017/1-rebirth/tours/07/tour_info new file mode 100644 index 0000000..cd8f280 --- /dev/null +++ b/2017/1-rebirth/tours/07/tour_info @@ -0,0 +1,9 @@ +Тур №7 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? MyTrooName - redgremlin +??.??.???? HunOL - cetjs2 +??.??.???? DoctorSinus - LongLiveUbuntu +??.??.???? aptyp - J diff --git a/2017/1-rebirth/tours/08/tour_info b/2017/1-rebirth/tours/08/tour_info new file mode 100644 index 0000000..bcd7c21 --- /dev/null +++ b/2017/1-rebirth/tours/08/tour_info @@ -0,0 +1,9 @@ +Тур №8 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? redgremlin - J +??.??.???? aptyp - LongLiveUbuntu +??.??.???? DoctorSinus - cetjs2 +??.??.???? HunOL - MyTrooName diff --git a/2017/1-rebirth/tours/09/tour_info b/2017/1-rebirth/tours/09/tour_info new file mode 100644 index 0000000..80d99af --- /dev/null +++ b/2017/1-rebirth/tours/09/tour_info @@ -0,0 +1,9 @@ +Тур №9 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? HunOL - redgremlin +??.??.???? MyTrooName - DoctorSinus +??.??.???? cetjs2 - aptyp +??.??.???? LongLiveUbuntu - J diff --git a/2017/1-rebirth/tours/10/tour_info b/2017/1-rebirth/tours/10/tour_info new file mode 100644 index 0000000..3271245 --- /dev/null +++ b/2017/1-rebirth/tours/10/tour_info @@ -0,0 +1,9 @@ +Тур №10 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? redgremlin - LongLiveUbuntu +??.??.???? J - cetjs2 +??.??.???? aptyp - MyTrooName +??.??.???? DoctorSinus - HunOL diff --git a/2017/1-rebirth/tours/11/tour_info b/2017/1-rebirth/tours/11/tour_info new file mode 100644 index 0000000..ce8f243 --- /dev/null +++ b/2017/1-rebirth/tours/11/tour_info @@ -0,0 +1,9 @@ +Тур №11 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? DoctorSinus - redgremlin +??.??.???? HunOL - aptyp +??.??.???? MyTrooName - J +??.??.???? cetjs2 - LongLiveUbuntu diff --git a/2017/1-rebirth/tours/12/tour_info b/2017/1-rebirth/tours/12/tour_info new file mode 100644 index 0000000..8546ef3 --- /dev/null +++ b/2017/1-rebirth/tours/12/tour_info @@ -0,0 +1,9 @@ +Тур №12 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? redgremlin - cetjs2 +??.??.???? LongLiveUbuntu - MyTrooName +??.??.???? J - HunOL +??.??.???? aptyp - DoctorSinus diff --git a/2017/1-rebirth/tours/13/tour_info b/2017/1-rebirth/tours/13/tour_info new file mode 100644 index 0000000..e8e6c9a --- /dev/null +++ b/2017/1-rebirth/tours/13/tour_info @@ -0,0 +1,9 @@ +Тур №13 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? aptyp - redgremlin +??.??.???? DoctorSinus - J +??.??.???? HunOL - LongLiveUbuntu +??.??.???? MyTrooName - cetjs2 diff --git a/2017/1-rebirth/tours/14/tour_info b/2017/1-rebirth/tours/14/tour_info new file mode 100644 index 0000000..63f79a5 --- /dev/null +++ b/2017/1-rebirth/tours/14/tour_info @@ -0,0 +1,9 @@ +Тур №14 +========== + +Время проведения: ??.??.???? - ??.??.???? + +??.??.???? redgremlin - MyTrooName +??.??.???? cetjs2 - HunOL +??.??.???? LongLiveUbuntu - DoctorSinus +??.??.???? J - aptyp