测试三阵营

This commit is contained in:
xianyi
2025-08-11 14:09:21 +08:00
parent 6a7da24965
commit ca64c08f7e
17 changed files with 734 additions and 583 deletions

View File

@@ -13,14 +13,18 @@ MonoBehaviour:
m_Name: GameplayData
m_EditorClassIdentifier:
hp_start: 999
mana_start: 2
# 起始mana
mana_start: 1
# 每回合增加mana
mana_per_turn: 1
# 最大mana上限
mana_max: 10
# 初始化手牌数量
cards_start: 3
cards_per_turn: 1
cards_max: 10
turn_duration: 60
# 超时时间
turn_duration: 600
second_bonus: {fileID: 11400000, guid: 9503f60659f1df04eb3dd7fa925885fb, type: 2}
mulligan: 1
deck_size: 8