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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user