Bots spielen echt: PlayerState + geteilte Policy, Pairing mit Ghost, Pool-Erhaltung, Streak-Fix, Meepsie-Filter

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
team3
2026-07-23 06:47:05 +02:00
parent c0cd303eb0
commit ca471d2b32
10 changed files with 547 additions and 399 deletions

View File

@@ -29,8 +29,8 @@ def parse(raw: dict, set_override: int | None = None) -> dict:
units = {}
for c in set_data["champions"]:
if not c["traits"]:
continue # PvE monsters, summons
if not c["traits"] or "Minion" in c["apiName"]:
continue # PvE monsters, summons (z.B. TFT17_IvernMinion)
units[c["apiName"]] = {
"api_name": c["apiName"],
"name": c["name"],