schematicRarityRegex top-level property

RegExp schematicRarityRegex
getter/setter pair

regex to get rarity of schematic from template id

Implementation

RegExp schematicRarityRegex = RegExp(r"_(c|uc|r|vr|sr|ur)_(?=(crystal|ore|t))");