horse, mdb, cmd/horsebot: support cards
ci/woodpecker/push/horsebot Pipeline was successful
ci/woodpecker/push/zenno Pipeline was successful

Fixes #37.
This commit is contained in:
2026-08-02 22:45:34 -04:00
parent 9521b5e7c5
commit c0ddc32997
11 changed files with 1269 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
SELECT
support_card_id,
hint_group,
hint_gain_type,
hint_value_1,
hint_value_2
FROM single_mode_hint_gain
ORDER BY support_card_id, hint_group