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.
24 lines
453 B
24 lines
453 B
local WIT, core = ...
|
|
|
|
core.Data.Routes.Fishing = {}
|
|
|
|
core.Data.Routes.Fishing.AlbinoCavefishDeepholm = {
|
|
Name = "RouteAlbinoCavefish",
|
|
MapId = core.Maps.Deepholm,
|
|
Data = {
|
|
["color"] = {
|
|
1, -- [1]
|
|
0.08235294117647059, -- [2]
|
|
0.8705882352941177, -- [3]
|
|
1, -- [4]
|
|
},
|
|
["length"] = 8958.167181492698,
|
|
["route"] = {
|
|
73083251, -- [1]
|
|
75933081, -- [2]
|
|
78994105, -- [3]
|
|
79155209, -- [4]
|
|
72164210, -- [5]
|
|
},
|
|
}
|
|
}
|
|
|