You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

289 lines
7.2 KiB

local WIT, core = ...
-- Vanilla
core.Data.Results.Flips.MoonglowInk = {
Id = 'MillingMoonglowInk',
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 = {
Id = 'MillingMidnightInk',
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 = {
Id = 'MillingLionsInk',
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 = {
Id = 'MillingJadefireInk',
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 = {
Id = 'MillingCelestialInk',
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 = {
Id = 'MillingInkOfTheSky',
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 = {
Id = 'MillingEthrealInk',
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 = {
Id = 'MillingInkOfTheSea',
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 = {
Id = 'MillingBlackfallowInk',
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 = {
Id = 'MillingInkOfDreams',
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 = {
Id = 'MillingCeruleanPigment',
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 = {
Id = 'MillingRoseatePigment',
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 = {
Id = 'MillingCrimsonInk',
ItemId = core.Items.Herbs.Riverbud,
Quantity = 200,
Content = core.Content.BFA,
Materials = {
{ Id = core.Items.Herbs.Riverbud, Quantity = 200 },
4 years ago
{
Id = core.Items.Inscription.AcaciaPowder,
BuyFromVendor = true,
ApplyReputationDiscount = true,
Quantity = 25
},
{
Id = core.Items.Inscription.DistilledWater,
BuyFromVendor = true,
ApplyReputationDiscount = true,
Quantity = 258
},
},
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 = {
Id = 'MillingMaroonInk',
ItemId = core.Items.Herbs.Zinanthid,
Quantity = 200,
Content = core.Content.BFA,
Materials = {
{ Id = core.Items.Herbs.Zinanthid, Quantity = 200 },
4 years ago
{
Id = core.Items.Inscription.DistilledWater,
BuyFromVendor = true,
ApplyReputationDiscount = true,
Quantity = 117
},
},
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 },
4 years ago
{
Id = core.Items.Inscription.AeratedWater,
BuyFromVendor = true,
ApplyReputationDiscount = true,
Quantity = 58
},
{
Id = core.Items.Inscription.RuneEtchedVial,
BuyFromVendor = true,
ApplyReputationDiscount = true,
Quantity = 58
},
},
Results = {
{ Id = core.Items.Inscription.UmbralInk, Quantity = 23 },
{ Id = core.Items.Inscription.LuminousInk, Quantity = 35 },
}
}