Diamond Digger Saga Wiki
Advertisement
Diamond Digger Saga Wiki

Documentation for this module may be created at Module:OrderedListBlocks/doc

-- This module is used for the processing of the "Blocks" which are used on articles
-- listed in the infobox for the level pages

-- It is used in the processing of Template:Block and Template:BlockItem

-- IMPORTANT: The order of the elements in this list reflects the order 
--  in which they will appear in the infobox
 
return {
    'broken stone',
    'broken rock', -- official name of broken stone
    'stone',
    'rock', -- official name of stone
    'porous block',
    'mud block',-- official name of mud block 
    'mud1',
    'mud2',
    'frozen block',
    'purple block',
    'lava block',
    'diggy block', -- 1-layered diggy block
    'diggy1',
    'diggy2',
    'diggy3',
    'diggy4',
    'diggy5',
    'coin block', -- official name of diggy block
    'ninja block',
    'frozen ninja', -- official name of ninja block
    'water toy block',
    'toy block', -- official name of water toy block
    'stone maker block',
    'angry stone',
    'angry rock', -- official name of stone maker block
    'bee bomb',
    'mud bomb', -- official name of porous ninja block
    'porous ninja block',
    'mud ninja', -- official name of porous ninja block
    'ice maker block',
    'angry ice', -- official name of ice maker block
    'chameleon',
    'steel',
    'lava bee',
    'lava bomb', -- official name of lava bee
    'porous maker block',
    'angry mud', -- official name of porous maker block
    'gs gblock',
    'gs stone1',
    'gs stone2',
    'gs mud1',
    'gs mud2',
    'gs lava',
    'gs cooled lava',
    'key lock',
    'color lock',
    'color burst',
    '1-way line blast',
    '1-left-way line blast',
    '1-right-way line blast',
    '1-up-way line blast',
    '1-down-way line blast',
    '2-way line blast',
    'horizontal 2-way line blast',
    'vertical 2-way line blast',
    '4-way line blast',
    'ground toy',
    'stone1 toy',
    'stone2 toy',
    'mud1 toy',
    'mud2 toy',
    'lava toy',
    'cooled lava toy',
    'mystery egg',
    'hard level'
    }
Advertisement