卡牌更新
This commit is contained in:
@@ -113,7 +113,7 @@ namespace Continentis.MainGame
|
||||
continue;
|
||||
}
|
||||
|
||||
int maxHP = Mathf.RoundToInt(data.coreAttributes.TryGetValue("MaximumHealth", out float hp) ? hp : 0f);
|
||||
int maxHP = Mathf.RoundToInt(data.generalAttributes.TryGetValue("MaximumHealth", out float hp) ? hp : 0f);
|
||||
HeroSave hero = new HeroSave(heroID, maxHP, maxHP);
|
||||
|
||||
foreach (string cardID in data.initialDeckRef)
|
||||
|
||||
Reference in New Issue
Block a user