Setup empowered action as a Forge ability
This commit is contained in:
@@ -11,7 +11,6 @@ public class PlayerAttributeSet : AttributeSet
|
||||
|
||||
public PlayerAttributeSet()
|
||||
{
|
||||
// Initialize the attributes with the current, min and max values.
|
||||
Health = InitializeAttribute(nameof(Health), 100, 0, 150);
|
||||
Mana = InitializeAttribute(nameof(Mana), 100, 0, 100);
|
||||
Strength = InitializeAttribute(nameof(Strength), 10, 0, 99);
|
||||
|
||||
Reference in New Issue
Block a user