Stat.__init__() =============== This functions is the constructor of the class Stat. **Parameters** * StatType : StatType - Type of the stat. * Value : int - Value of the stat. **Usage** .. code-block:: python newStat = Stat(StatType.Crit, 200)