local WIT, core = ... -- Vanilla core.Data.Results.Flips.MoonglowInk = { ItemId = core.Items.Herbs.Silverleaf, Quantity = 200, Content = core.Content.Vanilla, Materials = { { Id = core.Items.Herbs.Silverleaf, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.MoonglowInk, Quantity = 50 }, } } core.Data.Results.Flips.MidnightInk = { ItemId = core.Items.Herbs.Mageroyal, Quantity = 200, Content = core.Content.Vanilla, Materials = { { Id = core.Items.Herbs.Mageroyal, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.MidnightInk, Quantity = 43 }, { Id = core.Items.Inscription.HuntersInk, Quantity = 10 }, } } core.Data.Results.Flips.LionsInk = { ItemId = core.Items.Herbs.Kingsblood, Quantity = 200, Content = core.Content.Vanilla, Materials = { { Id = core.Items.Herbs.Kingsblood, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.LionsInk, Quantity = 119 }, { Id = core.Items.Inscription.DawnstarInk, Quantity = 20 }, } } core.Data.Results.Flips.JadefireInk = { ItemId = core.Items.Herbs.Fadeleaf, Quantity = 200, Content = core.Content.Vanilla, Materials = { { Id = core.Items.Herbs.Fadeleaf, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.JadefireInk, Quantity = 51 }, { Id = core.Items.Inscription.RoyalInk, Quantity = 8 }, } } core.Data.Results.Flips.CelestialInk = { ItemId = core.Items.Herbs.Gromsblood, Quantity = 200, Content = core.Content.Vanilla, Materials = { { Id = core.Items.Herbs.Gromsblood, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.CelestialInk, Quantity = 53 }, { Id = core.Items.Inscription.FireyInk, Quantity = 8 }, } } core.Data.Results.Flips.InkOfTheSky = { ItemId = core.Items.Herbs.GoldenSansam, Quantity = 200, Content = core.Content.Vanilla, Materials = { { Id = core.Items.Herbs.GoldenSansam, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.InkOfTheSky, Quantity = 12 }, { Id = core.Items.Inscription.ShimmeringInk, Quantity = 52 }, } } -- TBC core.Data.Results.Flips.EthrealInk = { ItemId = core.Items.Herbs.Felweed, Quantity = 200, Content = core.Content.TBC, Materials = { { Id = core.Items.Herbs.Felweed, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.EthrealInk, Quantity = 50 }, { Id = core.Items.Inscription.DarkflameInk, Quantity = 13 }, } } -- WOTLK core.Data.Results.Flips.InkOfTheSea = { ItemId = core.Items.Herbs.Goldclover, Quantity = 200, Content = core.Content.WotLK, Materials = { { Id = core.Items.Herbs.Goldclover, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.InkOfTheSea, Quantity = 59 }, { Id = core.Items.Inscription.SnowfallInk, Quantity = 12 }, } } -- Cata core.Data.Results.Flips.BlackfallowInk = { ItemId = core.Items.Herbs.Whiptail, Quantity = 200, Content = core.Content.Cata, Materials = { { Id = core.Items.Herbs.Whiptail, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.BlackfallowInk, Quantity = 64 }, { Id = core.Items.Inscription.InfernoInk, Quantity = 11 }, } } -- Mop core.Data.Results.Flips.InkOfDreams = { ItemId = core.Items.Herbs.GreenTeaLeaf, Quantity = 200, Content = core.Content.MoP, Materials = { { Id = core.Items.Herbs.GreenTeaLeaf, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.InkOfDreams, Quantity = 49 }, { Id = core.Items.Inscription.StarlightInk, Quantity = 7 }, } } -- Wod core.Data.Results.Flips.CeruleanPigment = { ItemId = core.Items.Herbs.Frostweed, Quantity = 200, Content = core.Content.WoD, Materials = { { Id = core.Items.Herbs.Frostweed, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.CeruleanPigment, Quantity = 84 }, } } -- Legion core.Data.Results.Flips.RoseatePigment = { ItemId = core.Items.Herbs.Dreamleaf, Quantity = 200, Content = core.Content.Legion, Materials = { { Id = core.Items.Herbs.Dreamleaf, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.RoseatePigment, Quantity = 94 }, { Id = core.Items.Inscription.SallowPigment, Quantity = 19 }, } } -- BFA core.Data.Results.Flips.CrimsonInk = { ItemId = core.Items.Herbs.Riverbud, Quantity = 200, Content = core.Content.BFA, Materials = { { Id = core.Items.Herbs.Riverbud, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.UltramarineInk, Quantity = 176 }, { Id = core.Items.Inscription.CrimsonInk, Quantity = 57 }, { Id = core.Items.Inscription.ViridecentInk, Quantity = 25 }, } } core.Data.Results.Flips.MaroonInk = { ItemId = core.Items.Herbs.Zinanthid, Quantity = 200, Content = core.Content.BFA, Materials = { { Id = core.Items.Herbs.Zinanthid, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.MaroonInk, Quantity = 117 }, } } -- Shadowlands core.Data.Results.Flips.LuminousInk = { Id = 'MillingLuminousInk', ItemId = core.Items.Herbs.DeathBlossom, Quantity = 200, Content = core.Content.Shadowlands, Materials = { { Id = core.Items.Herbs.DeathBlossom, Quantity = 200 }, }, Results = { { Id = core.Items.Inscription.UmbralInk, Quantity = 23 }, { Id = core.Items.Inscription.LuminousInk, Quantity = 35 }, } }