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
461 B
13 lines
461 B
local WIT, core = ...
|
|
|
|
local toysData = {
|
|
core.Data.Results.Farms.WornTrollDice,
|
|
core.Data.Results.Farms.DecahedralDwarvenDice,
|
|
core.Data.Results.Farms.LoadedGnomishDice,
|
|
core.Data.Results.Farms.CrashinThrashinRollerController,
|
|
core.Data.Results.Farms.CrashinThrashinCannonController,
|
|
core.Data.Results.Farms.CrashinThrashinMortarController,
|
|
core.Data.Results.Farms.BigRedRayGun,
|
|
}
|
|
|
|
table.insert(core.Modules, core.FarmResultModule('Toys', toysData, 'Farming'))
|