boardgame-core/tests/samples/slay-the-spire-like
hypercross 2f2e4e56b5 refactor: decouple card effects from card data in desert sample
Moves card effects from `card.csv` to a dedicated `cardEffect.csv` file.
This allows for more granular control over card triggers (onPlay,
onDraw, onDiscard) and targets, improving the data model for the
slay-the-spire-like sample. Also updates triggers and tests to
reflect this new structure.
2026-04-20 00:00:41 +08:00
..
combat refactor: decouple card effects from card data in desert sample 2026-04-20 00:00:41 +08:00
data refactor: decouple card effects from card data in desert sample 2026-04-20 00:00:41 +08:00
deck chore: non-combat tests update 2026-04-17 12:58:29 +08:00
map test: expand slay-the-spire-like map generator tests 2026-04-20 00:00:41 +08:00
utils chore: non-combat tests update 2026-04-17 12:58:29 +08:00
grid-inventory.test.ts chore: non-combat tests update 2026-04-17 12:58:29 +08:00