MateriaGenerator.__init__()
This is the constructor of the MateriaGenerator class.
Parameters
OddValue : int - Value of the generated materia when the tier is odd.
EvenValue : int - Value of the generated materia when the tier is even.
Usage
newMatGen = MateriaGenerator(18, 36)