jfd02 / TFT-OCR-BOT

A bot that plays Teamfight Tactics using OCR. Keeps track of bench, board, items, and plays the user defined team comp.
GNU General Public License v3.0
321 stars 91 forks source link

Update pick_augment function to avoid changing board #295

Closed anthony5301 closed 8 months ago

anthony5301 commented 8 months ago

Added AVOID_AUGMENTS list in comps.py, the bot will avoid choosing those augment when no prioritized augment can be choose.

292