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.

149 lines
2.5 KiB

5 years ago
local WIT, core = ...
core.Data.Routes.Toys = {}
-- Wotlk
core.Data.Routes.Toys.WornTrollDice = {
Name = "WornTrollDice",
MapId = core.Maps.HowlingFjord,
Data = {
["color"] = {
0, -- [1]
0.1803921568627451, -- [2]
1, -- [3]
1, -- [4]
},
["length"] = 10620.22872870247,
["route"] = {
44972648, -- [1]
47083388, -- [2]
42783358, -- [3]
},
}
}
core.Data.Routes.Toys.DecahedralDwarvenDice = {
Name = "DecahedralDwarvenDice",
MapId = core.Maps.Icecrown,
Data = {
["color"] = {
0, -- [1]
0.1803921568627451, -- [2]
1, -- [3]
1, -- [4]
},
["length"] = 11015.44260217742,
["route"] = {
8864202, -- [1]
11374774, -- [2]
7144833, -- [3]
},
}
}
-- Cata
core.Data.Routes.Toys.LoadedGnomishDice = {
Name = "LoadedGnomishDice",
MapId = core.Maps.Uldum,
Data = {
["color"] = {
0, -- [1]
0.1803921568627451, -- [2]
1, -- [3]
1, -- [4]
},
["length"] = 10879.30812413035,
["route"] = {
40341044, -- [1]
41611319, -- [2]
37211720, -- [3]
35191447, -- [4]
},
}
}
-- Wod
core.Data.Routes.Toys.CrashinThrashinRollerController = {
Name = "CrashinThrashinRollerController",
MapId = core.Maps.TanaanJungle,
Data = {
["color"] = {
0, -- [1]
0.1803921568627451, -- [2]
1, -- [3]
1, -- [4]
},
["length"] = 9221.645456312724,
["route"] = {
72235638, -- [1]
75075785, -- [2]
72685951, -- [3]
},
}
}
core.Data.Routes.Toys.CrashinThrashinCannonController = {
Name = "CrashinThrashinCannonController",
MapId = core.Maps.TanaanJungle,
Data = {
["color"] = {
0, -- [1]
0.1803921568627451, -- [2]
1, -- [3]
1, -- [4]
},
["length"] = 9221.645456312724,
["route"] = {
86814064, -- [1]
84314250, -- [2]
84563873, -- [3]
},
}
}
core.Data.Routes.Toys.CrashinThrashinMortarController = {
Name = "CrashinThrashinMortarController",
MapId = core.Maps.TanaanJungle,
Data = {
["color"] = {
0, -- [1]
0.1803921568627451, -- [2]
1, -- [3]
1, -- [4]
},
["length"] = 9221.645456312724,
["route"] = {
89655687, -- [1]
85835903, -- [2]
87335566, -- [3]
},
}
}
-- Legion
core.Data.Routes.Toys.BigRedRayGun = {
Name = "BigRedRayGun",
MapId = core.Maps.DustwallowMarsh,
Data = {
["color"] = {
0, -- [1]
0.1803921568627451, -- [2]
1, -- [3]
1, -- [4]
},
["length"] = 9221.645834698364,
["route"] = {
76851321, -- [1]
76521745, -- [2]
74661536, -- [3]
},
}
}