只允许八张卡组

This commit is contained in:
xianyi
2025-08-05 10:51:35 +08:00
parent 2a46af9478
commit 28ba895a9d
9 changed files with 47 additions and 362 deletions

View File

@@ -12,17 +12,18 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 080ba8f3b7a08e34ba0648e5340f9bf4, type: 3}
m_Name: GameplayData
m_EditorClassIdentifier:
hp_start: 20
hp_start: 999
mana_start: 2
mana_per_turn: 1
mana_max: 10
cards_start: 5
# 初始化手牌数量
cards_start: 3
cards_per_turn: 1
cards_max: 10
turn_duration: 60
second_bonus: {fileID: 11400000, guid: 9503f60659f1df04eb3dd7fa925885fb, type: 2}
mulligan: 1
deck_size: 20
deck_size: 8
deck_duplicate_max: 2
sell_ratio: 0.8
ai_type: 10