测试三阵营
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user