module TeyvatDB::Materials::Standard module CraftingMaterialData BUTTERFLY_WINGS = TeyvatDB::GenshinData::Material.new( kamera_key: "ButterflyWings", name: "Butterfly Wings", rarity: 1, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze CRYSTAL_CORE = TeyvatDB::GenshinData::Material.new( kamera_key: "CrystalCore", name: "Crystal Core", rarity: 1, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze ELECTRO_CRYSTAL = TeyvatDB::GenshinData::Material.new( kamera_key: "ElectroCrystal", name: "Electro Crystal", rarity: 1, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze FLAMING_FLOWER_STAMEN = TeyvatDB::GenshinData::Material.new( kamera_key: "FlamingFlowerStamen", name: "Flaming Flower Stamen", rarity: 1, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze FROG_MATERIAL = TeyvatDB::GenshinData::Material.new( kamera_key: "FrogMaterial", name: "Frog", rarity: 1, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze LANTERN_FIBER = TeyvatDB::GenshinData::Material.new( kamera_key: "LanternFiber", name: "Lantern Fiber", rarity: 3, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze LIZARD_TAIL = TeyvatDB::GenshinData::Material.new( kamera_key: "LizardTail", name: "Lizard Tail", rarity: 3, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze LOACH_PEARL = TeyvatDB::GenshinData::Material.new( kamera_key: "LoachPearl", name: "Loach Pearl", rarity: 1, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze LUMINESCENT_SPINE = TeyvatDB::GenshinData::Material.new( kamera_key: "LuminescentSpine", name: "Luminescent Spine", rarity: 1, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze MIST_FLOWER_COROLLA = TeyvatDB::GenshinData::Material.new( kamera_key: "MistFlowerCorolla", name: "Mist Flower Corolla", rarity: 1, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze PLAUSTRITE_SHARD = TeyvatDB::GenshinData::Material.new( kamera_key: "PlaustriteShard", name: "Plaustrite Shard", rarity: 3, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze STRANGE_TOOTH = TeyvatDB::GenshinData::Material.new( kamera_key: "StrangeTooth", name: "Strange Tooth", rarity: 1, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze WICK_MATERIAL = TeyvatDB::GenshinData::Material.new( kamera_key: "WickMaterial", name: "Wick Material", rarity: 3, family: nil, inventory_type: :standard_material, source_category: :gathering, source_sub_category: :miscellaneous, ).freeze end end