4 Commits

Author SHA1 Message Date
achmad dc0223c504 feat: increase deck capacity from 30 to 1000
Since all cards now use 1 slot regardless of rarity, 30 slots
is too restrictive. Bumped to 1000 so there's effectively no limit.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 05:54:44 +07:00
achmad 6d95836d11 feat: replace all user-facing Russian strings with English
Empty Russian and Chinese locale files so English is used regardless
of client language. Translate all CustomGameEventManager error messages,
SendCustomMessage calls, and deck/card UI strings to English.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 04:24:20 +07:00
achmad 599339e225 feat: make all cards use 1 deck slot regardless of rarity
Override getCardDeckSlots to always return 1 so mythic and higher
rarity cards don't take multiple slots in the 30-slot deck.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 04:10:03 +07:00
achmad 777ee9bad8 initial commit 2026-05-29 15:11:31 +07:00