Materia.__init__() ================== This is the constructor of the class Materia. **Parameters** * StatType : StatType - Stat type of the materia. * Value : int - Value of the materia. **Usage** .. code-block:: python newMateria = Materia(StatType.Det, 36)