Refactor enemy view model for data viewer project

This commit is contained in:
2024-12-05 22:45:13 -08:00
parent 270ded8ef7
commit 8068f33302
10 changed files with 1270 additions and 1207 deletions

View File

@@ -20,9 +20,9 @@ MaximumVT = 90
CurrentExp = 0
ExpToNextLevel = 100
CurrentLevel = 1
CurrentAttack = 14
CurrentAttack = 50
CurrentDefense = 12
MaxAttack = 14
MaxAttack = 50
MaxDefense = 12
BonusAttack = 0
BonusDefense = 0