Module:Lab Rotation/Data: Difference between revisions

From IdleOn MMO Wiki
(Created page with "require('strict') return { chips = { "Grounded Nanochip", "Grounded Motherboard", "Grounded Software", "Grounded Processor", "Potato Chip", "Conductive Nanochip", "Conductive Motherboard", "Conductive Software", "Condutive Processor", "Chocolatey Chip", "Galvanic Nanochip", "Galvanic Motherboard", "Galvanic Software", "Galvanic Processor", "Wood Ch...")
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
         "Conductive Motherboard",
         "Conductive Motherboard",
         "Conductive Software",
         "Conductive Software",
         "Condutive Processor",
         "Conductive Processor",
         "Chocolatey Chip",
         "Chocolatey Chip",
         "Galvanic Nanochip",
         "Galvanic Nanochip",
Line 27: Line 27:
     },
     },
     jewels = {
     jewels = {
         "Amethyst_Rhinestone",
         "Amethyst Rhinestone",
         "Purple Navette",
         "Purple Navette",
         "Purple Rhombol",
         "Purple Rhombol",

Latest revision as of 03:55, 17 May 2024

Documentation for this module may be created at Module:Lab Rotation/Data/doc

require('strict')

return {
    chips = {
        "Grounded Nanochip",
        "Grounded Motherboard",
        "Grounded Software",
        "Grounded Processor",
        "Potato Chip",
        "Conductive Nanochip",
        "Conductive Motherboard",
        "Conductive Software",
        "Conductive Processor",
        "Chocolatey Chip",
        "Galvanic Nanochip",
        "Galvanic Motherboard",
        "Galvanic Software",
        "Galvanic Processor",
        "Wood Chip",
        "Silkrode Nanochip",
        "Silkrode Motherboard",
        "Silkrode Software",
        "Silkrode Processor",
        "Poker Chip",
        "Omega Nanochip",
        "Omega Motherboard"
    },
    jewels = {
        "Amethyst Rhinestone",
        "Purple Navette",
        "Purple Rhombol",
        "Sapphire Rhinestone",
        "Sapphire Navette",
        "Sapphire Rhombol",
        "Sapphire Pyramite",
        "Pyrite Rhinestone",
        "Pyrite Navette",
        "Pyrite Rhombol",
        "Pyrite Pyramite",
        "Emerald Rhinestone",
        "Emerald Navette",
        "Emerald Rhombol",
        "Emerald Pyramite",
        "Emerald Ulthurite",
        "Black Diamond Rhinestone",
        "Black Diamond Ulthurite",
        "Pure Opal Rhinestone",
        "Pure Opal Navette",
        "Pure Opal Rhombol"
    }
}