Shop-Topbar: Level/XP/Odds links, Lock rechts; Shine nur bei eigenem Champion

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
team3
2026-07-23 05:58:07 +02:00
parent 50c3f2857e
commit 885bf28fd4
4 changed files with 50 additions and 26 deletions

View File

@@ -173,6 +173,7 @@ def serialize(game: Game) -> dict:
for api in game.shop
],
"shop_locked": game.shop_locked,
"shop_odds": game.cfg["shop"]["odds"][game.level - 1],
"traits": traits_panel,
"augment_offer": [
{"api_name": a, "name": static["augments"].get(a, {}).get("name", a),