The BOTs are copied from real gyms with real managers and have the last fight plan saved to the original fighter. So you are facing a real fight plan. Depending on the complexity of the plan, it will contain conditionals, which if met, will cause the BOT to do something he otherwise would not have done.
For example:
1) 5/5/10(ring)
3)if score<1 then 6/4/10(ring)
In this example a fighter would go 5/5/10(ring) the entire fight unless after round 3 he has a score of less than 1.
1)5b/10/5(clinch)
If opp=“tired” then 5b/11/4(clinch)
If opp=“hurt” then 5h/11/4(inside)
In this example, the fighter would clinch unless his opponent becomes hurt or tired, which could happen at any point during the fight, making it look random.
1)5b/10/5(clinch)
2)5b/10/5(clinch)
If end>=150-(round-1)*6 then 5b/11/4(inside)
In this example, after round 2 the fighter who has an endurance of 150 (tgh of 15) looks to see how much damage he is taking. If it is 6 or less he is going to brawl inside to the body. This also would appear as random to you, on the other side as you would have no way of knowing that this or the last example are in the FP. The only real way to know is to fight a BOT with a very lengthy record where he has hopefully had them triggered. Probably not the answer you were hoping for.
Reply