游戏可以运行

This commit is contained in:
2026-05-24 12:34:49 +08:00
parent 0670598bf4
commit 34ce39930c
12 changed files with 94 additions and 31 deletions

View File

@@ -95,9 +95,10 @@ MAX_HAND_SIZE = 8
# --- Game Rules ---
STARTING_CAPITAL_HP = 20
MAX_PROVISIONS = 10
MAX_PROVISIONS = 12
DECK_SIZE = 30
STARTING_HAND_SIZE = 4
FIRST_HAND_SIZE = 4
SECOND_HAND_SIZE = 5
FATIGUE_START_DAMAGE = 1
# --- Rarity ---