Gear.hasMateriaType()
This function returns weither the gear piece has a materia of the given type.
Parameter
type : StatType - Type to check for.
Return
This function returns True if the Gear has a materia of the given type and False otherwise (boolean).
Usage
newGear.hasMateriaType(StatType.Crit) # Checks for Crit materia.