boardgame-core/tests/samples/slay-the-spire-like/combat
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
..
effects.test.ts refactor: decouple card effects from card data in desert sample 2026-04-20 00:00:41 +08:00
triggers.test.ts refactor: decouple card effects from card data in desert sample 2026-04-20 00:00:41 +08:00