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.
13 lines
377 B
13 lines
377 B
local WIT, core = ...
|
|
|
|
local mountsData = {
|
|
core.Data.Results.Farms.Posidious,
|
|
core.Data.Results.Farms.NokKarosh,
|
|
core.Data.Results.Farms.Goldenmane,
|
|
core.Data.Results.Farms.Bloodfeaster,
|
|
core.Data.Results.Farms.DuneScavenger,
|
|
core.Data.Results.Farms.PackMule,
|
|
core.Data.Results.Farms.Skate,
|
|
}
|
|
|
|
table.insert(core.Modules, core.FarmResultModule('Mounts', mountsData, 'Farming'))
|