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.
23 lines
700 B
23 lines
700 B
|
5 years ago
|
local WIT, core = ...
|
||
|
|
|
||
|
|
local millingData = {
|
||
|
|
core.Data.Results.Flips.MoonglowInk,
|
||
|
|
core.Data.Results.Flips.MidnightInk,
|
||
|
|
core.Data.Results.Flips.LionsInk,
|
||
|
|
core.Data.Results.Flips.JadefireInk,
|
||
|
|
core.Data.Results.Flips.CelestialInk,
|
||
|
|
core.Data.Results.Flips.InkOfTheSky,
|
||
|
|
|
||
|
|
core.Data.Results.Flips.EthrealInk,
|
||
|
|
core.Data.Results.Flips.InkOfTheSea,
|
||
|
|
core.Data.Results.Flips.BlackfallowInk,
|
||
|
|
core.Data.Results.Flips.InkOfDreams,
|
||
|
|
core.Data.Results.Flips.CeruleanPigment,
|
||
|
|
core.Data.Results.Flips.RoseatePigment,
|
||
|
|
core.Data.Results.Flips.CrimsonInk,
|
||
|
|
core.Data.Results.Flips.MaroonInk,
|
||
|
|
core.Data.Results.Flips.LuminousInk,
|
||
|
|
}
|
||
|
|
|
||
|
|
table.insert(core.Modules, core.DestroyingResultModule('Milling', millingData, 'Flipping'))
|