Many changes to Invector inventory system, added WIP UI system, added implementation for max stamina, moving speed, attack speed, attack power, thorns
This commit is contained in:
@@ -60,7 +60,8 @@ namespace Beyond
|
||||
[Description("Move Speed Bonus")] MoveSpeedBonusPercent = 25,
|
||||
[Description("Attack Speed Bonus")] AttackSpeedBonusPercent = 26,
|
||||
[Description("Faith Regen Bonus")] FaithRegenBonusPercent = 27,
|
||||
[Description("Thorn Damage Bonus")] ThornDamageBonusPercent = 28
|
||||
[Description("Thorn Damage Bonus")] ThornDamageBonusPercent = 28,
|
||||
[Description("Stamina Bonus")] StaminaBonusPercent = 29
|
||||
}
|
||||
|
||||
public enum TrinketColor
|
||||
|
||||
Reference in New Issue
Block a user