|
Post by llecha on May 13, 2020 19:57:52 GMT -5
1) 4B/8/8 (clinch);
if round > 7 then 5B/8/7 (clinch);
if round > 20 then 4H/8/8 (clinch);
#------------------ENDURANCE
if opponent < 2 and endurance_percent > 65 then 5B/9/6 (inside); if opponent < 2 and endurance_percent > 70 then 5B/10/5 (inside);
#------------------CUTS
if hiscuts > 3 and round < 10 then 5C/8/7 (clinch);
if hiscuts > 6 then 5C/9/6 (clinch);
if hiscuts > 9 then 4C/8/8 (inside);
#------------------ENDURANCE+STUNS
if opponent < 2 and endurance_percent > 65 and round = 10 then 5H/10/5 (inside); if opponent < 2 and endurance_percent > 70 and round = 10 then 5H/11/4 (inside);
#------------------STUNS
if round = 7 then 5H/10/5 (inside);
if round = 17 then 5H/10/5 (inside);
#------------------WINNING
if hisstuns > mystuns and score >= 0 then 4B/6/10 (clinch);
if score > 0 then 4B/6/10 (clinch);
#------------------REST
if round = 6 and endurance_percent < 65 then 1/1/7 (clinch); if round = 8 and endurance_percent < 65 then 1/1/7 (clinch); if round = 10 and endurance_percent < 65 then 1/1/8 (clinch); if round = 12 and endurance_percent < 65 then 1/1/8 (clinch); if round = 14 and endurance_percent < 65 then 1/1/8 (clinch); if round = 16 and endurance_percent < 65 then 1/1/8 (clinch); if round = 18 and endurance_percent < 65 then 1/1/9 (clinch); if round = 20 and endurance_percent < 65 then 1/1/9 (clinch); if round = 22 and endurance_percent < 65 then 1/1/9 (clinch);
|
|