Add wall stats + other changes

This commit is contained in:
Leonwang4234
2020-10-18 13:35:20 -07:00
parent 521d44714d
commit db3db47ca1
4 changed files with 29 additions and 9 deletions

View File

@@ -12,6 +12,9 @@ public enum BlockStat{
buildTime(StatCategory.general),
buildCost(StatCategory.general),
memoryCapacity(StatCategory.general),
baseDeflectChance(StatCategory.general),
lightningChance(StatCategory.general),
lightningDamage(StatCategory.general),
itemCapacity(StatCategory.items),
itemsMoved(StatCategory.items),