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.

111 lines
3.0 KiB

local WIT, core = ...
-- Wotlk
core.Data.Results.Farms.WornTrollDice = {
Id = 'WornTrollDice',
Activity = core.Activity.Toys,
ItemId = core.Items.Toys.WornTrollDice,
Content = core.Content.Wotlk,
Locations = { core.Locations.Northrend.HowlingFjord },
Routes = { core.Data.Routes.Toys.WornTrollDice },
Results = {
{ Id = core.Items.Toys.WornTrollDice, Quantity = 1 },
}
}
core.Data.Results.Farms.DecahedralDwarvenDice = {
Id = 'DecahedralDwarvenDice',
Activity = core.Activity.Toys,
ItemId = core.Items.Toys.DecahedralDwarvenDice,
Content = core.Content.Wotlk,
Locations = { core.Locations.Northrend.Icecrown },
Routes = { core.Data.Routes.Toys.DecahedralDwarvenDice },
Results = {
{ Id = core.Items.Toys.DecahedralDwarvenDice, Quantity = 1 },
}
}
-- Cata
core.Data.Results.Farms.LoadedGnomishDice = {
Id = 'LoadedGnomishDice',
Activity = core.Activity.Toys,
ItemId = core.Items.Toys.LoadedGnomishDice,
Content = core.Content.Cata,
Locations = { core.Locations.Kalimdor.Uldum },
Routes = { core.Data.Routes.Toys.LoadedGnomishDice },
Results = {
{ Id = core.Items.Toys.LoadedGnomishDice, Quantity = 1 },
}
}
-- Mop
-- Wod
core.Data.Results.Farms.CrashinThrashinRollerController = {
Id = 'CrashinThrashinRollerController',
Activity = core.Activity.Toys,
ItemId = core.Items.Toys.CrashinThrashinRollerController,
Content = core.Content.WoD,
Locations = { core.Locations.Draenor.TanaanJungle },
Routes = { core.Data.Routes.Toys.CrashinThrashinRollerController },
Results = {
{ Id = core.Items.Toys.CrashinThrashinRollerController, Quantity = 1 },
}
}
core.Data.Results.Farms.CrashinThrashinCannonController = {
Id = 'CrashinThrashinCannonController',
Activity = core.Activity.Toys,
ItemId = core.Items.Toys.CrashinThrashinCannonController,
Content = core.Content.WoD,
Locations = { core.Locations.Draenor.TanaanJungle },
Routes = { core.Data.Routes.Toys.CrashinThrashinCannonController },
Results = {
{ Id = core.Items.Toys.CrashinThrashinCannonController, Quantity = 1 },
}
}
core.Data.Results.Farms.CrashinThrashinMortarController = {
Id = 'CrashinThrashinMortarController',
Activity = core.Activity.Toys,
ItemId = core.Items.Toys.CrashinThrashinMortarController,
Content = core.Content.WoD,
Locations = { core.Locations.Draenor.TanaanJungle },
Routes = { core.Data.Routes.Toys.CrashinThrashinMortarController },
Results = {
{ Id = core.Items.Toys.CrashinThrashinMortarController, Quantity = 1 },
}
}
-- Legion
core.Data.Results.Farms.BigRedRayGun = {
Id = 'BigRedRayGun',
Activity = core.Activity.Toys,
ItemId = core.Items.Toys.BigRedRayGun,
Content = core.Content.Legion,
Locations = { core.Locations.Kalimdor.DustwallowMarsh },
Routes = { core.Data.Routes.Toys.BigRedRayGun },
Results = {
{ Id = core.Items.Toys.BigRedRayGun, Quantity = 1 },
}
}