Commit 48c4fd6
committed
feat(api): add shop booster field to game state
Implement shop_booster collection in get_game_state() function:
- Add shop booster config with card_count and card_limit
- Include individual booster cards with ability, config, cost, and labels
- Remove TODO comment for shop_booster implementation
This completes the shop data collection alongside existing shop_jokers and shop_vouchers.1 parent 0c72069 commit 48c4fd6
1 file changed
+34
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
449 | 481 | | |
450 | 482 | | |
451 | 483 | | |
| |||
454 | 486 | | |
455 | 487 | | |
456 | 488 | | |
457 | | - | |
458 | | - | |
459 | | - | |
| 489 | + | |
460 | 490 | | |
461 | 491 | | |
462 | 492 | | |
| |||
0 commit comments