namespace StatHub;

[GlobalClass, Icon("res://addons/StatHub/Assets/SimpleStat.png")]
public partial class SimpleStat : Stat

A basic implementation of a stat with a consistent yet editable base value.

Members:

BaseValue

[Export]
public float BaseValue { get; set; }

The value of the stat before modifiers are applied.