public StatBase(StatType type, int baseValue) { Type = type; Base = baseValue; Value = baseValue; }
public StatBase(StatType type) { Type = type; }