import gleam/option.{type Option, None, Some} // import gleam/map.{Map} pub type SpellstoneData { SpellstoneData( acquisition_source_cuid_list: List(String), cuid: Int, donation_cuid: Int, equip_cost_currency_amount: Int, equip_cost_currency_cuid: Int, is_destroyable: Bool, is_lockable: Bool, is_show_acquisition_source: Bool, is_tradeable: Bool, item_description_cuid: Int, item_grade: String, item_icon_cuid: Int, item_name_cuid: Int, option_cuid: Int, pattern_cuid: Int, sell_currency_cuid: Int, sell_price: Int, shape_cuid: Int, sort_order: Int, storable_inventory_owner_kind_list: List(String), storable_user_inventory_kind: String, unique_name: String, ) } pub fn by_cuid(cuid) -> Option(SpellstoneData) { case cuid { 278_682_231 -> Some(SpellstoneData( [], 278_682_231, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_085_095_820, "Legendary", 976_510_649, 1_694_552_814, 3_565_132_985, 1_423_851_045, 2_697_088_054, 16_000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_O1_H", )) 1_936_489_074 -> Some(SpellstoneData( [], 1_936_489_074, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_875_290_871, "Legendary", 2_936_344_852, 3_484_747_865, 927_972_532, 1_423_851_045, 2_697_088_054, 16_000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I2_H", )) 1_789_534_918 -> Some(SpellstoneData( [], 1_789_534_918, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_577_963_915, "Legendary", 1_023_642_296, 3_187_420_909, 781_018_376, 1_423_851_045, 2_697_088_054, 16_000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_L3_H", )) 3_822_777_683 -> Some(SpellstoneData( [], 3_822_777_683, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_273_804_584, "Legendary", 882_832_117, 3_883_261_578, 2_814_261_141, 1_423_851_045, 2_697_088_054, 16_000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I3_H", )) 363_246_174 -> Some(SpellstoneData( [], 363_246_174, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_216_160_931, "Legendary", 2_161_998_176, 530_650_629, 3_649_696_928, 1_423_851_045, 2_697_088_054, 16_000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_S4_H", )) 1_345_636_117 -> Some(SpellstoneData( [], 1_345_636_117, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_160_876_938, "Legendary", 1_058_899_495, 1_770_333_932, 337_119_575, 1_423_851_045, 2_697_088_054, 16_000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_Z4_H", )) 1_117_154_351 -> Some(SpellstoneData( [], 1_117_154_351, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_552_558_276, "Legendary", 777_279_137, 3_162_015_270, 108_637_809, 1_423_851_045, 2_697_088_054, 16_000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_T4_H", )) 2_168_007_173 -> Some(SpellstoneData( [], 2_168_007_173, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_008_715_642, "Legendary", 1_739_567_639, 2_618_172_636, 1_159_490_631, 1_423_851_045, 2_697_088_054, 16_000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_J4_H", )) 3_675_823_527 -> Some(SpellstoneData( [], 3_675_823_527, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_976_477_628, "Legendary", 3_265_096_857, 3_585_934_622, 2_667_306_985, 1_423_851_045, 2_697_088_054, 16_000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_L4_H", )) 1_642_580_762 -> Some(SpellstoneData( [], 1_642_580_762, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_280_636_959, "Legendary", 3_405_907_036, 2_890_093_953, 634_064_220, 1_423_851_045, 2_697_088_054, 16_000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_O4_H", )) 1_414_098_996 -> Some(SpellstoneData( [], 1_414_098_996, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_672_318_297, "Legendary", 3_124_286_678, 4_281_775_291, 405_582_454, 1_423_851_045, 2_697_088_054, 16_000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I4_H", )) 2_979_594_675 -> Some(SpellstoneData( [], 2_979_594_675, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_229_436_808, "Heroic", 976_510_649, 543_926_506, 1_971_078_133, 1_423_851_045, 2_697_088_054, 4000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O1_H", )) 342_434_222 -> Some(SpellstoneData( [], 342_434_222, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_724_664_563, "Heroic", 2_936_344_852, 2_334_121_557, 3_628_884_976, 1_423_851_045, 2_697_088_054, 4000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I2_H", )) 195_480_066 -> Some(SpellstoneData( [], 195_480_066, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_427_337_607, "Heroic", 1_023_642_296, 2_036_794_601, 3_481_930_820, 1_423_851_045, 2_697_088_054, 4000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_L3_H", )) 2_228_722_831 -> Some(SpellstoneData( [], 2_228_722_831, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_123_178_276, "Heroic", 882_832_117, 2_732_635_270, 1_220_206_289, 1_423_851_045, 2_697_088_054, 4000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I3_H", )) 3_064_158_618 -> Some(SpellstoneData( [], 3_064_158_618, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_065_534_623, "Heroic", 2_161_998_176, 3_674_991_617, 2_055_642_076, 1_423_851_045, 2_697_088_054, 4000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_S4_H", )) 4_046_548_561 -> Some(SpellstoneData( [], 4_046_548_561, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 10_250_630, "Heroic", 1_058_899_495, 619_707_624, 3_038_032_019, 1_423_851_045, 2_697_088_054, 4000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_Z4_H", )) 3_818_066_795 -> Some(SpellstoneData( [], 3_818_066_795, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_401_931_968, "Heroic", 777_279_137, 2_011_388_962, 2_809_550_253, 1_423_851_045, 2_697_088_054, 4000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_T4_H", )) 573_952_321 -> Some(SpellstoneData( [], 573_952_321, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 858_089_334, "Heroic", 1_739_567_639, 1_467_546_328, 3_860_403_075, 1_423_851_045, 2_697_088_054, 4000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_J4_H", )) 2_081_768_675 -> Some(SpellstoneData( [], 2_081_768_675, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_825_851_320, "Heroic", 3_265_096_857, 2_435_308_314, 1_073_252_133, 1_423_851_045, 2_697_088_054, 4000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_L4_H", )) 48_525_910 -> Some(SpellstoneData( [], 48_525_910, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_130_010_651, "Heroic", 3_405_907_036, 1_739_467_645, 3_334_976_664, 1_423_851_045, 2_697_088_054, 4000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O4_H", )) 4_115_011_440 -> Some(SpellstoneData( [], 4_115_011_440, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_521_691_989, "Heroic", 3_124_286_678, 3_131_148_983, 3_106_494_898, 1_423_851_045, 2_697_088_054, 4000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I4_H", )) 3_913_673_369 -> Some(SpellstoneData( [], 3_913_673_369, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 308_651_086, "Rare", 976_510_649, 918_108_080, 2_905_156_827, 1_423_851_045, 2_697_088_054, 1000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O1_H", )) 1_276_512_916 -> Some(SpellstoneData( [], 1_276_512_916, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_098_846_137, "Rare", 2_936_344_852, 2_708_303_131, 267_996_374, 1_423_851_045, 2_697_088_054, 1000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I2_H", )) 1_129_558_760 -> Some(SpellstoneData( [], 1_129_558_760, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_801_519_181, "Rare", 1_023_642_296, 2_410_976_175, 121_042_218, 1_423_851_045, 2_697_088_054, 1000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_L3_H", )) 3_162_801_525 -> Some(SpellstoneData( [], 3_162_801_525, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_497_359_850, "Rare", 882_832_117, 3_106_816_844, 2_154_284_983, 1_423_851_045, 2_697_088_054, 1000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I3_H", )) 3_998_237_312 -> Some(SpellstoneData( [], 3_998_237_312, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_439_716_197, "Rare", 2_161_998_176, 4_049_173_191, 2_989_720_770, 1_423_851_045, 2_697_088_054, 1000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_S4_H", )) 685_659_959 -> Some(SpellstoneData( [], 685_659_959, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 384_432_204, "Rare", 1_058_899_495, 993_889_198, 3_972_110_713, 1_423_851_045, 2_697_088_054, 1000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_Z4_H", )) 457_178_193 -> Some(SpellstoneData( [], 457_178_193, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_776_113_542, "Rare", 777_279_137, 2_385_570_536, 3_743_628_947, 1_423_851_045, 2_697_088_054, 1000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_T4_H", )) 1_508_031_015 -> Some(SpellstoneData( [], 1_508_031_015, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_232_270_908, "Rare", 1_739_567_639, 1_841_727_902, 499_514_473, 1_423_851_045, 2_697_088_054, 1000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_J4_H", )) 3_015_847_369 -> Some(SpellstoneData( [], 3_015_847_369, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_200_032_894, "Rare", 3_265_096_857, 2_809_489_888, 2_007_330_827, 1_423_851_045, 2_697_088_054, 1000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_L4_H", )) 982_604_604 -> Some(SpellstoneData( [], 982_604_604, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_504_192_225, "Rare", 3_405_907_036, 2_113_649_219, 4_269_055_358, 1_423_851_045, 2_697_088_054, 1000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O4_H", )) 754_122_838 -> Some(SpellstoneData( [], 754_122_838, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_895_873_563, "Rare", 3_124_286_678, 3_505_330_557, 4_040_573_592, 1_423_851_045, 2_697_088_054, 1000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I4_H", )) 1_536_923_741 -> Some(SpellstoneData( [], 1_536_923_741, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_461_259_250, "Legendary", 2_781_534_672, 4_270_559_636, 3_879_466_207, 1_879_470_780, 2_697_088_054, 16_000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_O1_G", )) 3_194_730_584 -> Some(SpellstoneData( [], 3_194_730_584, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 956_487_005, "Legendary", 1_039_518_347, 1_765_787_391, 1_242_305_754, 1_879_470_780, 2_697_088_054, 16_000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I2_G", )) 3_047_776_428 -> Some(SpellstoneData( [], 3_047_776_428, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 659_160_049, "Legendary", 642_989_231, 1_468_460_435, 1_095_351_598, 1_879_470_780, 2_697_088_054, 16_000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_L3_G", )) 786_051_897 -> Some(SpellstoneData( [], 786_051_897, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_355_000_718, "Legendary", 1_626_149_260, 2_164_301_104, 3_128_594_363, 1_879_470_780, 2_697_088_054, 16_000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I3_G", )) 1_621_487_684 -> Some(SpellstoneData( [], 1_621_487_684, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_297_357_065, "Legendary", 1_798_891_607, 3_106_657_451, 3_964_030_150, 1_879_470_780, 2_697_088_054, 16_000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_S4_G", )) 2_603_877_627 -> Some(SpellstoneData( [], 2_603_877_627, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_537_040_368, "Legendary", 2_368_163_070, 51_373_458, 651_452_797, 1_879_470_780, 2_697_088_054, 16_000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_Z4_G", )) 2_375_395_861 -> Some(SpellstoneData( [], 2_375_395_861, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 633_754_410, "Legendary", 39_515_832, 1_443_054_796, 422_971_031, 1_879_470_780, 2_697_088_054, 16_000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_T4_G", )) 3_426_248_683 -> Some(SpellstoneData( [], 3_426_248_683, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 89_911_776, "Legendary", 453_404_398, 899_212_162, 1_473_823_853, 1_879_470_780, 2_697_088_054, 16_000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_J4_G", )) 639_097_741 -> Some(SpellstoneData( [], 639_097_741, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_057_673_762, "Legendary", 1_229_620_144, 1_866_974_148, 2_981_640_207, 1_879_470_780, 2_697_088_054, 16_000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_L4_G", )) 2_900_822_272 -> Some(SpellstoneData( [], 2_900_822_272, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 361_833_093, "Legendary", 246_460_115, 1_171_133_479, 948_397_442, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_O4_G", )) 2_672_340_506 -> Some(SpellstoneData( [], 2_672_340_506, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_753_514_431, "Legendary", 2_212_780_173, 2_562_814_817, 719_915_676, 1_879_470_780, 2_697_088_054, 16_000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I4_G", )) 3_741_139_737 -> Some(SpellstoneData( [], 3_741_139_737, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_281_930_094, "Heroic", 2_781_534_672, 796_263_184, 1_788_714_907, 1_879_470_780, 2_697_088_054, 4000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O1_G", )) 1_103_979_284 -> Some(SpellstoneData( [], 1_103_979_284, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_777_157_849, "Heroic", 1_039_518_347, 2_586_458_235, 3_446_521_750, 1_879_470_780, 2_697_088_054, 4000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I2_G", )) 957_025_128 -> Some(SpellstoneData( [], 957_025_128, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_479_830_893, "Heroic", 642_989_231, 2_289_131_279, 3_299_567_594, 1_879_470_780, 2_697_088_054, 4000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_L3_G", )) 2_990_267_893 -> Some(SpellstoneData( [], 2_990_267_893, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_175_671_562, "Heroic", 1_626_149_260, 2_984_971_948, 1_037_843_063, 1_879_470_780, 2_697_088_054, 4000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I3_G", )) 3_825_703_680 -> Some(SpellstoneData( [], 3_825_703_680, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_118_027_909, "Heroic", 1_798_891_607, 3_927_328_295, 1_873_278_850, 1_879_470_780, 2_697_088_054, 4000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_S4_G", )) 513_126_327 -> Some(SpellstoneData( [], 513_126_327, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 62_743_916, "Heroic", 2_368_163_070, 872_044_302, 2_855_668_793, 1_879_470_780, 2_697_088_054, 4000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_Z4_G", )) 284_644_561 -> Some(SpellstoneData( [], 284_644_561, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_454_425_254, "Heroic", 39_515_832, 2_263_725_640, 2_627_187_027, 1_879_470_780, 2_697_088_054, 4000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_T4_G", )) 1_335_497_383 -> Some(SpellstoneData( [], 1_335_497_383, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 910_582_620, "Heroic", 453_404_398, 1_719_883_006, 3_678_039_849, 1_879_470_780, 2_697_088_054, 4000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_J4_G", )) 2_843_313_737 -> Some(SpellstoneData( [], 2_843_313_737, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_878_344_606, "Heroic", 1_229_620_144, 2_687_644_992, 890_888_907, 1_879_470_780, 2_697_088_054, 4000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_L4_G", )) 810_070_972 -> Some(SpellstoneData( [], 810_070_972, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_182_503_937, "Heroic", 246_460_115, 1_991_804_323, 3_152_613_438, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O4_G", )) 581_589_206 -> Some(SpellstoneData( [], 581_589_206, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_574_185_275, "Heroic", 2_212_780_173, 3_383_485_661, 2_924_131_672, 1_879_470_780, 2_697_088_054, 4000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I4_G", )) 973_135_551 -> Some(SpellstoneData( [], 973_135_551, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 893_316_852, "Rare", 2_781_534_672, 1_702_617_238, 3_315_678_017, 1_879_470_780, 2_697_088_054, 1000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O1_G", )) 2_630_942_394 -> Some(SpellstoneData( [], 2_630_942_394, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_683_511_903, "Rare", 1_039_518_347, 3_492_812_289, 678_517_564, 1_879_470_780, 2_697_088_054, 1000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I2_G", )) 2_483_988_238 -> Some(SpellstoneData( [], 2_483_988_238, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_386_184_947, "Rare", 642_989_231, 3_195_485_333, 531_563_408, 1_879_470_780, 2_697_088_054, 1000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_L3_G", )) 222_263_707 -> Some(SpellstoneData( [], 222_263_707, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_082_025_616, "Rare", 1_626_149_260, 3_891_326_002, 2_564_806_173, 1_879_470_780, 2_697_088_054, 1000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I3_G", )) 1_057_699_494 -> Some(SpellstoneData( [], 1_057_699_494, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 4_024_381_963, "Rare", 1_798_891_607, 538_715_053, 3_400_241_960, 1_879_470_780, 2_697_088_054, 1000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_S4_G", )) 2_040_089_437 -> Some(SpellstoneData( [], 2_040_089_437, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 969_097_970, "Rare", 2_368_163_070, 1_778_398_356, 87_664_607, 1_879_470_780, 2_697_088_054, 1000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_Z4_G", )) 1_811_607_671 -> Some(SpellstoneData( [], 1_811_607_671, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_360_779_308, "Rare", 39_515_832, 3_170_079_694, 4_154_150_137, 1_879_470_780, 2_697_088_054, 1000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_T4_G", )) 2_862_460_493 -> Some(SpellstoneData( [], 2_862_460_493, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_816_936_674, "Rare", 453_404_398, 2_626_237_060, 910_035_663, 1_879_470_780, 2_697_088_054, 1000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_J4_G", )) 75_309_551 -> Some(SpellstoneData( [], 75_309_551, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_784_698_660, "Rare", 1_229_620_144, 3_593_999_046, 2_417_852_017, 1_879_470_780, 2_697_088_054, 1000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_L4_G", )) 2_337_034_082 -> Some(SpellstoneData( [], 2_337_034_082, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_088_857_991, "Rare", 246_460_115, 2_898_158_377, 384_609_252, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O4_G", )) 2_108_552_316 -> Some(SpellstoneData( [], 2_108_552_316, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_480_539_329, "Rare", 2_212_780_173, 4_289_839_715, 156_127_486, 1_879_470_780, 2_697_088_054, 1000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I4_G", )) 70_408_607 -> Some(SpellstoneData( [], 70_408_607, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_549_114_324, "Uncommon", 2_781_534_672, 63_447_414, 2_412_951_073, 1_879_470_780, 2_697_088_054, 500, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O1_G", )) 1_728_215_450 -> Some(SpellstoneData( [], 1_728_215_450, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_044_342_079, "Uncommon", 1_039_518_347, 1_853_642_465, 4_070_757_916, 1_879_470_780, 2_697_088_054, 500, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I2_G", )) 1_581_261_294 -> Some(SpellstoneData( [], 1_581_261_294, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 747_015_123, "Uncommon", 642_989_231, 1_556_315_509, 3_923_803_760, 1_879_470_780, 2_697_088_054, 500, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_L3_G", )) 3_614_504_059 -> Some(SpellstoneData( [], 3_614_504_059, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_442_855_792, "Uncommon", 1_626_149_260, 2_252_156_178, 1_662_079_229, 1_879_470_780, 2_697_088_054, 500, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I3_G", )) 154_972_550 -> Some(SpellstoneData( [], 154_972_550, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_385_212_139, "Uncommon", 1_798_891_607, 3_194_512_525, 2_497_515_016, 1_879_470_780, 2_697_088_054, 500, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_S4_G", )) 1_137_362_493 -> Some(SpellstoneData( [], 1_137_362_493, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_624_895_442, "Uncommon", 2_368_163_070, 139_228_532, 3_479_904_959, 1_879_470_780, 2_697_088_054, 500, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_Z4_G", )) 908_880_727 -> Some(SpellstoneData( [], 908_880_727, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 721_609_484, "Uncommon", 39_515_832, 1_530_909_870, 3_251_423_193, 1_879_470_780, 2_697_088_054, 500, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_T4_G", )) 1_959_733_549 -> Some(SpellstoneData( [], 1_959_733_549, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 177_766_850, "Uncommon", 453_404_398, 987_067_236, 7_308_719, 1_879_470_780, 2_697_088_054, 500, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_J4_G", )) 3_467_549_903 -> Some(SpellstoneData( [], 3_467_549_903, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_145_528_836, "Uncommon", 1_229_620_144, 1_954_829_222, 1_515_125_073, 1_879_470_780, 2_697_088_054, 500, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_L4_G", )) 1_434_307_138 -> Some(SpellstoneData( [], 1_434_307_138, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 449_688_167, "Uncommon", 246_460_115, 1_258_988_553, 3_776_849_604, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O4_G", )) 1_205_825_372 -> Some(SpellstoneData( [], 1_205_825_372, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_841_369_505, "Uncommon", 2_212_780_173, 2_650_669_891, 3_548_367_838, 1_879_470_780, 2_697_088_054, 500, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I4_G", )) 3_935_037_518 -> Some(SpellstoneData( [], 3_935_037_518, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_207_658_035, "Common", 2_781_534_672, 3_016_958_421, 1_982_612_688, 1_879_470_780, 2_697_088_054, 250, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O1_G", )) 1_297_877_065 -> Some(SpellstoneData( [], 1_297_877_065, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_997_853_086, "Common", 1_039_518_347, 512_186_176, 3_640_419_531, 1_879_470_780, 2_697_088_054, 250, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I2_G", )) 1_150_922_909 -> Some(SpellstoneData( [], 1_150_922_909, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_700_526_130, "Common", 642_989_231, 214_859_220, 3_493_465_375, 1_879_470_780, 2_697_088_054, 250, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_L3_G", )) 3_184_165_674 -> Some(SpellstoneData( [], 3_184_165_674, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 101_399_503, "Common", 1_626_149_260, 910_699_889, 1_231_740_844, 1_879_470_780, 2_697_088_054, 250, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I3_G", )) 4_019_601_461 -> Some(SpellstoneData( [], 4_019_601_461, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_043_755_850, "Common", 1_798_891_607, 1_853_056_236, 2_067_176_631, 1_879_470_780, 2_697_088_054, 250, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_S4_G", )) 707_024_108 -> Some(SpellstoneData( [], 707_024_108, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_283_439_153, "Common", 2_368_163_070, 3_092_739_539, 3_049_566_574, 1_879_470_780, 2_697_088_054, 250, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_Z4_G", )) 478_542_342 -> Some(SpellstoneData( [], 478_542_342, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_675_120_491, "Common", 39_515_832, 189_453_581, 2_821_084_808, 1_879_470_780, 2_697_088_054, 250, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_T4_G", )) 1_529_395_164 -> Some(SpellstoneData( [], 1_529_395_164, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_131_277_857, "Common", 453_404_398, 3_940_578_243, 3_871_937_630, 1_879_470_780, 2_697_088_054, 250, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_J4_G", )) 3_037_211_518 -> Some(SpellstoneData( [], 3_037_211_518, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_099_039_843, "Common", 1_229_620_144, 613_372_933, 1_084_786_688, 1_879_470_780, 2_697_088_054, 250, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_L4_G", )) 1_003_968_753 -> Some(SpellstoneData( [], 1_003_968_753, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_403_199_174, "Common", 246_460_115, 4_212_499_560, 3_346_511_219, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O4_G", )) 775_486_987 -> Some(SpellstoneData( [], 775_486_987, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 499_913_216, "Common", 2_212_780_173, 1_309_213_602, 3_118_029_453, 1_879_470_780, 2_697_088_054, 250, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I4_G", )) 672_252_221 -> Some(SpellstoneData( [], 672_252_221, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 852_859_394, "Legendary", 4_096_019_141, 3_564_088_196, 4_132_827_039, 4_274_278_641, 2_697_088_054, 16_000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_O1_B", )) 2_330_059_064 -> Some(SpellstoneData( [], 2_330_059_064, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_643_054_445, "Legendary", 3_488_624_336, 1_059_315_951, 1_495_666_586, 4_274_278_641, 2_697_088_054, 16_000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I2_B", )) 2_183_104_908 -> Some(SpellstoneData( [], 2_183_104_908, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_345_727_489, "Legendary", 69_227_188, 761_988_995, 1_348_712_430, 4_274_278_641, 2_697_088_054, 16_000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_L3_B", )) 4_216_347_673 -> Some(SpellstoneData( [], 4_216_347_673, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_041_568_158, "Legendary", 3_869_872_833, 1_457_829_664, 3_381_955_195, 4_274_278_641, 2_697_088_054, 16_000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I3_B", )) 756_816_164 -> Some(SpellstoneData( [], 756_816_164, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_983_924_505, "Legendary", 3_035_548_636, 2_400_186_011, 4_217_390_982, 4_274_278_641, 2_697_088_054, 16_000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_S4_B", )) 1_739_206_107 -> Some(SpellstoneData( [], 1_739_206_107, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 928_640_512, "Legendary", 1_325_654_291, 3_639_869_314, 904_813_629, 4_274_278_641, 2_697_088_054, 16_000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_Z4_B", )) 1_510_724_341 -> Some(SpellstoneData( [], 1_510_724_341, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_320_321_850, "Legendary", 337_010_989, 736_583_356, 676_331_863, 4_274_278_641, 2_697_088_054, 16_000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_T4_B", )) 2_561_577_163 -> Some(SpellstoneData( [], 2_561_577_163, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_776_479_216, "Legendary", 1_552_583_683, 192_740_722, 1_727_184_685, 4_274_278_641, 2_697_088_054, 16_000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_J4_B", )) 4_069_393_517 -> Some(SpellstoneData( [], 4_069_393_517, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_744_241_202, "Legendary", 450_475_685, 1_160_502_708, 3_235_001_039, 4_274_278_641, 2_697_088_054, 16_000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_L4_B", )) 2_036_150_752 -> Some(SpellstoneData( [], 2_036_150_752, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_048_400_533, "Legendary", 944_797_336, 464_662_039, 1_201_758_274, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_O4_B", )) 1_807_668_986 -> Some(SpellstoneData( [], 1_807_668_986, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_440_081_871, "Legendary", 4_251_121_330, 1_856_343_377, 973_276_508, 4_274_278_641, 2_697_088_054, 16_000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I4_B", )) 1_916_161_081 -> Some(SpellstoneData( [], 1_916_161_081, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_645_442_494, "Heroic", 4_096_019_141, 1_061_704_000, 1_081_768_603, 4_274_278_641, 2_697_088_054, 4000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O1_B", )) 3_573_967_924 -> Some(SpellstoneData( [], 3_573_967_924, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 140_670_249, "Heroic", 3_488_624_336, 2_851_899_051, 2_739_575_446, 4_274_278_641, 2_697_088_054, 4000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I2_B", )) 3_427_013_768 -> Some(SpellstoneData( [], 3_427_013_768, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_138_310_589, "Heroic", 69_227_188, 2_554_572_095, 2_592_621_290, 4_274_278_641, 2_697_088_054, 4000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_L3_B", )) 1_165_289_237 -> Some(SpellstoneData( [], 1_165_289_237, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 539_183_962, "Heroic", 3_869_872_833, 3_250_412_764, 330_896_759, 4_274_278_641, 2_697_088_054, 4000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I3_B", )) 2_000_725_024 -> Some(SpellstoneData( [], 2_000_725_024, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_481_540_309, "Heroic", 3_035_548_636, 4_192_769_111, 1_166_332_546, 4_274_278_641, 2_697_088_054, 4000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_S4_B", )) 2_983_114_967 -> Some(SpellstoneData( [], 2_983_114_967, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_721_223_612, "Heroic", 1_325_654_291, 1_137_485_118, 2_148_722_489, 4_274_278_641, 2_697_088_054, 4000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_Z4_B", )) 2_754_633_201 -> Some(SpellstoneData( [], 2_754_633_201, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_112_904_950, "Heroic", 337_010_989, 2_529_166_456, 1_920_240_723, 4_274_278_641, 2_697_088_054, 4000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_T4_B", )) 3_805_486_023 -> Some(SpellstoneData( [], 3_805_486_023, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_569_062_316, "Heroic", 1_552_583_683, 1_985_323_822, 2_971_093_545, 4_274_278_641, 2_697_088_054, 4000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_J4_B", )) 1_018_335_081 -> Some(SpellstoneData( [], 1_018_335_081, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 241_857_006, "Heroic", 450_475_685, 2_953_085_808, 183_942_603, 4_274_278_641, 2_697_088_054, 4000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_L4_B", )) 3_280_059_612 -> Some(SpellstoneData( [], 3_280_059_612, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_840_983_633, "Heroic", 944_797_336, 2_257_245_139, 2_445_667_134, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O4_B", )) 3_051_577_846 -> Some(SpellstoneData( [], 3_051_577_846, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 937_697_675, "Heroic", 4_251_121_330, 3_648_926_477, 2_217_185_368, 4_274_278_641, 2_697_088_054, 4000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I4_B", )) 3_158_088_575 -> Some(SpellstoneData( [], 3_158_088_575, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_279_622_884, "Rare", 4_096_019_141, 1_695_884_390, 2_323_696_097, 4_274_278_641, 2_697_088_054, 1000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O1_B", )) 520_928_122 -> Some(SpellstoneData( [], 520_928_122, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 774_850_639, "Rare", 3_488_624_336, 3_486_079_441, 3_981_502_940, 4_274_278_641, 2_697_088_054, 1000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I2_B", )) 373_973_966 -> Some(SpellstoneData( [], 373_973_966, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 477_523_683, "Rare", 69_227_188, 3_188_752_485, 3_834_548_784, 4_274_278_641, 2_697_088_054, 1000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_L3_B", )) 2_407_216_731 -> Some(SpellstoneData( [], 2_407_216_731, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_173_364_352, "Rare", 3_869_872_833, 3_884_593_154, 1_572_824_253, 4_274_278_641, 2_697_088_054, 1000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I3_B", )) 3_242_652_518 -> Some(SpellstoneData( [], 3_242_652_518, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_115_720_699, "Rare", 3_035_548_636, 531_982_205, 2_408_260_040, 4_274_278_641, 2_697_088_054, 1000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_S4_B", )) 4_225_042_461 -> Some(SpellstoneData( [], 4_225_042_461, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_355_404_002, "Rare", 1_325_654_291, 1_771_665_508, 3_390_649_983, 4_274_278_641, 2_697_088_054, 1000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_Z4_B", )) 3_996_560_695 -> Some(SpellstoneData( [], 3_996_560_695, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 452_118_044, "Rare", 337_010_989, 3_163_346_846, 3_162_168_217, 4_274_278_641, 2_697_088_054, 1000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_T4_B", )) 752_446_221 -> Some(SpellstoneData( [], 752_446_221, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 4_203_242_706, "Rare", 1_552_583_683, 2_619_504_212, 4_213_021_039, 4_274_278_641, 2_697_088_054, 1000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_J4_B", )) 2_260_262_575 -> Some(SpellstoneData( [], 2_260_262_575, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 876_037_396, "Rare", 450_475_685, 3_587_266_198, 1_425_870_097, 4_274_278_641, 2_697_088_054, 1000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_L4_B", )) 227_019_810 -> Some(SpellstoneData( [], 227_019_810, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 180_196_727, "Rare", 944_797_336, 2_891_425_529, 3_687_594_628, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O4_B", )) 4_293_505_340 -> Some(SpellstoneData( [], 4_293_505_340, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_571_878_065, "Rare", 4_251_121_330, 4_283_106_867, 3_459_112_862, 4_274_278_641, 2_697_088_054, 1000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I4_B", )) 2_577_647_711 -> Some(SpellstoneData( [], 2_577_647_711, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_562_972_612, "Uncommon", 4_096_019_141, 1_979_234_118, 1_743_255_233, 4_274_278_641, 2_697_088_054, 500, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O1_B", )) 4_235_454_554 -> Some(SpellstoneData( [], 4_235_454_554, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_058_200_367, "Uncommon", 3_488_624_336, 3_769_429_169, 3_401_062_076, 4_274_278_641, 2_697_088_054, 500, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I2_B", )) 4_088_500_398 -> Some(SpellstoneData( [], 4_088_500_398, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 760_873_411, "Uncommon", 69_227_188, 3_472_102_213, 3_254_107_920, 4_274_278_641, 2_697_088_054, 500, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_L3_B", )) 1_826_775_867 -> Some(SpellstoneData( [], 1_826_775_867, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_456_714_080, "Uncommon", 3_869_872_833, 4_167_942_882, 992_383_389, 4_274_278_641, 2_697_088_054, 500, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I3_B", )) 2_662_211_654 -> Some(SpellstoneData( [], 2_662_211_654, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_399_070_427, "Uncommon", 3_035_548_636, 815_331_933, 1_827_819_176, 4_274_278_641, 2_697_088_054, 500, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_S4_B", )) 3_644_601_597 -> Some(SpellstoneData( [], 3_644_601_597, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_638_753_730, "Uncommon", 1_325_654_291, 2_055_015_236, 2_810_209_119, 4_274_278_641, 2_697_088_054, 500, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_Z4_B", )) 3_416_119_831 -> Some(SpellstoneData( [], 3_416_119_831, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 735_467_772, "Uncommon", 337_010_989, 3_446_696_574, 2_581_727_353, 4_274_278_641, 2_697_088_054, 500, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_T4_B", )) 172_005_357 -> Some(SpellstoneData( [], 172_005_357, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 191_625_138, "Uncommon", 1_552_583_683, 2_902_853_940, 3_632_580_175, 4_274_278_641, 2_697_088_054, 500, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_J4_B", )) 1_679_821_711 -> Some(SpellstoneData( [], 1_679_821_711, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_159_387_124, "Uncommon", 450_475_685, 3_870_615_926, 845_429_233, 4_274_278_641, 2_697_088_054, 500, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_L4_B", )) 3_941_546_242 -> Some(SpellstoneData( [], 3_941_546_242, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 463_546_455, "Uncommon", 944_797_336, 3_174_775_257, 3_107_153_764, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O4_B", )) 3_713_064_476 -> Some(SpellstoneData( [], 3_713_064_476, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_855_227_793, "Uncommon", 4_251_121_330, 271_489_299, 2_878_671_998, 4_274_278_641, 2_697_088_054, 500, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I4_B", )) 3_329_216_286 -> Some(SpellstoneData( [], 3_329_216_286, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_834_494_259, "Common", 4_096_019_141, 1_250_755_765, 2_494_823_808, 4_274_278_641, 2_697_088_054, 250, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O1_B", )) 692_055_833 -> Some(SpellstoneData( [], 692_055_833, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 329_722_014, "Common", 3_488_624_336, 3_040_950_816, 4_152_630_651, 4_274_278_641, 2_697_088_054, 250, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I2_B", )) 545_101_677 -> Some(SpellstoneData( [], 545_101_677, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 32_395_058, "Common", 69_227_188, 2_743_623_860, 4_005_676_495, 4_274_278_641, 2_697_088_054, 250, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_L3_B", )) 2_578_344_442 -> Some(SpellstoneData( [], 2_578_344_442, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 728_235_727, "Common", 3_869_872_833, 3_439_464_529, 1_743_951_964, 4_274_278_641, 2_697_088_054, 250, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I3_B", )) 3_413_780_229 -> Some(SpellstoneData( [], 3_413_780_229, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_670_592_074, "Common", 3_035_548_636, 86_853_580, 2_579_387_751, 4_274_278_641, 2_697_088_054, 250, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_S4_B", )) 101_202_876 -> Some(SpellstoneData( [], 101_202_876, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_910_275_377, "Common", 1_325_654_291, 1_326_536_883, 3_561_777_694, 4_274_278_641, 2_697_088_054, 250, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_Z4_B", )) 4_167_688_406 -> Some(SpellstoneData( [], 4_167_688_406, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 6_989_419, "Common", 337_010_989, 2_718_218_221, 3_333_295_928, 4_274_278_641, 2_697_088_054, 250, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_T4_B", )) 923_573_932 -> Some(SpellstoneData( [], 923_573_932, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_758_114_081, "Common", 1_552_583_683, 2_174_375_587, 89_181_454, 4_274_278_641, 2_697_088_054, 250, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_J4_B", )) 2_431_390_286 -> Some(SpellstoneData( [], 2_431_390_286, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 430_908_771, "Common", 450_475_685, 3_142_137_573, 1_596_997_808, 4_274_278_641, 2_697_088_054, 250, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_L4_B", )) 398_147_521 -> Some(SpellstoneData( [], 398_147_521, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_030_035_398, "Common", 944_797_336, 2_446_296_904, 3_858_722_339, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O4_B", )) 169_665_755 -> Some(SpellstoneData( [], 169_665_755, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_126_749_440, "Common", 4_251_121_330, 3_837_978_242, 3_630_240_573, 4_274_278_641, 2_697_088_054, 250, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I4_B", )) 1_239_451_875 -> Some(SpellstoneData( [], 1_239_451_875, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_285_563_616, "Legendary", 1_039_518_347, 229_926_338, 3_630_288_195, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Gray", )) 1_531_805_608 -> Some(SpellstoneData( [], 1_531_805_608, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_534_533_845, "Legendary", 3_488_624_336, 3_926_876_567, 3_630_288_195, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Brown", )) 1_388_374_705 -> Some(SpellstoneData( [], 1_388_374_705, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_391_102_942, "Legendary", 3_345_193_433, 3_783_445_664, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green", )) 1_356_614_764 -> Some(SpellstoneData( [], 1_356_614_764, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_260_086_217, "Legendary", 2_936_344_852, 3_710_235_243, 3_630_288_195, 1_423_851_045, 2_697_088_054, 16_000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Yellow", )) 3_907_983_515 -> Some(SpellstoneData( [], 3_907_983_515, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_451_308_136, "Legendary", 2_459_571_395, 2_116_181_866, 3_630_288_195, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Red", )) 4_251_555_423 -> Some(SpellstoneData( [], 4_251_555_423, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_699_868, "Heroic", 1_039_518_347, 3_242_029_886, 3_630_288_195, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Gray", )) 4_006_019_428 -> Some(SpellstoneData( [], 4_006_019_428, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_713_780_369, "Heroic", 3_488_624_336, 2_106_123_091, 3_630_288_195, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Brown", )) 3_862_588_525 -> Some(SpellstoneData( [], 3_862_588_525, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_570_349_466, "Heroic", 3_345_193_433, 1_962_692_188, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green", )) 2_013_675_112 -> Some(SpellstoneData( [], 2_013_675_112, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_917_146_565, "Heroic", 2_936_344_852, 72_328_295, 3_630_288_195, 1_423_851_045, 2_697_088_054, 4000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Yellow", )) 3_568_790_999 -> Some(SpellstoneData( [], 3_568_790_999, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_112_115_620, "Heroic", 2_459_571_395, 1_776_989_350, 3_630_288_195, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Red", )) 677_071_333 -> Some(SpellstoneData( [], 677_071_333, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 723_183_074, "Rare", 1_039_518_347, 3_962_513_092, 3_630_288_195, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Gray", )) 832_588_426 -> Some(SpellstoneData( [], 832_588_426, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_835_316_663, "Rare", 3_488_624_336, 3_227_659_385, 3_630_288_195, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Brown", )) 689_157_523 -> Some(SpellstoneData( [], 689_157_523, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_691_885_760, "Rare", 3_345_193_433, 3_084_228_482, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green", )) 697_754_414 -> Some(SpellstoneData( [], 697_754_414, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_601_225_867, "Rare", 2_936_344_852, 3_051_374_893, 3_630_288_195, 1_423_851_045, 2_697_088_054, 1000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Yellow", )) 904_245_693 -> Some(SpellstoneData( [], 904_245_693, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 447_570_314, "Rare", 2_459_571_395, 3_407_411_340, 3_630_288_195, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Red", )) 1_667_852_997 -> Some(SpellstoneData( [], 1_667_852_997, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_713_964_738, "Uncommon", 1_039_518_347, 658_327_460, 3_630_288_195, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Gray", )) 2_072_493_418 -> Some(SpellstoneData( [], 2_072_493_418, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_075_221_655, "Uncommon", 3_488_624_336, 172_597_081, 3_630_288_195, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Brown", )) 1_929_062_515 -> Some(SpellstoneData( [], 1_929_062_515, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_931_790_752, "Uncommon", 3_345_193_433, 29_166_178, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green", )) 3_974_924_302 -> Some(SpellstoneData( [], 3_974_924_302, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_583_428_459, "Uncommon", 2_936_344_852, 2_033_577_485, 3_630_288_195, 1_423_851_045, 2_697_088_054, 500, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Yellow", )) 1_836_933_277 -> Some(SpellstoneData( [], 1_836_933_277, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_380_257_898, "Uncommon", 2_459_571_395, 45_131_628, 3_630_288_195, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Red", )) 2_422_215_204 -> Some(SpellstoneData( [], 2_422_215_204, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_468_326_945, "Common", 1_039_518_347, 1_412_689_667, 3_630_288_195, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Gray", )) 1_716_011_481 -> Some(SpellstoneData( [], 1_716_011_481, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_718_739_718, "Common", 3_488_624_336, 4_111_082_440, 3_630_288_195, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Brown", )) 1_572_580_578 -> Some(SpellstoneData( [], 1_572_580_578, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_575_308_815, "Common", 3_345_193_433, 3_967_651_537, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green", )) 2_018_175_117 -> Some(SpellstoneData( [], 2_018_175_117, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_921_646_570, "Common", 2_936_344_852, 76_828_300, 3_630_288_195, 1_423_851_045, 2_697_088_054, 250, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Yellow", )) 3_336_182_252 -> Some(SpellstoneData( [], 3_336_182_252, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_879_506_873, "Common", 2_459_571_395, 1_544_380_603, 3_630_288_195, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Red", )) 660_065_088 -> Some(SpellstoneData( [], 660_065_088, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_563_536_541, "Legendary", 1_039_518_347, 3_013_685_567, 3_630_288_195, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Gray_N", )) 660_065_087 -> Some(SpellstoneData( [], 660_065_087, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_563_536_540, "Legendary", 1_039_518_347, 3_013_685_566, 3_630_288_195, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Gray_M", )) 660_065_086 -> Some(SpellstoneData( [], 660_065_086, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_563_536_539, "Legendary", 1_039_518_347, 3_013_685_565, 3_630_288_195, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Gray_L", )) 660_065_081 -> Some(SpellstoneData( [], 660_065_081, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_563_536_534, "Legendary", 1_039_518_347, 3_013_685_560, 3_630_288_195, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Gray_G", )) 660_065_078 -> Some(SpellstoneData( [], 660_065_078, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_563_536_531, "Legendary", 1_039_518_347, 3_013_685_557, 3_630_288_195, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Gray_D", )) 660_065_077 -> Some(SpellstoneData( [], 660_065_077, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_563_536_530, "Legendary", 1_039_518_347, 3_013_685_556, 3_630_288_195, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Gray_C", )) 2_656_866_406 -> Some(SpellstoneData( [], 2_656_866_406, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_907_867_379, "Legendary", 3_488_624_336, 555_878_773, 3_630_288_195, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Brown_O", )) 2_656_866_402 -> Some(SpellstoneData( [], 2_656_866_402, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_907_867_375, "Legendary", 3_488_624_336, 555_878_769, 3_630_288_195, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Brown_K", )) 2_656_866_401 -> Some(SpellstoneData( [], 2_656_866_401, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_907_867_374, "Legendary", 3_488_624_336, 555_878_768, 3_630_288_195, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Brown_J", )) 2_656_866_400 -> Some(SpellstoneData( [], 2_656_866_400, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_907_867_373, "Legendary", 3_488_624_336, 555_878_767, 3_630_288_195, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Brown_I", )) 2_656_866_399 -> Some(SpellstoneData( [], 2_656_866_399, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_907_867_372, "Legendary", 3_488_624_336, 555_878_766, 3_630_288_195, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Brown_H", )) 2_656_866_397 -> Some(SpellstoneData( [], 2_656_866_397, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_907_867_370, "Legendary", 3_488_624_336, 555_878_764, 3_630_288_195, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Brown_F", )) 2_656_866_392 -> Some(SpellstoneData( [], 2_656_866_392, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_907_867_365, "Legendary", 3_488_624_336, 555_878_759, 3_630_288_195, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Brown_A", )) 162_393_423 -> Some(SpellstoneData( [], 162_393_423, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_692, "Legendary", 3_345_193_433, 2_356_373_086, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_O", )) 162_393_422 -> Some(SpellstoneData( [], 162_393_422, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_691, "Legendary", 3_345_193_433, 2_356_373_085, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_N", )) 162_393_421 -> Some(SpellstoneData( [], 162_393_421, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_690, "Legendary", 3_345_193_433, 2_356_373_084, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_M", )) 162_393_420 -> Some(SpellstoneData( [], 162_393_420, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_689, "Legendary", 3_345_193_433, 2_356_373_083, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_L", )) 162_393_419 -> Some(SpellstoneData( [], 162_393_419, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_688, "Legendary", 3_345_193_433, 2_356_373_082, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_K", )) 162_393_418 -> Some(SpellstoneData( [], 162_393_418, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_687, "Legendary", 3_345_193_433, 2_356_373_081, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_J", )) 162_393_417 -> Some(SpellstoneData( [], 162_393_417, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_686, "Legendary", 3_345_193_433, 2_356_373_080, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_I", )) 162_393_415 -> Some(SpellstoneData( [], 162_393_415, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_684, "Legendary", 3_345_193_433, 2_356_373_078, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_G", )) 162_393_414 -> Some(SpellstoneData( [], 162_393_414, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_683, "Legendary", 3_345_193_433, 2_356_373_077, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_F", )) 162_393_411 -> Some(SpellstoneData( [], 162_393_411, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_680, "Legendary", 3_345_193_433, 2_356_373_074, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_C", )) 162_393_410 -> Some(SpellstoneData( [], 162_393_410, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_708_361_679, "Legendary", 3_345_193_433, 2_356_373_073, 3_630_288_195, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Green_B", )) 984_346_787 -> Some(SpellstoneData( [], 984_346_787, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_721_846_624, "Legendary", 2_936_344_852, 3_848_018_882, 3_630_288_195, 1_423_851_045, 2_697_088_054, 16_000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Yellow_H", )) 984_346_783 -> Some(SpellstoneData( [], 984_346_783, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_721_846_620, "Legendary", 2_936_344_852, 3_848_018_878, 3_630_288_195, 1_423_851_045, 2_697_088_054, 16_000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Yellow_D", )) 984_346_781 -> Some(SpellstoneData( [], 984_346_781, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_721_846_618, "Legendary", 2_936_344_852, 3_848_018_876, 3_630_288_195, 1_423_851_045, 2_697_088_054, 16_000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Yellow_B", )) 984_346_780 -> Some(SpellstoneData( [], 984_346_780, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_721_846_617, "Legendary", 2_936_344_852, 3_848_018_875, 3_630_288_195, 1_423_851_045, 2_697_088_054, 16_000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Yellow_A", )) 615_631_864 -> Some(SpellstoneData( [], 615_631_864, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_618_360_101, "Legendary", 2_459_571_395, 3_010_702_823, 3_630_288_195, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Red_N", )) 615_631_863 -> Some(SpellstoneData( [], 615_631_863, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_618_360_100, "Legendary", 2_459_571_395, 3_010_702_822, 3_630_288_195, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Red_M", )) 615_631_862 -> Some(SpellstoneData( [], 615_631_862, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_618_360_099, "Legendary", 2_459_571_395, 3_010_702_821, 3_630_288_195, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Red_L", )) 615_631_858 -> Some(SpellstoneData( [], 615_631_858, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_618_360_095, "Legendary", 2_459_571_395, 3_010_702_817, 3_630_288_195, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Red_H", )) 615_631_857 -> Some(SpellstoneData( [], 615_631_857, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_618_360_094, "Legendary", 2_459_571_395, 3_010_702_816, 3_630_288_195, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Red_G", )) 615_631_854 -> Some(SpellstoneData( [], 615_631_854, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_618_360_091, "Legendary", 2_459_571_395, 3_010_702_813, 3_630_288_195, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Red_D", )) 615_631_853 -> Some(SpellstoneData( [], 615_631_853, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_618_360_090, "Legendary", 2_459_571_395, 3_010_702_812, 3_630_288_195, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Red_C", )) 615_631_851 -> Some(SpellstoneData( [], 615_631_851, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_618_360_088, "Legendary", 2_459_571_395, 3_010_702_810, 3_630_288_195, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Le_Red_A", )) 1_317_125_436 -> Some(SpellstoneData( [], 1_317_125_436, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_220_596_889, "Heroic", 1_039_518_347, 3_670_745_915, 3_630_288_195, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Gray_N", )) 1_317_125_435 -> Some(SpellstoneData( [], 1_317_125_435, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_220_596_888, "Heroic", 1_039_518_347, 3_670_745_914, 3_630_288_195, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Gray_M", )) 1_317_125_434 -> Some(SpellstoneData( [], 1_317_125_434, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_220_596_887, "Heroic", 1_039_518_347, 3_670_745_913, 3_630_288_195, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Gray_L", )) 1_317_125_429 -> Some(SpellstoneData( [], 1_317_125_429, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_220_596_882, "Heroic", 1_039_518_347, 3_670_745_908, 3_630_288_195, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Gray_G", )) 1_317_125_426 -> Some(SpellstoneData( [], 1_317_125_426, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_220_596_879, "Heroic", 1_039_518_347, 3_670_745_905, 3_630_288_195, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Gray_D", )) 1_317_125_425 -> Some(SpellstoneData( [], 1_317_125_425, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_220_596_878, "Heroic", 1_039_518_347, 3_670_745_904, 3_630_288_195, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Gray_C", )) 583_216_802 -> Some(SpellstoneData( [], 583_216_802, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_129_185_071, "Heroic", 3_488_624_336, 2_777_196_465, 3_630_288_195, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Brown_O", )) 583_216_798 -> Some(SpellstoneData( [], 583_216_798, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_129_185_067, "Heroic", 3_488_624_336, 2_777_196_461, 3_630_288_195, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Brown_K", )) 583_216_797 -> Some(SpellstoneData( [], 583_216_797, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_129_185_066, "Heroic", 3_488_624_336, 2_777_196_460, 3_630_288_195, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Brown_J", )) 583_216_796 -> Some(SpellstoneData( [], 583_216_796, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_129_185_065, "Heroic", 3_488_624_336, 2_777_196_459, 3_630_288_195, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Brown_I", )) 583_216_795 -> Some(SpellstoneData( [], 583_216_795, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_129_185_064, "Heroic", 3_488_624_336, 2_777_196_458, 3_630_288_195, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Brown_H", )) 583_216_793 -> Some(SpellstoneData( [], 583_216_793, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_129_185_062, "Heroic", 3_488_624_336, 2_777_196_456, 3_630_288_195, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Brown_F", )) 583_216_788 -> Some(SpellstoneData( [], 583_216_788, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_129_185_057, "Heroic", 3_488_624_336, 2_777_196_451, 3_630_288_195, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Brown_A", )) 2_383_711_115 -> Some(SpellstoneData( [], 2_383_711_115, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_088, "Heroic", 3_345_193_433, 282_723_482, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_O", )) 2_383_711_114 -> Some(SpellstoneData( [], 2_383_711_114, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_087, "Heroic", 3_345_193_433, 282_723_481, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_N", )) 2_383_711_113 -> Some(SpellstoneData( [], 2_383_711_113, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_086, "Heroic", 3_345_193_433, 282_723_480, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_M", )) 2_383_711_112 -> Some(SpellstoneData( [], 2_383_711_112, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_085, "Heroic", 3_345_193_433, 282_723_479, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_L", )) 2_383_711_111 -> Some(SpellstoneData( [], 2_383_711_111, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_084, "Heroic", 3_345_193_433, 282_723_478, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_K", )) 2_383_711_110 -> Some(SpellstoneData( [], 2_383_711_110, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_083, "Heroic", 3_345_193_433, 282_723_477, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_J", )) 2_383_711_109 -> Some(SpellstoneData( [], 2_383_711_109, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_082, "Heroic", 3_345_193_433, 282_723_476, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_I", )) 2_383_711_107 -> Some(SpellstoneData( [], 2_383_711_107, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_080, "Heroic", 3_345_193_433, 282_723_474, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_G", )) 2_383_711_106 -> Some(SpellstoneData( [], 2_383_711_106, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_079, "Heroic", 3_345_193_433, 282_723_473, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_F", )) 2_383_711_103 -> Some(SpellstoneData( [], 2_383_711_103, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_076, "Heroic", 3_345_193_433, 282_723_470, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_C", )) 2_383_711_102 -> Some(SpellstoneData( [], 2_383_711_102, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_634_712_075, "Heroic", 3_345_193_433, 282_723_469, 3_630_288_195, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Green_B", )) 3_726_882_591 -> Some(SpellstoneData( [], 3_726_882_591, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_169_415_132, "Heroic", 2_936_344_852, 2_295_587_390, 3_630_288_195, 1_423_851_045, 2_697_088_054, 4000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Yellow_H", )) 3_726_882_587 -> Some(SpellstoneData( [], 3_726_882_587, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_169_415_128, "Heroic", 2_936_344_852, 2_295_587_386, 3_630_288_195, 1_423_851_045, 2_697_088_054, 4000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Yellow_D", )) 3_726_882_585 -> Some(SpellstoneData( [], 3_726_882_585, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_169_415_126, "Heroic", 2_936_344_852, 2_295_587_384, 3_630_288_195, 1_423_851_045, 2_697_088_054, 4000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Yellow_B", )) 3_726_882_584 -> Some(SpellstoneData( [], 3_726_882_584, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_169_415_125, "Heroic", 2_936_344_852, 2_295_587_383, 3_630_288_195, 1_423_851_045, 2_697_088_054, 4000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Yellow_A", )) 3_089_845_684 -> Some(SpellstoneData( [], 3_089_845_684, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 797_606_625, "Heroic", 2_459_571_395, 1_189_949_347, 3_630_288_195, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Red_N", )) 3_089_845_683 -> Some(SpellstoneData( [], 3_089_845_683, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 797_606_624, "Heroic", 2_459_571_395, 1_189_949_346, 3_630_288_195, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Red_M", )) 3_089_845_682 -> Some(SpellstoneData( [], 3_089_845_682, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 797_606_623, "Heroic", 2_459_571_395, 1_189_949_345, 3_630_288_195, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Red_L", )) 3_089_845_678 -> Some(SpellstoneData( [], 3_089_845_678, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 797_606_619, "Heroic", 2_459_571_395, 1_189_949_341, 3_630_288_195, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Red_H", )) 3_089_845_677 -> Some(SpellstoneData( [], 3_089_845_677, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 797_606_618, "Heroic", 2_459_571_395, 1_189_949_340, 3_630_288_195, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Red_G", )) 3_089_845_674 -> Some(SpellstoneData( [], 3_089_845_674, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 797_606_615, "Heroic", 2_459_571_395, 1_189_949_337, 3_630_288_195, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Red_D", )) 3_089_845_673 -> Some(SpellstoneData( [], 3_089_845_673, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 797_606_614, "Heroic", 2_459_571_395, 1_189_949_336, 3_630_288_195, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Red_C", )) 3_089_845_671 -> Some(SpellstoneData( [], 3_089_845_671, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 797_606_612, "Heroic", 2_459_571_395, 1_189_949_334, 3_630_288_195, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_He_Red_A", )) 1_204_738 -> Some(SpellstoneData( [], 1_204_738, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_904_676_191, "Rare", 1_039_518_347, 2_354_825_217, 3_630_288_195, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Gray_N", )) 1_204_737 -> Some(SpellstoneData( [], 1_204_737, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_904_676_190, "Rare", 1_039_518_347, 2_354_825_216, 3_630_288_195, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Gray_M", )) 1_204_736 -> Some(SpellstoneData( [], 1_204_736, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_904_676_189, "Rare", 1_039_518_347, 2_354_825_215, 3_630_288_195, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Gray_L", )) 1_204_731 -> Some(SpellstoneData( [], 1_204_731, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_904_676_184, "Rare", 1_039_518_347, 2_354_825_210, 3_630_288_195, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Gray_G", )) 1_204_728 -> Some(SpellstoneData( [], 1_204_728, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_904_676_181, "Rare", 1_039_518_347, 2_354_825_207, 3_630_288_195, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Gray_D", )) 1_204_727 -> Some(SpellstoneData( [], 1_204_727, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_904_676_180, "Rare", 1_039_518_347, 2_354_825_206, 3_630_288_195, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Gray_C", )) 2_129_433_864 -> Some(SpellstoneData( [], 2_129_433_864, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_380_434_837, "Rare", 3_488_624_336, 28_446_231, 3_630_288_195, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Brown_O", )) 2_129_433_860 -> Some(SpellstoneData( [], 2_129_433_860, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_380_434_833, "Rare", 3_488_624_336, 28_446_227, 3_630_288_195, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Brown_K", )) 2_129_433_859 -> Some(SpellstoneData( [], 2_129_433_859, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_380_434_832, "Rare", 3_488_624_336, 28_446_226, 3_630_288_195, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Brown_J", )) 2_129_433_858 -> Some(SpellstoneData( [], 2_129_433_858, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_380_434_831, "Rare", 3_488_624_336, 28_446_225, 3_630_288_195, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Brown_I", )) 2_129_433_857 -> Some(SpellstoneData( [], 2_129_433_857, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_380_434_830, "Rare", 3_488_624_336, 28_446_224, 3_630_288_195, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Brown_H", )) 2_129_433_855 -> Some(SpellstoneData( [], 2_129_433_855, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_380_434_828, "Rare", 3_488_624_336, 28_446_222, 3_630_288_195, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Brown_F", )) 2_129_433_850 -> Some(SpellstoneData( [], 2_129_433_850, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_380_434_823, "Rare", 3_488_624_336, 28_446_217, 3_630_288_195, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Brown_A", )) 3_929_928_177 -> Some(SpellstoneData( [], 3_929_928_177, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_150, "Rare", 3_345_193_433, 1_828_940_544, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_O", )) 3_929_928_176 -> Some(SpellstoneData( [], 3_929_928_176, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_149, "Rare", 3_345_193_433, 1_828_940_543, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_N", )) 3_929_928_175 -> Some(SpellstoneData( [], 3_929_928_175, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_148, "Rare", 3_345_193_433, 1_828_940_542, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_M", )) 3_929_928_174 -> Some(SpellstoneData( [], 3_929_928_174, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_147, "Rare", 3_345_193_433, 1_828_940_541, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_L", )) 3_929_928_173 -> Some(SpellstoneData( [], 3_929_928_173, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_146, "Rare", 3_345_193_433, 1_828_940_540, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_K", )) 3_929_928_172 -> Some(SpellstoneData( [], 3_929_928_172, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_145, "Rare", 3_345_193_433, 1_828_940_539, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_J", )) 3_929_928_171 -> Some(SpellstoneData( [], 3_929_928_171, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_144, "Rare", 3_345_193_433, 1_828_940_538, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_I", )) 3_929_928_169 -> Some(SpellstoneData( [], 3_929_928_169, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_142, "Rare", 3_345_193_433, 1_828_940_536, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_G", )) 3_929_928_168 -> Some(SpellstoneData( [], 3_929_928_168, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_141, "Rare", 3_345_193_433, 1_828_940_535, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_F", )) 3_929_928_165 -> Some(SpellstoneData( [], 3_929_928_165, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_138, "Rare", 3_345_193_433, 1_828_940_532, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_C", )) 3_929_928_164 -> Some(SpellstoneData( [], 3_929_928_164, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_180_929_137, "Rare", 3_345_193_433, 1_828_940_531, 3_630_288_195, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Green_B", )) 1_239_344_421 -> Some(SpellstoneData( [], 1_239_344_421, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_976_844_258, "Rare", 2_936_344_852, 4_103_016_516, 3_630_288_195, 1_423_851_045, 2_697_088_054, 1000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Yellow_H", )) 1_239_344_417 -> Some(SpellstoneData( [], 1_239_344_417, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_976_844_254, "Rare", 2_936_344_852, 4_103_016_512, 3_630_288_195, 1_423_851_045, 2_697_088_054, 1000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Yellow_D", )) 1_239_344_415 -> Some(SpellstoneData( [], 1_239_344_415, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_976_844_252, "Rare", 2_936_344_852, 4_103_016_510, 3_630_288_195, 1_423_851_045, 2_697_088_054, 1000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Yellow_B", )) 1_239_344_414 -> Some(SpellstoneData( [], 1_239_344_414, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_976_844_251, "Rare", 2_936_344_852, 4_103_016_509, 3_630_288_195, 1_423_851_045, 2_697_088_054, 1000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Yellow_A", )) 4_211_381_978 -> Some(SpellstoneData( [], 4_211_381_978, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_919_142_919, "Rare", 2_459_571_395, 2_311_485_641, 3_630_288_195, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Red_N", )) 4_211_381_977 -> Some(SpellstoneData( [], 4_211_381_977, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_919_142_918, "Rare", 2_459_571_395, 2_311_485_640, 3_630_288_195, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Red_M", )) 4_211_381_976 -> Some(SpellstoneData( [], 4_211_381_976, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_919_142_917, "Rare", 2_459_571_395, 2_311_485_639, 3_630_288_195, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Red_L", )) 4_211_381_972 -> Some(SpellstoneData( [], 4_211_381_972, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_919_142_913, "Rare", 2_459_571_395, 2_311_485_635, 3_630_288_195, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Red_H", )) 4_211_381_971 -> Some(SpellstoneData( [], 4_211_381_971, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_919_142_912, "Rare", 2_459_571_395, 2_311_485_634, 3_630_288_195, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Red_G", )) 4_211_381_968 -> Some(SpellstoneData( [], 4_211_381_968, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_919_142_909, "Rare", 2_459_571_395, 2_311_485_631, 3_630_288_195, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Red_D", )) 4_211_381_967 -> Some(SpellstoneData( [], 4_211_381_967, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_919_142_908, "Rare", 2_459_571_395, 2_311_485_630, 3_630_288_195, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Red_C", )) 4_211_381_965 -> Some(SpellstoneData( [], 4_211_381_965, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_919_142_906, "Rare", 2_459_571_395, 2_311_485_628, 3_630_288_195, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Ra_Red_A", )) 3_278_374_626 -> Some(SpellstoneData( [], 3_278_374_626, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 886_878_783, "Uncommon", 1_039_518_347, 1_337_027_809, 3_630_288_195, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Gray_N", )) 3_278_374_625 -> Some(SpellstoneData( [], 3_278_374_625, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 886_878_782, "Uncommon", 1_039_518_347, 1_337_027_808, 3_630_288_195, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Gray_M", )) 3_278_374_624 -> Some(SpellstoneData( [], 3_278_374_624, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 886_878_781, "Uncommon", 1_039_518_347, 1_337_027_807, 3_630_288_195, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Gray_L", )) 3_278_374_619 -> Some(SpellstoneData( [], 3_278_374_619, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 886_878_776, "Uncommon", 1_039_518_347, 1_337_027_802, 3_630_288_195, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Gray_G", )) 3_278_374_616 -> Some(SpellstoneData( [], 3_278_374_616, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 886_878_773, "Uncommon", 1_039_518_347, 1_337_027_799, 3_630_288_195, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Gray_D", )) 3_278_374_615 -> Some(SpellstoneData( [], 3_278_374_615, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 886_878_772, "Uncommon", 1_039_518_347, 1_337_027_798, 3_630_288_195, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Gray_C", )) 475_483_112 -> Some(SpellstoneData( [], 475_483_112, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_021_451_381, "Uncommon", 3_488_624_336, 2_669_462_775, 3_630_288_195, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Brown_O", )) 475_483_108 -> Some(SpellstoneData( [], 475_483_108, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_021_451_377, "Uncommon", 3_488_624_336, 2_669_462_771, 3_630_288_195, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Brown_K", )) 475_483_107 -> Some(SpellstoneData( [], 475_483_107, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_021_451_376, "Uncommon", 3_488_624_336, 2_669_462_770, 3_630_288_195, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Brown_J", )) 475_483_106 -> Some(SpellstoneData( [], 475_483_106, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_021_451_375, "Uncommon", 3_488_624_336, 2_669_462_769, 3_630_288_195, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Brown_I", )) 475_483_105 -> Some(SpellstoneData( [], 475_483_105, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_021_451_374, "Uncommon", 3_488_624_336, 2_669_462_768, 3_630_288_195, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Brown_H", )) 475_483_103 -> Some(SpellstoneData( [], 475_483_103, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_021_451_372, "Uncommon", 3_488_624_336, 2_669_462_766, 3_630_288_195, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Brown_F", )) 475_483_098 -> Some(SpellstoneData( [], 475_483_098, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_021_451_367, "Uncommon", 3_488_624_336, 2_669_462_761, 3_630_288_195, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Brown_A", )) 2_275_977_425 -> Some(SpellstoneData( [], 2_275_977_425, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_398, "Uncommon", 3_345_193_433, 174_989_792, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_O", )) 2_275_977_424 -> Some(SpellstoneData( [], 2_275_977_424, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_397, "Uncommon", 3_345_193_433, 174_989_791, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_N", )) 2_275_977_423 -> Some(SpellstoneData( [], 2_275_977_423, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_396, "Uncommon", 3_345_193_433, 174_989_790, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_M", )) 2_275_977_422 -> Some(SpellstoneData( [], 2_275_977_422, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_395, "Uncommon", 3_345_193_433, 174_989_789, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_L", )) 2_275_977_421 -> Some(SpellstoneData( [], 2_275_977_421, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_394, "Uncommon", 3_345_193_433, 174_989_788, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_K", )) 2_275_977_420 -> Some(SpellstoneData( [], 2_275_977_420, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_393, "Uncommon", 3_345_193_433, 174_989_787, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_J", )) 2_275_977_419 -> Some(SpellstoneData( [], 2_275_977_419, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_392, "Uncommon", 3_345_193_433, 174_989_786, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_I", )) 2_275_977_417 -> Some(SpellstoneData( [], 2_275_977_417, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_390, "Uncommon", 3_345_193_433, 174_989_784, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_G", )) 2_275_977_416 -> Some(SpellstoneData( [], 2_275_977_416, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_389, "Uncommon", 3_345_193_433, 174_989_783, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_F", )) 2_275_977_413 -> Some(SpellstoneData( [], 2_275_977_413, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_386, "Uncommon", 3_345_193_433, 174_989_780, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_C", )) 2_275_977_412 -> Some(SpellstoneData( [], 2_275_977_412, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_526_978_385, "Uncommon", 3_345_193_433, 174_989_779, 3_630_288_195, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Green_B", )) 2_700_578_309 -> Some(SpellstoneData( [], 2_700_578_309, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_143_110_850, "Uncommon", 2_936_344_852, 1_269_283_108, 3_630_288_195, 1_423_851_045, 2_697_088_054, 500, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Yellow_H", )) 2_700_578_305 -> Some(SpellstoneData( [], 2_700_578_305, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_143_110_846, "Uncommon", 2_936_344_852, 1_269_283_104, 3_630_288_195, 1_423_851_045, 2_697_088_054, 500, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Yellow_D", )) 2_700_578_303 -> Some(SpellstoneData( [], 2_700_578_303, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_143_110_844, "Uncommon", 2_936_344_852, 1_269_283_102, 3_630_288_195, 1_423_851_045, 2_697_088_054, 500, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Yellow_B", )) 2_700_578_302 -> Some(SpellstoneData( [], 2_700_578_302, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_143_110_843, "Uncommon", 2_936_344_852, 1_269_283_101, 3_630_288_195, 1_423_851_045, 2_697_088_054, 500, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Yellow_A", )) 1_156_319_674 -> Some(SpellstoneData( [], 1_156_319_674, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_159_047_911, "Uncommon", 2_459_571_395, 3_551_390_633, 3_630_288_195, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Red_N", )) 1_156_319_673 -> Some(SpellstoneData( [], 1_156_319_673, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_159_047_910, "Uncommon", 2_459_571_395, 3_551_390_632, 3_630_288_195, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Red_M", )) 1_156_319_672 -> Some(SpellstoneData( [], 1_156_319_672, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_159_047_909, "Uncommon", 2_459_571_395, 3_551_390_631, 3_630_288_195, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Red_L", )) 1_156_319_668 -> Some(SpellstoneData( [], 1_156_319_668, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_159_047_905, "Uncommon", 2_459_571_395, 3_551_390_627, 3_630_288_195, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Red_H", )) 1_156_319_667 -> Some(SpellstoneData( [], 1_156_319_667, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_159_047_904, "Uncommon", 2_459_571_395, 3_551_390_626, 3_630_288_195, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Red_G", )) 1_156_319_664 -> Some(SpellstoneData( [], 1_156_319_664, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_159_047_901, "Uncommon", 2_459_571_395, 3_551_390_623, 3_630_288_195, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Red_D", )) 1_156_319_663 -> Some(SpellstoneData( [], 1_156_319_663, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_159_047_900, "Uncommon", 2_459_571_395, 3_551_390_622, 3_630_288_195, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Red_C", )) 1_156_319_661 -> Some(SpellstoneData( [], 1_156_319_661, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_159_047_898, "Uncommon", 2_459_571_395, 3_551_390_620, 3_630_288_195, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Un_Red_A", )) 1_321_625_441 -> Some(SpellstoneData( [], 1_321_625_441, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_225_096_894, "Common", 1_039_518_347, 3_675_245_920, 3_630_288_195, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Gray_N", )) 1_321_625_440 -> Some(SpellstoneData( [], 1_321_625_440, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_225_096_893, "Common", 1_039_518_347, 3_675_245_919, 3_630_288_195, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Gray_M", )) 1_321_625_439 -> Some(SpellstoneData( [], 1_321_625_439, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_225_096_892, "Common", 1_039_518_347, 3_675_245_918, 3_630_288_195, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Gray_L", )) 1_321_625_434 -> Some(SpellstoneData( [], 1_321_625_434, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_225_096_887, "Common", 1_039_518_347, 3_675_245_913, 3_630_288_195, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Gray_G", )) 1_321_625_431 -> Some(SpellstoneData( [], 1_321_625_431, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_225_096_884, "Common", 1_039_518_347, 3_675_245_910, 3_630_288_195, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Gray_D", )) 1_321_625_430 -> Some(SpellstoneData( [], 1_321_625_430, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_225_096_883, "Common", 1_039_518_347, 3_675_245_909, 3_630_288_195, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Gray_C", )) 2_790_954_871 -> Some(SpellstoneData( [], 2_790_954_871, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_041_955_844, "Common", 3_488_624_336, 689_967_238, 3_630_288_195, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Brown_O", )) 2_790_954_867 -> Some(SpellstoneData( [], 2_790_954_867, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_041_955_840, "Common", 3_488_624_336, 689_967_234, 3_630_288_195, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Brown_K", )) 2_790_954_866 -> Some(SpellstoneData( [], 2_790_954_866, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_041_955_839, "Common", 3_488_624_336, 689_967_233, 3_630_288_195, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Brown_J", )) 2_790_954_865 -> Some(SpellstoneData( [], 2_790_954_865, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_041_955_838, "Common", 3_488_624_336, 689_967_232, 3_630_288_195, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Brown_I", )) 2_790_954_864 -> Some(SpellstoneData( [], 2_790_954_864, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_041_955_837, "Common", 3_488_624_336, 689_967_231, 3_630_288_195, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Brown_H", )) 2_790_954_862 -> Some(SpellstoneData( [], 2_790_954_862, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_041_955_835, "Common", 3_488_624_336, 689_967_229, 3_630_288_195, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Brown_F", )) 2_790_954_857 -> Some(SpellstoneData( [], 2_790_954_857, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_041_955_830, "Common", 3_488_624_336, 689_967_224, 3_630_288_195, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Brown_A", )) 296_481_888 -> Some(SpellstoneData( [], 296_481_888, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_157, "Common", 3_345_193_433, 2_490_461_551, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_O", )) 296_481_887 -> Some(SpellstoneData( [], 296_481_887, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_156, "Common", 3_345_193_433, 2_490_461_550, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_N", )) 296_481_886 -> Some(SpellstoneData( [], 296_481_886, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_155, "Common", 3_345_193_433, 2_490_461_549, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_M", )) 296_481_885 -> Some(SpellstoneData( [], 296_481_885, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_154, "Common", 3_345_193_433, 2_490_461_548, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_L", )) 296_481_884 -> Some(SpellstoneData( [], 296_481_884, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_153, "Common", 3_345_193_433, 2_490_461_547, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_K", )) 296_481_883 -> Some(SpellstoneData( [], 296_481_883, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_152, "Common", 3_345_193_433, 2_490_461_546, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_J", )) 296_481_882 -> Some(SpellstoneData( [], 296_481_882, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_151, "Common", 3_345_193_433, 2_490_461_545, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_I", )) 296_481_880 -> Some(SpellstoneData( [], 296_481_880, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_149, "Common", 3_345_193_433, 2_490_461_543, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_G", )) 296_481_879 -> Some(SpellstoneData( [], 296_481_879, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_148, "Common", 3_345_193_433, 2_490_461_542, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_F", )) 296_481_876 -> Some(SpellstoneData( [], 296_481_876, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_145, "Common", 3_345_193_433, 2_490_461_539, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_C", )) 296_481_875 -> Some(SpellstoneData( [], 296_481_875, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_842_450_144, "Common", 3_345_193_433, 2_490_461_538, 3_630_288_195, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Green_B", )) 528_016_292 -> Some(SpellstoneData( [], 528_016_292, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_265_516_129, "Common", 2_936_344_852, 3_391_688_387, 3_630_288_195, 1_423_851_045, 2_697_088_054, 250, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Yellow_H", )) 528_016_288 -> Some(SpellstoneData( [], 528_016_288, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_265_516_125, "Common", 2_936_344_852, 3_391_688_383, 3_630_288_195, 1_423_851_045, 2_697_088_054, 250, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Yellow_D", )) 528_016_286 -> Some(SpellstoneData( [], 528_016_286, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_265_516_123, "Common", 2_936_344_852, 3_391_688_381, 3_630_288_195, 1_423_851_045, 2_697_088_054, 250, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Yellow_B", )) 528_016_285 -> Some(SpellstoneData( [], 528_016_285, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_265_516_122, "Common", 2_936_344_852, 3_391_688_380, 3_630_288_195, 1_423_851_045, 2_697_088_054, 250, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Yellow_A", )) 799_837_737 -> Some(SpellstoneData( [], 799_837_737, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_802_565_974, "Common", 2_459_571_395, 3_194_908_696, 3_630_288_195, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Red_N", )) 799_837_736 -> Some(SpellstoneData( [], 799_837_736, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_802_565_973, "Common", 2_459_571_395, 3_194_908_695, 3_630_288_195, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Red_M", )) 799_837_735 -> Some(SpellstoneData( [], 799_837_735, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_802_565_972, "Common", 2_459_571_395, 3_194_908_694, 3_630_288_195, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Red_L", )) 799_837_731 -> Some(SpellstoneData( [], 799_837_731, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_802_565_968, "Common", 2_459_571_395, 3_194_908_690, 3_630_288_195, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Red_H", )) 799_837_730 -> Some(SpellstoneData( [], 799_837_730, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_802_565_967, "Common", 2_459_571_395, 3_194_908_689, 3_630_288_195, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Red_G", )) 799_837_727 -> Some(SpellstoneData( [], 799_837_727, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_802_565_964, "Common", 2_459_571_395, 3_194_908_686, 3_630_288_195, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Red_D", )) 799_837_726 -> Some(SpellstoneData( [], 799_837_726, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_802_565_963, "Common", 2_459_571_395, 3_194_908_685, 3_630_288_195, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Red_C", )) 799_837_724 -> Some(SpellstoneData( [], 799_837_724, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_802_565_961, "Common", 2_459_571_395, 3_194_908_683, 3_630_288_195, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Dummy_Ss_Co_Red_A", )) 1_432_873_231 -> Some(SpellstoneData( [], 1_432_873_231, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 468_481_380, "Heroic", 246_460_115, 1_835_978_214, 1_875_471_985, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O16_B_TestMax", )) 775_812_883 -> Some(SpellstoneData( [], 775_812_883, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_966_449_832, "Heroic", 246_460_115, 1_038_979_370, 1_218_411_637, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O16_F_TestMax", )) 3_251_826_705 -> Some(SpellstoneData( [], 3_251_826_705, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_217_465_606, "Heroic", 246_460_115, 3_584_962_440, 3_694_425_459, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O16_D_TestMax", )) 194_866_320 -> Some(SpellstoneData( [], 194_866_320, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_490_457_141, "Heroic", 246_460_115, 562_986_679, 637_465_074, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O16_C_TestMax", )) 3_208_167_274 -> Some(SpellstoneData( [], 3_208_167_274, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_440_201_567, "Heroic", 944_797_336, 249_543_105, 1_666_115_756, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O16_H_TestMax", )) 1_389_213_800 -> Some(SpellstoneData( [], 1_389_213_800, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_691_217_341, "Heroic", 944_797_336, 2_795_526_175, 4_142_129_578, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O16_F_TestMax", )) 808_267_237 -> Some(SpellstoneData( [], 808_267_237, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_215_224_650, "Heroic", 944_797_336, 2_319_533_484, 3_561_183_015, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O16_C_TestMax", )) 3_284_281_059 -> Some(SpellstoneData( [], 3_284_281_059, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_761_207_720, "Heroic", 944_797_336, 570_549_258, 1_742_229_541, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O16_A_TestMax", )) 3_460_757_522 -> Some(SpellstoneData( [], 3_460_757_522, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_508_470_919, "Heroic", 801_366_433, 317_812_457, 1_918_706_004, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O16_G_TestMax", )) 2_222_750_611 -> Some(SpellstoneData( [], 2_222_750_611, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_235_479_384, "Heroic", 801_366_433, 3_339_788_218, 680_699_093, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O16_H_TestMax", )) 403_797_137 -> Some(SpellstoneData( [], 403_797_137, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 486_495_158, "Heroic", 801_366_433, 1_590_803_992, 3_156_712_915, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O16_F_TestMax", )) 4_117_817_870 -> Some(SpellstoneData( [], 4_117_817_870, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 10_502_467, "Heroic", 801_366_433, 1_114_811_301, 2_575_766_352, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O16_C_TestMax", )) 1_060_857_485 -> Some(SpellstoneData( [], 1_060_857_485, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_283_494_002, "Heroic", 801_366_433, 2_387_802_836, 3_813_773_263, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O16_B_TestMax", )) 2_418_881_565 -> Some(SpellstoneData( [], 2_418_881_565, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_663_952_946, "Heroic", 3_405_907_036, 214_410_868, 1_771_053_887, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O16_G_TestMax", )) 1_837_935_002 -> Some(SpellstoneData( [], 1_837_935_002, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_187_960_255, "Heroic", 3_405_907_036, 4_033_385_473, 1_190_107_324, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O16_D_TestMax", )) 18_981_528 -> Some(SpellstoneData( [], 18_981_528, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_733_943_325, "Heroic", 3_405_907_036, 2_284_401_247, 3_666_121_146, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O16_B_TestMax", )) 1_256_988_439 -> Some(SpellstoneData( [], 1_256_988_439, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 711_967_564, "Heroic", 3_405_907_036, 3_557_392_782, 609_160_761, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O16_A_TestMax", )) 4_005_651_421 -> Some(SpellstoneData( [], 4_005_651_421, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_575_262_562, "Heroic", 3_409_665_419, 1_248_136_196, 3_973_089_119, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O16_H_TestMax", )) 948_691_036 -> Some(SpellstoneData( [], 948_691_036, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_848_254_097, "Heroic", 3_409_665_419, 2_521_127_731, 916_128_734, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O16_G_TestMax", )) 367_744_473 -> Some(SpellstoneData( [], 367_744_473, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_372_261_406, "Heroic", 3_409_665_419, 2_045_135_040, 335_182_171, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O16_D_TestMax", )) 4_081_765_206 -> Some(SpellstoneData( [], 4_081_765_206, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_896_268_715, "Heroic", 3_409_665_419, 1_569_142_349, 4_049_202_904, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O16_A_TestMax", )) 1_685_992_687 -> Some(SpellstoneData( [], 1_685_992_687, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_346_431_508, "Rare", 246_460_115, 1_298_258_166, 2_567_035_569, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O16_B_Test", )) 2_025_185_203 -> Some(SpellstoneData( [], 2_025_185_203, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_692_955_160, "Rare", 246_460_115, 3_644_781_818, 2_906_228_085, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O16_F_Test", )) 1_855_588_945 -> Some(SpellstoneData( [], 1_855_588_945, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_519_693_334, "Rare", 246_460_115, 2_471_519_992, 2_736_631_827, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O16_D_Test", )) 1_770_790_816 -> Some(SpellstoneData( [], 1_770_790_816, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_933_062_421, "Rare", 246_460_115, 1_884_889_079, 2_651_833_698, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O16_C_Test", )) 2_320_832_762 -> Some(SpellstoneData( [], 2_320_832_762, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 336_748_991, "Rare", 944_797_336, 4_237_089_921, 1_549_810_844, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O16_H_Test", )) 2_151_236_504 -> Some(SpellstoneData( [], 2_151_236_504, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_458_454_461, "Rare", 944_797_336, 3_063_828_095, 1_380_214_586, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O16_F_Test", )) 1_896_842_117 -> Some(SpellstoneData( [], 1_896_842_117, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_698_561_722, "Rare", 944_797_336, 1_303_935_356, 1_125_820_199, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O16_C_Test", )) 1_727_245_859 -> Some(SpellstoneData( [], 1_727_245_859, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 525_299_896, "Rare", 944_797_336, 130_673_530, 956_223_941, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O16_A_Test", )) 2_742_503_714 -> Some(SpellstoneData( [], 2_742_503_714, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 469_952_103, "Rare", 801_366_433, 75_325_737, 1_971_481_796, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O16_G_Test", )) 2_827_301_843 -> Some(SpellstoneData( [], 2_827_301_843, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_056_583_016, "Rare", 801_366_433, 661_956_650, 2_056_279_925, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O16_H_Test", )) 2_657_705_585 -> Some(SpellstoneData( [], 2_657_705_585, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_178_288_486, "Rare", 801_366_433, 3_783_662_120, 1_886_683_667, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O16_F_Test", )) 2_403_311_198 -> Some(SpellstoneData( [], 2_403_311_198, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_418_395_747, "Rare", 801_366_433, 2_023_769_381, 1_632_289_280, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O16_C_Test", )) 2_318_513_069 -> Some(SpellstoneData( [], 2_318_513_069, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_831_764_834, "Rare", 801_366_433, 1_437_138_468, 1_547_491_151, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O16_B_Test", )) 527_997_405 -> Some(SpellstoneData( [], 527_997_405, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 605_294_274, "Rare", 3_405_907_036, 3_573_135_204, 495_435_103, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O16_G_Test", )) 273_603_018 -> Some(SpellstoneData( [], 273_603_018, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_140_368_831, "Rare", 3_405_907_036, 1_813_242_465, 241_040_716, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O16_D_Test", )) 104_006_760 -> Some(SpellstoneData( [], 104_006_760, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_967_107_005, "Rare", 3_405_907_036, 639_980_639, 71_444_458, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O16_B_Test", )) 19_208_631 -> Some(SpellstoneData( [], 19_208_631, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_380_476_092, "Rare", 3_405_907_036, 53_349_726, 4_281_613_625, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O16_A_Test", )) 4_046_649_021 -> Some(SpellstoneData( [], 4_046_649_021, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_755_468_306, "Rare", 3_409_665_419, 1_578_306_324, 1_278_984_351, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O16_H_Test", )) 3_961_850_892 -> Some(SpellstoneData( [], 3_961_850_892, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_168_837_393, "Rare", 3_409_665_419, 991_675_411, 1_194_186_222, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O16_G_Test", )) 3_707_456_505 -> Some(SpellstoneData( [], 3_707_456_505, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_408_944_654, "Rare", 3_409_665_419, 3_526_749_968, 939_791_835, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O16_D_Test", )) 3_453_062_118 -> Some(SpellstoneData( [], 3_453_062_118, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_944_019_211, "Rare", 3_409_665_419, 1_766_857_229, 685_397_448, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O16_A_Test", )) 1_866_005_455 -> Some(SpellstoneData( [], 1_866_005_455, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_610_916_596, "Uncommon", 246_460_115, 3_562_743_254, 2_747_048_337, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O16_B_Test", )) 2_035_601_713 -> Some(SpellstoneData( [], 2_035_601_713, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 489_211_126, "Uncommon", 246_460_115, 441_037_784, 2_916_644_595, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O16_D_Test", )) 1_950_803_584 -> Some(SpellstoneData( [], 1_950_803_584, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_197_547_509, "Uncommon", 246_460_115, 4_149_374_167, 2_831_846_466, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O16_C_Test", )) 692_534_373 -> Some(SpellstoneData( [], 692_534_373, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_738_136_986, "Uncommon", 944_797_336, 1_343_510_620, 4_216_479_751, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O16_C_Test", )) 522_938_115 -> Some(SpellstoneData( [], 522_938_115, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 564_875_160, "Uncommon", 944_797_336, 170_248_794, 4_046_883_493, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O16_A_Test", )) 1_199_003_454 -> Some(SpellstoneData( [], 1_199_003_454, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_457_971_011, "Uncommon", 801_366_433, 2_063_344_645, 427_981_536, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_O16_C_Test", )) 1_114_205_325 -> Some(SpellstoneData( [], 1_114_205_325, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_871_340_098, "Uncommon", 801_366_433, 1_476_713_732, 343_183_407, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_O16_B_Test", )) 4_118_701_226 -> Some(SpellstoneData( [], 4_118_701_226, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 858_622_623, "Uncommon", 3_405_907_036, 3_826_463_553, 4_086_138_924, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O16_D_Test", )) 3_949_104_968 -> Some(SpellstoneData( [], 3_949_104_968, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_980_328_093, "Uncommon", 3_405_907_036, 2_653_201_727, 3_916_542_666, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O16_B_Test", )) 3_864_306_839 -> Some(SpellstoneData( [], 3_864_306_839, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_393_697_180, "Uncommon", 3_405_907_036, 2_066_570_814, 3_831_744_537, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O16_A_Test", )) 2_162_295_001 -> Some(SpellstoneData( [], 2_162_295_001, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 627_074_286, "Uncommon", 3_409_665_419, 2_744_879_600, 3_689_597_627, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O16_D_Test", )) 1_907_900_614 -> Some(SpellstoneData( [], 1_907_900_614, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_162_148_843, "Uncommon", 3_409_665_419, 984_986_861, 3_435_203_240, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O16_A_Test", )) 4_180_098_014 -> Some(SpellstoneData( [], 4_180_098_014, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_049_849_011, "Common", 246_460_115, 2_001_675_669, 766_173_600, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O16_B_Test", )) 54_726_976 -> Some(SpellstoneData( [], 54_726_976, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_223_110_837, "Common", 246_460_115, 3_174_937_495, 935_769_858, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O16_D_Test", )) 4_264_896_143 -> Some(SpellstoneData( [], 4_264_896_143, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_636_479_924, "Common", 246_460_115, 2_588_306_582, 850_971_729, 1_879_470_780, 2_697_088_054, 250, 2_075_382_923, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O16_C_Test", )) 3_677_273_732 -> Some(SpellstoneData( [], 3_677_273_732, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_293_516_905, "Common", 944_797_336, 2_898_890_539, 2_906_251_814, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O16_C_Test", )) 3_507_677_474 -> Some(SpellstoneData( [], 3_507_677_474, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_120_255_079, "Common", 944_797_336, 1_725_628_713, 2_736_655_556, 4_274_278_641, 2_697_088_054, 250, 1_610_884_400, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O16_A_Test", )) 4_183_742_813 -> Some(SpellstoneData( [], 4_183_742_813, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_013_350_930, "Common", 801_366_433, 3_618_724_564, 3_412_720_895, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_O16_C_Test", )) 4_098_944_684 -> Some(SpellstoneData( [], 4_098_944_684, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_426_720_017, "Common", 801_366_433, 3_032_093_651, 3_327_922_766, 4_130_847_738, 2_697_088_054, 250, 2_468_110_441, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_O16_B_Test", )) 3_504_199_641 -> Some(SpellstoneData( [], 3_504_199_641, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 664_033_150, "Common", 3_405_907_036, 3_631_874_080, 3_471_637_339, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O16_D_Test", )) 3_334_603_383 -> Some(SpellstoneData( [], 3_334_603_383, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_785_738_620, "Common", 3_405_907_036, 2_458_612_254, 3_302_041_081, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O16_B_Test", )) 3_249_805_254 -> Some(SpellstoneData( [], 3_249_805_254, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_199_107_707, "Common", 3_405_907_036, 1_871_981_341, 3_217_242_952, 1_423_851_045, 2_697_088_054, 250, 1_005_267_492, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O16_A_Test", )) 1_260_166_616 -> Some(SpellstoneData( [], 1_260_166_616, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_408_231_581, "Common", 3_409_665_419, 1_231_069_599, 2_787_469_242, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O16_D_Test", )) 1_005_772_229 -> Some(SpellstoneData( [], 1_005_772_229, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_648_338_842, "Common", 3_409_665_419, 3_766_144_156, 2_533_074_855, 275_112_964, 2_697_088_054, 250, 443_874_131, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O16_A_Test", )) 1_536_923_736 -> Some(SpellstoneData( [], 1_536_923_736, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_069_045_597, "Legendary", 2_781_534_672, 583_378_687, 3_315_678_012, 1_879_470_780, 2_697_088_054, 16_000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_O1_B", )) 1_536_923_740 -> Some(SpellstoneData( [], 1_536_923_740, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_864_829_601, "Legendary", 2_781_534_672, 2_674_129_987, 3_315_678_016, 1_879_470_780, 2_697_088_054, 16_000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_O1_F", )) 1_536_923_738 -> Some(SpellstoneData( [], 1_536_923_738, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_966_937_599, "Legendary", 2_781_534_672, 3_776_237_985, 3_315_678_014, 1_879_470_780, 2_697_088_054, 16_000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_O1_D", )) 1_536_923_737 -> Some(SpellstoneData( [], 1_536_923_737, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_370_507_950, "Legendary", 2_781_534_672, 2_179_808_336, 3_315_678_013, 1_879_470_780, 2_697_088_054, 16_000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_O1_C", )) 3_194_730_579 -> Some(SpellstoneData( [], 3_194_730_579, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_564_273_352, "Legendary", 1_039_518_347, 2_373_573_738, 678_517_559, 1_879_470_780, 2_697_088_054, 16_000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I2_B", )) 3_194_730_583 -> Some(SpellstoneData( [], 3_194_730_583, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_655_024_652, "Legendary", 1_039_518_347, 169_357_742, 678_517_563, 1_879_470_780, 2_697_088_054, 16_000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I2_F", )) 3_194_730_581 -> Some(SpellstoneData( [], 3_194_730_581, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 462_165_354, "Legendary", 1_039_518_347, 1_271_465_740, 678_517_561, 1_879_470_780, 2_697_088_054, 16_000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I2_D", )) 3_194_730_580 -> Some(SpellstoneData( [], 3_194_730_580, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_160_703_001, "Legendary", 1_039_518_347, 3_970_003_387, 678_517_560, 1_879_470_780, 2_697_088_054, 16_000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I2_C", )) 3_047_776_423 -> Some(SpellstoneData( [], 3_047_776_423, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_266_946_396, "Legendary", 642_989_231, 2_076_246_782, 531_563_403, 1_879_470_780, 2_697_088_054, 16_000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_L3_B", )) 3_047_776_427 -> Some(SpellstoneData( [], 3_047_776_427, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_357_697_696, "Legendary", 642_989_231, 4_166_998_082, 531_563_407, 1_879_470_780, 2_697_088_054, 16_000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_L3_F", )) 3_047_776_425 -> Some(SpellstoneData( [], 3_047_776_425, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 164_838_398, "Legendary", 642_989_231, 974_138_784, 531_563_405, 1_879_470_780, 2_697_088_054, 16_000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_L3_D", )) 3_047_776_424 -> Some(SpellstoneData( [], 3_047_776_424, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_863_376_045, "Legendary", 642_989_231, 3_672_676_431, 531_563_404, 1_879_470_780, 2_697_088_054, 16_000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_L3_C", )) 786_051_892 -> Some(SpellstoneData( [], 786_051_892, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_962_787_065, "Legendary", 1_626_149_260, 2_772_087_451, 2_564_806_168, 1_879_470_780, 2_697_088_054, 16_000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I3_B", )) 786_051_896 -> Some(SpellstoneData( [], 786_051_896, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_053_538_365, "Legendary", 1_626_149_260, 567_871_455, 2_564_806_172, 1_879_470_780, 2_697_088_054, 16_000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I3_F", )) 786_051_894 -> Some(SpellstoneData( [], 786_051_894, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 860_679_067, "Legendary", 1_626_149_260, 1_669_979_453, 2_564_806_170, 1_879_470_780, 2_697_088_054, 16_000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I3_D", )) 786_051_893 -> Some(SpellstoneData( [], 786_051_893, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_559_216_714, "Legendary", 1_626_149_260, 73_549_804, 2_564_806_169, 1_879_470_780, 2_697_088_054, 16_000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I3_C", )) 1_621_487_679 -> Some(SpellstoneData( [], 1_621_487_679, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_905_143_412, "Legendary", 1_798_891_607, 3_714_443_798, 3_400_241_955, 1_879_470_780, 2_697_088_054, 16_000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_S4_B", )) 1_621_487_683 -> Some(SpellstoneData( [], 1_621_487_683, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 700_927_416, "Legendary", 1_798_891_607, 1_510_227_802, 3_400_241_959, 1_879_470_780, 2_697_088_054, 16_000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_S4_F", )) 1_621_487_681 -> Some(SpellstoneData( [], 1_621_487_681, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_803_035_414, "Legendary", 1_798_891_607, 2_612_335_800, 3_400_241_957, 1_879_470_780, 2_697_088_054, 16_000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_S4_D", )) 1_621_487_680 -> Some(SpellstoneData( [], 1_621_487_680, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 206_605_765, "Legendary", 1_798_891_607, 1_015_906_151, 3_400_241_956, 1_879_470_780, 2_697_088_054, 16_000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_S4_C", )) 2_603_877_622 -> Some(SpellstoneData( [], 2_603_877_622, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_144_826_715, "Legendary", 2_368_163_070, 659_159_805, 87_664_602, 1_879_470_780, 2_697_088_054, 16_000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_Z4_B", )) 2_603_877_626 -> Some(SpellstoneData( [], 2_603_877_626, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_940_610_719, "Legendary", 2_368_163_070, 2_749_911_105, 87_664_606, 1_879_470_780, 2_697_088_054, 16_000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_Z4_F", )) 2_603_877_624 -> Some(SpellstoneData( [], 2_603_877_624, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_042_718_717, "Legendary", 2_368_163_070, 3_852_019_103, 87_664_604, 1_879_470_780, 2_697_088_054, 16_000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_Z4_D", )) 2_603_877_623 -> Some(SpellstoneData( [], 2_603_877_623, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_446_289_068, "Legendary", 2_368_163_070, 2_255_589_454, 87_664_603, 1_879_470_780, 2_697_088_054, 16_000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_Z4_C", )) 2_375_395_856 -> Some(SpellstoneData( [], 2_375_395_856, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_241_540_757, "Legendary", 39_515_832, 2_050_841_143, 4_154_150_132, 1_879_470_780, 2_697_088_054, 16_000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_T4_B", )) 2_375_395_860 -> Some(SpellstoneData( [], 2_375_395_860, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_332_292_057, "Legendary", 39_515_832, 4_141_592_443, 4_154_150_136, 1_879_470_780, 2_697_088_054, 16_000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_T4_F", )) 2_375_395_858 -> Some(SpellstoneData( [], 2_375_395_858, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 139_432_759, "Legendary", 39_515_832, 948_733_145, 4_154_150_134, 1_879_470_780, 2_697_088_054, 16_000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_T4_D", )) 2_375_395_857 -> Some(SpellstoneData( [], 2_375_395_857, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_837_970_406, "Legendary", 39_515_832, 3_647_270_792, 4_154_150_133, 1_879_470_780, 2_697_088_054, 16_000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_T4_C", )) 3_426_248_678 -> Some(SpellstoneData( [], 3_426_248_678, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 697_698_123, "Legendary", 453_404_398, 1_506_998_509, 910_035_658, 1_879_470_780, 2_697_088_054, 16_000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_J4_B", )) 3_426_248_682 -> Some(SpellstoneData( [], 3_426_248_682, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_788_449_423, "Legendary", 453_404_398, 3_597_749_809, 910_035_662, 1_879_470_780, 2_697_088_054, 16_000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_J4_F", )) 3_426_248_680 -> Some(SpellstoneData( [], 3_426_248_680, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_890_557_421, "Legendary", 453_404_398, 404_890_511, 910_035_660, 1_879_470_780, 2_697_088_054, 16_000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_J4_D", )) 3_426_248_679 -> Some(SpellstoneData( [], 3_426_248_679, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_294_127_772, "Legendary", 453_404_398, 3_103_428_158, 910_035_659, 1_879_470_780, 2_697_088_054, 16_000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_J4_C", )) 639_097_736 -> Some(SpellstoneData( [], 639_097_736, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_665_460_109, "Legendary", 1_229_620_144, 2_474_760_495, 2_417_852_012, 1_879_470_780, 2_697_088_054, 16_000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_L4_B", )) 639_097_740 -> Some(SpellstoneData( [], 639_097_740, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_756_211_409, "Legendary", 1_229_620_144, 270_544_499, 2_417_852_016, 1_879_470_780, 2_697_088_054, 16_000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_L4_F", )) 639_097_738 -> Some(SpellstoneData( [], 639_097_738, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 563_352_111, "Legendary", 1_229_620_144, 1_372_652_497, 2_417_852_014, 1_879_470_780, 2_697_088_054, 16_000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_L4_D", )) 639_097_737 -> Some(SpellstoneData( [], 639_097_737, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_261_889_758, "Legendary", 1_229_620_144, 4_071_190_144, 2_417_852_013, 1_879_470_780, 2_697_088_054, 16_000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_L4_C", )) 2_900_822_267 -> Some(SpellstoneData( [], 2_900_822_267, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 969_619_440, "Legendary", 246_460_115, 1_778_919_826, 384_609_247, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_O4_B", )) 2_900_822_271 -> Some(SpellstoneData( [], 2_900_822_271, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_060_370_740, "Legendary", 246_460_115, 3_869_671_126, 384_609_251, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_O4_F", )) 2_900_822_269 -> Some(SpellstoneData( [], 2_900_822_269, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_162_478_738, "Legendary", 246_460_115, 676_811_828, 384_609_249, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_O4_D", )) 2_900_822_268 -> Some(SpellstoneData( [], 2_900_822_268, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_566_049_089, "Legendary", 246_460_115, 3_375_349_475, 384_609_248, 1_879_470_780, 2_697_088_054, 16_000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_O4_C", )) 2_672_340_501 -> Some(SpellstoneData( [], 2_672_340_501, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_361_300_778, "Legendary", 2_212_780_173, 3_170_601_164, 156_127_481, 1_879_470_780, 2_697_088_054, 16_000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I4_B", )) 2_672_340_505 -> Some(SpellstoneData( [], 2_672_340_505, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 157_084_782, "Legendary", 2_212_780_173, 966_385_168, 156_127_485, 1_879_470_780, 2_697_088_054, 16_000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I4_F", )) 2_672_340_503 -> Some(SpellstoneData( [], 2_672_340_503, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_259_192_780, "Legendary", 2_212_780_173, 2_068_493_166, 156_127_483, 1_879_470_780, 2_697_088_054, 16_000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I4_D", )) 2_672_340_502 -> Some(SpellstoneData( [], 2_672_340_502, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_957_730_427, "Legendary", 2_212_780_173, 472_063_517, 156_127_482, 1_879_470_780, 2_697_088_054, 16_000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Gray_I4_C", )) 672_252_227 -> Some(SpellstoneData( [], 672_252_227, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_841_502_696, "Legendary", 4_096_019_141, 257_764_202, 2_323_696_103, 4_274_278_641, 2_697_088_054, 16_000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_O1_H", )) 672_252_225 -> Some(SpellstoneData( [], 672_252_225, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_943_610_694, "Legendary", 4_096_019_141, 1_359_872_200, 2_323_696_101, 4_274_278_641, 2_697_088_054, 16_000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_O1_F", )) 672_252_222 -> Some(SpellstoneData( [], 672_252_222, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_449_289_043, "Legendary", 4_096_019_141, 865_550_549, 2_323_696_098, 4_274_278_641, 2_697_088_054, 16_000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_O1_C", )) 672_252_220 -> Some(SpellstoneData( [], 672_252_220, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_551_397_041, "Legendary", 4_096_019_141, 1_967_658_547, 2_323_696_096, 4_274_278_641, 2_697_088_054, 16_000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_O1_A", )) 2_330_059_070 -> Some(SpellstoneData( [], 2_330_059_070, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_631_697_747, "Legendary", 3_488_624_336, 2_047_959_253, 3_981_502_946, 4_274_278_641, 2_697_088_054, 16_000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I2_H", )) 2_330_059_068 -> Some(SpellstoneData( [], 2_330_059_068, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 438_838_449, "Legendary", 3_488_624_336, 3_150_067_251, 3_981_502_944, 4_274_278_641, 2_697_088_054, 16_000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I2_F", )) 2_330_059_065 -> Some(SpellstoneData( [], 2_330_059_065, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_239_484_094, "Legendary", 3_488_624_336, 2_655_745_600, 3_981_502_941, 4_274_278_641, 2_697_088_054, 16_000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I2_C", )) 2_330_059_063 -> Some(SpellstoneData( [], 2_330_059_063, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_046_624_796, "Legendary", 3_488_624_336, 3_757_853_598, 3_981_502_939, 4_274_278_641, 2_697_088_054, 16_000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I2_A", )) 2_183_104_914 -> Some(SpellstoneData( [], 2_183_104_914, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_334_370_791, "Legendary", 69_227_188, 1_750_632_297, 3_834_548_790, 4_274_278_641, 2_697_088_054, 16_000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_L3_H", )) 2_183_104_912 -> Some(SpellstoneData( [], 2_183_104_912, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 141_511_493, "Legendary", 69_227_188, 2_852_740_295, 3_834_548_788, 4_274_278_641, 2_697_088_054, 16_000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_L3_F", )) 2_183_104_909 -> Some(SpellstoneData( [], 2_183_104_909, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_942_157_138, "Legendary", 69_227_188, 2_358_418_644, 3_834_548_785, 4_274_278_641, 2_697_088_054, 16_000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_L3_C", )) 2_183_104_907 -> Some(SpellstoneData( [], 2_183_104_907, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 749_297_840, "Legendary", 69_227_188, 3_460_526_642, 3_834_548_783, 4_274_278_641, 2_697_088_054, 16_000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_L3_A", )) 4_216_347_679 -> Some(SpellstoneData( [], 4_216_347_679, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_030_211_460, "Legendary", 3_869_872_833, 2_446_472_966, 1_572_824_259, 4_274_278_641, 2_697_088_054, 16_000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I3_H", )) 4_216_347_677 -> Some(SpellstoneData( [], 4_216_347_677, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 837_352_162, "Legendary", 3_869_872_833, 3_548_580_964, 1_572_824_257, 4_274_278_641, 2_697_088_054, 16_000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I3_F", )) 4_216_347_674 -> Some(SpellstoneData( [], 4_216_347_674, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 343_030_511, "Legendary", 3_869_872_833, 3_054_259_313, 1_572_824_254, 4_274_278_641, 2_697_088_054, 16_000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I3_C", )) 4_216_347_672 -> Some(SpellstoneData( [], 4_216_347_672, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_445_138_509, "Legendary", 3_869_872_833, 4_156_367_311, 1_572_824_252, 4_274_278_641, 2_697_088_054, 16_000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I3_A", )) 756_816_170 -> Some(SpellstoneData( [], 756_816_170, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 677_600_511, "Legendary", 3_035_548_636, 3_388_829_313, 2_408_260_046, 4_274_278_641, 2_697_088_054, 16_000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_S4_H", )) 756_816_168 -> Some(SpellstoneData( [], 756_816_168, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_779_708_509, "Legendary", 3_035_548_636, 195_970_015, 2_408_260_044, 4_274_278_641, 2_697_088_054, 16_000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_S4_F", )) 756_816_165 -> Some(SpellstoneData( [], 756_816_165, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_285_386_858, "Legendary", 3_035_548_636, 3_996_615_660, 2_408_260_041, 4_274_278_641, 2_697_088_054, 16_000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_S4_C", )) 756_816_163 -> Some(SpellstoneData( [], 756_816_163, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_387_494_856, "Legendary", 3_035_548_636, 803_756_362, 2_408_260_039, 4_274_278_641, 2_697_088_054, 16_000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_S4_A", )) 1_739_206_113 -> Some(SpellstoneData( [], 1_739_206_113, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_917_283_814, "Legendary", 1_325_654_291, 333_545_320, 3_390_649_989, 4_274_278_641, 2_697_088_054, 16_000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_Z4_H", )) 1_739_206_111 -> Some(SpellstoneData( [], 1_739_206_111, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_019_391_812, "Legendary", 1_325_654_291, 1_435_653_318, 3_390_649_987, 4_274_278_641, 2_697_088_054, 16_000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_Z4_F", )) 1_739_206_108 -> Some(SpellstoneData( [], 1_739_206_108, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_525_070_161, "Legendary", 1_325_654_291, 941_331_667, 3_390_649_984, 4_274_278_641, 2_697_088_054, 16_000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_Z4_C", )) 1_739_206_106 -> Some(SpellstoneData( [], 1_739_206_106, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_627_178_159, "Legendary", 1_325_654_291, 2_043_439_665, 3_390_649_982, 4_274_278_641, 2_697_088_054, 16_000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_Z4_A", )) 1_510_724_347 -> Some(SpellstoneData( [], 1_510_724_347, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_308_965_152, "Legendary", 337_010_989, 1_725_226_658, 3_162_168_223, 4_274_278_641, 2_697_088_054, 16_000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_T4_H", )) 1_510_724_345 -> Some(SpellstoneData( [], 1_510_724_345, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 116_105_854, "Legendary", 337_010_989, 2_827_334_656, 3_162_168_221, 4_274_278_641, 2_697_088_054, 16_000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_T4_F", )) 1_510_724_342 -> Some(SpellstoneData( [], 1_510_724_342, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_916_751_499, "Legendary", 337_010_989, 2_333_013_005, 3_162_168_218, 4_274_278_641, 2_697_088_054, 16_000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_T4_C", )) 1_510_724_340 -> Some(SpellstoneData( [], 1_510_724_340, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 723_892_201, "Legendary", 337_010_989, 3_435_121_003, 3_162_168_216, 4_274_278_641, 2_697_088_054, 16_000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_T4_A", )) 2_561_577_169 -> Some(SpellstoneData( [], 2_561_577_169, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_765_122_518, "Legendary", 1_552_583_683, 1_181_384_024, 4_213_021_045, 4_274_278_641, 2_697_088_054, 16_000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_J4_H", )) 2_561_577_167 -> Some(SpellstoneData( [], 2_561_577_167, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_867_230_516, "Legendary", 1_552_583_683, 2_283_492_022, 4_213_021_043, 4_274_278_641, 2_697_088_054, 16_000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_J4_F", )) 2_561_577_164 -> Some(SpellstoneData( [], 2_561_577_164, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_372_908_865, "Legendary", 1_552_583_683, 1_789_170_371, 4_213_021_040, 4_274_278_641, 2_697_088_054, 16_000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_J4_C", )) 2_561_577_162 -> Some(SpellstoneData( [], 2_561_577_162, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 180_049_567, "Legendary", 1_552_583_683, 2_891_278_369, 4_213_021_038, 4_274_278_641, 2_697_088_054, 16_000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_J4_A", )) 4_069_393_523 -> Some(SpellstoneData( [], 4_069_393_523, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_732_884_504, "Legendary", 450_475_685, 2_149_146_010, 1_425_870_103, 4_274_278_641, 2_697_088_054, 16_000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_L4_H", )) 4_069_393_521 -> Some(SpellstoneData( [], 4_069_393_521, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 540_025_206, "Legendary", 450_475_685, 3_251_254_008, 1_425_870_101, 4_274_278_641, 2_697_088_054, 16_000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_L4_F", )) 4_069_393_518 -> Some(SpellstoneData( [], 4_069_393_518, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 45_703_555, "Legendary", 450_475_685, 2_756_932_357, 1_425_870_098, 4_274_278_641, 2_697_088_054, 16_000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_L4_C", )) 4_069_393_516 -> Some(SpellstoneData( [], 4_069_393_516, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_147_811_553, "Legendary", 450_475_685, 3_859_040_355, 1_425_870_096, 4_274_278_641, 2_697_088_054, 16_000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_L4_A", )) 2_036_150_758 -> Some(SpellstoneData( [], 2_036_150_758, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_037_043_835, "Legendary", 944_797_336, 1_453_305_341, 3_687_594_634, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_O4_H", )) 2_036_150_756 -> Some(SpellstoneData( [], 2_036_150_756, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_139_151_833, "Legendary", 944_797_336, 2_555_413_339, 3_687_594_632, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_O4_F", )) 2_036_150_753 -> Some(SpellstoneData( [], 2_036_150_753, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_644_830_182, "Legendary", 944_797_336, 2_061_091_688, 3_687_594_629, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_O4_C", )) 2_036_150_751 -> Some(SpellstoneData( [], 2_036_150_751, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 451_970_884, "Legendary", 944_797_336, 3_163_199_686, 3_687_594_627, 4_274_278_641, 2_697_088_054, 16_000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_O4_A", )) 1_807_668_992 -> Some(SpellstoneData( [], 1_807_668_992, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 133_757_877, "Legendary", 4_251_121_330, 2_844_986_679, 3_459_112_868, 4_274_278_641, 2_697_088_054, 16_000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I4_H", )) 1_807_668_990 -> Some(SpellstoneData( [], 1_807_668_990, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_235_865_875, "Legendary", 4_251_121_330, 3_947_094_677, 3_459_112_866, 4_274_278_641, 2_697_088_054, 16_000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I4_F", )) 1_807_668_987 -> Some(SpellstoneData( [], 1_807_668_987, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 741_544_224, "Legendary", 4_251_121_330, 3_452_773_026, 3_459_112_863, 4_274_278_641, 2_697_088_054, 16_000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I4_C", )) 1_807_668_985 -> Some(SpellstoneData( [], 1_807_668_985, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_843_652_222, "Legendary", 4_251_121_330, 259_913_728, 3_459_112_861, 4_274_278_641, 2_697_088_054, 16_000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Brown_I4_A", )) 1_529_478_268 -> Some(SpellstoneData( [], 1_529_478_268, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_751_085_041, "Legendary", 3_952_588_238, 2_167_346_547, 3_180_922_144, 4_130_847_738, 2_697_088_054, 16_000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_O1_H", )) 1_529_478_267 -> Some(SpellstoneData( [], 1_529_478_267, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_154_655_392, "Legendary", 3_952_588_238, 570_916_898, 3_180_922_143, 4_130_847_738, 2_697_088_054, 16_000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_O1_G", )) 1_529_478_266 -> Some(SpellstoneData( [], 1_529_478_266, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 558_225_743, "Legendary", 3_952_588_238, 3_269_454_545, 3_180_922_142, 4_130_847_738, 2_697_088_054, 16_000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_O1_F", )) 1_529_478_263 -> Some(SpellstoneData( [], 1_529_478_263, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 63_904_092, "Legendary", 3_952_588_238, 2_775_132_894, 3_180_922_139, 4_130_847_738, 2_697_088_054, 16_000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_O1_C", )) 1_529_478_262 -> Some(SpellstoneData( [], 1_529_478_262, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_762_441_739, "Legendary", 3_952_588_238, 1_178_703_245, 3_180_922_138, 4_130_847_738, 2_697_088_054, 16_000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_O1_B", )) 3_187_285_111 -> Some(SpellstoneData( [], 3_187_285_111, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_246_312_796, "Legendary", 3_345_193_433, 3_957_541_598, 543_761_691, 4_130_847_738, 2_697_088_054, 16_000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I2_H", )) 3_187_285_110 -> Some(SpellstoneData( [], 3_187_285_110, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_944_850_443, "Legendary", 3_345_193_433, 2_361_111_949, 543_761_690, 4_130_847_738, 2_697_088_054, 16_000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I2_G", )) 3_187_285_109 -> Some(SpellstoneData( [], 3_187_285_109, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_348_420_794, "Legendary", 3_345_193_433, 764_682_300, 543_761_689, 4_130_847_738, 2_697_088_054, 16_000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I2_F", )) 3_187_285_106 -> Some(SpellstoneData( [], 3_187_285_106, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_854_099_143, "Legendary", 3_345_193_433, 270_360_649, 543_761_686, 4_130_847_738, 2_697_088_054, 16_000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I2_C", )) 3_187_285_105 -> Some(SpellstoneData( [], 3_187_285_105, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 257_669_494, "Legendary", 3_345_193_433, 2_968_898_296, 543_761_685, 4_130_847_738, 2_697_088_054, 16_000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I2_B", )) 3_040_330_955 -> Some(SpellstoneData( [], 3_040_330_955, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 948_985_840, "Legendary", 4_220_763_581, 3_660_214_642, 396_807_535, 4_130_847_738, 2_697_088_054, 16_000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_L3_H", )) 3_040_330_954 -> Some(SpellstoneData( [], 3_040_330_954, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_647_523_487, "Legendary", 4_220_763_581, 2_063_784_993, 396_807_534, 4_130_847_738, 2_697_088_054, 16_000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_L3_G", )) 3_040_330_953 -> Some(SpellstoneData( [], 3_040_330_953, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_051_093_838, "Legendary", 4_220_763_581, 467_355_344, 396_807_533, 4_130_847_738, 2_697_088_054, 16_000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_L3_F", )) 3_040_330_950 -> Some(SpellstoneData( [], 3_040_330_950, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_556_772_187, "Legendary", 4_220_763_581, 4_268_000_989, 396_807_530, 4_130_847_738, 2_697_088_054, 16_000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_L3_C", )) 3_040_330_949 -> Some(SpellstoneData( [], 3_040_330_949, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_255_309_834, "Legendary", 4_220_763_581, 2_671_571_340, 396_807_529, 4_130_847_738, 2_697_088_054, 16_000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_L3_B", )) 778_606_424 -> Some(SpellstoneData( [], 778_606_424, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_644_826_509, "Legendary", 3_726_441_930, 61_088_015, 2_430_050_300, 4_130_847_738, 2_697_088_054, 16_000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I3_H", )) 778_606_423 -> Some(SpellstoneData( [], 778_606_423, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 48_396_860, "Legendary", 3_726_441_930, 2_759_625_662, 2_430_050_299, 4_130_847_738, 2_697_088_054, 16_000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I3_G", )) 778_606_422 -> Some(SpellstoneData( [], 778_606_422, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_746_934_507, "Legendary", 3_726_441_930, 1_163_196_013, 2_430_050_298, 4_130_847_738, 2_697_088_054, 16_000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I3_F", )) 778_606_419 -> Some(SpellstoneData( [], 778_606_419, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_252_612_856, "Legendary", 3_726_441_930, 668_874_362, 2_430_050_295, 4_130_847_738, 2_697_088_054, 16_000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I3_C", )) 778_606_418 -> Some(SpellstoneData( [], 778_606_418, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 656_183_207, "Legendary", 3_726_441_930, 3_367_412_009, 2_430_050_294, 4_130_847_738, 2_697_088_054, 16_000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I3_B", )) 1_614_042_211 -> Some(SpellstoneData( [], 1_614_042_211, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_587_182_856, "Legendary", 2_892_117_733, 1_003_444_362, 3_265_486_087, 4_130_847_738, 2_697_088_054, 16_000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_S4_H", )) 1_614_042_210 -> Some(SpellstoneData( [], 1_614_042_210, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 990_753_207, "Legendary", 2_892_117_733, 3_701_982_009, 3_265_486_086, 4_130_847_738, 2_697_088_054, 16_000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_S4_G", )) 1_614_042_209 -> Some(SpellstoneData( [], 1_614_042_209, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_689_290_854, "Legendary", 2_892_117_733, 2_105_552_360, 3_265_486_085, 4_130_847_738, 2_697_088_054, 16_000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_S4_F", )) 1_614_042_206 -> Some(SpellstoneData( [], 1_614_042_206, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_194_969_203, "Legendary", 2_892_117_733, 1_611_230_709, 3_265_486_082, 4_130_847_738, 2_697_088_054, 16_000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_S4_C", )) 1_614_042_205 -> Some(SpellstoneData( [], 1_614_042_205, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_598_539_554, "Legendary", 2_892_117_733, 14_801_060, 3_265_486_081, 4_130_847_738, 2_697_088_054, 16_000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_S4_B", )) 2_596_432_154 -> Some(SpellstoneData( [], 2_596_432_154, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_826_866_159, "Legendary", 1_182_223_388, 2_243_127_665, 4_247_876_030, 4_130_847_738, 2_697_088_054, 16_000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_Z4_H", )) 2_596_432_153 -> Some(SpellstoneData( [], 2_596_432_153, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_230_436_510, "Legendary", 1_182_223_388, 646_698_016, 4_247_876_029, 4_130_847_738, 2_697_088_054, 16_000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_Z4_G", )) 2_596_432_152 -> Some(SpellstoneData( [], 2_596_432_152, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 634_006_861, "Legendary", 1_182_223_388, 3_345_235_663, 4_247_876_028, 4_130_847_738, 2_697_088_054, 16_000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_Z4_F", )) 2_596_432_149 -> Some(SpellstoneData( [], 2_596_432_149, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 139_685_210, "Legendary", 1_182_223_388, 2_850_914_012, 4_247_876_025, 4_130_847_738, 2_697_088_054, 16_000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_Z4_C", )) 2_596_432_148 -> Some(SpellstoneData( [], 2_596_432_148, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_838_222_857, "Legendary", 1_182_223_388, 1_254_484_363, 4_247_876_024, 4_130_847_738, 2_697_088_054, 16_000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_Z4_B", )) 2_367_950_388 -> Some(SpellstoneData( [], 2_367_950_388, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 923_580_201, "Legendary", 193_580_086, 3_634_809_003, 4_019_394_264, 4_130_847_738, 2_697_088_054, 16_000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_T4_H", )) 2_367_950_387 -> Some(SpellstoneData( [], 2_367_950_387, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_622_117_848, "Legendary", 193_580_086, 2_038_379_354, 4_019_394_263, 4_130_847_738, 2_697_088_054, 16_000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_T4_G", )) 2_367_950_386 -> Some(SpellstoneData( [], 2_367_950_386, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_025_688_199, "Legendary", 193_580_086, 441_949_705, 4_019_394_262, 4_130_847_738, 2_697_088_054, 16_000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_T4_F", )) 2_367_950_383 -> Some(SpellstoneData( [], 2_367_950_383, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_531_366_548, "Legendary", 193_580_086, 4_242_595_350, 4_019_394_259, 4_130_847_738, 2_697_088_054, 16_000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_T4_C", )) 2_367_950_382 -> Some(SpellstoneData( [], 2_367_950_382, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_229_904_195, "Legendary", 193_580_086, 2_646_165_701, 4_019_394_258, 4_130_847_738, 2_697_088_054, 16_000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_T4_B", )) 3_418_803_210 -> Some(SpellstoneData( [], 3_418_803_210, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 379_737_567, "Legendary", 1_409_152_780, 3_090_966_369, 775_279_790, 4_130_847_738, 2_697_088_054, 16_000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_J4_H", )) 3_418_803_209 -> Some(SpellstoneData( [], 3_418_803_209, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_078_275_214, "Legendary", 1_409_152_780, 1_494_536_720, 775_279_789, 4_130_847_738, 2_697_088_054, 16_000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_J4_G", )) 3_418_803_208 -> Some(SpellstoneData( [], 3_418_803_208, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_481_845_565, "Legendary", 1_409_152_780, 4_193_074_367, 775_279_788, 4_130_847_738, 2_697_088_054, 16_000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_J4_F", )) 3_418_803_205 -> Some(SpellstoneData( [], 3_418_803_205, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 987_523_914, "Legendary", 1_409_152_780, 3_698_752_716, 775_279_785, 4_130_847_738, 2_697_088_054, 16_000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_J4_C", )) 3_418_803_204 -> Some(SpellstoneData( [], 3_418_803_204, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_686_061_561, "Legendary", 1_409_152_780, 2_102_323_067, 775_279_784, 4_130_847_738, 2_697_088_054, 16_000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_J4_B", )) 631_652_267 -> Some(SpellstoneData( [], 631_652_267, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_046_037_200, "Legendary", 307_044_782, 2_462_298_706, 2_283_096_143, 4_130_847_738, 2_697_088_054, 16_000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_L4_G", )) 631_652_268 -> Some(SpellstoneData( [], 631_652_268, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_347_499_553, "Legendary", 307_044_782, 4_058_728_355, 2_283_096_144, 4_130_847_738, 2_697_088_054, 16_000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_L4_H", )) 631_652_266 -> Some(SpellstoneData( [], 631_652_266, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_449_607_551, "Legendary", 307_044_782, 865_869_057, 2_283_096_142, 4_130_847_738, 2_697_088_054, 16_000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_L4_F", )) 631_652_263 -> Some(SpellstoneData( [], 631_652_263, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_955_285_900, "Legendary", 307_044_782, 371_547_406, 2_283_096_139, 4_130_847_738, 2_697_088_054, 16_000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_L4_C", )) 631_652_262 -> Some(SpellstoneData( [], 631_652_262, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 358_856_251, "Legendary", 307_044_782, 3_070_085_053, 2_283_096_138, 4_130_847_738, 2_697_088_054, 16_000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_L4_B", )) 2_893_376_799 -> Some(SpellstoneData( [], 2_893_376_799, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 651_658_884, "Legendary", 801_366_433, 3_362_887_686, 249_853_379, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_O4_H", )) 2_893_376_798 -> Some(SpellstoneData( [], 2_893_376_798, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_350_196_531, "Legendary", 801_366_433, 1_766_458_037, 249_853_378, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_O4_G", )) 2_893_376_797 -> Some(SpellstoneData( [], 2_893_376_797, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_753_766_882, "Legendary", 801_366_433, 170_028_388, 249_853_377, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_O4_F", )) 2_893_376_794 -> Some(SpellstoneData( [], 2_893_376_794, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_259_445_231, "Legendary", 801_366_433, 3_970_674_033, 249_853_374, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_O4_C", )) 2_893_376_793 -> Some(SpellstoneData( [], 2_893_376_793, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_957_982_878, "Legendary", 801_366_433, 2_374_244_384, 249_853_373, 4_130_847_738, 2_697_088_054, 16_000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_O4_B", )) 2_664_895_033 -> Some(SpellstoneData( [], 2_664_895_033, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_043_340_222, "Legendary", 4_107_690_427, 459_601_728, 21_371_613, 4_130_847_738, 2_697_088_054, 16_000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I4_H", )) 2_664_895_032 -> Some(SpellstoneData( [], 2_664_895_032, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 446_910_573, "Legendary", 4_107_690_427, 3_158_139_375, 21_371_612, 4_130_847_738, 2_697_088_054, 16_000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I4_G", )) 2_664_895_031 -> Some(SpellstoneData( [], 2_664_895_031, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_145_448_220, "Legendary", 4_107_690_427, 1_561_709_726, 21_371_611, 4_130_847_738, 2_697_088_054, 16_000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I4_F", )) 2_664_895_028 -> Some(SpellstoneData( [], 2_664_895_028, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_651_126_569, "Legendary", 4_107_690_427, 1_067_388_075, 21_371_608, 4_130_847_738, 2_697_088_054, 16_000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I4_C", )) 2_664_895_027 -> Some(SpellstoneData( [], 2_664_895_027, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_054_696_920, "Legendary", 4_107_690_427, 3_765_925_722, 21_371_607, 4_130_847_738, 2_697_088_054, 16_000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Green_I4_B", )) 278_682_230 -> Some(SpellstoneData( [], 278_682_230, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_783_633_467, "Legendary", 976_510_649, 98_123_165, 2_905_156_826, 1_423_851_045, 2_697_088_054, 16_000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_O1_G", )) 278_682_227 -> Some(SpellstoneData( [], 278_682_227, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_289_311_816, "Legendary", 976_510_649, 3_898_768_810, 2_905_156_823, 1_423_851_045, 2_697_088_054, 16_000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_O1_D", )) 278_682_225 -> Some(SpellstoneData( [], 278_682_225, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 96_452_518, "Legendary", 976_510_649, 705_909_512, 2_905_156_821, 1_423_851_045, 2_697_088_054, 16_000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_O1_B", )) 278_682_224 -> Some(SpellstoneData( [], 278_682_224, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_794_990_165, "Legendary", 976_510_649, 3_404_447_159, 2_905_156_820, 1_423_851_045, 2_697_088_054, 16_000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_O1_A", )) 1_936_489_073 -> Some(SpellstoneData( [], 1_936_489_073, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_278_861_222, "Legendary", 2_936_344_852, 1_888_318_216, 267_996_373, 1_423_851_045, 2_697_088_054, 16_000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I2_G", )) 1_936_489_070 -> Some(SpellstoneData( [], 1_936_489_070, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 784_539_571, "Legendary", 2_936_344_852, 1_393_996_565, 267_996_370, 1_423_851_045, 2_697_088_054, 16_000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I2_D", )) 1_936_489_068 -> Some(SpellstoneData( [], 1_936_489_068, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_886_647_569, "Legendary", 2_936_344_852, 2_496_104_563, 267_996_368, 1_423_851_045, 2_697_088_054, 16_000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I2_B", )) 1_936_489_067 -> Some(SpellstoneData( [], 1_936_489_067, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 290_217_920, "Legendary", 2_936_344_852, 899_674_914, 267_996_367, 1_423_851_045, 2_697_088_054, 16_000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I2_A", )) 1_789_534_917 -> Some(SpellstoneData( [], 1_789_534_917, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 981_534_266, "Legendary", 1_023_642_296, 1_590_991_260, 121_042_217, 1_423_851_045, 2_697_088_054, 16_000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_L3_G", )) 1_789_534_914 -> Some(SpellstoneData( [], 1_789_534_914, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 487_212_615, "Legendary", 1_023_642_296, 1_096_669_609, 121_042_214, 1_423_851_045, 2_697_088_054, 16_000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_L3_D", )) 1_789_534_912 -> Some(SpellstoneData( [], 1_789_534_912, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_589_320_613, "Legendary", 1_023_642_296, 2_198_777_607, 121_042_212, 1_423_851_045, 2_697_088_054, 16_000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_L3_B", )) 1_789_534_911 -> Some(SpellstoneData( [], 1_789_534_911, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_287_858_260, "Legendary", 1_023_642_296, 602_347_958, 121_042_211, 1_423_851_045, 2_697_088_054, 16_000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_L3_A", )) 3_822_777_682 -> Some(SpellstoneData( [], 3_822_777_682, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_677_374_935, "Legendary", 882_832_117, 2_286_831_929, 2_154_284_982, 1_423_851_045, 2_697_088_054, 16_000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I3_G", )) 3_822_777_679 -> Some(SpellstoneData( [], 3_822_777_679, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_183_053_284, "Legendary", 882_832_117, 1_792_510_278, 2_154_284_979, 1_423_851_045, 2_697_088_054, 16_000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I3_D", )) 3_822_777_677 -> Some(SpellstoneData( [], 3_822_777_677, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_285_161_282, "Legendary", 882_832_117, 2_894_618_276, 2_154_284_977, 1_423_851_045, 2_697_088_054, 16_000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I3_B", )) 3_822_777_676 -> Some(SpellstoneData( [], 3_822_777_676, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 688_731_633, "Legendary", 882_832_117, 1_298_188_627, 2_154_284_976, 1_423_851_045, 2_697_088_054, 16_000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I3_A", )) 363_246_173 -> Some(SpellstoneData( [], 363_246_173, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_619_731_282, "Legendary", 2_161_998_176, 3_229_188_276, 2_989_720_769, 1_423_851_045, 2_697_088_054, 16_000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_S4_G", )) 363_246_170 -> Some(SpellstoneData( [], 363_246_170, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_125_409_631, "Legendary", 2_161_998_176, 2_734_866_625, 2_989_720_766, 1_423_851_045, 2_697_088_054, 16_000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_S4_D", )) 363_246_168 -> Some(SpellstoneData( [], 363_246_168, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_227_517_629, "Legendary", 2_161_998_176, 3_836_974_623, 2_989_720_764, 1_423_851_045, 2_697_088_054, 16_000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_S4_B", )) 363_246_167 -> Some(SpellstoneData( [], 363_246_167, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_631_087_980, "Legendary", 2_161_998_176, 2_240_544_974, 2_989_720_763, 1_423_851_045, 2_697_088_054, 16_000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_S4_A", )) 1_345_636_116 -> Some(SpellstoneData( [], 1_345_636_116, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_859_414_585, "Legendary", 1_058_899_495, 173_904_283, 3_972_110_712, 1_423_851_045, 2_697_088_054, 16_000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_Z4_G", )) 1_345_636_113 -> Some(SpellstoneData( [], 1_345_636_113, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_365_092_934, "Legendary", 1_058_899_495, 3_974_549_928, 3_972_110_709, 1_423_851_045, 2_697_088_054, 16_000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_Z4_D", )) 1_345_636_111 -> Some(SpellstoneData( [], 1_345_636_111, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 172_233_636, "Legendary", 1_058_899_495, 781_690_630, 3_972_110_707, 1_423_851_045, 2_697_088_054, 16_000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_Z4_B", )) 1_345_636_110 -> Some(SpellstoneData( [], 1_345_636_110, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_870_771_283, "Legendary", 1_058_899_495, 3_480_228_277, 3_972_110_706, 1_423_851_045, 2_697_088_054, 16_000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_Z4_A", )) 1_117_154_350 -> Some(SpellstoneData( [], 1_117_154_350, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 956_128_627, "Legendary", 777_279_137, 1_565_585_621, 3_743_628_946, 1_423_851_045, 2_697_088_054, 16_000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_T4_G", )) 1_117_154_347 -> Some(SpellstoneData( [], 1_117_154_347, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 461_806_976, "Legendary", 777_279_137, 1_071_263_970, 3_743_628_943, 1_423_851_045, 2_697_088_054, 16_000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_T4_D", )) 1_117_154_345 -> Some(SpellstoneData( [], 1_117_154_345, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_563_914_974, "Legendary", 777_279_137, 2_173_371_968, 3_743_628_941, 1_423_851_045, 2_697_088_054, 16_000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_T4_B", )) 1_117_154_344 -> Some(SpellstoneData( [], 1_117_154_344, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_262_452_621, "Legendary", 777_279_137, 576_942_319, 3_743_628_940, 1_423_851_045, 2_697_088_054, 16_000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_T4_A", )) 2_168_007_172 -> Some(SpellstoneData( [], 2_168_007_172, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 412_285_993, "Legendary", 1_739_567_639, 1_021_742_987, 499_514_472, 1_423_851_045, 2_697_088_054, 16_000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_J4_G", )) 2_168_007_169 -> Some(SpellstoneData( [], 2_168_007_169, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_212_931_638, "Legendary", 1_739_567_639, 527_421_336, 499_514_469, 1_423_851_045, 2_697_088_054, 16_000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_J4_D", )) 2_168_007_167 -> Some(SpellstoneData( [], 2_168_007_167, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_020_072_340, "Legendary", 1_739_567_639, 1_629_529_334, 499_514_467, 1_423_851_045, 2_697_088_054, 16_000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_J4_B", )) 2_168_007_166 -> Some(SpellstoneData( [], 2_168_007_166, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_718_609_987, "Legendary", 1_739_567_639, 33_099_685, 499_514_466, 1_423_851_045, 2_697_088_054, 16_000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_J4_A", )) 3_675_823_526 -> Some(SpellstoneData( [], 3_675_823_526, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_380_047_979, "Legendary", 3_265_096_857, 1_989_504_973, 2_007_330_826, 1_423_851_045, 2_697_088_054, 16_000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_L4_G", )) 3_675_823_523 -> Some(SpellstoneData( [], 3_675_823_523, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 885_726_328, "Legendary", 3_265_096_857, 1_495_183_322, 2_007_330_823, 1_423_851_045, 2_697_088_054, 16_000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_L4_D", )) 3_675_823_521 -> Some(SpellstoneData( [], 3_675_823_521, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_987_834_326, "Legendary", 3_265_096_857, 2_597_291_320, 2_007_330_821, 1_423_851_045, 2_697_088_054, 16_000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_L4_B", )) 3_675_823_520 -> Some(SpellstoneData( [], 3_675_823_520, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 391_404_677, "Legendary", 3_265_096_857, 1_000_861_671, 2_007_330_820, 1_423_851_045, 2_697_088_054, 16_000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_L4_A", )) 1_642_580_761 -> Some(SpellstoneData( [], 1_642_580_761, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 684_207_310, "Legendary", 3_405_907_036, 1_293_664_304, 4_269_055_357, 1_423_851_045, 2_697_088_054, 16_000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_O4_G", )) 1_642_580_758 -> Some(SpellstoneData( [], 1_642_580_758, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 189_885_659, "Legendary", 3_405_907_036, 799_342_653, 4_269_055_354, 1_423_851_045, 2_697_088_054, 16_000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_O4_D", )) 1_642_580_756 -> Some(SpellstoneData( [], 1_642_580_756, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_291_993_657, "Legendary", 3_405_907_036, 1_901_450_651, 4_269_055_352, 1_423_851_045, 2_697_088_054, 16_000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_O4_B", )) 1_642_580_755 -> Some(SpellstoneData( [], 1_642_580_755, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_990_531_304, "Legendary", 3_405_907_036, 305_021_002, 4_269_055_351, 1_423_851_045, 2_697_088_054, 16_000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_O4_A", )) 1_414_098_995 -> Some(SpellstoneData( [], 1_414_098_995, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_075_888_648, "Legendary", 3_124_286_678, 2_685_345_642, 4_040_573_591, 1_423_851_045, 2_697_088_054, 16_000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I4_G", )) 1_414_098_992 -> Some(SpellstoneData( [], 1_414_098_992, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_581_566_997, "Legendary", 3_124_286_678, 2_191_023_991, 4_040_573_588, 1_423_851_045, 2_697_088_054, 16_000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I4_D", )) 1_414_098_990 -> Some(SpellstoneData( [], 1_414_098_990, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_683_674_995, "Legendary", 3_124_286_678, 3_293_131_989, 4_040_573_586, 1_423_851_045, 2_697_088_054, 16_000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I4_B", )) 1_414_098_989 -> Some(SpellstoneData( [], 1_414_098_989, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_087_245_346, "Legendary", 3_124_286_678, 1_696_702_340, 4_040_573_585, 1_423_851_045, 2_697_088_054, 16_000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Yellow_I4_A", )) 1_711_301_350 -> Some(SpellstoneData( [], 1_711_301_350, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_686_290_459, "Legendary", 207_785_048, 3_540_166_621, 2_443_658_250, 275_112_964, 2_697_088_054, 16_000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_O1_H", )) 1_711_301_349 -> Some(SpellstoneData( [], 1_711_301_349, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_089_860_810, "Legendary", 207_785_048, 1_943_736_972, 2_443_658_249, 275_112_964, 2_697_088_054, 16_000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_O1_G", )) 1_711_301_346 -> Some(SpellstoneData( [], 1_711_301_346, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_595_539_159, "Legendary", 207_785_048, 1_449_415_321, 2_443_658_246, 275_112_964, 2_697_088_054, 16_000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_O1_D", )) 1_711_301_345 -> Some(SpellstoneData( [], 1_711_301_345, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_294_076_806, "Legendary", 207_785_048, 4_147_952_968, 2_443_658_245, 275_112_964, 2_697_088_054, 16_000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_O1_C", )) 1_711_301_343 -> Some(SpellstoneData( [], 1_711_301_343, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_101_217_508, "Legendary", 207_785_048, 955_093_670, 2_443_658_243, 275_112_964, 2_697_088_054, 16_000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_O1_A", )) 3_369_108_193 -> Some(SpellstoneData( [], 3_369_108_193, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_181_518_214, "Legendary", 2_459_571_395, 1_035_394_376, 4_101_465_093, 275_112_964, 2_697_088_054, 16_000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I2_H", )) 3_369_108_192 -> Some(SpellstoneData( [], 3_369_108_192, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_880_055_861, "Legendary", 2_459_571_395, 3_733_932_023, 4_101_465_092, 275_112_964, 2_697_088_054, 16_000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I2_G", )) 3_369_108_189 -> Some(SpellstoneData( [], 3_369_108_189, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_385_734_210, "Legendary", 2_459_571_395, 3_239_610_372, 4_101_465_089, 275_112_964, 2_697_088_054, 16_000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I2_D", )) 3_369_108_188 -> Some(SpellstoneData( [], 3_369_108_188, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_789_304_561, "Legendary", 2_459_571_395, 1_643_180_723, 4_101_465_088, 275_112_964, 2_697_088_054, 16_000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I2_C", )) 3_369_108_186 -> Some(SpellstoneData( [], 3_369_108_186, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_891_412_559, "Legendary", 2_459_571_395, 2_745_288_721, 4_101_465_086, 275_112_964, 2_697_088_054, 16_000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I2_A", )) 3_222_154_037 -> Some(SpellstoneData( [], 3_222_154_037, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 884_191_258, "Legendary", 787_134_759, 738_067_420, 3_954_510_937, 275_112_964, 2_697_088_054, 16_000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_L3_H", )) 3_222_154_036 -> Some(SpellstoneData( [], 3_222_154_036, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_582_728_905, "Legendary", 787_134_759, 3_436_605_067, 3_954_510_936, 275_112_964, 2_697_088_054, 16_000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_L3_G", )) 3_222_154_033 -> Some(SpellstoneData( [], 3_222_154_033, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_088_407_254, "Legendary", 787_134_759, 2_942_283_416, 3_954_510_933, 275_112_964, 2_697_088_054, 16_000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_L3_D", )) 3_222_154_032 -> Some(SpellstoneData( [], 3_222_154_032, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_491_977_605, "Legendary", 787_134_759, 1_345_853_767, 3_954_510_932, 275_112_964, 2_697_088_054, 16_000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_L3_C", )) 3_222_154_030 -> Some(SpellstoneData( [], 3_222_154_030, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_594_085_603, "Legendary", 787_134_759, 2_447_961_765, 3_954_510_930, 275_112_964, 2_697_088_054, 16_000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_L3_A", )) 960_429_506 -> Some(SpellstoneData( [], 960_429_506, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_580_031_927, "Legendary", 3_526_864_852, 1_433_908_089, 1_692_786_406, 275_112_964, 2_697_088_054, 16_000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I3_H", )) 960_429_505 -> Some(SpellstoneData( [], 960_429_505, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_278_569_574, "Legendary", 3_526_864_852, 4_132_445_736, 1_692_786_405, 275_112_964, 2_697_088_054, 16_000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I3_G", )) 960_429_502 -> Some(SpellstoneData( [], 960_429_502, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_784_247_923, "Legendary", 3_526_864_852, 3_638_124_085, 1_692_786_402, 275_112_964, 2_697_088_054, 16_000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I3_D", )) 960_429_501 -> Some(SpellstoneData( [], 960_429_501, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_187_818_274, "Legendary", 3_526_864_852, 2_041_694_436, 1_692_786_401, 275_112_964, 2_697_088_054, 16_000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I3_C", )) 960_429_499 -> Some(SpellstoneData( [], 960_429_499, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_289_926_272, "Legendary", 3_526_864_852, 3_143_802_434, 1_692_786_399, 275_112_964, 2_697_088_054, 16_000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I3_A", )) 1_795_865_293 -> Some(SpellstoneData( [], 1_795_865_293, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_522_388_274, "Legendary", 1_188_347_727, 2_376_264_436, 2_528_222_193, 275_112_964, 2_697_088_054, 16_000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_S4_H", )) 1_795_865_292 -> Some(SpellstoneData( [], 1_795_865_292, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 925_958_625, "Legendary", 1_188_347_727, 779_834_787, 2_528_222_192, 275_112_964, 2_697_088_054, 16_000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_S4_G", )) 1_795_865_289 -> Some(SpellstoneData( [], 1_795_865_289, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 431_636_974, "Legendary", 1_188_347_727, 285_513_136, 2_528_222_189, 275_112_964, 2_697_088_054, 16_000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_S4_D", )) 1_795_865_288 -> Some(SpellstoneData( [], 1_795_865_288, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_130_174_621, "Legendary", 1_188_347_727, 2_984_050_783, 2_528_222_188, 275_112_964, 2_697_088_054, 16_000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_S4_C", )) 1_795_865_286 -> Some(SpellstoneData( [], 1_795_865_286, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_232_282_619, "Legendary", 1_188_347_727, 4_086_158_781, 2_528_222_186, 275_112_964, 2_697_088_054, 16_000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_S4_A", )) 2_778_255_236 -> Some(SpellstoneData( [], 2_778_255_236, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_762_071_577, "Legendary", 522_267_238, 3_615_947_739, 3_510_612_136, 275_112_964, 2_697_088_054, 16_000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_Z4_H", )) 2_778_255_235 -> Some(SpellstoneData( [], 2_778_255_235, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_165_641_928, "Legendary", 522_267_238, 2_019_518_090, 3_510_612_135, 275_112_964, 2_697_088_054, 16_000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_Z4_G", )) 2_778_255_232 -> Some(SpellstoneData( [], 2_778_255_232, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_671_320_277, "Legendary", 522_267_238, 1_525_196_439, 3_510_612_132, 275_112_964, 2_697_088_054, 16_000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_Z4_D", )) 2_778_255_231 -> Some(SpellstoneData( [], 2_778_255_231, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 74_890_628, "Legendary", 522_267_238, 4_223_734_086, 3_510_612_131, 275_112_964, 2_697_088_054, 16_000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_Z4_C", )) 2_778_255_229 -> Some(SpellstoneData( [], 2_778_255_229, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_176_998_626, "Legendary", 522_267_238, 1_030_874_788, 3_510_612_129, 275_112_964, 2_697_088_054, 16_000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_Z4_A", )) 2_549_773_470 -> Some(SpellstoneData( [], 2_549_773_470, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 858_785_619, "Legendary", 1_706_760_128, 712_661_781, 3_282_130_370, 275_112_964, 2_697_088_054, 16_000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_T4_H", )) 2_549_773_469 -> Some(SpellstoneData( [], 2_549_773_469, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_557_323_266, "Legendary", 1_706_760_128, 3_411_199_428, 3_282_130_369, 275_112_964, 2_697_088_054, 16_000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_T4_G", )) 2_549_773_466 -> Some(SpellstoneData( [], 2_549_773_466, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_063_001_615, "Legendary", 1_706_760_128, 2_916_877_777, 3_282_130_366, 275_112_964, 2_697_088_054, 16_000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_T4_D", )) 2_549_773_465 -> Some(SpellstoneData( [], 2_549_773_465, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_466_571_966, "Legendary", 1_706_760_128, 1_320_448_128, 3_282_130_365, 275_112_964, 2_697_088_054, 16_000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_T4_C", )) 2_549_773_463 -> Some(SpellstoneData( [], 2_549_773_463, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_568_679_964, "Legendary", 1_706_760_128, 2_422_556_126, 3_282_130_363, 275_112_964, 2_697_088_054, 16_000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_T4_A", )) 3_600_626_292 -> Some(SpellstoneData( [], 3_600_626_292, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 314_942_985, "Legendary", 817_603_414, 168_819_147, 38_015_896, 275_112_964, 2_697_088_054, 16_000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_J4_H", )) 3_600_626_291 -> Some(SpellstoneData( [], 3_600_626_291, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_013_480_632, "Legendary", 817_603_414, 2_867_356_794, 38_015_895, 275_112_964, 2_697_088_054, 16_000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_J4_G", )) 3_600_626_288 -> Some(SpellstoneData( [], 3_600_626_288, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_519_158_981, "Legendary", 817_603_414, 2_373_035_143, 38_015_892, 275_112_964, 2_697_088_054, 16_000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_J4_D", )) 3_600_626_287 -> Some(SpellstoneData( [], 3_600_626_287, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 922_729_332, "Legendary", 817_603_414, 776_605_494, 38_015_891, 275_112_964, 2_697_088_054, 16_000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_J4_C", )) 3_600_626_285 -> Some(SpellstoneData( [], 3_600_626_285, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_024_837_330, "Legendary", 817_603_414, 1_878_713_492, 38_015_889, 275_112_964, 2_697_088_054, 16_000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_J4_A", )) 813_475_350 -> Some(SpellstoneData( [], 813_475_350, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_282_704_971, "Legendary", 1_854_428_216, 1_136_581_133, 1_545_832_250, 275_112_964, 2_697_088_054, 16_000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_L4_H", )) 813_475_349 -> Some(SpellstoneData( [], 813_475_349, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_981_242_618, "Legendary", 1_854_428_216, 3_835_118_780, 1_545_832_249, 275_112_964, 2_697_088_054, 16_000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_L4_G", )) 813_475_346 -> Some(SpellstoneData( [], 813_475_346, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_486_920_967, "Legendary", 1_854_428_216, 3_340_797_129, 1_545_832_246, 275_112_964, 2_697_088_054, 16_000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_L4_D", )) 813_475_345 -> Some(SpellstoneData( [], 813_475_345, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_890_491_318, "Legendary", 1_854_428_216, 1_744_367_480, 1_545_832_245, 275_112_964, 2_697_088_054, 16_000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_L4_C", )) 813_475_343 -> Some(SpellstoneData( [], 813_475_343, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_992_599_316, "Legendary", 1_854_428_216, 2_846_475_478, 1_545_832_243, 275_112_964, 2_697_088_054, 16_000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_L4_A", )) 3_075_199_881 -> Some(SpellstoneData( [], 3_075_199_881, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 586_864_302, "Legendary", 3_409_665_419, 440_740_464, 3_807_556_781, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_O4_H", )) 3_075_199_880 -> Some(SpellstoneData( [], 3_075_199_880, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_285_401_949, "Legendary", 3_409_665_419, 3_139_278_111, 3_807_556_780, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_O4_G", )) 3_075_199_877 -> Some(SpellstoneData( [], 3_075_199_877, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_791_080_298, "Legendary", 3_409_665_419, 2_644_956_460, 3_807_556_777, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_O4_D", )) 3_075_199_876 -> Some(SpellstoneData( [], 3_075_199_876, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_194_650_649, "Legendary", 3_409_665_419, 1_048_526_811, 3_807_556_776, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_O4_C", )) 3_075_199_874 -> Some(SpellstoneData( [], 3_075_199_874, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_296_758_647, "Legendary", 3_409_665_419, 2_150_634_809, 3_807_556_774, 275_112_964, 2_697_088_054, 16_000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_O4_A", )) 2_846_718_115 -> Some(SpellstoneData( [], 2_846_718_115, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 1_978_545_640, "Legendary", 299_191_013, 1_832_421_802, 3_579_075_015, 275_112_964, 2_697_088_054, 16_000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I4_H", )) 2_846_718_114 -> Some(SpellstoneData( [], 2_846_718_114, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 382_115_991, "Legendary", 299_191_013, 235_992_153, 3_579_075_014, 275_112_964, 2_697_088_054, 16_000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I4_G", )) 2_846_718_111 -> Some(SpellstoneData( [], 2_846_718_111, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 4_182_761_636, "Legendary", 299_191_013, 4_036_637_798, 3_579_075_011, 275_112_964, 2_697_088_054, 16_000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I4_D", )) 2_846_718_110 -> Some(SpellstoneData( [], 2_846_718_110, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 2_586_331_987, "Legendary", 299_191_013, 2_440_208_149, 3_579_075_010, 275_112_964, 2_697_088_054, 16_000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I4_C", )) 2_846_718_108 -> Some(SpellstoneData( [], 2_846_718_108, 3_633_595_211, 128_000, 2_697_088_054, False, False, True, True, 3_688_439_985, "Legendary", 299_191_013, 3_542_316_147, 3_579_075_008, 275_112_964, 2_697_088_054, 16_000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Le_Red_I4_A", )) 3_741_139_732 -> Some(SpellstoneData( [], 3_741_139_732, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 594_749_145, "Heroic", 2_781_534_672, 1_404_049_531, 1_788_714_902, 1_879_470_780, 2_697_088_054, 4000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O1_B", )) 3_741_139_736 -> Some(SpellstoneData( [], 3_741_139_736, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_685_500_445, "Heroic", 2_781_534_672, 3_494_800_831, 1_788_714_906, 1_879_470_780, 2_697_088_054, 4000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O1_F", )) 3_741_139_734 -> Some(SpellstoneData( [], 3_741_139_734, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_787_608_443, "Heroic", 2_781_534_672, 301_941_533, 1_788_714_904, 1_879_470_780, 2_697_088_054, 4000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O1_D", )) 3_741_139_733 -> Some(SpellstoneData( [], 3_741_139_733, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_191_178_794, "Heroic", 2_781_534_672, 3_000_479_180, 1_788_714_903, 1_879_470_780, 2_697_088_054, 4000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O1_C", )) 1_103_979_279 -> Some(SpellstoneData( [], 1_103_979_279, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_384_944_196, "Heroic", 1_039_518_347, 3_194_244_582, 3_446_521_745, 1_879_470_780, 2_697_088_054, 4000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I2_B", )) 1_103_979_283 -> Some(SpellstoneData( [], 1_103_979_283, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 180_728_200, "Heroic", 1_039_518_347, 990_028_586, 3_446_521_749, 1_879_470_780, 2_697_088_054, 4000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I2_F", )) 1_103_979_281 -> Some(SpellstoneData( [], 1_103_979_281, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_282_836_198, "Heroic", 1_039_518_347, 2_092_136_584, 3_446_521_747, 1_879_470_780, 2_697_088_054, 4000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I2_D", )) 1_103_979_280 -> Some(SpellstoneData( [], 1_103_979_280, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_981_373_845, "Heroic", 1_039_518_347, 495_706_935, 3_446_521_746, 1_879_470_780, 2_697_088_054, 4000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I2_C", )) 957_025_123 -> Some(SpellstoneData( [], 957_025_123, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_087_617_240, "Heroic", 642_989_231, 2_896_917_626, 3_299_567_589, 1_879_470_780, 2_697_088_054, 4000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_L3_B", )) 957_025_127 -> Some(SpellstoneData( [], 957_025_127, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_178_368_540, "Heroic", 642_989_231, 692_701_630, 3_299_567_593, 1_879_470_780, 2_697_088_054, 4000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_L3_F", )) 957_025_125 -> Some(SpellstoneData( [], 957_025_125, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 985_509_242, "Heroic", 642_989_231, 1_794_809_628, 3_299_567_591, 1_879_470_780, 2_697_088_054, 4000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_L3_D", )) 957_025_124 -> Some(SpellstoneData( [], 957_025_124, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_684_046_889, "Heroic", 642_989_231, 198_379_979, 3_299_567_590, 1_879_470_780, 2_697_088_054, 4000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_L3_C", )) 2_990_267_888 -> Some(SpellstoneData( [], 2_990_267_888, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_783_457_909, "Heroic", 1_626_149_260, 3_592_758_295, 1_037_843_058, 1_879_470_780, 2_697_088_054, 4000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I3_B", )) 2_990_267_892 -> Some(SpellstoneData( [], 2_990_267_892, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 579_241_913, "Heroic", 1_626_149_260, 1_388_542_299, 1_037_843_062, 1_879_470_780, 2_697_088_054, 4000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I3_F", )) 2_990_267_890 -> Some(SpellstoneData( [], 2_990_267_890, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_681_349_911, "Heroic", 1_626_149_260, 2_490_650_297, 1_037_843_060, 1_879_470_780, 2_697_088_054, 4000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I3_D", )) 2_990_267_889 -> Some(SpellstoneData( [], 2_990_267_889, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 84_920_262, "Heroic", 1_626_149_260, 894_220_648, 1_037_843_059, 1_879_470_780, 2_697_088_054, 4000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I3_C", )) 3_825_703_675 -> Some(SpellstoneData( [], 3_825_703_675, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_725_814_256, "Heroic", 1_798_891_607, 240_147_346, 1_873_278_845, 1_879_470_780, 2_697_088_054, 4000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_S4_B", )) 3_825_703_679 -> Some(SpellstoneData( [], 3_825_703_679, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_521_598_260, "Heroic", 1_798_891_607, 2_330_898_646, 1_873_278_849, 1_879_470_780, 2_697_088_054, 4000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_S4_F", )) 3_825_703_677 -> Some(SpellstoneData( [], 3_825_703_677, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_623_706_258, "Heroic", 1_798_891_607, 3_433_006_644, 1_873_278_847, 1_879_470_780, 2_697_088_054, 4000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_S4_D", )) 3_825_703_676 -> Some(SpellstoneData( [], 3_825_703_676, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_027_276_609, "Heroic", 1_798_891_607, 1_836_576_995, 1_873_278_846, 1_879_470_780, 2_697_088_054, 4000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_S4_C", )) 513_126_322 -> Some(SpellstoneData( [], 513_126_322, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 670_530_263, "Heroic", 2_368_163_070, 1_479_830_649, 2_855_668_788, 1_879_470_780, 2_697_088_054, 4000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_Z4_B", )) 513_126_326 -> Some(SpellstoneData( [], 513_126_326, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_761_281_563, "Heroic", 2_368_163_070, 3_570_581_949, 2_855_668_792, 1_879_470_780, 2_697_088_054, 4000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_Z4_F", )) 513_126_324 -> Some(SpellstoneData( [], 513_126_324, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_863_389_561, "Heroic", 2_368_163_070, 377_722_651, 2_855_668_790, 1_879_470_780, 2_697_088_054, 4000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_Z4_D", )) 513_126_323 -> Some(SpellstoneData( [], 513_126_323, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_266_959_912, "Heroic", 2_368_163_070, 3_076_260_298, 2_855_668_789, 1_879_470_780, 2_697_088_054, 4000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_Z4_C", )) 284_644_556 -> Some(SpellstoneData( [], 284_644_556, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_062_211_601, "Heroic", 39_515_832, 2_871_511_987, 2_627_187_022, 1_879_470_780, 2_697_088_054, 4000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_T4_B", )) 284_644_560 -> Some(SpellstoneData( [], 284_644_560, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_152_962_901, "Heroic", 39_515_832, 667_295_991, 2_627_187_026, 1_879_470_780, 2_697_088_054, 4000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_T4_F", )) 284_644_558 -> Some(SpellstoneData( [], 284_644_558, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 960_103_603, "Heroic", 39_515_832, 1_769_403_989, 2_627_187_024, 1_879_470_780, 2_697_088_054, 4000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_T4_D", )) 284_644_557 -> Some(SpellstoneData( [], 284_644_557, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_658_641_250, "Heroic", 39_515_832, 172_974_340, 2_627_187_023, 1_879_470_780, 2_697_088_054, 4000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_T4_C", )) 1_335_497_378 -> Some(SpellstoneData( [], 1_335_497_378, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_518_368_967, "Heroic", 453_404_398, 2_327_669_353, 3_678_039_844, 1_879_470_780, 2_697_088_054, 4000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_J4_B", )) 1_335_497_382 -> Some(SpellstoneData( [], 1_335_497_382, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_609_120_267, "Heroic", 453_404_398, 123_453_357, 3_678_039_848, 1_879_470_780, 2_697_088_054, 4000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_J4_F", )) 1_335_497_380 -> Some(SpellstoneData( [], 1_335_497_380, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 416_260_969, "Heroic", 453_404_398, 1_225_561_355, 3_678_039_846, 1_879_470_780, 2_697_088_054, 4000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_J4_D", )) 1_335_497_379 -> Some(SpellstoneData( [], 1_335_497_379, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_114_798_616, "Heroic", 453_404_398, 3_924_099_002, 3_678_039_845, 1_879_470_780, 2_697_088_054, 4000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_J4_C", )) 2_843_313_732 -> Some(SpellstoneData( [], 2_843_313_732, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_486_130_953, "Heroic", 1_229_620_144, 3_295_431_339, 890_888_902, 1_879_470_780, 2_697_088_054, 4000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_L4_B", )) 2_843_313_736 -> Some(SpellstoneData( [], 2_843_313_736, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 281_914_957, "Heroic", 1_229_620_144, 1_091_215_343, 890_888_906, 1_879_470_780, 2_697_088_054, 4000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_L4_F", )) 2_843_313_734 -> Some(SpellstoneData( [], 2_843_313_734, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_384_022_955, "Heroic", 1_229_620_144, 2_193_323_341, 890_888_904, 1_879_470_780, 2_697_088_054, 4000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_L4_D", )) 2_843_313_733 -> Some(SpellstoneData( [], 2_843_313_733, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_082_560_602, "Heroic", 1_229_620_144, 596_893_692, 890_888_903, 1_879_470_780, 2_697_088_054, 4000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_L4_C", )) 810_070_967 -> Some(SpellstoneData( [], 810_070_967, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_790_290_284, "Heroic", 246_460_115, 2_599_590_670, 3_152_613_433, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O4_B", )) 810_070_971 -> Some(SpellstoneData( [], 810_070_971, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_881_041_584, "Heroic", 246_460_115, 395_374_674, 3_152_613_437, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O4_F", )) 810_070_969 -> Some(SpellstoneData( [], 810_070_969, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 688_182_286, "Heroic", 246_460_115, 1_497_482_672, 3_152_613_435, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O4_D", )) 810_070_968 -> Some(SpellstoneData( [], 810_070_968, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_386_719_933, "Heroic", 246_460_115, 4_196_020_319, 3_152_613_434, 1_879_470_780, 2_697_088_054, 4000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_O4_C", )) 581_589_201 -> Some(SpellstoneData( [], 581_589_201, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_181_971_622, "Heroic", 2_212_780_173, 3_991_272_008, 2_924_131_667, 1_879_470_780, 2_697_088_054, 4000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I4_B", )) 581_589_205 -> Some(SpellstoneData( [], 581_589_205, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 977_755_626, "Heroic", 2_212_780_173, 1_787_056_012, 2_924_131_671, 1_879_470_780, 2_697_088_054, 4000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I4_F", )) 581_589_203 -> Some(SpellstoneData( [], 581_589_203, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_079_863_624, "Heroic", 2_212_780_173, 2_889_164_010, 2_924_131_669, 1_879_470_780, 2_697_088_054, 4000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I4_D", )) 581_589_202 -> Some(SpellstoneData( [], 581_589_202, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 483_433_975, "Heroic", 2_212_780_173, 1_292_734_361, 2_924_131_668, 1_879_470_780, 2_697_088_054, 4000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Gray_I4_C", )) 1_916_161_087 -> Some(SpellstoneData( [], 1_916_161_087, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_634_085_796, "Heroic", 4_096_019_141, 2_050_347_302, 1_081_768_609, 4_274_278_641, 2_697_088_054, 4000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O1_H", )) 1_916_161_085 -> Some(SpellstoneData( [], 1_916_161_085, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 441_226_498, "Heroic", 4_096_019_141, 3_152_455_300, 1_081_768_607, 4_274_278_641, 2_697_088_054, 4000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O1_F", )) 1_916_161_082 -> Some(SpellstoneData( [], 1_916_161_082, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_241_872_143, "Heroic", 4_096_019_141, 2_658_133_649, 1_081_768_604, 4_274_278_641, 2_697_088_054, 4000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O1_C", )) 1_916_161_080 -> Some(SpellstoneData( [], 1_916_161_080, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_049_012_845, "Heroic", 4_096_019_141, 3_760_241_647, 1_081_768_602, 4_274_278_641, 2_697_088_054, 4000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O1_A", )) 3_573_967_930 -> Some(SpellstoneData( [], 3_573_967_930, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_129_313_551, "Heroic", 3_488_624_336, 3_840_542_353, 2_739_575_452, 4_274_278_641, 2_697_088_054, 4000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I2_H", )) 3_573_967_928 -> Some(SpellstoneData( [], 3_573_967_928, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_231_421_549, "Heroic", 3_488_624_336, 647_683_055, 2_739_575_450, 4_274_278_641, 2_697_088_054, 4000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I2_F", )) 3_573_967_925 -> Some(SpellstoneData( [], 3_573_967_925, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_737_099_898, "Heroic", 3_488_624_336, 153_361_404, 2_739_575_447, 4_274_278_641, 2_697_088_054, 4000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I2_C", )) 3_573_967_923 -> Some(SpellstoneData( [], 3_573_967_923, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_839_207_896, "Heroic", 3_488_624_336, 1_255_469_402, 2_739_575_445, 4_274_278_641, 2_697_088_054, 4000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I2_A", )) 3_427_013_774 -> Some(SpellstoneData( [], 3_427_013_774, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 831_986_595, "Heroic", 69_227_188, 3_543_215_397, 2_592_621_296, 4_274_278_641, 2_697_088_054, 4000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_L3_H", )) 3_427_013_772 -> Some(SpellstoneData( [], 3_427_013_772, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_934_094_593, "Heroic", 69_227_188, 350_356_099, 2_592_621_294, 4_274_278_641, 2_697_088_054, 4000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_L3_F", )) 3_427_013_769 -> Some(SpellstoneData( [], 3_427_013_769, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_439_772_942, "Heroic", 69_227_188, 4_151_001_744, 2_592_621_291, 4_274_278_641, 2_697_088_054, 4000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_L3_C", )) 3_427_013_767 -> Some(SpellstoneData( [], 3_427_013_767, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_541_880_940, "Heroic", 69_227_188, 958_142_446, 2_592_621_289, 4_274_278_641, 2_697_088_054, 4000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_L3_A", )) 1_165_289_243 -> Some(SpellstoneData( [], 1_165_289_243, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_527_827_264, "Heroic", 3_869_872_833, 4_239_056_066, 330_896_765, 4_274_278_641, 2_697_088_054, 4000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I3_H", )) 1_165_289_241 -> Some(SpellstoneData( [], 1_165_289_241, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_629_935_262, "Heroic", 3_869_872_833, 1_046_196_768, 330_896_763, 4_274_278_641, 2_697_088_054, 4000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I3_F", )) 1_165_289_238 -> Some(SpellstoneData( [], 1_165_289_238, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_135_613_611, "Heroic", 3_869_872_833, 551_875_117, 330_896_760, 4_274_278_641, 2_697_088_054, 4000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I3_C", )) 1_165_289_236 -> Some(SpellstoneData( [], 1_165_289_236, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_237_721_609, "Heroic", 3_869_872_833, 1_653_983_115, 330_896_758, 4_274_278_641, 2_697_088_054, 4000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I3_A", )) 2_000_725_030 -> Some(SpellstoneData( [], 2_000_725_030, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_470_183_611, "Heroic", 3_035_548_636, 886_445_117, 1_166_332_552, 4_274_278_641, 2_697_088_054, 4000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_S4_H", )) 2_000_725_028 -> Some(SpellstoneData( [], 2_000_725_028, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_572_291_609, "Heroic", 3_035_548_636, 1_988_553_115, 1_166_332_550, 4_274_278_641, 2_697_088_054, 4000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_S4_F", )) 2_000_725_025 -> Some(SpellstoneData( [], 2_000_725_025, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_077_969_958, "Heroic", 3_035_548_636, 1_494_231_464, 1_166_332_547, 4_274_278_641, 2_697_088_054, 4000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_S4_C", )) 2_000_725_023 -> Some(SpellstoneData( [], 2_000_725_023, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_180_077_956, "Heroic", 3_035_548_636, 2_596_339_462, 1_166_332_545, 4_274_278_641, 2_697_088_054, 4000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_S4_A", )) 2_983_114_973 -> Some(SpellstoneData( [], 2_983_114_973, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_709_866_914, "Heroic", 1_325_654_291, 2_126_128_420, 2_148_722_495, 4_274_278_641, 2_697_088_054, 4000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_Z4_H", )) 2_983_114_971 -> Some(SpellstoneData( [], 2_983_114_971, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 517_007_616, "Heroic", 1_325_654_291, 3_228_236_418, 2_148_722_493, 4_274_278_641, 2_697_088_054, 4000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_Z4_F", )) 2_983_114_968 -> Some(SpellstoneData( [], 2_983_114_968, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 22_685_965, "Heroic", 1_325_654_291, 2_733_914_767, 2_148_722_490, 4_274_278_641, 2_697_088_054, 4000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_Z4_C", )) 2_983_114_966 -> Some(SpellstoneData( [], 2_983_114_966, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_124_793_963, "Heroic", 1_325_654_291, 3_836_022_765, 2_148_722_488, 4_274_278_641, 2_697_088_054, 4000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_Z4_A", )) 2_754_633_207 -> Some(SpellstoneData( [], 2_754_633_207, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 806_580_956, "Heroic", 337_010_989, 3_517_809_758, 1_920_240_729, 4_274_278_641, 2_697_088_054, 4000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_T4_H", )) 2_754_633_205 -> Some(SpellstoneData( [], 2_754_633_205, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_908_688_954, "Heroic", 337_010_989, 324_950_460, 1_920_240_727, 4_274_278_641, 2_697_088_054, 4000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_T4_F", )) 2_754_633_202 -> Some(SpellstoneData( [], 2_754_633_202, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_414_367_303, "Heroic", 337_010_989, 4_125_596_105, 1_920_240_724, 4_274_278_641, 2_697_088_054, 4000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_T4_C", )) 2_754_633_200 -> Some(SpellstoneData( [], 2_754_633_200, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_516_475_301, "Heroic", 337_010_989, 932_736_807, 1_920_240_722, 4_274_278_641, 2_697_088_054, 4000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_T4_A", )) 3_805_486_029 -> Some(SpellstoneData( [], 3_805_486_029, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 262_738_322, "Heroic", 1_552_583_683, 2_973_967_124, 2_971_093_551, 4_274_278_641, 2_697_088_054, 4000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_J4_H", )) 3_805_486_027 -> Some(SpellstoneData( [], 3_805_486_027, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_364_846_320, "Heroic", 1_552_583_683, 4_076_075_122, 2_971_093_549, 4_274_278_641, 2_697_088_054, 4000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_J4_F", )) 3_805_486_024 -> Some(SpellstoneData( [], 3_805_486_024, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 870_524_669, "Heroic", 1_552_583_683, 3_581_753_471, 2_971_093_546, 4_274_278_641, 2_697_088_054, 4000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_J4_C", )) 3_805_486_022 -> Some(SpellstoneData( [], 3_805_486_022, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_972_632_667, "Heroic", 1_552_583_683, 388_894_173, 2_971_093_544, 4_274_278_641, 2_697_088_054, 4000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_J4_A", )) 1_018_335_087 -> Some(SpellstoneData( [], 1_018_335_087, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_230_500_308, "Heroic", 450_475_685, 3_941_729_110, 183_942_609, 4_274_278_641, 2_697_088_054, 4000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_L4_H", )) 1_018_335_085 -> Some(SpellstoneData( [], 1_018_335_085, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_332_608_306, "Heroic", 450_475_685, 748_869_812, 183_942_607, 4_274_278_641, 2_697_088_054, 4000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_L4_F", )) 1_018_335_082 -> Some(SpellstoneData( [], 1_018_335_082, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_838_286_655, "Heroic", 450_475_685, 254_548_161, 183_942_604, 4_274_278_641, 2_697_088_054, 4000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_L4_C", )) 1_018_335_080 -> Some(SpellstoneData( [], 1_018_335_080, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_940_394_653, "Heroic", 450_475_685, 1_356_656_159, 183_942_602, 4_274_278_641, 2_697_088_054, 4000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_L4_A", )) 3_280_059_618 -> Some(SpellstoneData( [], 3_280_059_618, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 534_659_639, "Heroic", 944_797_336, 3_245_888_441, 2_445_667_140, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O4_H", )) 3_280_059_616 -> Some(SpellstoneData( [], 3_280_059_616, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_636_767_637, "Heroic", 944_797_336, 53_029_143, 2_445_667_138, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O4_F", )) 3_280_059_613 -> Some(SpellstoneData( [], 3_280_059_613, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_142_445_986, "Heroic", 944_797_336, 3_853_674_788, 2_445_667_135, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O4_C", )) 3_280_059_611 -> Some(SpellstoneData( [], 3_280_059_611, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_244_553_984, "Heroic", 944_797_336, 660_815_490, 2_445_667_133, 4_274_278_641, 2_697_088_054, 4000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_O4_A", )) 3_051_577_852 -> Some(SpellstoneData( [], 3_051_577_852, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_926_340_977, "Heroic", 4_251_121_330, 342_602_483, 2_217_185_374, 4_274_278_641, 2_697_088_054, 4000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I4_H", )) 3_051_577_850 -> Some(SpellstoneData( [], 3_051_577_850, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_028_448_975, "Heroic", 4_251_121_330, 1_444_710_481, 2_217_185_372, 4_274_278_641, 2_697_088_054, 4000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I4_F", )) 3_051_577_847 -> Some(SpellstoneData( [], 3_051_577_847, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_534_127_324, "Heroic", 4_251_121_330, 950_388_830, 2_217_185_369, 4_274_278_641, 2_697_088_054, 4000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I4_C", )) 3_051_577_845 -> Some(SpellstoneData( [], 3_051_577_845, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_636_235_322, "Heroic", 4_251_121_330, 2_052_496_828, 2_217_185_367, 4_274_278_641, 2_697_088_054, 4000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Brown_I4_A", )) 2_773_387_128 -> Some(SpellstoneData( [], 2_773_387_128, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_248_700_845, "Heroic", 3_952_588_238, 3_959_929_647, 1_938_994_650, 4_130_847_738, 2_697_088_054, 4000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O1_H", )) 2_773_387_127 -> Some(SpellstoneData( [], 2_773_387_127, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_947_238_492, "Heroic", 3_952_588_238, 2_363_499_998, 1_938_994_649, 4_130_847_738, 2_697_088_054, 4000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O1_G", )) 2_773_387_126 -> Some(SpellstoneData( [], 2_773_387_126, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_350_808_843, "Heroic", 3_952_588_238, 767_070_349, 1_938_994_648, 4_130_847_738, 2_697_088_054, 4000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O1_F", )) 2_773_387_123 -> Some(SpellstoneData( [], 2_773_387_123, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_856_487_192, "Heroic", 3_952_588_238, 272_748_698, 1_938_994_645, 4_130_847_738, 2_697_088_054, 4000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O1_C", )) 2_773_387_122 -> Some(SpellstoneData( [], 2_773_387_122, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 260_057_543, "Heroic", 3_952_588_238, 2_971_286_345, 1_938_994_644, 4_130_847_738, 2_697_088_054, 4000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O1_B", )) 136_226_675 -> Some(SpellstoneData( [], 136_226_675, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_038_895_896, "Heroic", 3_345_193_433, 1_455_157_402, 3_596_801_493, 4_130_847_738, 2_697_088_054, 4000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I2_H", )) 136_226_674 -> Some(SpellstoneData( [], 136_226_674, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_442_466_247, "Heroic", 3_345_193_433, 4_153_695_049, 3_596_801_492, 4_130_847_738, 2_697_088_054, 4000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I2_G", )) 136_226_673 -> Some(SpellstoneData( [], 136_226_673, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_141_003_894, "Heroic", 3_345_193_433, 2_557_265_400, 3_596_801_491, 4_130_847_738, 2_697_088_054, 4000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I2_F", )) 136_226_670 -> Some(SpellstoneData( [], 136_226_670, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_646_682_243, "Heroic", 3_345_193_433, 2_062_943_749, 3_596_801_488, 4_130_847_738, 2_697_088_054, 4000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I2_C", )) 136_226_669 -> Some(SpellstoneData( [], 136_226_669, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_050_252_594, "Heroic", 3_345_193_433, 466_514_100, 3_596_801_487, 4_130_847_738, 2_697_088_054, 4000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I2_B", )) 4_284_239_814 -> Some(SpellstoneData( [], 4_284_239_814, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_145_139_291, "Heroic", 4_220_763_581, 3_856_368_093, 3_449_847_336, 4_130_847_738, 2_697_088_054, 4000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_L3_G", )) 4_284_239_815 -> Some(SpellstoneData( [], 4_284_239_815, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_741_568_940, "Heroic", 4_220_763_581, 1_157_830_446, 3_449_847_337, 4_130_847_738, 2_697_088_054, 4000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_L3_H", )) 4_284_239_813 -> Some(SpellstoneData( [], 4_284_239_813, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_843_676_938, "Heroic", 4_220_763_581, 2_259_938_444, 3_449_847_335, 4_130_847_738, 2_697_088_054, 4000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_L3_F", )) 4_284_239_810 -> Some(SpellstoneData( [], 4_284_239_810, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_349_355_287, "Heroic", 4_220_763_581, 1_765_616_793, 3_449_847_332, 4_130_847_738, 2_697_088_054, 4000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_L3_C", )) 4_284_239_809 -> Some(SpellstoneData( [], 4_284_239_809, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_752_925_638, "Heroic", 4_220_763_581, 169_187_144, 3_449_847_331, 4_130_847_738, 2_697_088_054, 4000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_L3_B", )) 2_022_515_284 -> Some(SpellstoneData( [], 2_022_515_284, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_437_409_609, "Heroic", 3_726_441_930, 1_853_671_115, 1_188_122_806, 4_130_847_738, 2_697_088_054, 4000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I3_H", )) 2_022_515_283 -> Some(SpellstoneData( [], 2_022_515_283, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_840_979_960, "Heroic", 3_726_441_930, 257_241_466, 1_188_122_805, 4_130_847_738, 2_697_088_054, 4000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I3_G", )) 2_022_515_282 -> Some(SpellstoneData( [], 2_022_515_282, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 244_550_311, "Heroic", 3_726_441_930, 2_955_779_113, 1_188_122_804, 4_130_847_738, 2_697_088_054, 4000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I3_F", )) 2_022_515_279 -> Some(SpellstoneData( [], 2_022_515_279, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_045_195_956, "Heroic", 3_726_441_930, 2_461_457_462, 1_188_122_801, 4_130_847_738, 2_697_088_054, 4000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I3_C", )) 2_022_515_278 -> Some(SpellstoneData( [], 2_022_515_278, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_448_766_307, "Heroic", 3_726_441_930, 865_027_813, 1_188_122_800, 4_130_847_738, 2_697_088_054, 4000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I3_B", )) 2_857_951_071 -> Some(SpellstoneData( [], 2_857_951_071, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 84_798_660, "Heroic", 2_892_117_733, 2_796_027_462, 2_023_558_593, 4_130_847_738, 2_697_088_054, 4000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_S4_H", )) 2_857_951_070 -> Some(SpellstoneData( [], 2_857_951_070, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_783_336_307, "Heroic", 2_892_117_733, 1_199_597_813, 2_023_558_592, 4_130_847_738, 2_697_088_054, 4000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_S4_G", )) 2_857_951_069 -> Some(SpellstoneData( [], 2_857_951_069, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_186_906_658, "Heroic", 2_892_117_733, 3_898_135_460, 2_023_558_591, 4_130_847_738, 2_697_088_054, 4000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_S4_F", )) 2_857_951_066 -> Some(SpellstoneData( [], 2_857_951_066, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 692_585_007, "Heroic", 2_892_117_733, 3_403_813_809, 2_023_558_588, 4_130_847_738, 2_697_088_054, 4000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_S4_C", )) 2_857_951_065 -> Some(SpellstoneData( [], 2_857_951_065, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_391_122_654, "Heroic", 2_892_117_733, 1_807_384_160, 2_023_558_587, 4_130_847_738, 2_697_088_054, 4000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_S4_B", )) 3_840_341_014 -> Some(SpellstoneData( [], 3_840_341_014, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_324_481_963, "Heroic", 1_182_223_388, 4_035_710_765, 3_005_948_536, 4_130_847_738, 2_697_088_054, 4000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_Z4_H", )) 3_840_341_013 -> Some(SpellstoneData( [], 3_840_341_013, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_023_019_610, "Heroic", 1_182_223_388, 2_439_281_116, 3_005_948_535, 4_130_847_738, 2_697_088_054, 4000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_Z4_G", )) 3_840_341_012 -> Some(SpellstoneData( [], 3_840_341_012, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_426_589_961, "Heroic", 1_182_223_388, 842_851_467, 3_005_948_534, 4_130_847_738, 2_697_088_054, 4000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_Z4_F", )) 3_840_341_009 -> Some(SpellstoneData( [], 3_840_341_009, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_932_268_310, "Heroic", 1_182_223_388, 348_529_816, 3_005_948_531, 4_130_847_738, 2_697_088_054, 4000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_Z4_C", )) 3_840_341_008 -> Some(SpellstoneData( [], 3_840_341_008, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 335_838_661, "Heroic", 1_182_223_388, 3_047_067_463, 3_005_948_530, 4_130_847_738, 2_697_088_054, 4000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_Z4_B", )) 3_611_859_248 -> Some(SpellstoneData( [], 3_611_859_248, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_716_163_301, "Heroic", 193_580_086, 1_132_424_807, 2_777_466_770, 4_130_847_738, 2_697_088_054, 4000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_T4_H", )) 3_611_859_247 -> Some(SpellstoneData( [], 3_611_859_247, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_119_733_652, "Heroic", 193_580_086, 3_830_962_454, 2_777_466_769, 4_130_847_738, 2_697_088_054, 4000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_T4_G", )) 3_611_859_246 -> Some(SpellstoneData( [], 3_611_859_246, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_818_271_299, "Heroic", 193_580_086, 2_234_532_805, 2_777_466_768, 4_130_847_738, 2_697_088_054, 4000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_T4_F", )) 3_611_859_243 -> Some(SpellstoneData( [], 3_611_859_243, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_323_949_648, "Heroic", 193_580_086, 1_740_211_154, 2_777_466_765, 4_130_847_738, 2_697_088_054, 4000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_T4_C", )) 3_611_859_242 -> Some(SpellstoneData( [], 3_611_859_242, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_727_519_999, "Heroic", 193_580_086, 143_781_505, 2_777_466_764, 4_130_847_738, 2_697_088_054, 4000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_T4_B", )) 367_744_774 -> Some(SpellstoneData( [], 367_744_774, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_172_320_667, "Heroic", 1_409_152_780, 588_582_173, 3_828_319_592, 4_130_847_738, 2_697_088_054, 4000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_J4_H", )) 367_744_773 -> Some(SpellstoneData( [], 367_744_773, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 575_891_018, "Heroic", 1_409_152_780, 3_287_119_820, 3_828_319_591, 4_130_847_738, 2_697_088_054, 4000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_J4_G", )) 367_744_772 -> Some(SpellstoneData( [], 367_744_772, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_274_428_665, "Heroic", 1_409_152_780, 1_690_690_171, 3_828_319_590, 4_130_847_738, 2_697_088_054, 4000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_J4_F", )) 367_744_769 -> Some(SpellstoneData( [], 367_744_769, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_780_107_014, "Heroic", 1_409_152_780, 1_196_368_520, 3_828_319_587, 4_130_847_738, 2_697_088_054, 4000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_J4_C", )) 367_744_768 -> Some(SpellstoneData( [], 367_744_768, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_183_677_365, "Heroic", 1_409_152_780, 3_894_906_167, 3_828_319_586, 4_130_847_738, 2_697_088_054, 4000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_J4_B", )) 1_875_561_128 -> Some(SpellstoneData( [], 1_875_561_128, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_140_082_653, "Heroic", 307_044_782, 1_556_344_159, 1_041_168_650, 4_130_847_738, 2_697_088_054, 4000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_L4_H", )) 1_875_561_127 -> Some(SpellstoneData( [], 1_875_561_127, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_543_653_004, "Heroic", 307_044_782, 4_254_881_806, 1_041_168_649, 4_130_847_738, 2_697_088_054, 4000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_L4_G", )) 1_875_561_126 -> Some(SpellstoneData( [], 1_875_561_126, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_242_190_651, "Heroic", 307_044_782, 2_658_452_157, 1_041_168_648, 4_130_847_738, 2_697_088_054, 4000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_L4_F", )) 1_875_561_123 -> Some(SpellstoneData( [], 1_875_561_123, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_747_869_000, "Heroic", 307_044_782, 2_164_130_506, 1_041_168_645, 4_130_847_738, 2_697_088_054, 4000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_L4_C", )) 1_875_561_122 -> Some(SpellstoneData( [], 1_875_561_122, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_151_439_351, "Heroic", 307_044_782, 567_700_857, 1_041_168_644, 4_130_847_738, 2_697_088_054, 4000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_L4_B", )) 4_137_285_659 -> Some(SpellstoneData( [], 4_137_285_659, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_444_241_984, "Heroic", 801_366_433, 860_503_490, 3_302_893_181, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O4_H", )) 4_137_285_658 -> Some(SpellstoneData( [], 4_137_285_658, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 847_812_335, "Heroic", 801_366_433, 3_559_041_137, 3_302_893_180, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O4_G", )) 4_137_285_657 -> Some(SpellstoneData( [], 4_137_285_657, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_546_349_982, "Heroic", 801_366_433, 1_962_611_488, 3_302_893_179, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O4_F", )) 4_137_285_654 -> Some(SpellstoneData( [], 4_137_285_654, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_052_028_331, "Heroic", 801_366_433, 1_468_289_837, 3_302_893_176, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O4_C", )) 4_137_285_653 -> Some(SpellstoneData( [], 4_137_285_653, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_455_598_682, "Heroic", 801_366_433, 4_166_827_484, 3_302_893_175, 4_130_847_738, 2_697_088_054, 4000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_O4_B", )) 3_908_803_893 -> Some(SpellstoneData( [], 3_908_803_893, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_835_923_322, "Heroic", 4_107_690_427, 2_252_184_828, 3_074_411_415, 4_130_847_738, 2_697_088_054, 4000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I4_H", )) 3_908_803_892 -> Some(SpellstoneData( [], 3_908_803_892, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_239_493_673, "Heroic", 4_107_690_427, 655_755_179, 3_074_411_414, 4_130_847_738, 2_697_088_054, 4000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I4_G", )) 3_908_803_891 -> Some(SpellstoneData( [], 3_908_803_891, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 643_064_024, "Heroic", 4_107_690_427, 3_354_292_826, 3_074_411_413, 4_130_847_738, 2_697_088_054, 4000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I4_F", )) 3_908_803_888 -> Some(SpellstoneData( [], 3_908_803_888, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 148_742_373, "Heroic", 4_107_690_427, 2_859_971_175, 3_074_411_410, 4_130_847_738, 2_697_088_054, 4000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I4_C", )) 3_908_803_887 -> Some(SpellstoneData( [], 3_908_803_887, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_847_280_020, "Heroic", 4_107_690_427, 1_263_541_526, 3_074_411_409, 4_130_847_738, 2_697_088_054, 4000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Green_I4_B", )) 2_979_594_674 -> Some(SpellstoneData( [], 2_979_594_674, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_633_007_159, "Heroic", 976_510_649, 3_242_464_153, 1_971_078_132, 1_423_851_045, 2_697_088_054, 4000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O1_G", )) 2_979_594_671 -> Some(SpellstoneData( [], 2_979_594_671, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_138_685_508, "Heroic", 976_510_649, 2_748_142_502, 1_971_078_129, 1_423_851_045, 2_697_088_054, 4000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O1_D", )) 2_979_594_669 -> Some(SpellstoneData( [], 2_979_594_669, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_240_793_506, "Heroic", 976_510_649, 3_850_250_500, 1_971_078_127, 1_423_851_045, 2_697_088_054, 4000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O1_B", )) 2_979_594_668 -> Some(SpellstoneData( [], 2_979_594_668, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_644_363_857, "Heroic", 976_510_649, 2_253_820_851, 1_971_078_126, 1_423_851_045, 2_697_088_054, 4000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O1_A", )) 342_434_221 -> Some(SpellstoneData( [], 342_434_221, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 128_234_914, "Heroic", 2_936_344_852, 737_691_908, 3_628_884_975, 1_423_851_045, 2_697_088_054, 4000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I2_G", )) 342_434_218 -> Some(SpellstoneData( [], 342_434_218, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_928_880_559, "Heroic", 2_936_344_852, 243_370_257, 3_628_884_972, 1_423_851_045, 2_697_088_054, 4000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I2_D", )) 342_434_216 -> Some(SpellstoneData( [], 342_434_216, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 736_021_261, "Heroic", 2_936_344_852, 1_345_478_255, 3_628_884_970, 1_423_851_045, 2_697_088_054, 4000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I2_B", )) 342_434_215 -> Some(SpellstoneData( [], 342_434_215, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_434_558_908, "Heroic", 2_936_344_852, 4_044_015_902, 3_628_884_969, 1_423_851_045, 2_697_088_054, 4000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I2_A", )) 195_480_065 -> Some(SpellstoneData( [], 195_480_065, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_125_875_254, "Heroic", 1_023_642_296, 440_364_952, 3_481_930_819, 1_423_851_045, 2_697_088_054, 4000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_L3_G", )) 195_480_062 -> Some(SpellstoneData( [], 195_480_062, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_631_553_603, "Heroic", 1_023_642_296, 4_241_010_597, 3_481_930_816, 1_423_851_045, 2_697_088_054, 4000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_L3_D", )) 195_480_060 -> Some(SpellstoneData( [], 195_480_060, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 438_694_305, "Heroic", 1_023_642_296, 1_048_151_299, 3_481_930_814, 1_423_851_045, 2_697_088_054, 4000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_L3_B", )) 195_480_059 -> Some(SpellstoneData( [], 195_480_059, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_137_231_952, "Heroic", 1_023_642_296, 3_746_688_946, 3_481_930_813, 1_423_851_045, 2_697_088_054, 4000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_L3_A", )) 2_228_722_830 -> Some(SpellstoneData( [], 2_228_722_830, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 526_748_627, "Heroic", 882_832_117, 1_136_205_621, 1_220_206_288, 1_423_851_045, 2_697_088_054, 4000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I3_G", )) 2_228_722_827 -> Some(SpellstoneData( [], 2_228_722_827, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 32_426_976, "Heroic", 882_832_117, 641_883_970, 1_220_206_285, 1_423_851_045, 2_697_088_054, 4000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I3_D", )) 2_228_722_825 -> Some(SpellstoneData( [], 2_228_722_825, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_134_534_974, "Heroic", 882_832_117, 1_743_991_968, 1_220_206_283, 1_423_851_045, 2_697_088_054, 4000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I3_B", )) 2_228_722_824 -> Some(SpellstoneData( [], 2_228_722_824, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_833_072_621, "Heroic", 882_832_117, 147_562_319, 1_220_206_282, 1_423_851_045, 2_697_088_054, 4000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I3_A", )) 3_064_158_617 -> Some(SpellstoneData( [], 3_064_158_617, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_469_104_974, "Heroic", 2_161_998_176, 2_078_561_968, 2_055_642_075, 1_423_851_045, 2_697_088_054, 4000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_S4_G", )) 3_064_158_614 -> Some(SpellstoneData( [], 3_064_158_614, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 974_783_323, "Heroic", 2_161_998_176, 1_584_240_317, 2_055_642_072, 1_423_851_045, 2_697_088_054, 4000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_S4_D", )) 3_064_158_612 -> Some(SpellstoneData( [], 3_064_158_612, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_076_891_321, "Heroic", 2_161_998_176, 2_686_348_315, 2_055_642_070, 1_423_851_045, 2_697_088_054, 4000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_S4_B", )) 3_064_158_611 -> Some(SpellstoneData( [], 3_064_158_611, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 480_461_672, "Heroic", 2_161_998_176, 1_089_918_666, 2_055_642_069, 1_423_851_045, 2_697_088_054, 4000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_S4_A", )) 4_046_548_560 -> Some(SpellstoneData( [], 4_046_548_560, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_708_788_277, "Heroic", 1_058_899_495, 3_318_245_271, 3_038_032_018, 1_423_851_045, 2_697_088_054, 4000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_Z4_G", )) 4_046_548_557 -> Some(SpellstoneData( [], 4_046_548_557, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_214_466_626, "Heroic", 1_058_899_495, 2_823_923_620, 3_038_032_015, 1_423_851_045, 2_697_088_054, 4000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_Z4_D", )) 4_046_548_555 -> Some(SpellstoneData( [], 4_046_548_555, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_316_574_624, "Heroic", 1_058_899_495, 3_926_031_618, 3_038_032_013, 1_423_851_045, 2_697_088_054, 4000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_Z4_B", )) 4_046_548_554 -> Some(SpellstoneData( [], 4_046_548_554, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_720_144_975, "Heroic", 1_058_899_495, 2_329_601_969, 3_038_032_012, 1_423_851_045, 2_697_088_054, 4000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_Z4_A", )) 3_818_066_794 -> Some(SpellstoneData( [], 3_818_066_794, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_100_469_615, "Heroic", 777_279_137, 414_959_313, 2_809_550_252, 1_423_851_045, 2_697_088_054, 4000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_T4_G", )) 3_818_066_791 -> Some(SpellstoneData( [], 3_818_066_791, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_606_147_964, "Heroic", 777_279_137, 4_215_604_958, 2_809_550_249, 1_423_851_045, 2_697_088_054, 4000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_T4_D", )) 3_818_066_789 -> Some(SpellstoneData( [], 3_818_066_789, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 413_288_666, "Heroic", 777_279_137, 1_022_745_660, 2_809_550_247, 1_423_851_045, 2_697_088_054, 4000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_T4_B", )) 3_818_066_788 -> Some(SpellstoneData( [], 3_818_066_788, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_111_826_313, "Heroic", 777_279_137, 3_721_283_307, 2_809_550_246, 1_423_851_045, 2_697_088_054, 4000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_T4_A", )) 573_952_320 -> Some(SpellstoneData( [], 573_952_320, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_556_626_981, "Heroic", 1_739_567_639, 4_166_083_975, 3_860_403_074, 1_423_851_045, 2_697_088_054, 4000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_J4_G", )) 573_952_317 -> Some(SpellstoneData( [], 573_952_317, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_062_305_330, "Heroic", 1_739_567_639, 3_671_762_324, 3_860_403_071, 1_423_851_045, 2_697_088_054, 4000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_J4_D", )) 573_952_315 -> Some(SpellstoneData( [], 573_952_315, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_164_413_328, "Heroic", 1_739_567_639, 478_903_026, 3_860_403_069, 1_423_851_045, 2_697_088_054, 4000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_J4_B", )) 573_952_314 -> Some(SpellstoneData( [], 573_952_314, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_567_983_679, "Heroic", 1_739_567_639, 3_177_440_673, 3_860_403_068, 1_423_851_045, 2_697_088_054, 4000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_J4_A", )) 2_081_768_674 -> Some(SpellstoneData( [], 2_081_768_674, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 229_421_671, "Heroic", 3_265_096_857, 838_878_665, 1_073_252_132, 1_423_851_045, 2_697_088_054, 4000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_L4_G", )) 2_081_768_671 -> Some(SpellstoneData( [], 2_081_768_671, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_030_067_316, "Heroic", 3_265_096_857, 344_557_014, 1_073_252_129, 1_423_851_045, 2_697_088_054, 4000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_L4_D", )) 2_081_768_669 -> Some(SpellstoneData( [], 2_081_768_669, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 837_208_018, "Heroic", 3_265_096_857, 1_446_665_012, 1_073_252_127, 1_423_851_045, 2_697_088_054, 4000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_L4_B", )) 2_081_768_668 -> Some(SpellstoneData( [], 2_081_768_668, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_535_745_665, "Heroic", 3_265_096_857, 4_145_202_659, 1_073_252_126, 1_423_851_045, 2_697_088_054, 4000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_L4_A", )) 48_525_909 -> Some(SpellstoneData( [], 48_525_909, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_828_548_298, "Heroic", 3_405_907_036, 143_037_996, 3_334_976_663, 1_423_851_045, 2_697_088_054, 4000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O4_G", )) 48_525_906 -> Some(SpellstoneData( [], 48_525_906, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_334_226_647, "Heroic", 3_405_907_036, 3_943_683_641, 3_334_976_660, 1_423_851_045, 2_697_088_054, 4000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O4_D", )) 48_525_904 -> Some(SpellstoneData( [], 48_525_904, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 141_367_349, "Heroic", 3_405_907_036, 750_824_343, 3_334_976_658, 1_423_851_045, 2_697_088_054, 4000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O4_B", )) 48_525_903 -> Some(SpellstoneData( [], 48_525_903, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_839_904_996, "Heroic", 3_405_907_036, 3_449_361_990, 3_334_976_657, 1_423_851_045, 2_697_088_054, 4000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_O4_A", )) 4_115_011_439 -> Some(SpellstoneData( [], 4_115_011_439, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 925_262_340, "Heroic", 3_124_286_678, 1_534_719_334, 3_106_494_897, 1_423_851_045, 2_697_088_054, 4000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I4_G", )) 4_115_011_436 -> Some(SpellstoneData( [], 4_115_011_436, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 430_940_689, "Heroic", 3_124_286_678, 1_040_397_683, 3_106_494_894, 1_423_851_045, 2_697_088_054, 4000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I4_D", )) 4_115_011_434 -> Some(SpellstoneData( [], 4_115_011_434, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_533_048_687, "Heroic", 3_124_286_678, 2_142_505_681, 3_106_494_892, 1_423_851_045, 2_697_088_054, 4000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I4_B", )) 4_115_011_433 -> Some(SpellstoneData( [], 4_115_011_433, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_231_586_334, "Heroic", 3_124_286_678, 546_076_032, 3_106_494_891, 1_423_851_045, 2_697_088_054, 4000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Yellow_I4_A", )) 158_869_858 -> Some(SpellstoneData( [], 158_869_858, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_349_354_327, "Heroic", 207_785_048, 2_203_230_489, 636_229_124, 275_112_964, 2_697_088_054, 4000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O1_H", )) 158_869_857 -> Some(SpellstoneData( [], 158_869_857, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 752_924_678, "Heroic", 207_785_048, 606_800_840, 636_229_123, 275_112_964, 2_697_088_054, 4000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O1_G", )) 158_869_854 -> Some(SpellstoneData( [], 158_869_854, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 258_603_027, "Heroic", 207_785_048, 112_479_189, 636_229_120, 275_112_964, 2_697_088_054, 4000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O1_D", )) 158_869_853 -> Some(SpellstoneData( [], 158_869_853, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 2_957_140_674, "Heroic", 207_785_048, 2_811_016_836, 636_229_119, 275_112_964, 2_697_088_054, 4000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O1_C", )) 158_869_851 -> Some(SpellstoneData( [], 158_869_851, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_059_248_672, "Heroic", 207_785_048, 3_913_124_834, 636_229_117, 275_112_964, 2_697_088_054, 4000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O1_A", )) 1_816_676_701 -> Some(SpellstoneData( [], 1_816_676_701, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_139_549_378, "Heroic", 2_459_571_395, 3_993_425_540, 2_294_035_967, 275_112_964, 2_697_088_054, 4000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I2_H", )) 1_816_676_700 -> Some(SpellstoneData( [], 1_816_676_700, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_543_119_729, "Heroic", 2_459_571_395, 2_396_995_891, 2_294_035_966, 275_112_964, 2_697_088_054, 4000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I2_G", )) 1_816_676_697 -> Some(SpellstoneData( [], 1_816_676_697, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_048_798_078, "Heroic", 2_459_571_395, 1_902_674_240, 2_294_035_963, 275_112_964, 2_697_088_054, 4000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I2_D", )) 1_816_676_696 -> Some(SpellstoneData( [], 1_816_676_696, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 452_368_429, "Heroic", 2_459_571_395, 306_244_591, 2_294_035_962, 275_112_964, 2_697_088_054, 4000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I2_C", )) 1_816_676_694 -> Some(SpellstoneData( [], 1_816_676_694, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_554_476_427, "Heroic", 2_459_571_395, 1_408_352_589, 2_294_035_960, 275_112_964, 2_697_088_054, 4000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I2_A", )) 1_669_722_545 -> Some(SpellstoneData( [], 1_669_722_545, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_842_222_422, "Heroic", 787_134_759, 3_696_098_584, 2_147_081_811, 275_112_964, 2_697_088_054, 4000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_L3_H", )) 1_669_722_544 -> Some(SpellstoneData( [], 1_669_722_544, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_245_792_773, "Heroic", 787_134_759, 2_099_668_935, 2_147_081_810, 275_112_964, 2_697_088_054, 4000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_L3_G", )) 1_669_722_541 -> Some(SpellstoneData( [], 1_669_722_541, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_751_471_122, "Heroic", 787_134_759, 1_605_347_284, 2_147_081_807, 275_112_964, 2_697_088_054, 4000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_L3_D", )) 1_669_722_540 -> Some(SpellstoneData( [], 1_669_722_540, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 155_041_473, "Heroic", 787_134_759, 8_917_635, 2_147_081_806, 275_112_964, 2_697_088_054, 4000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_L3_C", )) 1_669_722_538 -> Some(SpellstoneData( [], 1_669_722_538, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_257_149_471, "Heroic", 787_134_759, 1_111_025_633, 2_147_081_804, 275_112_964, 2_697_088_054, 4000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_L3_A", )) 3_702_965_310 -> Some(SpellstoneData( [], 3_702_965_310, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 243_095_795, "Heroic", 3_526_864_852, 96_971_957, 4_180_324_576, 275_112_964, 2_697_088_054, 4000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I3_H", )) 3_702_965_309 -> Some(SpellstoneData( [], 3_702_965_309, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_941_633_442, "Heroic", 3_526_864_852, 2_795_509_604, 4_180_324_575, 275_112_964, 2_697_088_054, 4000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I3_G", )) 3_702_965_306 -> Some(SpellstoneData( [], 3_702_965_306, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_447_311_791, "Heroic", 3_526_864_852, 2_301_187_953, 4_180_324_572, 275_112_964, 2_697_088_054, 4000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I3_D", )) 3_702_965_305 -> Some(SpellstoneData( [], 3_702_965_305, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 850_882_142, "Heroic", 3_526_864_852, 704_758_304, 4_180_324_571, 275_112_964, 2_697_088_054, 4000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I3_C", )) 3_702_965_303 -> Some(SpellstoneData( [], 3_702_965_303, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_952_990_140, "Heroic", 3_526_864_852, 1_806_866_302, 4_180_324_569, 275_112_964, 2_697_088_054, 4000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I3_A", )) 243_433_801 -> Some(SpellstoneData( [], 243_433_801, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_185_452_142, "Heroic", 1_188_347_727, 1_039_328_304, 720_793_067, 275_112_964, 2_697_088_054, 4000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_S4_H", )) 243_433_800 -> Some(SpellstoneData( [], 243_433_800, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_883_989_789, "Heroic", 1_188_347_727, 3_737_865_951, 720_793_066, 275_112_964, 2_697_088_054, 4000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_S4_G", )) 243_433_797 -> Some(SpellstoneData( [], 243_433_797, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_389_668_138, "Heroic", 1_188_347_727, 3_243_544_300, 720_793_063, 275_112_964, 2_697_088_054, 4000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_S4_D", )) 243_433_796 -> Some(SpellstoneData( [], 243_433_796, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_793_238_489, "Heroic", 1_188_347_727, 1_647_114_651, 720_793_062, 275_112_964, 2_697_088_054, 4000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_S4_C", )) 243_433_794 -> Some(SpellstoneData( [], 243_433_794, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_895_346_487, "Heroic", 1_188_347_727, 2_749_222_649, 720_793_060, 275_112_964, 2_697_088_054, 4000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_S4_A", )) 1_225_823_744 -> Some(SpellstoneData( [], 1_225_823_744, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_425_135_445, "Heroic", 522_267_238, 2_279_011_607, 1_703_183_010, 275_112_964, 2_697_088_054, 4000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_Z4_H", )) 1_225_823_743 -> Some(SpellstoneData( [], 1_225_823_743, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 828_705_796, "Heroic", 522_267_238, 682_581_958, 1_703_183_009, 275_112_964, 2_697_088_054, 4000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_Z4_G", )) 1_225_823_740 -> Some(SpellstoneData( [], 1_225_823_740, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 334_384_145, "Heroic", 522_267_238, 188_260_307, 1_703_183_006, 275_112_964, 2_697_088_054, 4000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_Z4_D", )) 1_225_823_739 -> Some(SpellstoneData( [], 1_225_823_739, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_032_921_792, "Heroic", 522_267_238, 2_886_797_954, 1_703_183_005, 275_112_964, 2_697_088_054, 4000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_Z4_C", )) 1_225_823_737 -> Some(SpellstoneData( [], 1_225_823_737, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_135_029_790, "Heroic", 522_267_238, 3_988_905_952, 1_703_183_003, 275_112_964, 2_697_088_054, 4000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_Z4_A", )) 997_341_978 -> Some(SpellstoneData( [], 997_341_978, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_816_816_783, "Heroic", 1_706_760_128, 3_670_692_945, 1_474_701_244, 275_112_964, 2_697_088_054, 4000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_T4_H", )) 997_341_977 -> Some(SpellstoneData( [], 997_341_977, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_220_387_134, "Heroic", 1_706_760_128, 2_074_263_296, 1_474_701_243, 275_112_964, 2_697_088_054, 4000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_T4_G", )) 997_341_974 -> Some(SpellstoneData( [], 997_341_974, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_726_065_483, "Heroic", 1_706_760_128, 1_579_941_645, 1_474_701_240, 275_112_964, 2_697_088_054, 4000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_T4_D", )) 997_341_973 -> Some(SpellstoneData( [], 997_341_973, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 129_635_834, "Heroic", 1_706_760_128, 4_278_479_292, 1_474_701_239, 275_112_964, 2_697_088_054, 4000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_T4_C", )) 997_341_971 -> Some(SpellstoneData( [], 997_341_971, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_231_743_832, "Heroic", 1_706_760_128, 1_085_619_994, 1_474_701_237, 275_112_964, 2_697_088_054, 4000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_T4_A", )) 2_048_194_800 -> Some(SpellstoneData( [], 2_048_194_800, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_272_974_149, "Heroic", 817_603_414, 3_126_850_311, 2_525_554_066, 275_112_964, 2_697_088_054, 4000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_J4_H", )) 2_048_194_799 -> Some(SpellstoneData( [], 2_048_194_799, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_676_544_500, "Heroic", 817_603_414, 1_530_420_662, 2_525_554_065, 275_112_964, 2_697_088_054, 4000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_J4_G", )) 2_048_194_796 -> Some(SpellstoneData( [], 2_048_194_796, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_182_222_849, "Heroic", 817_603_414, 1_036_099_011, 2_525_554_062, 275_112_964, 2_697_088_054, 4000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_J4_D", )) 2_048_194_795 -> Some(SpellstoneData( [], 2_048_194_795, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 3_880_760_496, "Heroic", 817_603_414, 3_734_636_658, 2_525_554_061, 275_112_964, 2_697_088_054, 4000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_J4_C", )) 2_048_194_793 -> Some(SpellstoneData( [], 2_048_194_793, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 687_901_198, "Heroic", 817_603_414, 541_777_360, 2_525_554_059, 275_112_964, 2_697_088_054, 4000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_J4_A", )) 3_556_011_154 -> Some(SpellstoneData( [], 3_556_011_154, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 4_240_736_135, "Heroic", 1_854_428_216, 4_094_612_297, 4_033_370_420, 275_112_964, 2_697_088_054, 4000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_L4_H", )) 3_556_011_153 -> Some(SpellstoneData( [], 3_556_011_153, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_644_306_486, "Heroic", 1_854_428_216, 2_498_182_648, 4_033_370_419, 275_112_964, 2_697_088_054, 4000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_L4_G", )) 3_556_011_150 -> Some(SpellstoneData( [], 3_556_011_150, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_149_984_835, "Heroic", 1_854_428_216, 2_003_860_997, 4_033_370_416, 275_112_964, 2_697_088_054, 4000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_L4_D", )) 3_556_011_149 -> Some(SpellstoneData( [], 3_556_011_149, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 553_555_186, "Heroic", 1_854_428_216, 407_431_348, 4_033_370_415, 275_112_964, 2_697_088_054, 4000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_L4_C", )) 3_556_011_147 -> Some(SpellstoneData( [], 3_556_011_147, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_655_663_184, "Heroic", 1_854_428_216, 1_509_539_346, 4_033_370_413, 275_112_964, 2_697_088_054, 4000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_L4_A", )) 1_522_768_389 -> Some(SpellstoneData( [], 1_522_768_389, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_544_895_466, "Heroic", 3_409_665_419, 3_398_771_628, 2_000_127_655, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O4_H", )) 1_522_768_388 -> Some(SpellstoneData( [], 1_522_768_388, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_948_465_817, "Heroic", 3_409_665_419, 1_802_341_979, 2_000_127_654, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O4_G", )) 1_522_768_385 -> Some(SpellstoneData( [], 1_522_768_385, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 1_454_144_166, "Heroic", 3_409_665_419, 1_308_020_328, 2_000_127_651, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O4_D", )) 1_522_768_384 -> Some(SpellstoneData( [], 1_522_768_384, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 4_152_681_813, "Heroic", 3_409_665_419, 4_006_557_975, 2_000_127_650, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O4_C", )) 1_522_768_382 -> Some(SpellstoneData( [], 1_522_768_382, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 959_822_515, "Heroic", 3_409_665_419, 813_698_677, 2_000_127_648, 275_112_964, 2_697_088_054, 4000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_O4_A", )) 1_294_286_623 -> Some(SpellstoneData( [], 1_294_286_623, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 641_609_508, "Heroic", 299_191_013, 495_485_670, 1_771_645_889, 275_112_964, 2_697_088_054, 4000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I4_H", )) 1_294_286_622 -> Some(SpellstoneData( [], 1_294_286_622, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 3_340_147_155, "Heroic", 299_191_013, 3_194_023_317, 1_771_645_888, 275_112_964, 2_697_088_054, 4000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I4_G", )) 1_294_286_619 -> Some(SpellstoneData( [], 1_294_286_619, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_845_825_504, "Heroic", 299_191_013, 2_699_701_666, 1_771_645_885, 275_112_964, 2_697_088_054, 4000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I4_D", )) 1_294_286_618 -> Some(SpellstoneData( [], 1_294_286_618, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, True, 1_249_395_855, "Heroic", 299_191_013, 1_103_272_017, 1_771_645_884, 275_112_964, 2_697_088_054, 4000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I4_C", )) 1_294_286_616 -> Some(SpellstoneData( [], 1_294_286_616, 3_707_135_674, 32_000, 2_697_088_054, False, False, True, False, 2_351_503_853, "Heroic", 299_191_013, 2_205_380_015, 1_771_645_882, 275_112_964, 2_697_088_054, 4000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_He_Red_I4_A", )) 973_135_546 -> Some(SpellstoneData( [], 973_135_546, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_501_103_199, "Rare", 2_781_534_672, 2_310_403_585, 3_315_678_012, 1_879_470_780, 2_697_088_054, 1000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O1_B", )) 973_135_550 -> Some(SpellstoneData( [], 973_135_550, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_591_854_499, "Rare", 2_781_534_672, 106_187_589, 3_315_678_016, 1_879_470_780, 2_697_088_054, 1000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O1_F", )) 973_135_548 -> Some(SpellstoneData( [], 973_135_548, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 398_995_201, "Rare", 2_781_534_672, 1_208_295_587, 3_315_678_014, 1_879_470_780, 2_697_088_054, 1000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O1_D", )) 973_135_547 -> Some(SpellstoneData( [], 973_135_547, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_097_532_848, "Rare", 2_781_534_672, 3_906_833_234, 3_315_678_013, 1_879_470_780, 2_697_088_054, 1000, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O1_C", )) 2_630_942_389 -> Some(SpellstoneData( [], 2_630_942_389, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_291_298_250, "Rare", 1_039_518_347, 4_100_598_636, 678_517_559, 1_879_470_780, 2_697_088_054, 1000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I2_B", )) 2_630_942_393 -> Some(SpellstoneData( [], 2_630_942_393, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_087_082_254, "Rare", 1_039_518_347, 1_896_382_640, 678_517_563, 1_879_470_780, 2_697_088_054, 1000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I2_F", )) 2_630_942_391 -> Some(SpellstoneData( [], 2_630_942_391, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_189_190_252, "Rare", 1_039_518_347, 2_998_490_638, 678_517_561, 1_879_470_780, 2_697_088_054, 1000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I2_D", )) 2_630_942_390 -> Some(SpellstoneData( [], 2_630_942_390, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 592_760_603, "Rare", 1_039_518_347, 1_402_060_989, 678_517_560, 1_879_470_780, 2_697_088_054, 1000, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I2_C", )) 2_483_988_233 -> Some(SpellstoneData( [], 2_483_988_233, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_993_971_294, "Rare", 642_989_231, 3_803_271_680, 531_563_403, 1_879_470_780, 2_697_088_054, 1000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_L3_B", )) 2_483_988_237 -> Some(SpellstoneData( [], 2_483_988_237, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 789_755_298, "Rare", 642_989_231, 1_599_055_684, 531_563_407, 1_879_470_780, 2_697_088_054, 1000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_L3_F", )) 2_483_988_235 -> Some(SpellstoneData( [], 2_483_988_235, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_891_863_296, "Rare", 642_989_231, 2_701_163_682, 531_563_405, 1_879_470_780, 2_697_088_054, 1000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_L3_D", )) 2_483_988_234 -> Some(SpellstoneData( [], 2_483_988_234, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 295_433_647, "Rare", 642_989_231, 1_104_734_033, 531_563_404, 1_879_470_780, 2_697_088_054, 1000, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_L3_C", )) 222_263_702 -> Some(SpellstoneData( [], 222_263_702, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_689_811_963, "Rare", 1_626_149_260, 204_145_053, 2_564_806_168, 1_879_470_780, 2_697_088_054, 1000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I3_B", )) 222_263_706 -> Some(SpellstoneData( [], 222_263_706, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_485_595_967, "Rare", 1_626_149_260, 2_294_896_353, 2_564_806_172, 1_879_470_780, 2_697_088_054, 1000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I3_F", )) 222_263_704 -> Some(SpellstoneData( [], 222_263_704, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_587_703_965, "Rare", 1_626_149_260, 3_397_004_351, 2_564_806_170, 1_879_470_780, 2_697_088_054, 1000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I3_D", )) 222_263_703 -> Some(SpellstoneData( [], 222_263_703, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 991_274_316, "Rare", 1_626_149_260, 1_800_574_702, 2_564_806_169, 1_879_470_780, 2_697_088_054, 1000, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I3_C", )) 1_057_699_489 -> Some(SpellstoneData( [], 1_057_699_489, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 337_201_014, "Rare", 1_798_891_607, 1_146_501_400, 3_400_241_955, 1_879_470_780, 2_697_088_054, 1000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_S4_B", )) 1_057_699_493 -> Some(SpellstoneData( [], 1_057_699_493, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_427_952_314, "Rare", 1_798_891_607, 3_237_252_700, 3_400_241_959, 1_879_470_780, 2_697_088_054, 1000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_S4_F", )) 1_057_699_491 -> Some(SpellstoneData( [], 1_057_699_491, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_530_060_312, "Rare", 1_798_891_607, 44_393_402, 3_400_241_957, 1_879_470_780, 2_697_088_054, 1000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_S4_D", )) 1_057_699_490 -> Some(SpellstoneData( [], 1_057_699_490, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_933_630_663, "Rare", 1_798_891_607, 2_742_931_049, 3_400_241_956, 1_879_470_780, 2_697_088_054, 1000, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_S4_C", )) 2_040_089_432 -> Some(SpellstoneData( [], 2_040_089_432, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_576_884_317, "Rare", 2_368_163_070, 2_386_184_703, 87_664_602, 1_879_470_780, 2_697_088_054, 1000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_Z4_B", )) 2_040_089_436 -> Some(SpellstoneData( [], 2_040_089_436, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_667_635_617, "Rare", 2_368_163_070, 181_968_707, 87_664_606, 1_879_470_780, 2_697_088_054, 1000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_Z4_F", )) 2_040_089_434 -> Some(SpellstoneData( [], 2_040_089_434, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 474_776_319, "Rare", 2_368_163_070, 1_284_076_705, 87_664_604, 1_879_470_780, 2_697_088_054, 1000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_Z4_D", )) 2_040_089_433 -> Some(SpellstoneData( [], 2_040_089_433, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_173_313_966, "Rare", 2_368_163_070, 3_982_614_352, 87_664_603, 1_879_470_780, 2_697_088_054, 1000, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_Z4_C", )) 1_811_607_666 -> Some(SpellstoneData( [], 1_811_607_666, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_968_565_655, "Rare", 39_515_832, 3_777_866_041, 4_154_150_132, 1_879_470_780, 2_697_088_054, 1000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_T4_B", )) 1_811_607_670 -> Some(SpellstoneData( [], 1_811_607_670, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 764_349_659, "Rare", 39_515_832, 1_573_650_045, 4_154_150_136, 1_879_470_780, 2_697_088_054, 1000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_T4_F", )) 1_811_607_668 -> Some(SpellstoneData( [], 1_811_607_668, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_866_457_657, "Rare", 39_515_832, 2_675_758_043, 4_154_150_134, 1_879_470_780, 2_697_088_054, 1000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_T4_D", )) 1_811_607_667 -> Some(SpellstoneData( [], 1_811_607_667, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 270_028_008, "Rare", 39_515_832, 1_079_328_394, 4_154_150_133, 1_879_470_780, 2_697_088_054, 1000, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_T4_C", )) 2_862_460_488 -> Some(SpellstoneData( [], 2_862_460_488, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_424_723_021, "Rare", 453_404_398, 3_234_023_407, 910_035_658, 1_879_470_780, 2_697_088_054, 1000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_J4_B", )) 2_862_460_492 -> Some(SpellstoneData( [], 2_862_460_492, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 220_507_025, "Rare", 453_404_398, 1_029_807_411, 910_035_662, 1_879_470_780, 2_697_088_054, 1000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_J4_F", )) 2_862_460_490 -> Some(SpellstoneData( [], 2_862_460_490, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_322_615_023, "Rare", 453_404_398, 2_131_915_409, 910_035_660, 1_879_470_780, 2_697_088_054, 1000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_J4_D", )) 2_862_460_489 -> Some(SpellstoneData( [], 2_862_460_489, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_021_152_670, "Rare", 453_404_398, 535_485_760, 910_035_659, 1_879_470_780, 2_697_088_054, 1000, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_J4_C", )) 75_309_546 -> Some(SpellstoneData( [], 75_309_546, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_392_485_007, "Rare", 1_229_620_144, 4_201_785_393, 2_417_852_012, 1_879_470_780, 2_697_088_054, 1000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_L4_B", )) 75_309_550 -> Some(SpellstoneData( [], 75_309_550, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_188_269_011, "Rare", 1_229_620_144, 1_997_569_397, 2_417_852_016, 1_879_470_780, 2_697_088_054, 1000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_L4_F", )) 75_309_548 -> Some(SpellstoneData( [], 75_309_548, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_290_377_009, "Rare", 1_229_620_144, 3_099_677_395, 2_417_852_014, 1_879_470_780, 2_697_088_054, 1000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_L4_D", )) 75_309_547 -> Some(SpellstoneData( [], 75_309_547, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 693_947_360, "Rare", 1_229_620_144, 1_503_247_746, 2_417_852_013, 1_879_470_780, 2_697_088_054, 1000, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_L4_C", )) 2_337_034_077 -> Some(SpellstoneData( [], 2_337_034_077, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_696_644_338, "Rare", 246_460_115, 3_505_944_724, 384_609_247, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O4_B", )) 2_337_034_081 -> Some(SpellstoneData( [], 2_337_034_081, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 492_428_342, "Rare", 246_460_115, 1_301_728_728, 384_609_251, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O4_F", )) 2_337_034_079 -> Some(SpellstoneData( [], 2_337_034_079, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_594_536_340, "Rare", 246_460_115, 2_403_836_726, 384_609_249, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O4_D", )) 2_337_034_078 -> Some(SpellstoneData( [], 2_337_034_078, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_293_073_987, "Rare", 246_460_115, 807_407_077, 384_609_248, 1_879_470_780, 2_697_088_054, 1000, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_O4_C", )) 2_108_552_311 -> Some(SpellstoneData( [], 2_108_552_311, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_088_325_676, "Rare", 2_212_780_173, 602_658_766, 156_127_481, 1_879_470_780, 2_697_088_054, 1000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I4_B", )) 2_108_552_315 -> Some(SpellstoneData( [], 2_108_552_315, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_884_109_680, "Rare", 2_212_780_173, 2_693_410_066, 156_127_485, 1_879_470_780, 2_697_088_054, 1000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I4_F", )) 2_108_552_313 -> Some(SpellstoneData( [], 2_108_552_313, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_986_217_678, "Rare", 2_212_780_173, 3_795_518_064, 156_127_483, 1_879_470_780, 2_697_088_054, 1000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I4_D", )) 2_108_552_312 -> Some(SpellstoneData( [], 2_108_552_312, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_389_788_029, "Rare", 2_212_780_173, 2_199_088_415, 156_127_482, 1_879_470_780, 2_697_088_054, 1000, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Gray_I4_C", )) 3_158_088_581 -> Some(SpellstoneData( [], 3_158_088_581, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 4_268_266_186, "Rare", 4_096_019_141, 2_684_527_692, 2_323_696_103, 4_274_278_641, 2_697_088_054, 1000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O1_H", )) 3_158_088_579 -> Some(SpellstoneData( [], 3_158_088_579, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_075_406_888, "Rare", 4_096_019_141, 3_786_635_690, 2_323_696_101, 4_274_278_641, 2_697_088_054, 1000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O1_F", )) 3_158_088_576 -> Some(SpellstoneData( [], 3_158_088_576, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 581_085_237, "Rare", 4_096_019_141, 3_292_314_039, 2_323_696_098, 4_274_278_641, 2_697_088_054, 1000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O1_C", )) 3_158_088_574 -> Some(SpellstoneData( [], 3_158_088_574, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_683_193_235, "Rare", 4_096_019_141, 99_454_741, 2_323_696_096, 4_274_278_641, 2_697_088_054, 1000, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O1_A", )) 520_928_128 -> Some(SpellstoneData( [], 520_928_128, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_763_493_941, "Rare", 3_488_624_336, 179_755_447, 3_981_502_946, 4_274_278_641, 2_697_088_054, 1000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I2_H", )) 520_928_126 -> Some(SpellstoneData( [], 520_928_126, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_865_601_939, "Rare", 3_488_624_336, 1_281_863_445, 3_981_502_944, 4_274_278_641, 2_697_088_054, 1000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I2_F", )) 520_928_123 -> Some(SpellstoneData( [], 520_928_123, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_371_280_288, "Rare", 3_488_624_336, 787_541_794, 3_981_502_941, 4_274_278_641, 2_697_088_054, 1000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I2_C", )) 520_928_121 -> Some(SpellstoneData( [], 520_928_121, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_473_388_286, "Rare", 3_488_624_336, 1_889_649_792, 3_981_502_939, 4_274_278_641, 2_697_088_054, 1000, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I2_A", )) 373_973_972 -> Some(SpellstoneData( [], 373_973_972, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_466_166_985, "Rare", 69_227_188, 4_177_395_787, 3_834_548_790, 4_274_278_641, 2_697_088_054, 1000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_L3_H", )) 373_973_970 -> Some(SpellstoneData( [], 373_973_970, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_568_274_983, "Rare", 69_227_188, 984_536_489, 3_834_548_788, 4_274_278_641, 2_697_088_054, 1000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_L3_F", )) 373_973_967 -> Some(SpellstoneData( [], 373_973_967, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_073_953_332, "Rare", 69_227_188, 490_214_838, 3_834_548_785, 4_274_278_641, 2_697_088_054, 1000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_L3_C", )) 373_973_965 -> Some(SpellstoneData( [], 373_973_965, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_176_061_330, "Rare", 69_227_188, 1_592_322_836, 3_834_548_783, 4_274_278_641, 2_697_088_054, 1000, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_L3_A", )) 2_407_216_737 -> Some(SpellstoneData( [], 2_407_216_737, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_162_007_654, "Rare", 3_869_872_833, 578_269_160, 1_572_824_259, 4_274_278_641, 2_697_088_054, 1000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I3_H", )) 2_407_216_735 -> Some(SpellstoneData( [], 2_407_216_735, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_264_115_652, "Rare", 3_869_872_833, 1_680_377_158, 1_572_824_257, 4_274_278_641, 2_697_088_054, 1000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I3_F", )) 2_407_216_732 -> Some(SpellstoneData( [], 2_407_216_732, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_769_794_001, "Rare", 3_869_872_833, 1_186_055_507, 1_572_824_254, 4_274_278_641, 2_697_088_054, 1000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I3_C", )) 2_407_216_730 -> Some(SpellstoneData( [], 2_407_216_730, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_871_901_999, "Rare", 3_869_872_833, 2_288_163_505, 1_572_824_252, 4_274_278_641, 2_697_088_054, 1000, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I3_A", )) 3_242_652_524 -> Some(SpellstoneData( [], 3_242_652_524, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_104_364_001, "Rare", 3_035_548_636, 1_520_625_507, 2_408_260_046, 4_274_278_641, 2_697_088_054, 1000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_S4_H", )) 3_242_652_522 -> Some(SpellstoneData( [], 3_242_652_522, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_206_471_999, "Rare", 3_035_548_636, 2_622_733_505, 2_408_260_044, 4_274_278_641, 2_697_088_054, 1000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_S4_F", )) 3_242_652_519 -> Some(SpellstoneData( [], 3_242_652_519, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_712_150_348, "Rare", 3_035_548_636, 2_128_411_854, 2_408_260_041, 4_274_278_641, 2_697_088_054, 1000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_S4_C", )) 3_242_652_517 -> Some(SpellstoneData( [], 3_242_652_517, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 519_291_050, "Rare", 3_035_548_636, 3_230_519_852, 2_408_260_039, 4_274_278_641, 2_697_088_054, 1000, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_S4_A", )) 4_225_042_467 -> Some(SpellstoneData( [], 4_225_042_467, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 49_080_008, "Rare", 1_325_654_291, 2_760_308_810, 3_390_649_989, 4_274_278_641, 2_697_088_054, 1000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_Z4_H", )) 4_225_042_465 -> Some(SpellstoneData( [], 4_225_042_465, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_151_188_006, "Rare", 1_325_654_291, 3_862_416_808, 3_390_649_987, 4_274_278_641, 2_697_088_054, 1000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_Z4_F", )) 4_225_042_462 -> Some(SpellstoneData( [], 4_225_042_462, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 656_866_355, "Rare", 1_325_654_291, 3_368_095_157, 3_390_649_984, 4_274_278_641, 2_697_088_054, 1000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_Z4_C", )) 4_225_042_460 -> Some(SpellstoneData( [], 4_225_042_460, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_758_974_353, "Rare", 1_325_654_291, 175_235_859, 3_390_649_982, 4_274_278_641, 2_697_088_054, 1000, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_Z4_A", )) 3_996_560_701 -> Some(SpellstoneData( [], 3_996_560_701, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_440_761_346, "Rare", 337_010_989, 4_151_990_148, 3_162_168_223, 4_274_278_641, 2_697_088_054, 1000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_T4_H", )) 3_996_560_699 -> Some(SpellstoneData( [], 3_996_560_699, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_542_869_344, "Rare", 337_010_989, 959_130_850, 3_162_168_221, 4_274_278_641, 2_697_088_054, 1000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_T4_F", )) 3_996_560_696 -> Some(SpellstoneData( [], 3_996_560_696, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_048_547_693, "Rare", 337_010_989, 464_809_199, 3_162_168_218, 4_274_278_641, 2_697_088_054, 1000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_T4_C", )) 3_996_560_694 -> Some(SpellstoneData( [], 3_996_560_694, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_150_655_691, "Rare", 337_010_989, 1_566_917_197, 3_162_168_216, 4_274_278_641, 2_697_088_054, 1000, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_T4_A", )) 752_446_227 -> Some(SpellstoneData( [], 752_446_227, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 896_918_712, "Rare", 1_552_583_683, 3_608_147_514, 4_213_021_045, 4_274_278_641, 2_697_088_054, 1000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_J4_H", )) 752_446_225 -> Some(SpellstoneData( [], 752_446_225, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_999_026_710, "Rare", 1_552_583_683, 415_288_216, 4_213_021_043, 4_274_278_641, 2_697_088_054, 1000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_J4_F", )) 752_446_222 -> Some(SpellstoneData( [], 752_446_222, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_504_705_059, "Rare", 1_552_583_683, 4_215_933_861, 4_213_021_040, 4_274_278_641, 2_697_088_054, 1000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_J4_C", )) 752_446_220 -> Some(SpellstoneData( [], 752_446_220, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_606_813_057, "Rare", 1_552_583_683, 1_023_074_563, 4_213_021_038, 4_274_278_641, 2_697_088_054, 1000, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_J4_A", )) 2_260_262_581 -> Some(SpellstoneData( [], 2_260_262_581, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_864_680_698, "Rare", 450_475_685, 280_942_204, 1_425_870_103, 4_274_278_641, 2_697_088_054, 1000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_L4_H", )) 2_260_262_579 -> Some(SpellstoneData( [], 2_260_262_579, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_966_788_696, "Rare", 450_475_685, 1_383_050_202, 1_425_870_101, 4_274_278_641, 2_697_088_054, 1000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_L4_F", )) 2_260_262_576 -> Some(SpellstoneData( [], 2_260_262_576, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_472_467_045, "Rare", 450_475_685, 888_728_551, 1_425_870_098, 4_274_278_641, 2_697_088_054, 1000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_L4_C", )) 2_260_262_574 -> Some(SpellstoneData( [], 2_260_262_574, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_574_575_043, "Rare", 450_475_685, 1_990_836_549, 1_425_870_096, 4_274_278_641, 2_697_088_054, 1000, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_L4_A", )) 227_019_816 -> Some(SpellstoneData( [], 227_019_816, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_168_840_029, "Rare", 944_797_336, 3_880_068_831, 3_687_594_634, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O4_H", )) 227_019_814 -> Some(SpellstoneData( [], 227_019_814, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_270_948_027, "Rare", 944_797_336, 687_209_533, 3_687_594_632, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O4_F", )) 227_019_811 -> Some(SpellstoneData( [], 227_019_811, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_776_626_376, "Rare", 944_797_336, 192_887_882, 3_687_594_629, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O4_C", )) 227_019_809 -> Some(SpellstoneData( [], 227_019_809, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_878_734_374, "Rare", 944_797_336, 1_294_995_880, 3_687_594_627, 4_274_278_641, 2_697_088_054, 1000, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_O4_A", )) 4_293_505_346 -> Some(SpellstoneData( [], 4_293_505_346, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_560_521_367, "Rare", 4_251_121_330, 976_782_873, 3_459_112_868, 4_274_278_641, 2_697_088_054, 1000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I4_H", )) 4_293_505_344 -> Some(SpellstoneData( [], 4_293_505_344, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_662_629_365, "Rare", 4_251_121_330, 2_078_890_871, 3_459_112_866, 4_274_278_641, 2_697_088_054, 1000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I4_F", )) 4_293_505_341 -> Some(SpellstoneData( [], 4_293_505_341, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_168_307_714, "Rare", 4_251_121_330, 1_584_569_220, 3_459_112_863, 4_274_278_641, 2_697_088_054, 1000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I4_C", )) 4_293_505_339 -> Some(SpellstoneData( [], 4_293_505_339, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_270_415_712, "Rare", 4_251_121_330, 2_686_677_218, 3_459_112_861, 4_274_278_641, 2_697_088_054, 1000, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Brown_I4_A", )) 4_015_314_622 -> Some(SpellstoneData( [], 4_015_314_622, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_882_881_235, "Rare", 3_952_588_238, 299_142_741, 3_180_922_144, 4_130_847_738, 2_697_088_054, 1000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O1_H", )) 4_015_314_621 -> Some(SpellstoneData( [], 4_015_314_621, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 286_451_586, "Rare", 3_952_588_238, 2_997_680_388, 3_180_922_143, 4_130_847_738, 2_697_088_054, 1000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O1_G", )) 4_015_314_620 -> Some(SpellstoneData( [], 4_015_314_620, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_984_989_233, "Rare", 3_952_588_238, 1_401_250_739, 3_180_922_142, 4_130_847_738, 2_697_088_054, 1000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O1_F", )) 4_015_314_617 -> Some(SpellstoneData( [], 4_015_314_617, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_490_667_582, "Rare", 3_952_588_238, 906_929_088, 3_180_922_139, 4_130_847_738, 2_697_088_054, 1000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O1_C", )) 4_015_314_616 -> Some(SpellstoneData( [], 4_015_314_616, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 894_237_933, "Rare", 3_952_588_238, 3_605_466_735, 3_180_922_138, 4_130_847_738, 2_697_088_054, 1000, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O1_B", )) 1_378_154_169 -> Some(SpellstoneData( [], 1_378_154_169, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_673_076_286, "Rare", 3_345_193_433, 2_089_337_792, 543_761_691, 4_130_847_738, 2_697_088_054, 1000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I2_H", )) 1_378_154_168 -> Some(SpellstoneData( [], 1_378_154_168, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_076_646_637, "Rare", 3_345_193_433, 492_908_143, 543_761_690, 4_130_847_738, 2_697_088_054, 1000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I2_G", )) 1_378_154_167 -> Some(SpellstoneData( [], 1_378_154_167, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 480_216_988, "Rare", 3_345_193_433, 3_191_445_790, 543_761_689, 4_130_847_738, 2_697_088_054, 1000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I2_F", )) 1_378_154_164 -> Some(SpellstoneData( [], 1_378_154_164, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_280_862_633, "Rare", 3_345_193_433, 2_697_124_139, 543_761_686, 4_130_847_738, 2_697_088_054, 1000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I2_C", )) 1_378_154_163 -> Some(SpellstoneData( [], 1_378_154_163, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_684_432_984, "Rare", 3_345_193_433, 1_100_694_490, 543_761_685, 4_130_847_738, 2_697_088_054, 1000, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I2_B", )) 1_231_200_013 -> Some(SpellstoneData( [], 1_231_200_013, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_375_749_330, "Rare", 4_220_763_581, 1_792_010_836, 396_807_535, 4_130_847_738, 2_697_088_054, 1000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_L3_H", )) 1_231_200_012 -> Some(SpellstoneData( [], 1_231_200_012, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_779_319_681, "Rare", 4_220_763_581, 195_581_187, 396_807_534, 4_130_847_738, 2_697_088_054, 1000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_L3_G", )) 1_231_200_011 -> Some(SpellstoneData( [], 1_231_200_011, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 182_890_032, "Rare", 4_220_763_581, 2_894_118_834, 396_807_533, 4_130_847_738, 2_697_088_054, 1000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_L3_F", )) 1_231_200_008 -> Some(SpellstoneData( [], 1_231_200_008, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_983_535_677, "Rare", 4_220_763_581, 2_399_797_183, 396_807_530, 4_130_847_738, 2_697_088_054, 1000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_L3_C", )) 1_231_200_007 -> Some(SpellstoneData( [], 1_231_200_007, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_387_106_028, "Rare", 4_220_763_581, 803_367_534, 396_807_529, 4_130_847_738, 2_697_088_054, 1000, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_L3_B", )) 3_264_442_778 -> Some(SpellstoneData( [], 3_264_442_778, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_071_589_999, "Rare", 3_726_441_930, 2_487_851_505, 2_430_050_300, 4_130_847_738, 2_697_088_054, 1000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I3_H", )) 3_264_442_777 -> Some(SpellstoneData( [], 3_264_442_777, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_475_160_350, "Rare", 3_726_441_930, 891_421_856, 2_430_050_299, 4_130_847_738, 2_697_088_054, 1000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I3_G", )) 3_264_442_776 -> Some(SpellstoneData( [], 3_264_442_776, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 878_730_701, "Rare", 3_726_441_930, 3_589_959_503, 2_430_050_298, 4_130_847_738, 2_697_088_054, 1000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I3_F", )) 3_264_442_773 -> Some(SpellstoneData( [], 3_264_442_773, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 384_409_050, "Rare", 3_726_441_930, 3_095_637_852, 2_430_050_295, 4_130_847_738, 2_697_088_054, 1000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I3_C", )) 3_264_442_772 -> Some(SpellstoneData( [], 3_264_442_772, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_082_946_697, "Rare", 3_726_441_930, 1_499_208_203, 2_430_050_294, 4_130_847_738, 2_697_088_054, 1000, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I3_B", )) 4_099_878_565 -> Some(SpellstoneData( [], 4_099_878_565, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 718_979_050, "Rare", 2_892_117_733, 3_430_207_852, 3_265_486_087, 4_130_847_738, 2_697_088_054, 1000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_S4_H", )) 4_099_878_564 -> Some(SpellstoneData( [], 4_099_878_564, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_417_516_697, "Rare", 2_892_117_733, 1_833_778_203, 3_265_486_086, 4_130_847_738, 2_697_088_054, 1000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_S4_G", )) 4_099_878_563 -> Some(SpellstoneData( [], 4_099_878_563, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_821_087_048, "Rare", 2_892_117_733, 237_348_554, 3_265_486_085, 4_130_847_738, 2_697_088_054, 1000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_S4_F", )) 4_099_878_560 -> Some(SpellstoneData( [], 4_099_878_560, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_326_765_397, "Rare", 2_892_117_733, 4_037_994_199, 3_265_486_082, 4_130_847_738, 2_697_088_054, 1000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_S4_C", )) 4_099_878_559 -> Some(SpellstoneData( [], 4_099_878_559, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_025_303_044, "Rare", 2_892_117_733, 2_441_564_550, 3_265_486_081, 4_130_847_738, 2_697_088_054, 1000, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_S4_B", )) 787_301_212 -> Some(SpellstoneData( [], 787_301_212, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_958_662_353, "Rare", 1_182_223_388, 374_923_859, 4_247_876_030, 4_130_847_738, 2_697_088_054, 1000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_Z4_H", )) 787_301_211 -> Some(SpellstoneData( [], 787_301_211, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 362_232_704, "Rare", 1_182_223_388, 3_073_461_506, 4_247_876_029, 4_130_847_738, 2_697_088_054, 1000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_Z4_G", )) 787_301_210 -> Some(SpellstoneData( [], 787_301_210, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_060_770_351, "Rare", 1_182_223_388, 1_477_031_857, 4_247_876_028, 4_130_847_738, 2_697_088_054, 1000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_Z4_F", )) 787_301_207 -> Some(SpellstoneData( [], 787_301_207, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_566_448_700, "Rare", 1_182_223_388, 982_710_206, 4_247_876_025, 4_130_847_738, 2_697_088_054, 1000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_Z4_C", )) 787_301_206 -> Some(SpellstoneData( [], 787_301_206, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 970_019_051, "Rare", 1_182_223_388, 3_681_247_853, 4_247_876_024, 4_130_847_738, 2_697_088_054, 1000, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_Z4_B", )) 558_819_446 -> Some(SpellstoneData( [], 558_819_446, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_350_343_691, "Rare", 193_580_086, 1_766_605_197, 4_019_394_264, 4_130_847_738, 2_697_088_054, 1000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_T4_H", )) 558_819_445 -> Some(SpellstoneData( [], 558_819_445, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_753_914_042, "Rare", 193_580_086, 170_175_548, 4_019_394_263, 4_130_847_738, 2_697_088_054, 1000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_T4_G", )) 558_819_444 -> Some(SpellstoneData( [], 558_819_444, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 157_484_393, "Rare", 193_580_086, 2_868_713_195, 4_019_394_262, 4_130_847_738, 2_697_088_054, 1000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_T4_F", )) 558_819_441 -> Some(SpellstoneData( [], 558_819_441, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_958_130_038, "Rare", 193_580_086, 2_374_391_544, 4_019_394_259, 4_130_847_738, 2_697_088_054, 1000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_T4_C", )) 558_819_440 -> Some(SpellstoneData( [], 558_819_440, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_361_700_389, "Rare", 193_580_086, 777_961_895, 4_019_394_258, 4_130_847_738, 2_697_088_054, 1000, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_T4_B", )) 1_609_672_268 -> Some(SpellstoneData( [], 1_609_672_268, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_806_501_057, "Rare", 1_409_152_780, 1_222_762_563, 775_279_790, 4_130_847_738, 2_697_088_054, 1000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_J4_H", )) 1_609_672_267 -> Some(SpellstoneData( [], 1_609_672_267, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_210_071_408, "Rare", 1_409_152_780, 3_921_300_210, 775_279_789, 4_130_847_738, 2_697_088_054, 1000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_J4_G", )) 1_609_672_266 -> Some(SpellstoneData( [], 1_609_672_266, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_908_609_055, "Rare", 1_409_152_780, 2_324_870_561, 775_279_788, 4_130_847_738, 2_697_088_054, 1000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_J4_F", )) 1_609_672_263 -> Some(SpellstoneData( [], 1_609_672_263, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_414_287_404, "Rare", 1_409_152_780, 1_830_548_910, 775_279_785, 4_130_847_738, 2_697_088_054, 1000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_J4_C", )) 1_609_672_262 -> Some(SpellstoneData( [], 1_609_672_262, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_817_857_755, "Rare", 1_409_152_780, 234_119_261, 775_279_784, 4_130_847_738, 2_697_088_054, 1000, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_J4_B", )) 3_117_488_622 -> Some(SpellstoneData( [], 3_117_488_622, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_774_263_043, "Rare", 307_044_782, 2_190_524_549, 2_283_096_144, 4_130_847_738, 2_697_088_054, 1000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_L4_H", )) 3_117_488_621 -> Some(SpellstoneData( [], 3_117_488_621, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_177_833_394, "Rare", 307_044_782, 594_094_900, 2_283_096_143, 4_130_847_738, 2_697_088_054, 1000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_L4_G", )) 3_117_488_620 -> Some(SpellstoneData( [], 3_117_488_620, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 581_403_745, "Rare", 307_044_782, 3_292_632_547, 2_283_096_142, 4_130_847_738, 2_697_088_054, 1000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_L4_F", )) 3_117_488_617 -> Some(SpellstoneData( [], 3_117_488_617, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 87_082_094, "Rare", 307_044_782, 2_798_310_896, 2_283_096_139, 4_130_847_738, 2_697_088_054, 1000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_L4_C", )) 3_117_488_616 -> Some(SpellstoneData( [], 3_117_488_616, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_785_619_741, "Rare", 307_044_782, 1_201_881_247, 2_283_096_138, 4_130_847_738, 2_697_088_054, 1000, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_L4_B", )) 1_084_245_857 -> Some(SpellstoneData( [], 1_084_245_857, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_078_422_374, "Rare", 801_366_433, 1_494_683_880, 249_853_379, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O4_H", )) 1_084_245_856 -> Some(SpellstoneData( [], 1_084_245_856, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_481_992_725, "Rare", 801_366_433, 4_193_221_527, 249_853_378, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O4_G", )) 1_084_245_855 -> Some(SpellstoneData( [], 1_084_245_855, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_180_530_372, "Rare", 801_366_433, 2_596_791_878, 249_853_377, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O4_F", )) 1_084_245_852 -> Some(SpellstoneData( [], 1_084_245_852, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_686_208_721, "Rare", 801_366_433, 2_102_470_227, 249_853_374, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O4_C", )) 1_084_245_851 -> Some(SpellstoneData( [], 1_084_245_851, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_089_779_072, "Rare", 801_366_433, 506_040_578, 249_853_373, 4_130_847_738, 2_697_088_054, 1000, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_O4_B", )) 855_764_091 -> Some(SpellstoneData( [], 855_764_091, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 175_136_416, "Rare", 4_107_690_427, 2_886_365_218, 21_371_613, 4_130_847_738, 2_697_088_054, 1000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I4_H", )) 855_764_090 -> Some(SpellstoneData( [], 855_764_090, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_873_674_063, "Rare", 4_107_690_427, 1_289_935_569, 21_371_612, 4_130_847_738, 2_697_088_054, 1000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I4_G", )) 855_764_089 -> Some(SpellstoneData( [], 855_764_089, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_277_244_414, "Rare", 4_107_690_427, 3_988_473_216, 21_371_611, 4_130_847_738, 2_697_088_054, 1000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I4_F", )) 855_764_086 -> Some(SpellstoneData( [], 855_764_086, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 782_922_763, "Rare", 4_107_690_427, 3_494_151_565, 21_371_608, 4_130_847_738, 2_697_088_054, 1000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I4_C", )) 855_764_085 -> Some(SpellstoneData( [], 855_764_085, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_481_460_410, "Rare", 4_107_690_427, 1_897_721_916, 21_371_607, 4_130_847_738, 2_697_088_054, 1000, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Green_I4_B", )) 3_913_673_368 -> Some(SpellstoneData( [], 3_913_673_368, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_007_188_733, "Rare", 976_510_649, 3_616_645_727, 2_905_156_826, 1_423_851_045, 2_697_088_054, 1000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O1_G", )) 3_913_673_365 -> Some(SpellstoneData( [], 3_913_673_365, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_512_867_082, "Rare", 976_510_649, 3_122_324_076, 2_905_156_823, 1_423_851_045, 2_697_088_054, 1000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O1_D", )) 3_913_673_363 -> Some(SpellstoneData( [], 3_913_673_363, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_614_975_080, "Rare", 976_510_649, 4_224_432_074, 2_905_156_821, 1_423_851_045, 2_697_088_054, 1000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O1_B", )) 3_913_673_362 -> Some(SpellstoneData( [], 3_913_673_362, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_018_545_431, "Rare", 976_510_649, 2_628_002_425, 2_905_156_820, 1_423_851_045, 2_697_088_054, 1000, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O1_A", )) 1_276_512_915 -> Some(SpellstoneData( [], 1_276_512_915, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 502_416_488, "Rare", 2_936_344_852, 1_111_873_482, 267_996_373, 1_423_851_045, 2_697_088_054, 1000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I2_G", )) 1_276_512_912 -> Some(SpellstoneData( [], 1_276_512_912, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 8_094_837, "Rare", 2_936_344_852, 617_551_831, 267_996_370, 1_423_851_045, 2_697_088_054, 1000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I2_D", )) 1_276_512_910 -> Some(SpellstoneData( [], 1_276_512_910, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_110_202_835, "Rare", 2_936_344_852, 1_719_659_829, 267_996_368, 1_423_851_045, 2_697_088_054, 1000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I2_B", )) 1_276_512_909 -> Some(SpellstoneData( [], 1_276_512_909, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_808_740_482, "Rare", 2_936_344_852, 123_230_180, 267_996_367, 1_423_851_045, 2_697_088_054, 1000, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I2_A", )) 1_129_558_759 -> Some(SpellstoneData( [], 1_129_558_759, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 205_089_532, "Rare", 1_023_642_296, 814_546_526, 121_042_217, 1_423_851_045, 2_697_088_054, 1000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_L3_G", )) 1_129_558_756 -> Some(SpellstoneData( [], 1_129_558_756, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_005_735_177, "Rare", 1_023_642_296, 320_224_875, 121_042_214, 1_423_851_045, 2_697_088_054, 1000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_L3_D", )) 1_129_558_754 -> Some(SpellstoneData( [], 1_129_558_754, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 812_875_879, "Rare", 1_023_642_296, 1_422_332_873, 121_042_212, 1_423_851_045, 2_697_088_054, 1000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_L3_B", )) 1_129_558_753 -> Some(SpellstoneData( [], 1_129_558_753, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_511_413_526, "Rare", 1_023_642_296, 4_120_870_520, 121_042_211, 1_423_851_045, 2_697_088_054, 1000, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_L3_A", )) 3_162_801_524 -> Some(SpellstoneData( [], 3_162_801_524, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 900_930_201, "Rare", 882_832_117, 1_510_387_195, 2_154_284_982, 1_423_851_045, 2_697_088_054, 1000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I3_G", )) 3_162_801_521 -> Some(SpellstoneData( [], 3_162_801_521, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 406_608_550, "Rare", 882_832_117, 1_016_065_544, 2_154_284_979, 1_423_851_045, 2_697_088_054, 1000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I3_D", )) 3_162_801_519 -> Some(SpellstoneData( [], 3_162_801_519, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_508_716_548, "Rare", 882_832_117, 2_118_173_542, 2_154_284_977, 1_423_851_045, 2_697_088_054, 1000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I3_B", )) 3_162_801_518 -> Some(SpellstoneData( [], 3_162_801_518, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_207_254_195, "Rare", 882_832_117, 521_743_893, 2_154_284_976, 1_423_851_045, 2_697_088_054, 1000, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I3_A", )) 3_998_237_311 -> Some(SpellstoneData( [], 3_998_237_311, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_843_286_548, "Rare", 2_161_998_176, 2_452_743_542, 2_989_720_769, 1_423_851_045, 2_697_088_054, 1000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_S4_G", )) 3_998_237_308 -> Some(SpellstoneData( [], 3_998_237_308, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_348_964_897, "Rare", 2_161_998_176, 1_958_421_891, 2_989_720_766, 1_423_851_045, 2_697_088_054, 1000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_S4_D", )) 3_998_237_306 -> Some(SpellstoneData( [], 3_998_237_306, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_451_072_895, "Rare", 2_161_998_176, 3_060_529_889, 2_989_720_764, 1_423_851_045, 2_697_088_054, 1000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_S4_B", )) 3_998_237_305 -> Some(SpellstoneData( [], 3_998_237_305, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 854_643_246, "Rare", 2_161_998_176, 1_464_100_240, 2_989_720_763, 1_423_851_045, 2_697_088_054, 1000, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_S4_A", )) 685_659_958 -> Some(SpellstoneData( [], 685_659_958, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_082_969_851, "Rare", 1_058_899_495, 3_692_426_845, 3_972_110_712, 1_423_851_045, 2_697_088_054, 1000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_Z4_G", )) 685_659_955 -> Some(SpellstoneData( [], 685_659_955, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_588_648_200, "Rare", 1_058_899_495, 3_198_105_194, 3_972_110_709, 1_423_851_045, 2_697_088_054, 1000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_Z4_D", )) 685_659_953 -> Some(SpellstoneData( [], 685_659_953, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_690_756_198, "Rare", 1_058_899_495, 5_245_896, 3_972_110_707, 1_423_851_045, 2_697_088_054, 1000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_Z4_B", )) 685_659_952 -> Some(SpellstoneData( [], 685_659_952, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_094_326_549, "Rare", 1_058_899_495, 2_703_783_543, 3_972_110_706, 1_423_851_045, 2_697_088_054, 1000, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_Z4_A", )) 457_178_192 -> Some(SpellstoneData( [], 457_178_192, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 179_683_893, "Rare", 777_279_137, 789_140_887, 3_743_628_946, 1_423_851_045, 2_697_088_054, 1000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_T4_G", )) 457_178_189 -> Some(SpellstoneData( [], 457_178_189, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_980_329_538, "Rare", 777_279_137, 294_819_236, 3_743_628_943, 1_423_851_045, 2_697_088_054, 1000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_T4_D", )) 457_178_187 -> Some(SpellstoneData( [], 457_178_187, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 787_470_240, "Rare", 777_279_137, 1_396_927_234, 3_743_628_941, 1_423_851_045, 2_697_088_054, 1000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_T4_B", )) 457_178_186 -> Some(SpellstoneData( [], 457_178_186, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_486_007_887, "Rare", 777_279_137, 4_095_464_881, 3_743_628_940, 1_423_851_045, 2_697_088_054, 1000, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_T4_A", )) 1_508_031_014 -> Some(SpellstoneData( [], 1_508_031_014, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_930_808_555, "Rare", 1_739_567_639, 245_298_253, 499_514_472, 1_423_851_045, 2_697_088_054, 1000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_J4_G", )) 1_508_031_011 -> Some(SpellstoneData( [], 1_508_031_011, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_436_486_904, "Rare", 1_739_567_639, 4_045_943_898, 499_514_469, 1_423_851_045, 2_697_088_054, 1000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_J4_D", )) 1_508_031_009 -> Some(SpellstoneData( [], 1_508_031_009, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 243_627_606, "Rare", 1_739_567_639, 853_084_600, 499_514_467, 1_423_851_045, 2_697_088_054, 1000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_J4_B", )) 1_508_031_008 -> Some(SpellstoneData( [], 1_508_031_008, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_942_165_253, "Rare", 1_739_567_639, 3_551_622_247, 499_514_466, 1_423_851_045, 2_697_088_054, 1000, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_J4_A", )) 3_015_847_368 -> Some(SpellstoneData( [], 3_015_847_368, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 603_603_245, "Rare", 3_265_096_857, 1_213_060_239, 2_007_330_826, 1_423_851_045, 2_697_088_054, 1000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_L4_G", )) 3_015_847_365 -> Some(SpellstoneData( [], 3_015_847_365, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 109_281_594, "Rare", 3_265_096_857, 718_738_588, 2_007_330_823, 1_423_851_045, 2_697_088_054, 1000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_L4_D", )) 3_015_847_363 -> Some(SpellstoneData( [], 3_015_847_363, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_211_389_592, "Rare", 3_265_096_857, 1_820_846_586, 2_007_330_821, 1_423_851_045, 2_697_088_054, 1000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_L4_B", )) 3_015_847_362 -> Some(SpellstoneData( [], 3_015_847_362, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_909_927_239, "Rare", 3_265_096_857, 224_416_937, 2_007_330_820, 1_423_851_045, 2_697_088_054, 1000, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_L4_A", )) 982_604_603 -> Some(SpellstoneData( [], 982_604_603, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_202_729_872, "Rare", 3_405_907_036, 517_219_570, 4_269_055_357, 1_423_851_045, 2_697_088_054, 1000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O4_G", )) 982_604_600 -> Some(SpellstoneData( [], 982_604_600, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_708_408_221, "Rare", 3_405_907_036, 22_897_919, 4_269_055_354, 1_423_851_045, 2_697_088_054, 1000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O4_D", )) 982_604_598 -> Some(SpellstoneData( [], 982_604_598, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 515_548_923, "Rare", 3_405_907_036, 1_125_005_917, 4_269_055_352, 1_423_851_045, 2_697_088_054, 1000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O4_B", )) 982_604_597 -> Some(SpellstoneData( [], 982_604_597, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_214_086_570, "Rare", 3_405_907_036, 3_823_543_564, 4_269_055_351, 1_423_851_045, 2_697_088_054, 1000, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_O4_A", )) 754_122_837 -> Some(SpellstoneData( [], 754_122_837, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_299_443_914, "Rare", 3_124_286_678, 1_908_900_908, 4_040_573_591, 1_423_851_045, 2_697_088_054, 1000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I4_G", )) 754_122_834 -> Some(SpellstoneData( [], 754_122_834, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 805_122_263, "Rare", 3_124_286_678, 1_414_579_257, 4_040_573_588, 1_423_851_045, 2_697_088_054, 1000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I4_D", )) 754_122_832 -> Some(SpellstoneData( [], 754_122_832, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_907_230_261, "Rare", 3_124_286_678, 2_516_687_255, 4_040_573_586, 1_423_851_045, 2_697_088_054, 1000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I4_B", )) 754_122_831 -> Some(SpellstoneData( [], 754_122_831, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 310_800_612, "Rare", 3_124_286_678, 920_257_606, 4_040_573_585, 1_423_851_045, 2_697_088_054, 1000, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Yellow_I4_A", )) 1_966_298_984 -> Some(SpellstoneData( [], 1_966_298_984, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 3_505_740_605, "Rare", 207_785_048, 3_359_616_767, 2_443_658_250, 275_112_964, 2_697_088_054, 1000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O1_H", )) 1_966_298_983 -> Some(SpellstoneData( [], 1_966_298_983, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_909_310_956, "Rare", 207_785_048, 1_763_187_118, 2_443_658_249, 275_112_964, 2_697_088_054, 1000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O1_G", )) 1_966_298_980 -> Some(SpellstoneData( [], 1_966_298_980, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_414_989_305, "Rare", 207_785_048, 1_268_865_467, 2_443_658_246, 275_112_964, 2_697_088_054, 1000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O1_D", )) 1_966_298_979 -> Some(SpellstoneData( [], 1_966_298_979, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 4_113_526_952, "Rare", 207_785_048, 3_967_403_114, 2_443_658_245, 275_112_964, 2_697_088_054, 1000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O1_C", )) 1_966_298_977 -> Some(SpellstoneData( [], 1_966_298_977, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 920_667_654, "Rare", 207_785_048, 774_543_816, 2_443_658_243, 275_112_964, 2_697_088_054, 1000, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O1_A", )) 3_624_105_827 -> Some(SpellstoneData( [], 3_624_105_827, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_000_968_360, "Rare", 2_459_571_395, 854_844_522, 4_101_465_093, 275_112_964, 2_697_088_054, 1000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I2_H", )) 3_624_105_826 -> Some(SpellstoneData( [], 3_624_105_826, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_699_506_007, "Rare", 2_459_571_395, 3_553_382_169, 4_101_465_092, 275_112_964, 2_697_088_054, 1000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I2_G", )) 3_624_105_823 -> Some(SpellstoneData( [], 3_624_105_823, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_205_184_356, "Rare", 2_459_571_395, 3_059_060_518, 4_101_465_089, 275_112_964, 2_697_088_054, 1000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I2_D", )) 3_624_105_822 -> Some(SpellstoneData( [], 3_624_105_822, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_608_754_707, "Rare", 2_459_571_395, 1_462_630_869, 4_101_465_088, 275_112_964, 2_697_088_054, 1000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I2_C", )) 3_624_105_820 -> Some(SpellstoneData( [], 3_624_105_820, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_710_862_705, "Rare", 2_459_571_395, 2_564_738_867, 4_101_465_086, 275_112_964, 2_697_088_054, 1000, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I2_A", )) 3_477_151_671 -> Some(SpellstoneData( [], 3_477_151_671, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 703_641_404, "Rare", 787_134_759, 557_517_566, 3_954_510_937, 275_112_964, 2_697_088_054, 1000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_L3_H", )) 3_477_151_670 -> Some(SpellstoneData( [], 3_477_151_670, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_402_179_051, "Rare", 787_134_759, 3_256_055_213, 3_954_510_936, 275_112_964, 2_697_088_054, 1000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_L3_G", )) 3_477_151_667 -> Some(SpellstoneData( [], 3_477_151_667, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_907_857_400, "Rare", 787_134_759, 2_761_733_562, 3_954_510_933, 275_112_964, 2_697_088_054, 1000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_L3_D", )) 3_477_151_666 -> Some(SpellstoneData( [], 3_477_151_666, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_311_427_751, "Rare", 787_134_759, 1_165_303_913, 3_954_510_932, 275_112_964, 2_697_088_054, 1000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_L3_C", )) 3_477_151_664 -> Some(SpellstoneData( [], 3_477_151_664, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_413_535_749, "Rare", 787_134_759, 2_267_411_911, 3_954_510_930, 275_112_964, 2_697_088_054, 1000, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_L3_A", )) 1_215_427_140 -> Some(SpellstoneData( [], 1_215_427_140, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_399_482_073, "Rare", 3_526_864_852, 1_253_358_235, 1_692_786_406, 275_112_964, 2_697_088_054, 1000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I3_H", )) 1_215_427_139 -> Some(SpellstoneData( [], 1_215_427_139, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_098_019_720, "Rare", 3_526_864_852, 3_951_895_882, 1_692_786_405, 275_112_964, 2_697_088_054, 1000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I3_G", )) 1_215_427_136 -> Some(SpellstoneData( [], 1_215_427_136, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_603_698_069, "Rare", 3_526_864_852, 3_457_574_231, 1_692_786_402, 275_112_964, 2_697_088_054, 1000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I3_D", )) 1_215_427_135 -> Some(SpellstoneData( [], 1_215_427_135, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_007_268_420, "Rare", 3_526_864_852, 1_861_144_582, 1_692_786_401, 275_112_964, 2_697_088_054, 1000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I3_C", )) 1_215_427_133 -> Some(SpellstoneData( [], 1_215_427_133, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_109_376_418, "Rare", 3_526_864_852, 2_963_252_580, 1_692_786_399, 275_112_964, 2_697_088_054, 1000, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I3_A", )) 2_050_862_927 -> Some(SpellstoneData( [], 2_050_862_927, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_341_838_420, "Rare", 1_188_347_727, 2_195_714_582, 2_528_222_193, 275_112_964, 2_697_088_054, 1000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_S4_H", )) 2_050_862_926 -> Some(SpellstoneData( [], 2_050_862_926, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 745_408_771, "Rare", 1_188_347_727, 599_284_933, 2_528_222_192, 275_112_964, 2_697_088_054, 1000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_S4_G", )) 2_050_862_923 -> Some(SpellstoneData( [], 2_050_862_923, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 251_087_120, "Rare", 1_188_347_727, 104_963_282, 2_528_222_189, 275_112_964, 2_697_088_054, 1000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_S4_D", )) 2_050_862_922 -> Some(SpellstoneData( [], 2_050_862_922, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_949_624_767, "Rare", 1_188_347_727, 2_803_500_929, 2_528_222_188, 275_112_964, 2_697_088_054, 1000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_S4_C", )) 2_050_862_920 -> Some(SpellstoneData( [], 2_050_862_920, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_051_732_765, "Rare", 1_188_347_727, 3_905_608_927, 2_528_222_186, 275_112_964, 2_697_088_054, 1000, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_S4_A", )) 3_033_252_870 -> Some(SpellstoneData( [], 3_033_252_870, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_581_521_723, "Rare", 522_267_238, 3_435_397_885, 3_510_612_136, 275_112_964, 2_697_088_054, 1000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_Z4_H", )) 3_033_252_869 -> Some(SpellstoneData( [], 3_033_252_869, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_985_092_074, "Rare", 522_267_238, 1_838_968_236, 3_510_612_135, 275_112_964, 2_697_088_054, 1000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_Z4_G", )) 3_033_252_866 -> Some(SpellstoneData( [], 3_033_252_866, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_490_770_423, "Rare", 522_267_238, 1_344_646_585, 3_510_612_132, 275_112_964, 2_697_088_054, 1000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_Z4_D", )) 3_033_252_865 -> Some(SpellstoneData( [], 3_033_252_865, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 4_189_308_070, "Rare", 522_267_238, 4_043_184_232, 3_510_612_131, 275_112_964, 2_697_088_054, 1000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_Z4_C", )) 3_033_252_863 -> Some(SpellstoneData( [], 3_033_252_863, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 996_448_772, "Rare", 522_267_238, 850_324_934, 3_510_612_129, 275_112_964, 2_697_088_054, 1000, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_Z4_A", )) 2_804_771_104 -> Some(SpellstoneData( [], 2_804_771_104, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 678_235_765, "Rare", 1_706_760_128, 532_111_927, 3_282_130_370, 275_112_964, 2_697_088_054, 1000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_T4_H", )) 2_804_771_103 -> Some(SpellstoneData( [], 2_804_771_103, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_376_773_412, "Rare", 1_706_760_128, 3_230_649_574, 3_282_130_369, 275_112_964, 2_697_088_054, 1000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_T4_G", )) 2_804_771_100 -> Some(SpellstoneData( [], 2_804_771_100, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_882_451_761, "Rare", 1_706_760_128, 2_736_327_923, 3_282_130_366, 275_112_964, 2_697_088_054, 1000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_T4_D", )) 2_804_771_099 -> Some(SpellstoneData( [], 2_804_771_099, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_286_022_112, "Rare", 1_706_760_128, 1_139_898_274, 3_282_130_365, 275_112_964, 2_697_088_054, 1000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_T4_C", )) 2_804_771_097 -> Some(SpellstoneData( [], 2_804_771_097, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_388_130_110, "Rare", 1_706_760_128, 2_242_006_272, 3_282_130_363, 275_112_964, 2_697_088_054, 1000, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_T4_A", )) 3_855_623_926 -> Some(SpellstoneData( [], 3_855_623_926, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 134_393_131, "Rare", 817_603_414, 4_283_236_589, 38_015_896, 275_112_964, 2_697_088_054, 1000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_J4_H", )) 3_855_623_925 -> Some(SpellstoneData( [], 3_855_623_925, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_832_930_778, "Rare", 817_603_414, 2_686_806_940, 38_015_895, 275_112_964, 2_697_088_054, 1000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_J4_G", )) 3_855_623_922 -> Some(SpellstoneData( [], 3_855_623_922, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_338_609_127, "Rare", 817_603_414, 2_192_485_289, 38_015_892, 275_112_964, 2_697_088_054, 1000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_J4_D", )) 3_855_623_921 -> Some(SpellstoneData( [], 3_855_623_921, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 742_179_478, "Rare", 817_603_414, 596_055_640, 38_015_891, 275_112_964, 2_697_088_054, 1000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_J4_C", )) 3_855_623_919 -> Some(SpellstoneData( [], 3_855_623_919, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_844_287_476, "Rare", 817_603_414, 1_698_163_638, 38_015_889, 275_112_964, 2_697_088_054, 1000, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_J4_A", )) 1_068_472_984 -> Some(SpellstoneData( [], 1_068_472_984, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_102_155_117, "Rare", 1_854_428_216, 956_031_279, 1_545_832_250, 275_112_964, 2_697_088_054, 1000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_L4_H", )) 1_068_472_983 -> Some(SpellstoneData( [], 1_068_472_983, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_800_692_764, "Rare", 1_854_428_216, 3_654_568_926, 1_545_832_249, 275_112_964, 2_697_088_054, 1000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_L4_G", )) 1_068_472_980 -> Some(SpellstoneData( [], 1_068_472_980, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_306_371_113, "Rare", 1_854_428_216, 3_160_247_275, 1_545_832_246, 275_112_964, 2_697_088_054, 1000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_L4_D", )) 1_068_472_979 -> Some(SpellstoneData( [], 1_068_472_979, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_709_941_464, "Rare", 1_854_428_216, 1_563_817_626, 1_545_832_245, 275_112_964, 2_697_088_054, 1000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_L4_C", )) 1_068_472_977 -> Some(SpellstoneData( [], 1_068_472_977, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_812_049_462, "Rare", 1_854_428_216, 2_665_925_624, 1_545_832_243, 275_112_964, 2_697_088_054, 1000, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_L4_A", )) 3_330_197_515 -> Some(SpellstoneData( [], 3_330_197_515, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 406_314_448, "Rare", 3_409_665_419, 260_190_610, 3_807_556_781, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O4_H", )) 3_330_197_514 -> Some(SpellstoneData( [], 3_330_197_514, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_104_852_095, "Rare", 3_409_665_419, 2_958_728_257, 3_807_556_780, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O4_G", )) 3_330_197_511 -> Some(SpellstoneData( [], 3_330_197_511, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_610_530_444, "Rare", 3_409_665_419, 2_464_406_606, 3_807_556_777, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O4_D", )) 3_330_197_510 -> Some(SpellstoneData( [], 3_330_197_510, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 1_014_100_795, "Rare", 3_409_665_419, 867_976_957, 3_807_556_776, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O4_C", )) 3_330_197_508 -> Some(SpellstoneData( [], 3_330_197_508, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 2_116_208_793, "Rare", 3_409_665_419, 1_970_084_955, 3_807_556_774, 275_112_964, 2_697_088_054, 1000, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_O4_A", )) 3_101_715_749 -> Some(SpellstoneData( [], 3_101_715_749, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 1_797_995_786, "Rare", 299_191_013, 1_651_871_948, 3_579_075_015, 275_112_964, 2_697_088_054, 1000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I4_H", )) 3_101_715_748 -> Some(SpellstoneData( [], 3_101_715_748, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 201_566_137, "Rare", 299_191_013, 55_442_299, 3_579_075_014, 275_112_964, 2_697_088_054, 1000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I4_G", )) 3_101_715_745 -> Some(SpellstoneData( [], 3_101_715_745, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 4_002_211_782, "Rare", 299_191_013, 3_856_087_944, 3_579_075_011, 275_112_964, 2_697_088_054, 1000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I4_D", )) 3_101_715_744 -> Some(SpellstoneData( [], 3_101_715_744, 1_762_161_178, 8000, 2_697_088_054, False, False, True, True, 2_405_782_133, "Rare", 299_191_013, 2_259_658_295, 3_579_075_010, 275_112_964, 2_697_088_054, 1000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I4_C", )) 3_101_715_742 -> Some(SpellstoneData( [], 3_101_715_742, 1_762_161_178, 8000, 2_697_088_054, False, False, True, False, 3_507_890_131, "Rare", 299_191_013, 3_361_766_293, 3_579_075_008, 275_112_964, 2_697_088_054, 1000, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Ra_Red_I4_A", )) 70_408_602 -> Some(SpellstoneData( [], 70_408_602, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_156_900_671, "Uncommon", 2_781_534_672, 671_233_761, 2_412_951_068, 1_879_470_780, 2_697_088_054, 500, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O1_B", )) 70_408_606 -> Some(SpellstoneData( [], 70_408_606, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_952_684_675, "Uncommon", 2_781_534_672, 2_761_985_061, 2_412_951_072, 1_879_470_780, 2_697_088_054, 500, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O1_F", )) 70_408_604 -> Some(SpellstoneData( [], 70_408_604, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_054_792_673, "Uncommon", 2_781_534_672, 3_864_093_059, 2_412_951_070, 1_879_470_780, 2_697_088_054, 500, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O1_D", )) 70_408_603 -> Some(SpellstoneData( [], 70_408_603, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_458_363_024, "Uncommon", 2_781_534_672, 2_267_663_410, 2_412_951_069, 1_879_470_780, 2_697_088_054, 500, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O1_C", )) 1_728_215_445 -> Some(SpellstoneData( [], 1_728_215_445, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_652_128_426, "Uncommon", 1_039_518_347, 2_461_428_812, 4_070_757_911, 1_879_470_780, 2_697_088_054, 500, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I2_B", )) 1_728_215_449 -> Some(SpellstoneData( [], 1_728_215_449, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_742_879_726, "Uncommon", 1_039_518_347, 257_212_816, 4_070_757_915, 1_879_470_780, 2_697_088_054, 500, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I2_F", )) 1_728_215_447 -> Some(SpellstoneData( [], 1_728_215_447, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 550_020_428, "Uncommon", 1_039_518_347, 1_359_320_814, 4_070_757_913, 1_879_470_780, 2_697_088_054, 500, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I2_D", )) 1_728_215_446 -> Some(SpellstoneData( [], 1_728_215_446, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_248_558_075, "Uncommon", 1_039_518_347, 4_057_858_461, 4_070_757_912, 1_879_470_780, 2_697_088_054, 500, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I2_C", )) 1_581_261_289 -> Some(SpellstoneData( [], 1_581_261_289, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_354_801_470, "Uncommon", 642_989_231, 2_164_101_856, 3_923_803_755, 1_879_470_780, 2_697_088_054, 500, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_L3_B", )) 1_581_261_293 -> Some(SpellstoneData( [], 1_581_261_293, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_445_552_770, "Uncommon", 642_989_231, 4_254_853_156, 3_923_803_759, 1_879_470_780, 2_697_088_054, 500, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_L3_F", )) 1_581_261_291 -> Some(SpellstoneData( [], 1_581_261_291, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 252_693_472, "Uncommon", 642_989_231, 1_061_993_858, 3_923_803_757, 1_879_470_780, 2_697_088_054, 500, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_L3_D", )) 1_581_261_290 -> Some(SpellstoneData( [], 1_581_261_290, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_951_231_119, "Uncommon", 642_989_231, 3_760_531_505, 3_923_803_756, 1_879_470_780, 2_697_088_054, 500, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_L3_C", )) 3_614_504_054 -> Some(SpellstoneData( [], 3_614_504_054, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_050_642_139, "Uncommon", 1_626_149_260, 2_859_942_525, 1_662_079_224, 1_879_470_780, 2_697_088_054, 500, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I3_B", )) 3_614_504_058 -> Some(SpellstoneData( [], 3_614_504_058, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_141_393_439, "Uncommon", 1_626_149_260, 655_726_529, 1_662_079_228, 1_879_470_780, 2_697_088_054, 500, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I3_F", )) 3_614_504_056 -> Some(SpellstoneData( [], 3_614_504_056, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 948_534_141, "Uncommon", 1_626_149_260, 1_757_834_527, 1_662_079_226, 1_879_470_780, 2_697_088_054, 500, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I3_D", )) 3_614_504_055 -> Some(SpellstoneData( [], 3_614_504_055, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_647_071_788, "Uncommon", 1_626_149_260, 161_404_878, 1_662_079_225, 1_879_470_780, 2_697_088_054, 500, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I3_C", )) 154_972_545 -> Some(SpellstoneData( [], 154_972_545, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_992_998_486, "Uncommon", 1_798_891_607, 3_802_298_872, 2_497_515_011, 1_879_470_780, 2_697_088_054, 500, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_S4_B", )) 154_972_549 -> Some(SpellstoneData( [], 154_972_549, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 788_782_490, "Uncommon", 1_798_891_607, 1_598_082_876, 2_497_515_015, 1_879_470_780, 2_697_088_054, 500, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_S4_F", )) 154_972_547 -> Some(SpellstoneData( [], 154_972_547, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_890_890_488, "Uncommon", 1_798_891_607, 2_700_190_874, 2_497_515_013, 1_879_470_780, 2_697_088_054, 500, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_S4_D", )) 154_972_546 -> Some(SpellstoneData( [], 154_972_546, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 294_460_839, "Uncommon", 1_798_891_607, 1_103_761_225, 2_497_515_012, 1_879_470_780, 2_697_088_054, 500, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_S4_C", )) 1_137_362_488 -> Some(SpellstoneData( [], 1_137_362_488, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 4_232_681_789, "Uncommon", 2_368_163_070, 747_014_879, 3_479_904_954, 1_879_470_780, 2_697_088_054, 500, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_Z4_B", )) 1_137_362_492 -> Some(SpellstoneData( [], 1_137_362_492, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_028_465_793, "Uncommon", 2_368_163_070, 2_837_766_179, 3_479_904_958, 1_879_470_780, 2_697_088_054, 500, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_Z4_F", )) 1_137_362_490 -> Some(SpellstoneData( [], 1_137_362_490, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_130_573_791, "Uncommon", 2_368_163_070, 3_939_874_177, 3_479_904_956, 1_879_470_780, 2_697_088_054, 500, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_Z4_D", )) 1_137_362_489 -> Some(SpellstoneData( [], 1_137_362_489, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_534_144_142, "Uncommon", 2_368_163_070, 2_343_444_528, 3_479_904_955, 1_879_470_780, 2_697_088_054, 500, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_Z4_C", )) 908_880_722 -> Some(SpellstoneData( [], 908_880_722, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_329_395_831, "Uncommon", 39_515_832, 2_138_696_217, 3_251_423_188, 1_879_470_780, 2_697_088_054, 500, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_T4_B", )) 908_880_726 -> Some(SpellstoneData( [], 908_880_726, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_420_147_131, "Uncommon", 39_515_832, 4_229_447_517, 3_251_423_192, 1_879_470_780, 2_697_088_054, 500, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_T4_F", )) 908_880_724 -> Some(SpellstoneData( [], 908_880_724, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 227_287_833, "Uncommon", 39_515_832, 1_036_588_219, 3_251_423_190, 1_879_470_780, 2_697_088_054, 500, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_T4_D", )) 908_880_723 -> Some(SpellstoneData( [], 908_880_723, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_925_825_480, "Uncommon", 39_515_832, 3_735_125_866, 3_251_423_189, 1_879_470_780, 2_697_088_054, 500, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_T4_C", )) 1_959_733_544 -> Some(SpellstoneData( [], 1_959_733_544, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 785_553_197, "Uncommon", 453_404_398, 1_594_853_583, 7_308_714, 1_879_470_780, 2_697_088_054, 500, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_J4_B", )) 1_959_733_548 -> Some(SpellstoneData( [], 1_959_733_548, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_876_304_497, "Uncommon", 453_404_398, 3_685_604_883, 7_308_718, 1_879_470_780, 2_697_088_054, 500, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_J4_F", )) 1_959_733_546 -> Some(SpellstoneData( [], 1_959_733_546, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_978_412_495, "Uncommon", 453_404_398, 492_745_585, 7_308_716, 1_879_470_780, 2_697_088_054, 500, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_J4_D", )) 1_959_733_545 -> Some(SpellstoneData( [], 1_959_733_545, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_381_982_846, "Uncommon", 453_404_398, 3_191_283_232, 7_308_715, 1_879_470_780, 2_697_088_054, 500, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_J4_C", )) 3_467_549_898 -> Some(SpellstoneData( [], 3_467_549_898, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_753_315_183, "Uncommon", 1_229_620_144, 2_562_615_569, 1_515_125_068, 1_879_470_780, 2_697_088_054, 500, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_L4_B", )) 3_467_549_902 -> Some(SpellstoneData( [], 3_467_549_902, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_844_066_483, "Uncommon", 1_229_620_144, 358_399_573, 1_515_125_072, 1_879_470_780, 2_697_088_054, 500, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_L4_F", )) 3_467_549_900 -> Some(SpellstoneData( [], 3_467_549_900, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 651_207_185, "Uncommon", 1_229_620_144, 1_460_507_571, 1_515_125_070, 1_879_470_780, 2_697_088_054, 500, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_L4_D", )) 3_467_549_899 -> Some(SpellstoneData( [], 3_467_549_899, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_349_744_832, "Uncommon", 1_229_620_144, 4_159_045_218, 1_515_125_069, 1_879_470_780, 2_697_088_054, 500, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_L4_C", )) 1_434_307_133 -> Some(SpellstoneData( [], 1_434_307_133, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_057_474_514, "Uncommon", 246_460_115, 1_866_774_900, 3_776_849_599, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O4_B", )) 1_434_307_137 -> Some(SpellstoneData( [], 1_434_307_137, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_148_225_814, "Uncommon", 246_460_115, 3_957_526_200, 3_776_849_603, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O4_F", )) 1_434_307_135 -> Some(SpellstoneData( [], 1_434_307_135, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 4_250_333_812, "Uncommon", 246_460_115, 764_666_902, 3_776_849_601, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O4_D", )) 1_434_307_134 -> Some(SpellstoneData( [], 1_434_307_134, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_653_904_163, "Uncommon", 246_460_115, 3_463_204_549, 3_776_849_600, 1_879_470_780, 2_697_088_054, 500, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_O4_C", )) 1_205_825_367 -> Some(SpellstoneData( [], 1_205_825_367, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_449_155_852, "Uncommon", 2_212_780_173, 3_258_456_238, 3_548_367_833, 1_879_470_780, 2_697_088_054, 500, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I4_B", )) 1_205_825_371 -> Some(SpellstoneData( [], 1_205_825_371, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 244_939_856, "Uncommon", 2_212_780_173, 1_054_240_242, 3_548_367_837, 1_879_470_780, 2_697_088_054, 500, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I4_F", )) 1_205_825_369 -> Some(SpellstoneData( [], 1_205_825_369, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_347_047_854, "Uncommon", 2_212_780_173, 2_156_348_240, 3_548_367_835, 1_879_470_780, 2_697_088_054, 500, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I4_D", )) 1_205_825_368 -> Some(SpellstoneData( [], 1_205_825_368, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 4_045_585_501, "Uncommon", 2_212_780_173, 559_918_591, 3_548_367_834, 1_879_470_780, 2_697_088_054, 500, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Gray_I4_C", )) 2_577_647_717 -> Some(SpellstoneData( [], 2_577_647_717, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 256_648_618, "Uncommon", 4_096_019_141, 2_967_877_420, 1_743_255_239, 4_274_278_641, 2_697_088_054, 500, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O1_H", )) 2_577_647_715 -> Some(SpellstoneData( [], 2_577_647_715, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_358_756_616, "Uncommon", 4_096_019_141, 4_069_985_418, 1_743_255_237, 4_274_278_641, 2_697_088_054, 500, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O1_F", )) 2_577_647_712 -> Some(SpellstoneData( [], 2_577_647_712, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 864_434_965, "Uncommon", 4_096_019_141, 3_575_663_767, 1_743_255_234, 4_274_278_641, 2_697_088_054, 500, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O1_C", )) 2_577_647_710 -> Some(SpellstoneData( [], 2_577_647_710, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_966_542_963, "Uncommon", 4_096_019_141, 382_804_469, 1_743_255_232, 4_274_278_641, 2_697_088_054, 500, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O1_A", )) 4_235_454_560 -> Some(SpellstoneData( [], 4_235_454_560, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_046_843_669, "Uncommon", 3_488_624_336, 463_105_175, 3_401_062_082, 4_274_278_641, 2_697_088_054, 500, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I2_H", )) 4_235_454_558 -> Some(SpellstoneData( [], 4_235_454_558, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_148_951_667, "Uncommon", 3_488_624_336, 1_565_213_173, 3_401_062_080, 4_274_278_641, 2_697_088_054, 500, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I2_F", )) 4_235_454_555 -> Some(SpellstoneData( [], 4_235_454_555, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_654_630_016, "Uncommon", 3_488_624_336, 1_070_891_522, 3_401_062_077, 4_274_278_641, 2_697_088_054, 500, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I2_C", )) 4_235_454_553 -> Some(SpellstoneData( [], 4_235_454_553, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_756_738_014, "Uncommon", 3_488_624_336, 2_172_999_520, 3_401_062_075, 4_274_278_641, 2_697_088_054, 500, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I2_A", )) 4_088_500_404 -> Some(SpellstoneData( [], 4_088_500_404, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_749_516_713, "Uncommon", 69_227_188, 165_778_219, 3_254_107_926, 4_274_278_641, 2_697_088_054, 500, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_L3_H", )) 4_088_500_402 -> Some(SpellstoneData( [], 4_088_500_402, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_851_624_711, "Uncommon", 69_227_188, 1_267_886_217, 3_254_107_924, 4_274_278_641, 2_697_088_054, 500, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_L3_F", )) 4_088_500_399 -> Some(SpellstoneData( [], 4_088_500_399, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_357_303_060, "Uncommon", 69_227_188, 773_564_566, 3_254_107_921, 4_274_278_641, 2_697_088_054, 500, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_L3_C", )) 4_088_500_397 -> Some(SpellstoneData( [], 4_088_500_397, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_459_411_058, "Uncommon", 69_227_188, 1_875_672_564, 3_254_107_919, 4_274_278_641, 2_697_088_054, 500, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_L3_A", )) 1_826_775_873 -> Some(SpellstoneData( [], 1_826_775_873, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_445_357_382, "Uncommon", 3_869_872_833, 861_618_888, 992_383_395, 4_274_278_641, 2_697_088_054, 500, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I3_H", )) 1_826_775_871 -> Some(SpellstoneData( [], 1_826_775_871, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_547_465_380, "Uncommon", 3_869_872_833, 1_963_726_886, 992_383_393, 4_274_278_641, 2_697_088_054, 500, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I3_F", )) 1_826_775_868 -> Some(SpellstoneData( [], 1_826_775_868, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_053_143_729, "Uncommon", 3_869_872_833, 1_469_405_235, 992_383_390, 4_274_278_641, 2_697_088_054, 500, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I3_C", )) 1_826_775_866 -> Some(SpellstoneData( [], 1_826_775_866, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 4_155_251_727, "Uncommon", 3_869_872_833, 2_571_513_233, 992_383_388, 4_274_278_641, 2_697_088_054, 500, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I3_A", )) 2_662_211_660 -> Some(SpellstoneData( [], 2_662_211_660, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_387_713_729, "Uncommon", 3_035_548_636, 1_803_975_235, 1_827_819_182, 4_274_278_641, 2_697_088_054, 500, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_S4_H", )) 2_662_211_658 -> Some(SpellstoneData( [], 2_662_211_658, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 194_854_431, "Uncommon", 3_035_548_636, 2_906_083_233, 1_827_819_180, 4_274_278_641, 2_697_088_054, 500, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_S4_F", )) 2_662_211_655 -> Some(SpellstoneData( [], 2_662_211_655, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_995_500_076, "Uncommon", 3_035_548_636, 2_411_761_582, 1_827_819_177, 4_274_278_641, 2_697_088_054, 500, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_S4_C", )) 2_662_211_653 -> Some(SpellstoneData( [], 2_662_211_653, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 802_640_778, "Uncommon", 3_035_548_636, 3_513_869_580, 1_827_819_175, 4_274_278_641, 2_697_088_054, 500, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_S4_A", )) 3_644_601_603 -> Some(SpellstoneData( [], 3_644_601_603, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 332_429_736, "Uncommon", 1_325_654_291, 3_043_658_538, 2_810_209_125, 4_274_278_641, 2_697_088_054, 500, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_Z4_H", )) 3_644_601_601 -> Some(SpellstoneData( [], 3_644_601_601, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_434_537_734, "Uncommon", 1_325_654_291, 4_145_766_536, 2_810_209_123, 4_274_278_641, 2_697_088_054, 500, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_Z4_F", )) 3_644_601_598 -> Some(SpellstoneData( [], 3_644_601_598, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 940_216_083, "Uncommon", 1_325_654_291, 3_651_444_885, 2_810_209_120, 4_274_278_641, 2_697_088_054, 500, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_Z4_C", )) 3_644_601_596 -> Some(SpellstoneData( [], 3_644_601_596, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_042_324_081, "Uncommon", 1_325_654_291, 458_585_587, 2_810_209_118, 4_274_278_641, 2_697_088_054, 500, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_Z4_A", )) 3_416_119_837 -> Some(SpellstoneData( [], 3_416_119_837, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_724_111_074, "Uncommon", 337_010_989, 140_372_580, 2_581_727_359, 4_274_278_641, 2_697_088_054, 500, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_T4_H", )) 3_416_119_835 -> Some(SpellstoneData( [], 3_416_119_835, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_826_219_072, "Uncommon", 337_010_989, 1_242_480_578, 2_581_727_357, 4_274_278_641, 2_697_088_054, 500, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_T4_F", )) 3_416_119_832 -> Some(SpellstoneData( [], 3_416_119_832, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_331_897_421, "Uncommon", 337_010_989, 748_158_927, 2_581_727_354, 4_274_278_641, 2_697_088_054, 500, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_T4_C", )) 3_416_119_830 -> Some(SpellstoneData( [], 3_416_119_830, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_434_005_419, "Uncommon", 337_010_989, 1_850_266_925, 2_581_727_352, 4_274_278_641, 2_697_088_054, 500, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_T4_A", )) 172_005_363 -> Some(SpellstoneData( [], 172_005_363, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_180_268_440, "Uncommon", 1_552_583_683, 3_891_497_242, 3_632_580_181, 4_274_278_641, 2_697_088_054, 500, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_J4_H", )) 172_005_361 -> Some(SpellstoneData( [], 172_005_361, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_282_376_438, "Uncommon", 1_552_583_683, 698_637_944, 3_632_580_179, 4_274_278_641, 2_697_088_054, 500, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_J4_F", )) 172_005_358 -> Some(SpellstoneData( [], 172_005_358, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_788_054_787, "Uncommon", 1_552_583_683, 204_316_293, 3_632_580_176, 4_274_278_641, 2_697_088_054, 500, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_J4_C", )) 172_005_356 -> Some(SpellstoneData( [], 172_005_356, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_890_162_785, "Uncommon", 1_552_583_683, 1_306_424_291, 3_632_580_174, 4_274_278_641, 2_697_088_054, 500, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_J4_A", )) 1_679_821_717 -> Some(SpellstoneData( [], 1_679_821_717, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_148_030_426, "Uncommon", 450_475_685, 564_291_932, 845_429_239, 4_274_278_641, 2_697_088_054, 500, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_L4_H", )) 1_679_821_715 -> Some(SpellstoneData( [], 1_679_821_715, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_250_138_424, "Uncommon", 450_475_685, 1_666_399_930, 845_429_237, 4_274_278_641, 2_697_088_054, 500, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_L4_F", )) 1_679_821_712 -> Some(SpellstoneData( [], 1_679_821_712, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_755_816_773, "Uncommon", 450_475_685, 1_172_078_279, 845_429_234, 4_274_278_641, 2_697_088_054, 500, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_L4_C", )) 1_679_821_710 -> Some(SpellstoneData( [], 1_679_821_710, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_857_924_771, "Uncommon", 450_475_685, 2_274_186_277, 845_429_232, 4_274_278_641, 2_697_088_054, 500, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_L4_A", )) 3_941_546_248 -> Some(SpellstoneData( [], 3_941_546_248, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_452_189_757, "Uncommon", 944_797_336, 4_163_418_559, 3_107_153_770, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O4_H", )) 3_941_546_246 -> Some(SpellstoneData( [], 3_941_546_246, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_554_297_755, "Uncommon", 944_797_336, 970_559_261, 3_107_153_768, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O4_F", )) 3_941_546_243 -> Some(SpellstoneData( [], 3_941_546_243, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_059_976_104, "Uncommon", 944_797_336, 476_237_610, 3_107_153_765, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O4_C", )) 3_941_546_241 -> Some(SpellstoneData( [], 3_941_546_241, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_162_084_102, "Uncommon", 944_797_336, 1_578_345_608, 3_107_153_763, 4_274_278_641, 2_697_088_054, 500, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_O4_A", )) 3_713_064_482 -> Some(SpellstoneData( [], 3_713_064_482, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_843_871_095, "Uncommon", 4_251_121_330, 1_260_132_601, 2_878_672_004, 4_274_278_641, 2_697_088_054, 500, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I4_H", )) 3_713_064_480 -> Some(SpellstoneData( [], 3_713_064_480, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_945_979_093, "Uncommon", 4_251_121_330, 2_362_240_599, 2_878_672_002, 4_274_278_641, 2_697_088_054, 500, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I4_F", )) 3_713_064_477 -> Some(SpellstoneData( [], 3_713_064_477, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_451_657_442, "Uncommon", 4_251_121_330, 1_867_918_948, 2_878_671_999, 4_274_278_641, 2_697_088_054, 500, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I4_C", )) 3_713_064_475 -> Some(SpellstoneData( [], 3_713_064_475, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 258_798_144, "Uncommon", 4_251_121_330, 2_970_026_946, 2_878_671_997, 4_274_278_641, 2_697_088_054, 500, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Brown_I4_A", )) 3_434_873_757 -> Some(SpellstoneData( [], 3_434_873_757, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 569_801_314, "Uncommon", 3_952_588_238, 3_281_030_116, 2_600_481_279, 4_130_847_738, 2_697_088_054, 500, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_O1_G", )) 3_434_873_756 -> Some(SpellstoneData( [], 3_434_873_756, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_268_338_961, "Uncommon", 3_952_588_238, 1_684_600_467, 2_600_481_278, 4_130_847_738, 2_697_088_054, 500, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_O1_F", )) 3_434_873_753 -> Some(SpellstoneData( [], 3_434_873_753, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_774_017_310, "Uncommon", 3_952_588_238, 1_190_278_816, 2_600_481_275, 4_130_847_738, 2_697_088_054, 500, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_O1_C", )) 3_434_873_752 -> Some(SpellstoneData( [], 3_434_873_752, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_177_587_661, "Uncommon", 3_952_588_238, 3_888_816_463, 2_600_481_274, 4_130_847_738, 2_697_088_054, 500, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_O1_B", )) 797_713_304 -> Some(SpellstoneData( [], 797_713_304, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_359_996_365, "Uncommon", 3_345_193_433, 776_257_871, 4_258_288_122, 4_130_847_738, 2_697_088_054, 500, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I2_G", )) 797_713_303 -> Some(SpellstoneData( [], 797_713_303, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 763_566_716, "Uncommon", 3_345_193_433, 3_474_795_518, 4_258_288_121, 4_130_847_738, 2_697_088_054, 500, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I2_F", )) 797_713_300 -> Some(SpellstoneData( [], 797_713_300, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 269_245_065, "Uncommon", 3_345_193_433, 2_980_473_867, 4_258_288_118, 4_130_847_738, 2_697_088_054, 500, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I2_C", )) 797_713_299 -> Some(SpellstoneData( [], 797_713_299, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_967_782_712, "Uncommon", 3_345_193_433, 1_384_044_218, 4_258_288_117, 4_130_847_738, 2_697_088_054, 500, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I2_B", )) 650_759_148 -> Some(SpellstoneData( [], 650_759_148, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_062_669_409, "Uncommon", 4_220_763_581, 478_930_915, 4_111_333_966, 4_130_847_738, 2_697_088_054, 500, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_L3_G", )) 650_759_147 -> Some(SpellstoneData( [], 650_759_147, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 466_239_760, "Uncommon", 4_220_763_581, 3_177_468_562, 4_111_333_965, 4_130_847_738, 2_697_088_054, 500, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_L3_F", )) 650_759_144 -> Some(SpellstoneData( [], 650_759_144, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 4_266_885_405, "Uncommon", 4_220_763_581, 2_683_146_911, 4_111_333_962, 4_130_847_738, 2_697_088_054, 500, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_L3_C", )) 650_759_143 -> Some(SpellstoneData( [], 650_759_143, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_670_455_756, "Uncommon", 4_220_763_581, 1_086_717_262, 4_111_333_961, 4_130_847_738, 2_697_088_054, 500, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_L3_B", )) 2_684_001_913 -> Some(SpellstoneData( [], 2_684_001_913, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_758_510_078, "Uncommon", 3_726_441_930, 1_174_771_584, 1_849_609_435, 4_130_847_738, 2_697_088_054, 500, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I3_G", )) 2_684_001_912 -> Some(SpellstoneData( [], 2_684_001_912, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_162_080_429, "Uncommon", 3_726_441_930, 3_873_309_231, 1_849_609_434, 4_130_847_738, 2_697_088_054, 500, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I3_F", )) 2_684_001_909 -> Some(SpellstoneData( [], 2_684_001_909, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 667_758_778, "Uncommon", 3_726_441_930, 3_378_987_580, 1_849_609_431, 4_130_847_738, 2_697_088_054, 500, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I3_C", )) 2_684_001_908 -> Some(SpellstoneData( [], 2_684_001_908, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_366_296_425, "Uncommon", 3_726_441_930, 1_782_557_931, 1_849_609_430, 4_130_847_738, 2_697_088_054, 500, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I3_B", )) 3_519_437_700 -> Some(SpellstoneData( [], 3_519_437_700, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_700_866_425, "Uncommon", 2_892_117_733, 2_117_127_931, 2_685_045_222, 4_130_847_738, 2_697_088_054, 500, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_S4_G", )) 3_519_437_699 -> Some(SpellstoneData( [], 3_519_437_699, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_104_436_776, "Uncommon", 2_892_117_733, 520_698_282, 2_685_045_221, 4_130_847_738, 2_697_088_054, 500, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_S4_F", )) 3_519_437_696 -> Some(SpellstoneData( [], 3_519_437_696, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_610_115_125, "Uncommon", 2_892_117_733, 26_376_631, 2_685_045_218, 4_130_847_738, 2_697_088_054, 500, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_S4_C", )) 3_519_437_695 -> Some(SpellstoneData( [], 3_519_437_695, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 13_685_476, "Uncommon", 2_892_117_733, 2_724_914_278, 2_685_045_217, 4_130_847_738, 2_697_088_054, 500, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_S4_B", )) 206_860_347 -> Some(SpellstoneData( [], 206_860_347, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 645_582_432, "Uncommon", 1_182_223_388, 3_356_811_234, 3_667_435_165, 4_130_847_738, 2_697_088_054, 500, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_Z4_G", )) 206_860_346 -> Some(SpellstoneData( [], 206_860_346, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_344_120_079, "Uncommon", 1_182_223_388, 1_760_381_585, 3_667_435_164, 4_130_847_738, 2_697_088_054, 500, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_Z4_F", )) 206_860_343 -> Some(SpellstoneData( [], 206_860_343, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_849_798_428, "Uncommon", 1_182_223_388, 1_266_059_934, 3_667_435_161, 4_130_847_738, 2_697_088_054, 500, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_Z4_C", )) 206_860_342 -> Some(SpellstoneData( [], 206_860_342, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_253_368_779, "Uncommon", 1_182_223_388, 3_964_597_581, 3_667_435_160, 4_130_847_738, 2_697_088_054, 500, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_Z4_B", )) 4_273_345_877 -> Some(SpellstoneData( [], 4_273_345_877, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_037_263_770, "Uncommon", 193_580_086, 453_525_276, 3_438_953_399, 4_130_847_738, 2_697_088_054, 500, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_T4_G", )) 4_273_345_876 -> Some(SpellstoneData( [], 4_273_345_876, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 440_834_121, "Uncommon", 193_580_086, 3_152_062_923, 3_438_953_398, 4_130_847_738, 2_697_088_054, 500, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_T4_F", )) 4_273_345_873 -> Some(SpellstoneData( [], 4_273_345_873, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 4_241_479_766, "Uncommon", 193_580_086, 2_657_741_272, 3_438_953_395, 4_130_847_738, 2_697_088_054, 500, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_T4_C", )) 4_273_345_872 -> Some(SpellstoneData( [], 4_273_345_872, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_645_050_117, "Uncommon", 193_580_086, 1_061_311_623, 3_438_953_394, 4_130_847_738, 2_697_088_054, 500, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_T4_B", )) 1_029_231_403 -> Some(SpellstoneData( [], 1_029_231_403, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_493_421_136, "Uncommon", 1_409_152_780, 4_204_649_938, 194_838_925, 4_130_847_738, 2_697_088_054, 500, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_J4_G", )) 1_029_231_402 -> Some(SpellstoneData( [], 1_029_231_402, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_191_958_783, "Uncommon", 1_409_152_780, 2_608_220_289, 194_838_924, 4_130_847_738, 2_697_088_054, 500, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_J4_F", )) 1_029_231_399 -> Some(SpellstoneData( [], 1_029_231_399, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_697_637_132, "Uncommon", 1_409_152_780, 2_113_898_638, 194_838_921, 4_130_847_738, 2_697_088_054, 500, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_J4_C", )) 1_029_231_398 -> Some(SpellstoneData( [], 1_029_231_398, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_101_207_483, "Uncommon", 1_409_152_780, 517_468_989, 194_838_920, 4_130_847_738, 2_697_088_054, 500, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_J4_B", )) 2_537_047_757 -> Some(SpellstoneData( [], 2_537_047_757, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_461_183_122, "Uncommon", 307_044_782, 877_444_628, 1_702_655_279, 4_130_847_738, 2_697_088_054, 500, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_L4_G", )) 2_537_047_756 -> Some(SpellstoneData( [], 2_537_047_756, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 864_753_473, "Uncommon", 307_044_782, 3_575_982_275, 1_702_655_278, 4_130_847_738, 2_697_088_054, 500, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_L4_F", )) 2_537_047_753 -> Some(SpellstoneData( [], 2_537_047_753, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 370_431_822, "Uncommon", 307_044_782, 3_081_660_624, 1_702_655_275, 4_130_847_738, 2_697_088_054, 500, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_L4_C", )) 2_537_047_752 -> Some(SpellstoneData( [], 2_537_047_752, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_068_969_469, "Uncommon", 307_044_782, 1_485_230_975, 1_702_655_274, 4_130_847_738, 2_697_088_054, 500, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_L4_B", )) 503_804_992 -> Some(SpellstoneData( [], 503_804_992, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_765_342_453, "Uncommon", 801_366_433, 181_603_959, 3_964_379_810, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_O4_G", )) 503_804_991 -> Some(SpellstoneData( [], 503_804_991, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 168_912_804, "Uncommon", 801_366_433, 2_880_141_606, 3_964_379_809, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_O4_F", )) 503_804_988 -> Some(SpellstoneData( [], 503_804_988, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_969_558_449, "Uncommon", 801_366_433, 2_385_819_955, 3_964_379_806, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_O4_C", )) 503_804_987 -> Some(SpellstoneData( [], 503_804_987, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_373_128_800, "Uncommon", 801_366_433, 789_390_306, 3_964_379_805, 4_130_847_738, 2_697_088_054, 500, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_O4_B", )) 275_323_226 -> Some(SpellstoneData( [], 275_323_226, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_157_023_791, "Uncommon", 4_107_690_427, 1_573_285_297, 3_735_898_044, 4_130_847_738, 2_697_088_054, 500, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I4_G", )) 275_323_225 -> Some(SpellstoneData( [], 275_323_225, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_560_594_142, "Uncommon", 4_107_690_427, 4_271_822_944, 3_735_898_043, 4_130_847_738, 2_697_088_054, 500, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I4_F", )) 275_323_222 -> Some(SpellstoneData( [], 275_323_222, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_066_272_491, "Uncommon", 4_107_690_427, 3_777_501_293, 3_735_898_040, 4_130_847_738, 2_697_088_054, 500, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I4_C", )) 275_323_221 -> Some(SpellstoneData( [], 275_323_221, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_764_810_138, "Uncommon", 4_107_690_427, 2_181_071_644, 3_735_898_039, 4_130_847_738, 2_697_088_054, 500, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Green_I4_B", )) 4_287_736_185 -> Some(SpellstoneData( [], 4_287_736_185, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_788_176_686, "Uncommon", 976_510_649, 2_397_633_680, 3_279_219_643, 1_423_851_045, 2_697_088_054, 500, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O1_H", )) 4_287_736_181 -> Some(SpellstoneData( [], 4_287_736_181, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_992_392_682, "Uncommon", 976_510_649, 306_882_380, 3_279_219_639, 1_423_851_045, 2_697_088_054, 500, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O1_D", )) 4_287_736_179 -> Some(SpellstoneData( [], 4_287_736_179, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 799_533_384, "Uncommon", 976_510_649, 1_408_990_378, 3_279_219_637, 1_423_851_045, 2_697_088_054, 500, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O1_B", )) 4_287_736_178 -> Some(SpellstoneData( [], 4_287_736_178, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_498_071_031, "Uncommon", 976_510_649, 4_107_528_025, 3_279_219_636, 1_423_851_045, 2_697_088_054, 500, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O1_A", )) 1_650_575_732 -> Some(SpellstoneData( [], 1_650_575_732, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_578_371_737, "Uncommon", 2_936_344_852, 4_187_828_731, 642_059_190, 1_423_851_045, 2_697_088_054, 500, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I2_H", )) 1_650_575_728 -> Some(SpellstoneData( [], 1_650_575_728, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_487_620_437, "Uncommon", 2_936_344_852, 2_097_077_431, 642_059_186, 1_423_851_045, 2_697_088_054, 500, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I2_D", )) 1_650_575_726 -> Some(SpellstoneData( [], 1_650_575_726, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_589_728_435, "Uncommon", 2_936_344_852, 3_199_185_429, 642_059_184, 1_423_851_045, 2_697_088_054, 500, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I2_B", )) 1_650_575_725 -> Some(SpellstoneData( [], 1_650_575_725, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 993_298_786, "Uncommon", 2_936_344_852, 1_602_755_780, 642_059_183, 1_423_851_045, 2_697_088_054, 500, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I2_A", )) 1_503_621_576 -> Some(SpellstoneData( [], 1_503_621_576, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_281_044_781, "Uncommon", 1_023_642_296, 3_890_501_775, 495_105_034, 1_423_851_045, 2_697_088_054, 500, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_L3_H", )) 1_503_621_572 -> Some(SpellstoneData( [], 1_503_621_572, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_190_293_481, "Uncommon", 1_023_642_296, 1_799_750_475, 495_105_030, 1_423_851_045, 2_697_088_054, 500, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_L3_D", )) 1_503_621_570 -> Some(SpellstoneData( [], 1_503_621_570, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_292_401_479, "Uncommon", 1_023_642_296, 2_901_858_473, 495_105_028, 1_423_851_045, 2_697_088_054, 500, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_L3_B", )) 1_503_621_569 -> Some(SpellstoneData( [], 1_503_621_569, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 695_971_830, "Uncommon", 1_023_642_296, 1_305_428_824, 495_105_027, 1_423_851_045, 2_697_088_054, 500, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_L3_A", )) 3_536_864_341 -> Some(SpellstoneData( [], 3_536_864_341, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_976_885_450, "Uncommon", 882_832_117, 291_375_148, 2_528_347_799, 1_423_851_045, 2_697_088_054, 500, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I3_H", )) 3_536_864_337 -> Some(SpellstoneData( [], 3_536_864_337, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_886_134_150, "Uncommon", 882_832_117, 2_495_591_144, 2_528_347_795, 1_423_851_045, 2_697_088_054, 500, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I3_D", )) 3_536_864_335 -> Some(SpellstoneData( [], 3_536_864_335, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_988_242_148, "Uncommon", 882_832_117, 3_597_699_142, 2_528_347_793, 1_423_851_045, 2_697_088_054, 500, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I3_B", )) 3_536_864_334 -> Some(SpellstoneData( [], 3_536_864_334, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_391_812_499, "Uncommon", 882_832_117, 2_001_269_493, 2_528_347_792, 1_423_851_045, 2_697_088_054, 500, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I3_A", )) 77_332_832 -> Some(SpellstoneData( [], 77_332_832, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 624_274_501, "Uncommon", 2_161_998_176, 1_233_731_495, 3_363_783_586, 1_423_851_045, 2_697_088_054, 500, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_S4_H", )) 77_332_828 -> Some(SpellstoneData( [], 77_332_828, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_828_490_497, "Uncommon", 2_161_998_176, 3_437_947_491, 3_363_783_582, 1_423_851_045, 2_697_088_054, 500, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_S4_D", )) 77_332_826 -> Some(SpellstoneData( [], 77_332_826, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_930_598_495, "Uncommon", 2_161_998_176, 245_088_193, 3_363_783_580, 1_423_851_045, 2_697_088_054, 500, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_S4_B", )) 77_332_825 -> Some(SpellstoneData( [], 77_332_825, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_334_168_846, "Uncommon", 2_161_998_176, 2_943_625_840, 3_363_783_579, 1_423_851_045, 2_697_088_054, 500, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_S4_A", )) 1_059_722_775 -> Some(SpellstoneData( [], 1_059_722_775, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_863_957_804, "Uncommon", 1_058_899_495, 2_473_414_798, 51_206_233, 1_423_851_045, 2_697_088_054, 500, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_Z4_H", )) 1_059_722_771 -> Some(SpellstoneData( [], 1_059_722_771, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 4_068_173_800, "Uncommon", 1_058_899_495, 382_663_498, 51_206_229, 1_423_851_045, 2_697_088_054, 500, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_Z4_D", )) 1_059_722_769 -> Some(SpellstoneData( [], 1_059_722_769, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 875_314_502, "Uncommon", 1_058_899_495, 1_484_771_496, 51_206_227, 1_423_851_045, 2_697_088_054, 500, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_Z4_B", )) 1_059_722_768 -> Some(SpellstoneData( [], 1_059_722_768, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_573_852_149, "Uncommon", 1_058_899_495, 4_183_309_143, 51_206_226, 1_423_851_045, 2_697_088_054, 500, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_Z4_A", )) 831_241_009 -> Some(SpellstoneData( [], 831_241_009, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_255_639_142, "Uncommon", 777_279_137, 3_865_096_136, 4_117_691_763, 1_423_851_045, 2_697_088_054, 500, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_T4_H", )) 831_241_005 -> Some(SpellstoneData( [], 831_241_005, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_164_887_842, "Uncommon", 777_279_137, 1_774_344_836, 4_117_691_759, 1_423_851_045, 2_697_088_054, 500, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_T4_D", )) 831_241_003 -> Some(SpellstoneData( [], 831_241_003, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_266_995_840, "Uncommon", 777_279_137, 2_876_452_834, 4_117_691_757, 1_423_851_045, 2_697_088_054, 500, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_T4_B", )) 831_241_002 -> Some(SpellstoneData( [], 831_241_002, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 670_566_191, "Uncommon", 777_279_137, 1_280_023_185, 4_117_691_756, 1_423_851_045, 2_697_088_054, 500, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_T4_A", )) 1_882_093_831 -> Some(SpellstoneData( [], 1_882_093_831, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_711_796_508, "Uncommon", 1_739_567_639, 3_321_253_502, 873_577_289, 1_423_851_045, 2_697_088_054, 500, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_J4_H", )) 1_882_093_827 -> Some(SpellstoneData( [], 1_882_093_827, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 621_045_208, "Uncommon", 1_739_567_639, 1_230_502_202, 873_577_285, 1_423_851_045, 2_697_088_054, 500, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_J4_D", )) 1_882_093_825 -> Some(SpellstoneData( [], 1_882_093_825, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_723_153_206, "Uncommon", 1_739_567_639, 2_332_610_200, 873_577_283, 1_423_851_045, 2_697_088_054, 500, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_J4_B", )) 1_882_093_824 -> Some(SpellstoneData( [], 1_882_093_824, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 126_723_557, "Uncommon", 1_739_567_639, 736_180_551, 873_577_282, 1_423_851_045, 2_697_088_054, 500, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_J4_A", )) 3_389_910_185 -> Some(SpellstoneData( [], 3_389_910_185, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_679_558_494, "Uncommon", 3_265_096_857, 4_289_015_488, 2_381_393_643, 1_423_851_045, 2_697_088_054, 500, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_L4_H", )) 3_389_910_181 -> Some(SpellstoneData( [], 3_389_910_181, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_588_807_194, "Uncommon", 3_265_096_857, 2_198_264_188, 2_381_393_639, 1_423_851_045, 2_697_088_054, 500, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_L4_D", )) 3_389_910_179 -> Some(SpellstoneData( [], 3_389_910_179, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_690_915_192, "Uncommon", 3_265_096_857, 3_300_372_186, 2_381_393_637, 1_423_851_045, 2_697_088_054, 500, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_L4_B", )) 3_389_910_178 -> Some(SpellstoneData( [], 3_389_910_178, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_094_485_543, "Uncommon", 3_265_096_857, 1_703_942_537, 2_381_393_636, 1_423_851_045, 2_697_088_054, 500, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_L4_A", )) 1_356_667_420 -> Some(SpellstoneData( [], 1_356_667_420, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_983_717_825, "Uncommon", 3_405_907_036, 3_593_174_819, 348_150_878, 1_423_851_045, 2_697_088_054, 500, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O4_H", )) 1_356_667_416 -> Some(SpellstoneData( [], 1_356_667_416, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 892_966_525, "Uncommon", 3_405_907_036, 1_502_423_519, 348_150_874, 1_423_851_045, 2_697_088_054, 500, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O4_D", )) 1_356_667_414 -> Some(SpellstoneData( [], 1_356_667_414, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_995_074_523, "Uncommon", 3_405_907_036, 2_604_531_517, 348_150_872, 1_423_851_045, 2_697_088_054, 500, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O4_B", )) 1_356_667_413 -> Some(SpellstoneData( [], 1_356_667_413, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 398_644_874, "Uncommon", 3_405_907_036, 1_008_101_868, 348_150_871, 1_423_851_045, 2_697_088_054, 500, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_O4_A", )) 1_128_185_654 -> Some(SpellstoneData( [], 1_128_185_654, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 80_431_867, "Uncommon", 3_124_286_678, 689_888_861, 119_669_112, 1_423_851_045, 2_697_088_054, 500, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I4_H", )) 1_128_185_650 -> Some(SpellstoneData( [], 1_128_185_650, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_284_647_863, "Uncommon", 3_124_286_678, 2_894_104_857, 119_669_108, 1_423_851_045, 2_697_088_054, 500, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I4_D", )) 1_128_185_648 -> Some(SpellstoneData( [], 1_128_185_648, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_386_755_861, "Uncommon", 3_124_286_678, 3_996_212_855, 119_669_106, 1_423_851_045, 2_697_088_054, 500, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I4_B", )) 1_128_185_647 -> Some(SpellstoneData( [], 1_128_185_647, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_790_326_212, "Uncommon", 3_124_286_678, 2_399_783_206, 119_669_105, 1_423_851_045, 2_697_088_054, 500, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Yellow_I4_A", )) 3_427_532_872 -> Some(SpellstoneData( [], 3_427_532_872, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_485_987_869, "Uncommon", 207_785_048, 2_339_864_031, 3_904_892_138, 275_112_964, 2_697_088_054, 500, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O1_H", )) 3_427_532_871 -> Some(SpellstoneData( [], 3_427_532_871, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 889_558_220, "Uncommon", 207_785_048, 743_434_382, 3_904_892_137, 275_112_964, 2_697_088_054, 500, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O1_G", )) 3_427_532_868 -> Some(SpellstoneData( [], 3_427_532_868, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 395_236_569, "Uncommon", 207_785_048, 249_112_731, 3_904_892_134, 275_112_964, 2_697_088_054, 500, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O1_D", )) 3_427_532_867 -> Some(SpellstoneData( [], 3_427_532_867, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_093_774_216, "Uncommon", 207_785_048, 2_947_650_378, 3_904_892_133, 275_112_964, 2_697_088_054, 500, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O1_C", )) 3_427_532_865 -> Some(SpellstoneData( [], 3_427_532_865, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_195_882_214, "Uncommon", 207_785_048, 4_049_758_376, 3_904_892_131, 275_112_964, 2_697_088_054, 500, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O1_A", )) 790_372_419 -> Some(SpellstoneData( [], 790_372_419, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_276_182_920, "Uncommon", 2_459_571_395, 4_130_059_082, 1_267_731_685, 275_112_964, 2_697_088_054, 500, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I2_H", )) 790_372_418 -> Some(SpellstoneData( [], 790_372_418, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_679_753_271, "Uncommon", 2_459_571_395, 2_533_629_433, 1_267_731_684, 275_112_964, 2_697_088_054, 500, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I2_G", )) 790_372_415 -> Some(SpellstoneData( [], 790_372_415, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_185_431_620, "Uncommon", 2_459_571_395, 2_039_307_782, 1_267_731_681, 275_112_964, 2_697_088_054, 500, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I2_D", )) 790_372_414 -> Some(SpellstoneData( [], 790_372_414, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 589_001_971, "Uncommon", 2_459_571_395, 442_878_133, 1_267_731_680, 275_112_964, 2_697_088_054, 500, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I2_C", )) 790_372_412 -> Some(SpellstoneData( [], 790_372_412, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_691_109_969, "Uncommon", 2_459_571_395, 1_544_986_131, 1_267_731_678, 275_112_964, 2_697_088_054, 500, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I2_A", )) 643_418_263 -> Some(SpellstoneData( [], 643_418_263, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_978_855_964, "Uncommon", 787_134_759, 3_832_732_126, 1_120_777_529, 275_112_964, 2_697_088_054, 500, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_L3_H", )) 643_418_262 -> Some(SpellstoneData( [], 643_418_262, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_382_426_315, "Uncommon", 787_134_759, 2_236_302_477, 1_120_777_528, 275_112_964, 2_697_088_054, 500, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_L3_G", )) 643_418_259 -> Some(SpellstoneData( [], 643_418_259, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_888_104_664, "Uncommon", 787_134_759, 1_741_980_826, 1_120_777_525, 275_112_964, 2_697_088_054, 500, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_L3_D", )) 643_418_258 -> Some(SpellstoneData( [], 643_418_258, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 291_675_015, "Uncommon", 787_134_759, 145_551_177, 1_120_777_524, 275_112_964, 2_697_088_054, 500, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_L3_C", )) 643_418_256 -> Some(SpellstoneData( [], 643_418_256, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_393_783_013, "Uncommon", 787_134_759, 1_247_659_175, 1_120_777_522, 275_112_964, 2_697_088_054, 500, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_L3_A", )) 2_676_661_028 -> Some(SpellstoneData( [], 2_676_661_028, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 379_729_337, "Uncommon", 3_526_864_852, 233_605_499, 3_154_020_294, 275_112_964, 2_697_088_054, 500, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I3_H", )) 2_676_661_027 -> Some(SpellstoneData( [], 2_676_661_027, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_078_266_984, "Uncommon", 3_526_864_852, 2_932_143_146, 3_154_020_293, 275_112_964, 2_697_088_054, 500, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I3_G", )) 2_676_661_024 -> Some(SpellstoneData( [], 2_676_661_024, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_583_945_333, "Uncommon", 3_526_864_852, 2_437_821_495, 3_154_020_290, 275_112_964, 2_697_088_054, 500, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I3_D", )) 2_676_661_023 -> Some(SpellstoneData( [], 2_676_661_023, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 987_515_684, "Uncommon", 3_526_864_852, 841_391_846, 3_154_020_289, 275_112_964, 2_697_088_054, 500, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I3_C", )) 2_676_661_021 -> Some(SpellstoneData( [], 2_676_661_021, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_089_623_682, "Uncommon", 3_526_864_852, 1_943_499_844, 3_154_020_287, 275_112_964, 2_697_088_054, 500, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I3_A", )) 3_512_096_815 -> Some(SpellstoneData( [], 3_512_096_815, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_322_085_684, "Uncommon", 1_188_347_727, 1_175_961_846, 3_989_456_081, 275_112_964, 2_697_088_054, 500, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_S4_H", )) 3_512_096_814 -> Some(SpellstoneData( [], 3_512_096_814, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_020_623_331, "Uncommon", 1_188_347_727, 3_874_499_493, 3_989_456_080, 275_112_964, 2_697_088_054, 500, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_S4_G", )) 3_512_096_811 -> Some(SpellstoneData( [], 3_512_096_811, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_526_301_680, "Uncommon", 1_188_347_727, 3_380_177_842, 3_989_456_077, 275_112_964, 2_697_088_054, 500, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_S4_D", )) 3_512_096_810 -> Some(SpellstoneData( [], 3_512_096_810, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_929_872_031, "Uncommon", 1_188_347_727, 1_783_748_193, 3_989_456_076, 275_112_964, 2_697_088_054, 500, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_S4_C", )) 3_512_096_808 -> Some(SpellstoneData( [], 3_512_096_808, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 3_031_980_029, "Uncommon", 1_188_347_727, 2_885_856_191, 3_989_456_074, 275_112_964, 2_697_088_054, 500, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_S4_A", )) 199_519_462 -> Some(SpellstoneData( [], 199_519_462, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_561_768_987, "Uncommon", 522_267_238, 2_415_645_149, 676_878_728, 275_112_964, 2_697_088_054, 500, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_Z4_H", )) 199_519_461 -> Some(SpellstoneData( [], 199_519_461, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 965_339_338, "Uncommon", 522_267_238, 819_215_500, 676_878_727, 275_112_964, 2_697_088_054, 500, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_Z4_G", )) 199_519_458 -> Some(SpellstoneData( [], 199_519_458, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 471_017_687, "Uncommon", 522_267_238, 324_893_849, 676_878_724, 275_112_964, 2_697_088_054, 500, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_Z4_D", )) 199_519_457 -> Some(SpellstoneData( [], 199_519_457, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_169_555_334, "Uncommon", 522_267_238, 3_023_431_496, 676_878_723, 275_112_964, 2_697_088_054, 500, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_Z4_C", )) 199_519_455 -> Some(SpellstoneData( [], 199_519_455, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 4_271_663_332, "Uncommon", 522_267_238, 4_125_539_494, 676_878_721, 275_112_964, 2_697_088_054, 500, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_Z4_A", )) 4_266_004_992 -> Some(SpellstoneData( [], 4_266_004_992, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_953_450_325, "Uncommon", 1_706_760_128, 3_807_326_487, 448_396_962, 275_112_964, 2_697_088_054, 500, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_T4_H", )) 4_266_004_991 -> Some(SpellstoneData( [], 4_266_004_991, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_357_020_676, "Uncommon", 1_706_760_128, 2_210_896_838, 448_396_961, 275_112_964, 2_697_088_054, 500, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_T4_G", )) 4_266_004_988 -> Some(SpellstoneData( [], 4_266_004_988, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_862_699_025, "Uncommon", 1_706_760_128, 1_716_575_187, 448_396_958, 275_112_964, 2_697_088_054, 500, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_T4_D", )) 4_266_004_987 -> Some(SpellstoneData( [], 4_266_004_987, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 266_269_376, "Uncommon", 1_706_760_128, 120_145_538, 448_396_957, 275_112_964, 2_697_088_054, 500, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_T4_C", )) 4_266_004_985 -> Some(SpellstoneData( [], 4_266_004_985, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_368_377_374, "Uncommon", 1_706_760_128, 1_222_253_536, 448_396_955, 275_112_964, 2_697_088_054, 500, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_T4_A", )) 1_021_890_518 -> Some(SpellstoneData( [], 1_021_890_518, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_409_607_691, "Uncommon", 817_603_414, 3_263_483_853, 1_499_249_784, 275_112_964, 2_697_088_054, 500, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_J4_H", )) 1_021_890_517 -> Some(SpellstoneData( [], 1_021_890_517, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_813_178_042, "Uncommon", 817_603_414, 1_667_054_204, 1_499_249_783, 275_112_964, 2_697_088_054, 500, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_J4_G", )) 1_021_890_514 -> Some(SpellstoneData( [], 1_021_890_514, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_318_856_391, "Uncommon", 817_603_414, 1_172_732_553, 1_499_249_780, 275_112_964, 2_697_088_054, 500, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_J4_D", )) 1_021_890_513 -> Some(SpellstoneData( [], 1_021_890_513, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_017_394_038, "Uncommon", 817_603_414, 3_871_270_200, 1_499_249_779, 275_112_964, 2_697_088_054, 500, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_J4_C", )) 1_021_890_511 -> Some(SpellstoneData( [], 1_021_890_511, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 824_534_740, "Uncommon", 817_603_414, 678_410_902, 1_499_249_777, 275_112_964, 2_697_088_054, 500, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_J4_A", )) 2_529_706_872 -> Some(SpellstoneData( [], 2_529_706_872, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 82_402_381, "Uncommon", 1_854_428_216, 4_231_245_839, 3_007_066_138, 275_112_964, 2_697_088_054, 500, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_L4_H", )) 2_529_706_871 -> Some(SpellstoneData( [], 2_529_706_871, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_780_940_028, "Uncommon", 1_854_428_216, 2_634_816_190, 3_007_066_137, 275_112_964, 2_697_088_054, 500, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_L4_G", )) 2_529_706_868 -> Some(SpellstoneData( [], 2_529_706_868, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_286_618_377, "Uncommon", 1_854_428_216, 2_140_494_539, 3_007_066_134, 275_112_964, 2_697_088_054, 500, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_L4_D", )) 2_529_706_867 -> Some(SpellstoneData( [], 2_529_706_867, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 690_188_728, "Uncommon", 1_854_428_216, 544_064_890, 3_007_066_133, 275_112_964, 2_697_088_054, 500, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_L4_C", )) 2_529_706_865 -> Some(SpellstoneData( [], 2_529_706_865, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_792_296_726, "Uncommon", 1_854_428_216, 1_646_172_888, 3_007_066_131, 275_112_964, 2_697_088_054, 500, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_L4_A", )) 496_464_107 -> Some(SpellstoneData( [], 496_464_107, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_681_529_008, "Uncommon", 3_409_665_419, 3_535_405_170, 973_823_373, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O4_H", )) 496_464_106 -> Some(SpellstoneData( [], 496_464_106, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 2_085_099_359, "Uncommon", 3_409_665_419, 1_938_975_521, 973_823_372, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O4_G", )) 496_464_103 -> Some(SpellstoneData( [], 496_464_103, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_590_777_708, "Uncommon", 3_409_665_419, 1_444_653_870, 973_823_369, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O4_D", )) 496_464_102 -> Some(SpellstoneData( [], 496_464_102, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 4_289_315_355, "Uncommon", 3_409_665_419, 4_143_191_517, 973_823_368, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O4_C", )) 496_464_100 -> Some(SpellstoneData( [], 496_464_100, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 1_096_456_057, "Uncommon", 3_409_665_419, 950_332_219, 973_823_366, 275_112_964, 2_697_088_054, 500, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_O4_A", )) 267_982_341 -> Some(SpellstoneData( [], 267_982_341, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 778_243_050, "Uncommon", 299_191_013, 632_119_212, 745_341_607, 275_112_964, 2_697_088_054, 500, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I4_H", )) 267_982_340 -> Some(SpellstoneData( [], 267_982_340, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 3_476_780_697, "Uncommon", 299_191_013, 3_330_656_859, 745_341_606, 275_112_964, 2_697_088_054, 500, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I4_G", )) 267_982_337 -> Some(SpellstoneData( [], 267_982_337, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_982_459_046, "Uncommon", 299_191_013, 2_836_335_208, 745_341_603, 275_112_964, 2_697_088_054, 500, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I4_D", )) 267_982_336 -> Some(SpellstoneData( [], 267_982_336, 1_391_533_020, 2000, 2_697_088_054, False, False, True, True, 1_386_029_397, "Uncommon", 299_191_013, 1_239_905_559, 745_341_602, 275_112_964, 2_697_088_054, 500, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I4_C", )) 267_982_334 -> Some(SpellstoneData( [], 267_982_334, 1_391_533_020, 2000, 2_697_088_054, False, False, True, False, 2_488_137_395, "Uncommon", 299_191_013, 2_342_013_557, 745_341_600, 275_112_964, 2_697_088_054, 500, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Un_Red_I4_A", )) 3_935_037_513 -> Some(SpellstoneData( [], 3_935_037_513, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_815_444_382, "Common", 2_781_534_672, 3_624_744_768, 1_982_612_683, 1_879_470_780, 2_697_088_054, 250, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O1_B", )) 3_935_037_517 -> Some(SpellstoneData( [], 3_935_037_517, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 611_228_386, "Common", 2_781_534_672, 1_420_528_772, 1_982_612_687, 1_879_470_780, 2_697_088_054, 250, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O1_F", )) 3_935_037_515 -> Some(SpellstoneData( [], 3_935_037_515, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_713_336_384, "Common", 2_781_534_672, 2_522_636_770, 1_982_612_685, 1_879_470_780, 2_697_088_054, 250, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O1_D", )) 3_935_037_514 -> Some(SpellstoneData( [], 3_935_037_514, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 116_906_735, "Common", 2_781_534_672, 926_207_121, 1_982_612_684, 1_879_470_780, 2_697_088_054, 250, 3_067_065_286, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O1_C", )) 1_297_877_060 -> Some(SpellstoneData( [], 1_297_877_060, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 310_672_137, "Common", 1_039_518_347, 1_119_972_523, 3_640_419_526, 1_879_470_780, 2_697_088_054, 250, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I2_B", )) 1_297_877_064 -> Some(SpellstoneData( [], 1_297_877_064, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_401_423_437, "Common", 1_039_518_347, 3_210_723_823, 3_640_419_530, 1_879_470_780, 2_697_088_054, 250, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I2_F", )) 1_297_877_062 -> Some(SpellstoneData( [], 1_297_877_062, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_503_531_435, "Common", 1_039_518_347, 17_864_525, 3_640_419_528, 1_879_470_780, 2_697_088_054, 250, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I2_D", )) 1_297_877_061 -> Some(SpellstoneData( [], 1_297_877_061, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_907_101_786, "Common", 1_039_518_347, 2_716_402_172, 3_640_419_527, 1_879_470_780, 2_697_088_054, 250, 4_087_206_705, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I2_C", )) 1_150_922_904 -> Some(SpellstoneData( [], 1_150_922_904, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 13_345_181, "Common", 642_989_231, 822_645_567, 3_493_465_370, 1_879_470_780, 2_697_088_054, 250, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_L3_B", )) 1_150_922_908 -> Some(SpellstoneData( [], 1_150_922_908, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_104_096_481, "Common", 642_989_231, 2_913_396_867, 3_493_465_374, 1_879_470_780, 2_697_088_054, 250, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_L3_F", )) 1_150_922_906 -> Some(SpellstoneData( [], 1_150_922_906, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_206_204_479, "Common", 642_989_231, 4_015_504_865, 3_493_465_372, 1_879_470_780, 2_697_088_054, 250, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_L3_D", )) 1_150_922_905 -> Some(SpellstoneData( [], 1_150_922_905, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_609_774_830, "Common", 642_989_231, 2_419_075_216, 3_493_465_371, 1_879_470_780, 2_697_088_054, 250, 1_575_563_989, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_L3_C", )) 3_184_165_669 -> Some(SpellstoneData( [], 3_184_165_669, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 709_185_850, "Common", 1_626_149_260, 1_518_486_236, 1_231_740_839, 1_879_470_780, 2_697_088_054, 250, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I3_B", )) 3_184_165_673 -> Some(SpellstoneData( [], 3_184_165_673, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_799_937_150, "Common", 1_626_149_260, 3_609_237_536, 1_231_740_843, 1_879_470_780, 2_697_088_054, 250, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I3_F", )) 3_184_165_671 -> Some(SpellstoneData( [], 3_184_165_671, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_902_045_148, "Common", 1_626_149_260, 416_378_238, 1_231_740_841, 1_879_470_780, 2_697_088_054, 250, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I3_D", )) 3_184_165_670 -> Some(SpellstoneData( [], 3_184_165_670, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_305_615_499, "Common", 1_626_149_260, 3_114_915_885, 1_231_740_840, 1_879_470_780, 2_697_088_054, 250, 1_321_169_602, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I3_C", )) 4_019_601_456 -> Some(SpellstoneData( [], 4_019_601_456, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_651_542_197, "Common", 1_798_891_607, 2_460_842_583, 2_067_176_626, 1_879_470_780, 2_697_088_054, 250, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_S4_B", )) 4_019_601_460 -> Some(SpellstoneData( [], 4_019_601_460, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_742_293_497, "Common", 1_798_891_607, 256_626_587, 2_067_176_630, 1_879_470_780, 2_697_088_054, 250, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_S4_F", )) 4_019_601_458 -> Some(SpellstoneData( [], 4_019_601_458, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 549_434_199, "Common", 1_798_891_607, 1_358_734_585, 2_067_176_628, 1_879_470_780, 2_697_088_054, 250, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_S4_D", )) 4_019_601_457 -> Some(SpellstoneData( [], 4_019_601_457, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_247_971_846, "Common", 1_798_891_607, 4_057_272_232, 2_067_176_627, 1_879_470_780, 2_697_088_054, 250, 3_698_081_085, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_S4_C", )) 707_024_103 -> Some(SpellstoneData( [], 707_024_103, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_891_225_500, "Common", 2_368_163_070, 3_700_525_886, 3_049_566_569, 1_879_470_780, 2_697_088_054, 250, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_Z4_B", )) 707_024_107 -> Some(SpellstoneData( [], 707_024_107, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 687_009_504, "Common", 2_368_163_070, 1_496_309_890, 3_049_566_573, 1_879_470_780, 2_697_088_054, 250, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_Z4_F", )) 707_024_105 -> Some(SpellstoneData( [], 707_024_105, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_789_117_502, "Common", 2_368_163_070, 2_598_417_888, 3_049_566_571, 1_879_470_780, 2_697_088_054, 250, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_Z4_D", )) 707_024_104 -> Some(SpellstoneData( [], 707_024_104, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 192_687_853, "Common", 2_368_163_070, 1_001_988_239, 3_049_566_570, 1_879_470_780, 2_697_088_054, 250, 4_291_667_988, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_Z4_C", )) 478_542_337 -> Some(SpellstoneData( [], 478_542_337, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 4_282_906_838, "Common", 39_515_832, 797_239_928, 2_821_084_803, 1_879_470_780, 2_697_088_054, 250, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_T4_B", )) 478_542_341 -> Some(SpellstoneData( [], 478_542_341, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_078_690_842, "Common", 39_515_832, 2_887_991_228, 2_821_084_807, 1_879_470_780, 2_697_088_054, 250, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_T4_F", )) 478_542_339 -> Some(SpellstoneData( [], 478_542_339, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_180_798_840, "Common", 39_515_832, 3_990_099_226, 2_821_084_805, 1_879_470_780, 2_697_088_054, 250, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_T4_D", )) 478_542_338 -> Some(SpellstoneData( [], 478_542_338, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_584_369_191, "Common", 39_515_832, 2_393_669_577, 2_821_084_804, 1_879_470_780, 2_697_088_054, 250, 3_782_879_214, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_T4_C", )) 1_529_395_159 -> Some(SpellstoneData( [], 1_529_395_159, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_739_064_204, "Common", 453_404_398, 253_397_294, 3_871_937_625, 1_879_470_780, 2_697_088_054, 250, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_J4_B", )) 1_529_395_163 -> Some(SpellstoneData( [], 1_529_395_163, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_534_848_208, "Common", 453_404_398, 2_344_148_594, 3_871_937_629, 1_879_470_780, 2_697_088_054, 250, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_J4_F", )) 1_529_395_161 -> Some(SpellstoneData( [], 1_529_395_161, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_636_956_206, "Common", 453_404_398, 3_446_256_592, 3_871_937_627, 1_879_470_780, 2_697_088_054, 250, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_J4_D", )) 1_529_395_160 -> Some(SpellstoneData( [], 1_529_395_160, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_040_526_557, "Common", 453_404_398, 1_849_826_943, 3_871_937_626, 1_879_470_780, 2_697_088_054, 250, 2_934_897_924, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_J4_C", )) 3_037_211_513 -> Some(SpellstoneData( [], 3_037_211_513, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 411_858_894, "Common", 1_229_620_144, 1_221_159_280, 1_084_786_683, 1_879_470_780, 2_697_088_054, 250, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_L4_B", )) 3_037_211_517 -> Some(SpellstoneData( [], 3_037_211_517, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_502_610_194, "Common", 1_229_620_144, 3_311_910_580, 1_084_786_687, 1_879_470_780, 2_697_088_054, 250, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_L4_F", )) 3_037_211_515 -> Some(SpellstoneData( [], 3_037_211_515, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_604_718_192, "Common", 1_229_620_144, 119_051_282, 1_084_786_685, 1_879_470_780, 2_697_088_054, 250, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_L4_D", )) 3_037_211_514 -> Some(SpellstoneData( [], 3_037_211_514, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_008_288_543, "Common", 1_229_620_144, 2_817_588_929, 1_084_786_684, 1_879_470_780, 2_697_088_054, 250, 3_104_494_182, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_L4_C", )) 1_003_968_748 -> Some(SpellstoneData( [], 1_003_968_748, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 4_010_985_521, "Common", 246_460_115, 525_318_611, 3_346_511_214, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O4_B", )) 1_003_968_752 -> Some(SpellstoneData( [], 1_003_968_752, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_806_769_525, "Common", 246_460_115, 2_616_069_911, 3_346_511_218, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O4_F", )) 1_003_968_750 -> Some(SpellstoneData( [], 1_003_968_750, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_908_877_523, "Common", 246_460_115, 3_718_177_909, 3_346_511_216, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O4_D", )) 1_003_968_749 -> Some(SpellstoneData( [], 1_003_968_749, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_312_447_874, "Common", 246_460_115, 2_121_748_260, 3_346_511_215, 1_879_470_780, 2_697_088_054, 250, 3_358_888_569, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_O4_C", )) 775_486_982 -> Some(SpellstoneData( [], 775_486_982, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_107_699_563, "Common", 2_212_780_173, 1_916_999_949, 3_118_029_448, 1_879_470_780, 2_697_088_054, 250, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I4_B", )) 775_486_986 -> Some(SpellstoneData( [], 775_486_986, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_198_450_863, "Common", 2_212_780_173, 4_007_751_249, 3_118_029_452, 1_879_470_780, 2_697_088_054, 250, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I4_F", )) 775_486_984 -> Some(SpellstoneData( [], 775_486_984, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 5_591_565, "Common", 2_212_780_173, 814_891_951, 3_118_029_450, 1_879_470_780, 2_697_088_054, 250, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I4_D", )) 775_486_983 -> Some(SpellstoneData( [], 775_486_983, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_704_129_212, "Common", 2_212_780_173, 3_513_429_598, 3_118_029_449, 1_879_470_780, 2_697_088_054, 250, 2_850_099_795, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Gray_I4_C", )) 3_329_216_292 -> Some(SpellstoneData( [], 3_329_216_292, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_823_137_561, "Common", 4_096_019_141, 2_239_399_067, 2_494_823_814, 4_274_278_641, 2_697_088_054, 250, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O1_H", )) 3_329_216_290 -> Some(SpellstoneData( [], 3_329_216_290, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 630_278_263, "Common", 4_096_019_141, 3_341_507_065, 2_494_823_812, 4_274_278_641, 2_697_088_054, 250, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O1_F", )) 3_329_216_287 -> Some(SpellstoneData( [], 3_329_216_287, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 135_956_612, "Common", 4_096_019_141, 2_847_185_414, 2_494_823_809, 4_274_278_641, 2_697_088_054, 250, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O1_C", )) 3_329_216_285 -> Some(SpellstoneData( [], 3_329_216_285, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_238_064_610, "Common", 4_096_019_141, 3_949_293_412, 2_494_823_807, 4_274_278_641, 2_697_088_054, 250, 366_609_243, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O1_A", )) 692_055_839 -> Some(SpellstoneData( [], 692_055_839, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_318_365_316, "Common", 3_488_624_336, 4_029_594_118, 4_152_630_657, 4_274_278_641, 2_697_088_054, 250, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I2_H", )) 692_055_837 -> Some(SpellstoneData( [], 692_055_837, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_420_473_314, "Common", 3_488_624_336, 836_734_820, 4_152_630_655, 4_274_278_641, 2_697_088_054, 250, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I2_F", )) 692_055_834 -> Some(SpellstoneData( [], 692_055_834, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_926_151_663, "Common", 3_488_624_336, 342_413_169, 4_152_630_652, 4_274_278_641, 2_697_088_054, 250, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I2_C", )) 692_055_832 -> Some(SpellstoneData( [], 692_055_832, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_028_259_661, "Common", 3_488_624_336, 1_444_521_167, 4_152_630_650, 4_274_278_641, 2_697_088_054, 250, 3_646_757_654, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I2_A", )) 545_101_683 -> Some(SpellstoneData( [], 545_101_683, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_021_038_360, "Common", 69_227_188, 3_732_267_162, 4_005_676_501, 4_274_278_641, 2_697_088_054, 250, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_L3_H", )) 545_101_681 -> Some(SpellstoneData( [], 545_101_681, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_123_146_358, "Common", 69_227_188, 539_407_864, 4_005_676_499, 4_274_278_641, 2_697_088_054, 250, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_L3_F", )) 545_101_678 -> Some(SpellstoneData( [], 545_101_678, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_628_824_707, "Common", 69_227_188, 45_086_213, 4_005_676_496, 4_274_278_641, 2_697_088_054, 250, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_L3_C", )) 545_101_676 -> Some(SpellstoneData( [], 545_101_676, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_730_932_705, "Common", 69_227_188, 1_147_194_211, 4_005_676_494, 4_274_278_641, 2_697_088_054, 250, 2_297_156_730, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_L3_A", )) 2_578_344_448 -> Some(SpellstoneData( [], 2_578_344_448, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_716_879_029, "Common", 3_869_872_833, 133_140_535, 1_743_951_970, 4_274_278_641, 2_697_088_054, 250, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I3_H", )) 2_578_344_446 -> Some(SpellstoneData( [], 2_578_344_446, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_818_987_027, "Common", 3_869_872_833, 1_235_248_533, 1_743_951_968, 4_274_278_641, 2_697_088_054, 250, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I3_F", )) 2_578_344_443 -> Some(SpellstoneData( [], 2_578_344_443, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_324_665_376, "Common", 3_869_872_833, 740_926_882, 1_743_951_965, 4_274_278_641, 2_697_088_054, 250, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I3_C", )) 2_578_344_441 -> Some(SpellstoneData( [], 2_578_344_441, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_426_773_374, "Common", 3_869_872_833, 1_843_034_880, 1_743_951_963, 4_274_278_641, 2_697_088_054, 250, 2_408_750_743, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I3_A", )) 3_413_780_235 -> Some(SpellstoneData( [], 3_413_780_235, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_659_235_376, "Common", 3_035_548_636, 1_075_496_882, 2_579_387_757, 4_274_278_641, 2_697_088_054, 250, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_S4_H", )) 3_413_780_233 -> Some(SpellstoneData( [], 3_413_780_233, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_761_343_374, "Common", 3_035_548_636, 2_177_604_880, 2_579_387_755, 4_274_278_641, 2_697_088_054, 250, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_S4_F", )) 3_413_780_230 -> Some(SpellstoneData( [], 3_413_780_230, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_267_021_723, "Common", 3_035_548_636, 1_683_283_229, 2_579_387_752, 4_274_278_641, 2_697_088_054, 250, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_S4_C", )) 3_413_780_228 -> Some(SpellstoneData( [], 3_413_780_228, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 74_162_425, "Common", 3_035_548_636, 2_785_391_227, 2_579_387_750, 4_274_278_641, 2_697_088_054, 250, 2_230_419_554, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_S4_A", )) 101_202_882 -> Some(SpellstoneData( [], 101_202_882, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_898_918_679, "Common", 1_325_654_291, 2_315_180_185, 3_561_777_700, 4_274_278_641, 2_697_088_054, 250, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_Z4_H", )) 101_202_880 -> Some(SpellstoneData( [], 101_202_880, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 706_059_381, "Common", 1_325_654_291, 3_417_288_183, 3_561_777_698, 4_274_278_641, 2_697_088_054, 250, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_Z4_F", )) 101_202_877 -> Some(SpellstoneData( [], 101_202_877, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 211_737_730, "Common", 1_325_654_291, 2_922_966_532, 3_561_777_695, 4_274_278_641, 2_697_088_054, 250, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_Z4_C", )) 101_202_875 -> Some(SpellstoneData( [], 101_202_875, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_313_845_728, "Common", 1_325_654_291, 4_025_074_530, 3_561_777_693, 4_274_278_641, 2_697_088_054, 250, 3_401_689_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_Z4_A", )) 4_167_688_412 -> Some(SpellstoneData( [], 4_167_688_412, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 995_632_721, "Common", 337_010_989, 3_706_861_523, 3_333_295_934, 4_274_278_641, 2_697_088_054, 250, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_T4_H", )) 4_167_688_410 -> Some(SpellstoneData( [], 4_167_688_410, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_097_740_719, "Common", 337_010_989, 514_002_225, 3_333_295_932, 4_274_278_641, 2_697_088_054, 250, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_T4_F", )) 4_167_688_407 -> Some(SpellstoneData( [], 4_167_688_407, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_603_419_068, "Common", 337_010_989, 19_680_574, 3_333_295_929, 4_274_278_641, 2_697_088_054, 250, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_T4_C", )) 4_167_688_405 -> Some(SpellstoneData( [], 4_167_688_405, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_705_527_066, "Common", 337_010_989, 1_121_788_572, 3_333_295_927, 4_274_278_641, 2_697_088_054, 250, 3_624_877_315, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_T4_A", )) 923_573_938 -> Some(SpellstoneData( [], 923_573_938, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 451_790_087, "Common", 1_552_583_683, 3_163_018_889, 89_181_460, 4_274_278_641, 2_697_088_054, 250, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_J4_H", )) 923_573_936 -> Some(SpellstoneData( [], 923_573_936, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_553_898_085, "Common", 1_552_583_683, 4_265_126_887, 89_181_458, 4_274_278_641, 2_697_088_054, 250, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_J4_F", )) 923_573_933 -> Some(SpellstoneData( [], 923_573_933, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_059_576_434, "Common", 1_552_583_683, 3_770_805_236, 89_181_455, 4_274_278_641, 2_697_088_054, 250, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_J4_C", )) 923_573_931 -> Some(SpellstoneData( [], 923_573_931, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_161_684_432, "Common", 1_552_583_683, 577_945_938, 89_181_453, 4_274_278_641, 2_697_088_054, 250, 2_565_201_593, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_J4_A", )) 2_431_390_292 -> Some(SpellstoneData( [], 2_431_390_292, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_419_552_073, "Common", 450_475_685, 4_130_780_875, 1_596_997_814, 4_274_278_641, 2_697_088_054, 250, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_L4_H", )) 2_431_390_290 -> Some(SpellstoneData( [], 2_431_390_290, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_521_660_071, "Common", 450_475_685, 937_921_577, 1_596_997_812, 4_274_278_641, 2_697_088_054, 250, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_L4_F", )) 2_431_390_287 -> Some(SpellstoneData( [], 2_431_390_287, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_027_338_420, "Common", 450_475_685, 443_599_926, 1_596_997_809, 4_274_278_641, 2_697_088_054, 250, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_L4_C", )) 2_431_390_285 -> Some(SpellstoneData( [], 2_431_390_285, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_129_446_418, "Common", 450_475_685, 1_545_707_924, 1_596_997_807, 4_274_278_641, 2_697_088_054, 250, 1_059_149_819, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_L4_A", )) 398_147_527 -> Some(SpellstoneData( [], 398_147_527, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 723_711_404, "Common", 944_797_336, 3_434_940_206, 3_858_722_345, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O4_H", )) 398_147_525 -> Some(SpellstoneData( [], 398_147_525, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_825_819_402, "Common", 944_797_336, 242_080_908, 3_858_722_343, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O4_F", )) 398_147_522 -> Some(SpellstoneData( [], 398_147_522, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_331_497_751, "Common", 944_797_336, 4_042_726_553, 3_858_722_340, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O4_C", )) 398_147_520 -> Some(SpellstoneData( [], 398_147_520, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_433_605_749, "Common", 944_797_336, 849_867_255, 3_858_722_338, 4_274_278_641, 2_697_088_054, 250, 947_555_806, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_O4_A", )) 169_665_761 -> Some(SpellstoneData( [], 169_665_761, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_115_392_742, "Common", 4_251_121_330, 531_654_248, 3_630_240_579, 4_274_278_641, 2_697_088_054, 250, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I4_H", )) 169_665_759 -> Some(SpellstoneData( [], 169_665_759, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_217_500_740, "Common", 4_251_121_330, 1_633_762_246, 3_630_240_577, 4_274_278_641, 2_697_088_054, 250, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I4_F", )) 169_665_756 -> Some(SpellstoneData( [], 169_665_756, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_723_179_089, "Common", 4_251_121_330, 1_139_440_595, 3_630_240_574, 4_274_278_641, 2_697_088_054, 250, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I4_C", )) 169_665_754 -> Some(SpellstoneData( [], 169_665_754, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_825_287_087, "Common", 4_251_121_330, 2_241_548_593, 3_630_240_572, 4_274_278_641, 2_697_088_054, 250, 1_170_743_832, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Brown_I4_A", )) 4_186_442_332 -> Some(SpellstoneData( [], 4_186_442_332, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_136_290_257, "Common", 3_952_588_238, 2_552_551_763, 3_352_049_854, 4_130_847_738, 2_697_088_054, 250, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_O1_G", )) 4_186_442_331 -> Some(SpellstoneData( [], 4_186_442_331, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_539_860_608, "Common", 3_952_588_238, 956_122_114, 3_352_049_853, 4_130_847_738, 2_697_088_054, 250, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_O1_F", )) 4_186_442_328 -> Some(SpellstoneData( [], 4_186_442_328, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_045_538_957, "Common", 3_952_588_238, 461_800_463, 3_352_049_850, 4_130_847_738, 2_697_088_054, 250, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_O1_C", )) 4_186_442_327 -> Some(SpellstoneData( [], 4_186_442_327, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 449_109_308, "Common", 3_952_588_238, 3_160_338_110, 3_352_049_849, 4_130_847_738, 2_697_088_054, 250, 223_178_340, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_O1_B", )) 1_549_281_879 -> Some(SpellstoneData( [], 1_549_281_879, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_631_518_012, "Common", 3_345_193_433, 47_779_518, 714_889_401, 4_130_847_738, 2_697_088_054, 250, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I2_G", )) 1_549_281_878 -> Some(SpellstoneData( [], 1_549_281_878, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 35_088_363, "Common", 3_345_193_433, 2_746_317_165, 714_889_400, 4_130_847_738, 2_697_088_054, 250, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I2_F", )) 1_549_281_875 -> Some(SpellstoneData( [], 1_549_281_875, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_835_734_008, "Common", 3_345_193_433, 2_251_995_514, 714_889_397, 4_130_847_738, 2_697_088_054, 250, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I2_C", )) 1_549_281_874 -> Some(SpellstoneData( [], 1_549_281_874, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_239_304_359, "Common", 3_345_193_433, 655_565_865, 714_889_396, 4_130_847_738, 2_697_088_054, 250, 3_503_326_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I2_B", )) 1_402_327_723 -> Some(SpellstoneData( [], 1_402_327_723, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_334_191_056, "Common", 4_220_763_581, 4_045_419_858, 567_935_245, 4_130_847_738, 2_697_088_054, 250, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_L3_G", )) 1_402_327_722 -> Some(SpellstoneData( [], 1_402_327_722, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_032_728_703, "Common", 4_220_763_581, 2_448_990_209, 567_935_244, 4_130_847_738, 2_697_088_054, 250, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_L3_F", )) 1_402_327_719 -> Some(SpellstoneData( [], 1_402_327_719, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_538_407_052, "Common", 4_220_763_581, 1_954_668_558, 567_935_241, 4_130_847_738, 2_697_088_054, 250, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_L3_C", )) 1_402_327_718 -> Some(SpellstoneData( [], 1_402_327_718, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_941_977_403, "Common", 4_220_763_581, 358_238_909, 567_935_240, 4_130_847_738, 2_697_088_054, 250, 2_153_725_827, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_L3_B", )) 3_435_570_488 -> Some(SpellstoneData( [], 3_435_570_488, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_030_031_725, "Common", 3_726_441_930, 446_293_231, 2_601_178_010, 4_130_847_738, 2_697_088_054, 250, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I3_G", )) 3_435_570_487 -> Some(SpellstoneData( [], 3_435_570_487, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 433_602_076, "Common", 3_726_441_930, 3_144_830_878, 2_601_178_009, 4_130_847_738, 2_697_088_054, 250, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I3_F", )) 3_435_570_484 -> Some(SpellstoneData( [], 3_435_570_484, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 4_234_247_721, "Common", 3_726_441_930, 2_650_509_227, 2_601_178_006, 4_130_847_738, 2_697_088_054, 250, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I3_C", )) 3_435_570_483 -> Some(SpellstoneData( [], 3_435_570_483, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_637_818_072, "Common", 3_726_441_930, 1_054_079_578, 2_601_178_005, 4_130_847_738, 2_697_088_054, 250, 2_265_319_840, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I3_B", )) 4_271_006_275 -> Some(SpellstoneData( [], 4_271_006_275, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_972_388_072, "Common", 2_892_117_733, 1_388_649_578, 3_436_613_797, 4_130_847_738, 2_697_088_054, 250, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_S4_G", )) 4_271_006_274 -> Some(SpellstoneData( [], 4_271_006_274, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_375_958_423, "Common", 2_892_117_733, 4_087_187_225, 3_436_613_796, 4_130_847_738, 2_697_088_054, 250, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_S4_F", )) 4_271_006_271 -> Some(SpellstoneData( [], 4_271_006_271, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 881_636_772, "Common", 2_892_117_733, 3_592_865_574, 3_436_613_793, 4_130_847_738, 2_697_088_054, 250, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_S4_C", )) 4_271_006_270 -> Some(SpellstoneData( [], 4_271_006_270, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_580_174_419, "Common", 2_892_117_733, 1_996_435_925, 3_436_613_792, 4_130_847_738, 2_697_088_054, 250, 2_086_988_651, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_S4_B", )) 958_428_922 -> Some(SpellstoneData( [], 958_428_922, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_212_071_375, "Common", 1_182_223_388, 2_628_332_881, 124_036_444, 4_130_847_738, 2_697_088_054, 250, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_Z4_G", )) 958_428_921 -> Some(SpellstoneData( [], 958_428_921, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_615_641_726, "Common", 1_182_223_388, 1_031_903_232, 124_036_443, 4_130_847_738, 2_697_088_054, 250, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_Z4_F", )) 958_428_918 -> Some(SpellstoneData( [], 958_428_918, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_121_320_075, "Common", 1_182_223_388, 537_581_581, 124_036_440, 4_130_847_738, 2_697_088_054, 250, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_Z4_C", )) 958_428_917 -> Some(SpellstoneData( [], 958_428_917, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 524_890_426, "Common", 1_182_223_388, 3_236_119_228, 124_036_439, 4_130_847_738, 2_697_088_054, 250, 3_258_258_386, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_Z4_B", )) 729_947_156 -> Some(SpellstoneData( [], 729_947_156, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_308_785_417, "Common", 193_580_086, 4_020_014_219, 4_190_521_974, 4_130_847_738, 2_697_088_054, 250, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_T4_G", )) 729_947_155 -> Some(SpellstoneData( [], 729_947_155, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_007_323_064, "Common", 193_580_086, 2_423_584_570, 4_190_521_973, 4_130_847_738, 2_697_088_054, 250, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_T4_F", )) 729_947_152 -> Some(SpellstoneData( [], 729_947_152, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_513_001_413, "Common", 193_580_086, 1_929_262_919, 4_190_521_970, 4_130_847_738, 2_697_088_054, 250, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_T4_C", )) 729_947_151 -> Some(SpellstoneData( [], 729_947_151, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_916_571_764, "Common", 193_580_086, 332_833_270, 4_190_521_969, 4_130_847_738, 2_697_088_054, 250, 3_481_446_412, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_T4_B", )) 1_780_799_978 -> Some(SpellstoneData( [], 1_780_799_978, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 764_942_783, "Common", 1_409_152_780, 3_476_171_585, 946_407_500, 4_130_847_738, 2_697_088_054, 250, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_J4_G", )) 1_780_799_977 -> Some(SpellstoneData( [], 1_780_799_977, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_463_480_430, "Common", 1_409_152_780, 1_879_741_936, 946_407_499, 4_130_847_738, 2_697_088_054, 250, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_J4_F", )) 1_780_799_974 -> Some(SpellstoneData( [], 1_780_799_974, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_969_158_779, "Common", 1_409_152_780, 1_385_420_285, 946_407_496, 4_130_847_738, 2_697_088_054, 250, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_J4_C", )) 1_780_799_973 -> Some(SpellstoneData( [], 1_780_799_973, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_372_729_130, "Common", 1_409_152_780, 4_083_957_932, 946_407_495, 4_130_847_738, 2_697_088_054, 250, 2_421_770_690, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_J4_B", )) 3_288_616_332 -> Some(SpellstoneData( [], 3_288_616_332, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_732_704_769, "Common", 307_044_782, 148_966_275, 2_454_223_854, 4_130_847_738, 2_697_088_054, 250, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_L4_G", )) 3_288_616_331 -> Some(SpellstoneData( [], 3_288_616_331, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 136_275_120, "Common", 307_044_782, 2_847_503_922, 2_454_223_853, 4_130_847_738, 2_697_088_054, 250, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_L4_F", )) 3_288_616_328 -> Some(SpellstoneData( [], 3_288_616_328, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_936_920_765, "Common", 307_044_782, 2_353_182_271, 2_454_223_850, 4_130_847_738, 2_697_088_054, 250, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_L4_C", )) 3_288_616_327 -> Some(SpellstoneData( [], 3_288_616_327, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_340_491_116, "Common", 307_044_782, 756_752_622, 2_454_223_849, 4_130_847_738, 2_697_088_054, 250, 915_718_916, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_L4_B", )) 1_255_373_567 -> Some(SpellstoneData( [], 1_255_373_567, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_036_864_100, "Common", 801_366_433, 3_748_092_902, 420_981_089, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_O4_G", )) 1_255_373_566 -> Some(SpellstoneData( [], 1_255_373_566, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_735_401_747, "Common", 801_366_433, 2_151_663_253, 420_981_088, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_O4_F", )) 1_255_373_563 -> Some(SpellstoneData( [], 1_255_373_563, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_241_080_096, "Common", 801_366_433, 1_657_341_602, 420_981_085, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_O4_C", )) 1_255_373_562 -> Some(SpellstoneData( [], 1_255_373_562, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_644_650_447, "Common", 801_366_433, 60_911_953, 420_981_084, 4_130_847_738, 2_697_088_054, 250, 804_124_903, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_O4_B", )) 1_026_891_801 -> Some(SpellstoneData( [], 1_026_891_801, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_428_545_438, "Common", 4_107_690_427, 844_806_944, 192_499_323, 4_130_847_738, 2_697_088_054, 250, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I4_G", )) 1_026_891_800 -> Some(SpellstoneData( [], 1_026_891_800, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 832_115_789, "Common", 4_107_690_427, 3_543_344_591, 192_499_322, 4_130_847_738, 2_697_088_054, 250, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I4_F", )) 1_026_891_797 -> Some(SpellstoneData( [], 1_026_891_797, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 337_794_138, "Common", 4_107_690_427, 3_049_022_940, 192_499_319, 4_130_847_738, 2_697_088_054, 250, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I4_C", )) 1_026_891_796 -> Some(SpellstoneData( [], 1_026_891_796, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_036_331_785, "Common", 4_107_690_427, 1_452_593_291, 192_499_318, 4_130_847_738, 2_697_088_054, 250, 1_027_312_929, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Green_I4_B", )) 24_737_608 -> Some(SpellstoneData( [], 24_737_608, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 457_179_821, "Common", 976_510_649, 1_066_636_815, 3_311_188_362, 1_423_851_045, 2_697_088_054, 250, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O1_H", )) 24_737_604 -> Some(SpellstoneData( [], 24_737_604, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_661_395_817, "Common", 976_510_649, 3_270_852_811, 3_311_188_358, 1_423_851_045, 2_697_088_054, 250, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O1_D", )) 24_737_602 -> Some(SpellstoneData( [], 24_737_602, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_763_503_815, "Common", 976_510_649, 77_993_513, 3_311_188_356, 1_423_851_045, 2_697_088_054, 250, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O1_B", )) 24_737_601 -> Some(SpellstoneData( [], 24_737_601, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_167_074_166, "Common", 976_510_649, 2_776_531_160, 3_311_188_355, 1_423_851_045, 2_697_088_054, 250, 3_339_398_127, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O1_A", )) 1_682_544_451 -> Some(SpellstoneData( [], 1_682_544_451, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_247_374_872, "Common", 2_936_344_852, 2_856_831_866, 674_027_909, 1_423_851_045, 2_697_088_054, 250, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I2_H", )) 1_682_544_447 -> Some(SpellstoneData( [], 1_682_544_447, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 156_623_572, "Common", 2_936_344_852, 766_080_566, 674_027_905, 1_423_851_045, 2_697_088_054, 250, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I2_D", )) 1_682_544_445 -> Some(SpellstoneData( [], 1_682_544_445, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_258_731_570, "Common", 2_936_344_852, 1_868_188_564, 674_027_903, 1_423_851_045, 2_697_088_054, 250, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I2_B", )) 1_682_544_444 -> Some(SpellstoneData( [], 1_682_544_444, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_957_269_217, "Common", 2_936_344_852, 271_758_915, 674_027_902, 1_423_851_045, 2_697_088_054, 250, 3_274_163_962, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I2_A", )) 1_535_590_295 -> Some(SpellstoneData( [], 1_535_590_295, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_950_047_916, "Common", 1_023_642_296, 2_559_504_910, 527_073_753, 1_423_851_045, 2_697_088_054, 250, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_L3_H", )) 1_535_590_291 -> Some(SpellstoneData( [], 1_535_590_291, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 4_154_263_912, "Common", 1_023_642_296, 468_753_610, 527_073_749, 1_423_851_045, 2_697_088_054, 250, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_L3_D", )) 1_535_590_289 -> Some(SpellstoneData( [], 1_535_590_289, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 961_404_614, "Common", 1_023_642_296, 1_570_861_608, 527_073_747, 1_423_851_045, 2_697_088_054, 250, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_L3_B", )) 1_535_590_288 -> Some(SpellstoneData( [], 1_535_590_288, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_659_942_261, "Common", 1_023_642_296, 4_269_399_255, 527_073_746, 1_423_851_045, 2_697_088_054, 250, 4_084_399_646, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_L3_A", )) 3_568_833_060 -> Some(SpellstoneData( [], 3_568_833_060, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_645_888_585, "Common", 882_832_117, 3_255_345_579, 2_560_316_518, 1_423_851_045, 2_697_088_054, 250, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I3_H", )) 3_568_833_056 -> Some(SpellstoneData( [], 3_568_833_056, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 555_137_285, "Common", 882_832_117, 1_164_594_279, 2_560_316_514, 1_423_851_045, 2_697_088_054, 250, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I3_D", )) 3_568_833_054 -> Some(SpellstoneData( [], 3_568_833_054, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_657_245_283, "Common", 882_832_117, 2_266_702_277, 2_560_316_512, 1_423_851_045, 2_697_088_054, 250, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I3_B", )) 3_568_833_053 -> Some(SpellstoneData( [], 3_568_833_053, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 60_815_634, "Common", 882_832_117, 670_272_628, 2_560_316_511, 1_423_851_045, 2_697_088_054, 250, 3_792_576_363, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I3_A", )) 109_301_551 -> Some(SpellstoneData( [], 109_301_551, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_588_244_932, "Common", 2_161_998_176, 4_197_701_926, 3_395_752_305, 1_423_851_045, 2_697_088_054, 250, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_S4_H", )) 109_301_547 -> Some(SpellstoneData( [], 109_301_547, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_497_493_632, "Common", 2_161_998_176, 2_106_950_626, 3_395_752_301, 1_423_851_045, 2_697_088_054, 250, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_S4_D", )) 109_301_545 -> Some(SpellstoneData( [], 109_301_545, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_599_601_630, "Common", 2_161_998_176, 3_209_058_624, 3_395_752_299, 1_423_851_045, 2_697_088_054, 250, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_S4_B", )) 109_301_544 -> Some(SpellstoneData( [], 109_301_544, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_003_171_981, "Common", 2_161_998_176, 1_612_628_975, 3_395_752_298, 1_423_851_045, 2_697_088_054, 250, 2_420_421_510, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_S4_A", )) 1_091_691_494 -> Some(SpellstoneData( [], 1_091_691_494, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 532_960_939, "Common", 1_058_899_495, 1_142_417_933, 83_174_952, 1_423_851_045, 2_697_088_054, 250, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_Z4_H", )) 1_091_691_490 -> Some(SpellstoneData( [], 1_091_691_490, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_737_176_935, "Common", 1_058_899_495, 3_346_633_929, 83_174_948, 1_423_851_045, 2_697_088_054, 250, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_Z4_D", )) 1_091_691_488 -> Some(SpellstoneData( [], 1_091_691_488, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_839_284_933, "Common", 1_058_899_495, 153_774_631, 83_174_946, 1_423_851_045, 2_697_088_054, 250, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_Z4_B", )) 1_091_691_487 -> Some(SpellstoneData( [], 1_091_691_487, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_242_855_284, "Common", 1_058_899_495, 2_852_312_278, 83_174_945, 1_423_851_045, 2_697_088_054, 250, 238_030_973, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_Z4_A", )) 863_209_728 -> Some(SpellstoneData( [], 863_209_728, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_924_642_277, "Common", 777_279_137, 2_534_099_271, 4_149_660_482, 1_423_851_045, 2_697_088_054, 250, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_T4_H", )) 863_209_724 -> Some(SpellstoneData( [], 863_209_724, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 4_128_858_273, "Common", 777_279_137, 443_347_971, 4_149_660_478, 1_423_851_045, 2_697_088_054, 250, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_T4_D", )) 863_209_722 -> Some(SpellstoneData( [], 863_209_722, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 935_998_975, "Common", 777_279_137, 1_545_455_969, 4_149_660_476, 1_423_851_045, 2_697_088_054, 250, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_T4_B", )) 863_209_721 -> Some(SpellstoneData( [], 863_209_721, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_634_536_622, "Common", 777_279_137, 4_243_993_616, 4_149_660_475, 1_423_851_045, 2_697_088_054, 250, 3_949_351_703, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_T4_A", )) 1_914_062_550 -> Some(SpellstoneData( [], 1_914_062_550, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_380_799_643, "Common", 1_739_567_639, 1_990_256_637, 905_546_008, 1_423_851_045, 2_697_088_054, 250, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_J4_H", )) 1_914_062_546 -> Some(SpellstoneData( [], 1_914_062_546, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_585_015_639, "Common", 1_739_567_639, 4_194_472_633, 905_546_004, 1_423_851_045, 2_697_088_054, 250, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_J4_D", )) 1_914_062_544 -> Some(SpellstoneData( [], 1_914_062_544, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 392_156_341, "Common", 1_739_567_639, 1_001_613_335, 905_546_002, 1_423_851_045, 2_697_088_054, 250, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_J4_B", )) 1_914_062_543 -> Some(SpellstoneData( [], 1_914_062_543, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_090_693_988, "Common", 1_739_567_639, 3_700_150_982, 905_546_001, 1_423_851_045, 2_697_088_054, 250, 1_544_951_661, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_J4_A", )) 3_421_878_904 -> Some(SpellstoneData( [], 3_421_878_904, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_348_561_629, "Common", 3_265_096_857, 2_958_018_623, 2_413_362_362, 1_423_851_045, 2_697_088_054, 250, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_L4_H", )) 3_421_878_900 -> Some(SpellstoneData( [], 3_421_878_900, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 257_810_329, "Common", 3_265_096_857, 867_267_323, 2_413_362_358, 1_423_851_045, 2_697_088_054, 250, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_L4_D", )) 3_421_878_898 -> Some(SpellstoneData( [], 3_421_878_898, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_359_918_327, "Common", 3_265_096_857, 1_969_375_321, 2_413_362_356, 1_423_851_045, 2_697_088_054, 250, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_L4_B", )) 3_421_878_897 -> Some(SpellstoneData( [], 3_421_878_897, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 4_058_455_974, "Common", 3_265_096_857, 372_945_672, 2_413_362_355, 1_423_851_045, 2_697_088_054, 250, 307_844_751, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_L4_A", )) 1_388_636_139 -> Some(SpellstoneData( [], 1_388_636_139, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_652_720_960, "Common", 3_405_907_036, 2_262_177_954, 380_119_597, 1_423_851_045, 2_697_088_054, 250, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O4_H", )) 1_388_636_135 -> Some(SpellstoneData( [], 1_388_636_135, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_856_936_956, "Common", 3_405_907_036, 171_426_654, 380_119_593, 1_423_851_045, 2_697_088_054, 250, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O4_D", )) 1_388_636_133 -> Some(SpellstoneData( [], 1_388_636_133, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 664_077_658, "Common", 3_405_907_036, 1_273_534_652, 380_119_591, 1_423_851_045, 2_697_088_054, 250, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O4_B", )) 1_388_636_132 -> Some(SpellstoneData( [], 1_388_636_132, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_362_615_305, "Common", 3_405_907_036, 3_972_072_299, 380_119_590, 1_423_851_045, 2_697_088_054, 250, 599_668_034, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_O4_A", )) 1_160_154_373 -> Some(SpellstoneData( [], 1_160_154_373, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_044_402_298, "Common", 3_124_286_678, 3_653_859_292, 151_637_831, 1_423_851_045, 2_697_088_054, 250, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I4_H", )) 1_160_154_369 -> Some(SpellstoneData( [], 1_160_154_369, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 953_650_998, "Common", 3_124_286_678, 1_563_107_992, 151_637_827, 1_423_851_045, 2_697_088_054, 250, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I4_D", )) 1_160_154_367 -> Some(SpellstoneData( [], 1_160_154_367, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_055_758_996, "Common", 3_124_286_678, 2_665_215_990, 151_637_825, 1_423_851_045, 2_697_088_054, 250, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I4_B", )) 1_160_154_366 -> Some(SpellstoneData( [], 1_160_154_366, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 459_329_347, "Common", 3_124_286_678, 1_068_786_341, 151_637_824, 1_423_851_045, 2_697_088_054, 250, 16_021_468, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Yellow_I4_A", )) 1_254_970_855 -> Some(SpellstoneData( [], 1_254_970_855, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_995_585_644, "Common", 207_785_048, 3_849_461_806, 1_732_330_121, 275_112_964, 2_697_088_054, 250, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O1_H", )) 1_254_970_854 -> Some(SpellstoneData( [], 1_254_970_854, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_399_155_995, "Common", 207_785_048, 2_253_032_157, 1_732_330_120, 275_112_964, 2_697_088_054, 250, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O1_G", )) 1_254_970_851 -> Some(SpellstoneData( [], 1_254_970_851, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_904_834_344, "Common", 207_785_048, 1_758_710_506, 1_732_330_117, 275_112_964, 2_697_088_054, 250, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O1_D", )) 1_254_970_850 -> Some(SpellstoneData( [], 1_254_970_850, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 308_404_695, "Common", 207_785_048, 162_280_857, 1_732_330_116, 275_112_964, 2_697_088_054, 250, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O1_C", )) 1_254_970_848 -> Some(SpellstoneData( [], 1_254_970_848, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_410_512_693, "Common", 207_785_048, 1_264_388_855, 1_732_330_114, 275_112_964, 2_697_088_054, 250, 2_890_014_126, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O1_A", )) 2_912_777_698 -> Some(SpellstoneData( [], 2_912_777_698, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_490_813_399, "Common", 2_459_571_395, 1_344_689_561, 3_390_136_964, 275_112_964, 2_697_088_054, 250, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I2_H", )) 2_912_777_697 -> Some(SpellstoneData( [], 2_912_777_697, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_189_351_046, "Common", 2_459_571_395, 4_043_227_208, 3_390_136_963, 275_112_964, 2_697_088_054, 250, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I2_G", )) 2_912_777_694 -> Some(SpellstoneData( [], 2_912_777_694, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_695_029_395, "Common", 2_459_571_395, 3_548_905_557, 3_390_136_960, 275_112_964, 2_697_088_054, 250, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I2_D", )) 2_912_777_693 -> Some(SpellstoneData( [], 2_912_777_693, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_098_599_746, "Common", 2_459_571_395, 1_952_475_908, 3_390_136_959, 275_112_964, 2_697_088_054, 250, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I2_C", )) 2_912_777_691 -> Some(SpellstoneData( [], 2_912_777_691, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_200_707_744, "Common", 2_459_571_395, 3_054_583_906, 3_390_136_957, 275_112_964, 2_697_088_054, 250, 3_310_649_289, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I2_A", )) 2_765_823_542 -> Some(SpellstoneData( [], 2_765_823_542, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_193_486_443, "Common", 787_134_759, 1_047_362_605, 3_243_182_808, 275_112_964, 2_697_088_054, 250, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_L3_H", )) 2_765_823_541 -> Some(SpellstoneData( [], 2_765_823_541, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_892_024_090, "Common", 787_134_759, 3_745_900_252, 3_243_182_807, 275_112_964, 2_697_088_054, 250, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_L3_G", )) 2_765_823_538 -> Some(SpellstoneData( [], 2_765_823_538, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_397_702_439, "Common", 787_134_759, 3_251_578_601, 3_243_182_804, 275_112_964, 2_697_088_054, 250, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_L3_D", )) 2_765_823_537 -> Some(SpellstoneData( [], 2_765_823_537, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_801_272_790, "Common", 787_134_759, 1_655_148_952, 3_243_182_803, 275_112_964, 2_697_088_054, 250, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_L3_C", )) 2_765_823_535 -> Some(SpellstoneData( [], 2_765_823_535, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_903_380_788, "Common", 787_134_759, 2_757_256_950, 3_243_182_801, 275_112_964, 2_697_088_054, 250, 897_051_053, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_L3_A", )) 504_099_011 -> Some(SpellstoneData( [], 504_099_011, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_889_327_112, "Common", 3_526_864_852, 1_743_203_274, 981_458_277, 275_112_964, 2_697_088_054, 250, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I3_H", )) 504_099_010 -> Some(SpellstoneData( [], 504_099_010, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 292_897_463, "Common", 3_526_864_852, 146_773_625, 981_458_276, 275_112_964, 2_697_088_054, 250, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I3_G", )) 504_099_007 -> Some(SpellstoneData( [], 504_099_007, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 4_093_543_108, "Common", 3_526_864_852, 3_947_419_270, 981_458_273, 275_112_964, 2_697_088_054, 250, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I3_D", )) 504_099_006 -> Some(SpellstoneData( [], 504_099_006, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_497_113_459, "Common", 3_526_864_852, 2_350_989_621, 981_458_272, 275_112_964, 2_697_088_054, 250, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I3_C", )) 504_099_004 -> Some(SpellstoneData( [], 504_099_004, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_599_221_457, "Common", 3_526_864_852, 3_453_097_619, 981_458_270, 275_112_964, 2_697_088_054, 250, 410_139_754, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I3_A", )) 1_339_534_798 -> Some(SpellstoneData( [], 1_339_534_798, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_831_683_459, "Common", 1_188_347_727, 2_685_559_621, 1_816_894_064, 275_112_964, 2_697_088_054, 250, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_S4_H", )) 1_339_534_797 -> Some(SpellstoneData( [], 1_339_534_797, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_235_253_810, "Common", 1_188_347_727, 1_089_129_972, 1_816_894_063, 275_112_964, 2_697_088_054, 250, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_S4_G", )) 1_339_534_794 -> Some(SpellstoneData( [], 1_339_534_794, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 740_932_159, "Common", 1_188_347_727, 594_808_321, 1_816_894_060, 275_112_964, 2_697_088_054, 250, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_S4_D", )) 1_339_534_793 -> Some(SpellstoneData( [], 1_339_534_793, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_439_469_806, "Common", 1_188_347_727, 3_293_345_968, 1_816_894_059, 275_112_964, 2_697_088_054, 250, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_S4_C", )) 1_339_534_791 -> Some(SpellstoneData( [], 1_339_534_791, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 246_610_508, "Common", 1_188_347_727, 100_486_670, 1_816_894_057, 275_112_964, 2_697_088_054, 250, 1_995_979_413, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_S4_A", )) 2_321_924_741 -> Some(SpellstoneData( [], 2_321_924_741, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_071_366_762, "Common", 522_267_238, 3_925_242_924, 2_799_284_007, 275_112_964, 2_697_088_054, 250, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_Z4_H", )) 2_321_924_740 -> Some(SpellstoneData( [], 2_321_924_740, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_474_937_113, "Common", 522_267_238, 2_328_813_275, 2_799_284_006, 275_112_964, 2_697_088_054, 250, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_Z4_G", )) 2_321_924_737 -> Some(SpellstoneData( [], 2_321_924_737, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_980_615_462, "Common", 522_267_238, 1_834_491_624, 2_799_284_003, 275_112_964, 2_697_088_054, 250, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_Z4_D", )) 2_321_924_736 -> Some(SpellstoneData( [], 2_321_924_736, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 384_185_813, "Common", 522_267_238, 238_061_975, 2_799_284_002, 275_112_964, 2_697_088_054, 250, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_Z4_C", )) 2_321_924_734 -> Some(SpellstoneData( [], 2_321_924_734, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 1_486_293_811, "Common", 522_267_238, 1_340_169_973, 2_799_284_000, 275_112_964, 2_697_088_054, 250, 1_700_450_012, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_Z4_A", )) 2_093_442_975 -> Some(SpellstoneData( [], 2_093_442_975, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_168_080_804, "Common", 1_706_760_128, 1_021_956_966, 2_570_802_241, 275_112_964, 2_697_088_054, 250, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_T4_H", )) 2_093_442_974 -> Some(SpellstoneData( [], 2_093_442_974, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_866_618_451, "Common", 1_706_760_128, 3_720_494_613, 2_570_802_240, 275_112_964, 2_697_088_054, 250, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_T4_G", )) 2_093_442_971 -> Some(SpellstoneData( [], 2_093_442_971, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_372_296_800, "Common", 1_706_760_128, 3_226_172_962, 2_570_802_237, 275_112_964, 2_697_088_054, 250, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_T4_D", )) 2_093_442_970 -> Some(SpellstoneData( [], 2_093_442_970, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_775_867_151, "Common", 1_706_760_128, 1_629_743_313, 2_570_802_236, 275_112_964, 2_697_088_054, 250, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_T4_C", )) 2_093_442_968 -> Some(SpellstoneData( [], 2_093_442_968, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_877_975_149, "Common", 1_706_760_128, 2_731_851_311, 2_570_802_234, 275_112_964, 2_697_088_054, 250, 726_627_414, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_T4_A", )) 3_144_295_797 -> Some(SpellstoneData( [], 3_144_295_797, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 624_238_170, "Common", 817_603_414, 478_114_332, 3_621_655_063, 275_112_964, 2_697_088_054, 250, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_J4_H", )) 3_144_295_796 -> Some(SpellstoneData( [], 3_144_295_796, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_322_775_817, "Common", 817_603_414, 3_176_651_979, 3_621_655_062, 275_112_964, 2_697_088_054, 250, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_J4_G", )) 3_144_295_793 -> Some(SpellstoneData( [], 3_144_295_793, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_828_454_166, "Common", 817_603_414, 2_682_330_328, 3_621_655_059, 275_112_964, 2_697_088_054, 250, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_J4_D", )) 3_144_295_792 -> Some(SpellstoneData( [], 3_144_295_792, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_232_024_517, "Common", 817_603_414, 1_085_900_679, 3_621_655_058, 275_112_964, 2_697_088_054, 250, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_J4_C", )) 3_144_295_790 -> Some(SpellstoneData( [], 3_144_295_790, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_334_132_515, "Common", 817_603_414, 2_188_008_677, 3_621_655_056, 275_112_964, 2_697_088_054, 250, 535_245_516, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_J4_A", )) 357_144_855 -> Some(SpellstoneData( [], 357_144_855, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_592_000_156, "Common", 1_854_428_216, 1_445_876_318, 834_504_121, 275_112_964, 2_697_088_054, 250, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_L4_H", )) 357_144_854 -> Some(SpellstoneData( [], 357_144_854, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 4_290_537_803, "Common", 1_854_428_216, 4_144_413_965, 834_504_120, 275_112_964, 2_697_088_054, 250, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_L4_G", )) 357_144_851 -> Some(SpellstoneData( [], 357_144_851, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_796_216_152, "Common", 1_854_428_216, 3_650_092_314, 834_504_117, 275_112_964, 2_697_088_054, 250, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_L4_D", )) 357_144_850 -> Some(SpellstoneData( [], 357_144_850, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_199_786_503, "Common", 1_854_428_216, 2_053_662_665, 834_504_116, 275_112_964, 2_697_088_054, 250, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_L4_C", )) 357_144_848 -> Some(SpellstoneData( [], 357_144_848, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_301_894_501, "Common", 1_854_428_216, 3_155_770_663, 834_504_114, 275_112_964, 2_697_088_054, 250, 2_291_508_814, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_L4_A", )) 2_618_869_386 -> Some(SpellstoneData( [], 2_618_869_386, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 896_159_487, "Common", 3_409_665_419, 750_035_649, 3_096_228_652, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O4_H", )) 2_618_869_385 -> Some(SpellstoneData( [], 2_618_869_385, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 3_594_697_134, "Common", 3_409_665_419, 3_448_573_296, 3_096_228_651, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O4_G", )) 2_618_869_382 -> Some(SpellstoneData( [], 2_618_869_382, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_100_375_483, "Common", 3_409_665_419, 2_954_251_645, 3_096_228_648, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O4_D", )) 2_618_869_381 -> Some(SpellstoneData( [], 2_618_869_381, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 1_503_945_834, "Common", 3_409_665_419, 1_357_821_996, 3_096_228_647, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O4_C", )) 2_618_869_379 -> Some(SpellstoneData( [], 2_618_869_379, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 2_606_053_832, "Common", 3_409_665_419, 2_459_929_994, 3_096_228_645, 275_112_964, 2_697_088_054, 250, 2_778_420_113, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_O4_A", )) 2_390_387_620 -> Some(SpellstoneData( [], 2_390_387_620, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_287_840_825, "Common", 299_191_013, 2_141_716_987, 2_867_746_886, 275_112_964, 2_697_088_054, 250, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I4_H", )) 2_390_387_619 -> Some(SpellstoneData( [], 2_390_387_619, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 691_411_176, "Common", 299_191_013, 545_287_338, 2_867_746_885, 275_112_964, 2_697_088_054, 250, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I4_G", )) 2_390_387_616 -> Some(SpellstoneData( [], 2_390_387_616, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 197_089_525, "Common", 299_191_013, 50_965_687, 2_867_746_882, 275_112_964, 2_697_088_054, 250, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I4_D", )) 2_390_387_615 -> Some(SpellstoneData( [], 2_390_387_615, 3_325_217_193, 500, 2_697_088_054, False, False, True, True, 2_895_627_172, "Common", 299_191_013, 2_749_503_334, 2_867_746_881, 275_112_964, 2_697_088_054, 250, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I4_C", )) 2_390_387_613 -> Some(SpellstoneData( [], 2_390_387_613, 3_325_217_193, 500, 2_697_088_054, False, False, True, False, 3_997_735_170, "Common", 299_191_013, 3_851_611_332, 2_867_746_879, 275_112_964, 2_697_088_054, 250, 1_804_597_515, 0, ["RealmAccountOrPlayer"], "SkillDevelopItem", "Ss_Co_Red_I4_A", )) _ -> None } }