Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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

local p = {
    -- Category | NAME, DESCRIPTION, ICON, TYPE
    ["category"] = {
        [0] = {"Fist", "", "Fist", "Tool"},
        [1] = {"Wrench", "", "Wrench", "Tool"},
        [2] = {"Door", "", "Door", "Foreground"},
        [3] = {"Lock", "", "World Lock", "Foreground"},
        [4] = {"Gems", "", "Gems", "Foreground"},
        [5] = {"Treasure", "", "Mystery Block", "Foreground"},
        [6] = {"Deadly Block", "", "Death Spikes", "Foreground"},
        [7] = {"Trampoline Block", "", "Mushroom", "Foreground"},
        [8] = {"Consumable","","Blueberry",false},
        [9] = {"Entrance","","House Entrance", "Foreground"},
        [10] = {"Sign","","Sign","Foreground"},
        [11] = {"SFX Block","","Toilet","Foreground"},
        [12] = {"Toggleable Animated Block","","Note Block","Foreground"},
        [13] = {"Main Door","","Main Door","Foreground"},
        [14] = {"Platform","","Wooden Platform","Foreground"},
        [15] = {"Bedrock","","Bedrock","Foreground"},
        [16] = {"Pain Block (Lava)","","Lava","Foreground"},
        [17] = {"Foreground Block","","Dirt","Foreground"},
        [18] = {"Background Block","","Cave Background","Background"},
        -- 19 - Seed
        -- 20 - Clothes
        [21] = {"Animated Block","","Evil Bricks","Foreground"},
        [22] = {"SFX Wallpaper","","Bubble Wrap","Background"},
        [23] = {"Toggleable Wallpaper","","Art Wall","Background"},
        [24] = {"Bouncy Block","","Pinball Bumper","Foreground"},
        [25] = {"Pain Block (Spike)","","Carnival Spikeball","Foreground"},
        [26] = {"Portal","","Time-Space Rupture","Foreground"},
        [27] = {"Checkpoint","","Checkpoint","Foreground"},
        [28] = {"Sheet Music","","Sheet Music: Piano Note","Background"},
        [29] = {"Slippery Block","","Ice","Foreground"},
        -- 30 - Unused
        [31] = {"Toggleable Block","","Dragon Gate","Foreground"},
        [32] = {"Chest","","Treasure Chest","Foreground"},
        [33] = {"Mailbox","","Mailbox","Foreground"},
        [34] = {"Bulletin Board","","Bulletin Board","Foreground"},
        [35] = {"Event Mystery Block","","Pinata","Foreground"},
        [36] = {"Random Block","","Dice Block","Foreground"},
        [37] = {"Component","","Dough",false},
        [38] = {"Provider","","Chicken","Foreground"},
        [39] = {"Chemical Combiner","","E-Z Cook Oven","Foreground"},
        [40] = {"Achievement Block","","Achievement Block","Foreground"},
        [41] = {"Weather Machine","","Weather Machine - Sunny","Foreground"},
        [42] = {"Scoreboard","","Scoreboard","Foreground"},
        [43] = {"Sungate","","Sungate","Foreground"},
        [44] = {"Internal","","Blank",false},
        [45] = {"Toggleable Deadly Block","","Evil Eye","Foreground"},
        [46] = {"Heart Monitor","","Heart Monitor","Foreground"},
        [47] = {"Donation Box","","Donation Box","Foreground"},
        -- 48 - Unused
        [49] = {"Mannequin","","Mannequin","Foreground"},
        [50] = {"Security Camera","","Security Camera","Foreground"},
        [51] = {"Magic Egg","","Bunny Egg","Foreground"},
        [52] = {"Game Block","","Game Block","Foreground"},
        [53] = {"Game Generator","","Game Generator","Foreground"},
        [54] = {"Xenonite Crystal","","Xenonite Crystal","Foreground"},
        [55] = {"Phone Booth","","Phone Booth","Foreground"},
        [56] = {"Crystal","","Blue Crystal","Foreground"},
        [57] = {"Crime Villain","","Crime In Progress","Foreground"},
        [58] = {"Clothing Compactor","","Clothing Compactor","Foreground"},
        [59] = {"Spotlight","","Spotlight","Foreground"},
        [60] = {"Pushing Block","","Summer Breeze","Foreground"},
        [61] = {"Display Block","","Display Block","Foreground"},
        [62] = {"Vending Machine","","Vending Machine","Foreground"},
        [63] = {"Fish Tank Port","","Fish Tank Port","Foreground"},
        [64] = {"Fish","","Goldfish",false},
        [65] = {"Solar Collector","","Solar Collector","Foreground"},
        [66] = {"Forge","","Forge","Foreground"},
        [67] = {"Giving Tree","","Giving Tree","Foreground"},
        [68] = {"Giving Tree Stump","","Giving Tree Stump","Foreground"},
        [69] = {"Steam Block","","Steam Tubes","Foreground"},
        [70] = {"Pain Block (Steam)","","Steam Vent","Foreground"},
        [71] = {"Music Block (Steam)","","Steam Organ","Foreground"},
        [72] = {"Silkworm","","Silkworm","Foreground"},
        [73] = {"Sewing Machine","","Sewing Machine","Foreground"},
        [74] = {"Country Flag","","Country Flag","Foreground"},
        [75] = {"Lobster Trap","","Lobster Trap","Foreground"},
        [76] = {"Painting Easel","","Painting Easel","Foreground"},
        [77] = {"Battle Pet Cage","","Battle Pet Cage","Foreground"},
        [78] = {"Pet Trainer","","Pet Trainer","Foreground"},
        [79] = {"Steam Engine","","Steam Engine","Foreground"},
        [80] = {"Lock-Bot","","Lock-Bot","Foreground"},
        [81] = {"Weather Machine","","Weather Machine - Sunny","Foreground"},
        [82] = {"Spirit Storage","","Spirit Storage Unit","Foreground"},
        [83] = {"Display Shelf","","Display Shelf","Foreground"},
        [84] = {"VIP Entrance","","VIP Entrance","Foreground"},
        [85] = {"Challenge Timer","","Challenge Timer","Foreground"},
        [86] = {"Challenge Flag","","Challenge Start Flag","Foreground"},
        [87] = {"Fish Mount","","Fish Wall Mount","Foreground"},
        [88] = {"Portrait","","Portrait","Foreground"},
        [89] = {"Weather Machine","","Weather Machine - Sunny","Foreground"},
        [90] = {"Fossil","","Fossil Rock","Foreground"},
        [91] = {"Fossil Prep Station","","Fossil Prep Station","Foreground"},
        [92] = {"DNA Processor","","DNA Processor","Foreground"},
        [93] = {"Howler","","Howler","Foreground"},
        [94] = {"Valhowla Treasure","","Valhowla Treasure","Foreground"},
        [95] = {"Chemsynth Processor","","Chemsynth Processor","Foreground"},
        [96] = {"Chemsynth Tank","","Chemsynth Tank","Foreground"},
        [97] = {"Storage Box","","Storage Box Xtreme - Level 1","Foreground"},
        [98] = {"Cooking Oven","","Home Oven","Foreground"},
        [99] = {"Audio Block","","Audio Gear","Foreground"},
        [100] = {"Geiger Charger","","Geiger Charger","Foreground"},
        [101] = {"Adventure Begin","","Adventure Begin","Foreground"},
        [102] = {"Tomb Robber","","Tomb Robber","Foreground"},
        [103] = {"Balloon-O-Matic","","Balloon-O-Matic","Foreground"},
        [104] = {"Entrance (Punch)","","Team Entrance - Punch","Foreground"},
        [105] = {"Entrance (Grow)","","Team Entrance - Grow","Foreground"},
        [106] = {"Entrance (Build)","","Team Entrance - Build","Foreground"},
        [107] = {"Artifact","","Ancestral Tesseract of Dimensions",false},
        [108] = {"Jelly Block","","Lemon Jelly Block","Foreground"},
        [109] = {"Training Port","","Training Port","Foreground"},
        [110] = {"Fishing Block","","Uranium Block","Foreground"},
        [111] = {"Magplant","","MAGPLANT 5000","Foreground"},
        [112] = {"Magplant Remote","","MAGPLANT 5000 Remote","Foreground"},
        [113] = {"CyBlock Bot","","ShockBot - Level 1","Foreground"},
        [114] = {"CyBlock Command","","Command - Move Right","Foreground"},
        [115] = {"Lucky Token","","Lucky Token","Foreground"},
        [116] = {"GrowScan 9000","","GrowScan 9000","Foreground"},
        [117] = {"Containment Field Power Node","","Containment Field Power Node","Foreground"},
        [118] = {"Spirit Board","","Spirit Board","Foreground"},
        [119] = {"World Architect","","World Architect","Foreground"},
        [120] = {"Startopia Block","","Imperial Starship Helm - Mk.I","Foreground"},
        -- 121 - Unused
        [122] = {"Toggleable Multi-Framed Animated Block","","Gravity Well","Foreground"},
        [123] = {"Autobreak (Block)","","Tesseract Manipulator","Foreground"},
        [124] = {"Autobreak (Trees)","","Heart of Gaia","Foreground"},
        [125] = {"Autobreak","","Techno-Organic Engine","Foreground"},
        [126] = {"Storm Cloud","","Storm Cloud","Foreground"},
        [127] = {"Disappear when stepped on","","Cracked Stone Slab","Foreground"},
        [128] = {"Puddle Block","","Mud Puddle","Foreground"},
        [129] = {"Root Cutting","","Bountiful Jungle Temple Background Root Cutting","Component"},
        [130] = {"Safe Vault","","Safe Vault","Foreground"},
        [131] = {"Angelic Counting Cloud","","Angelic Counting Cloud","Foreground"},
        [132] = {"Mining Explosives","","Mining Explosives","Foreground"},
        -- 133 - Unused
        [134] = {"Infinity Weather Machine","","Infinity Weather Machine","Foreground"},
        [135] = {"Sliming Block","","Ghost Block","Foreground"},
        [136] = {"Pain Block (Acid)","","Acid","Foreground"},
        -- 137 - Unused
        [138] = {"Waving Inflatable Arm Guy", "", "Waving Inflatable Arm Guy","Foreground"},
        -- 139 - Unused
        [140] = {"Pineapple Guzzler", "", "Pineapple Guzzler","Foreground"},
        [141] = {"Kranken's Galactic Block", "", "Krankens Pattern 10","Foreground"},
		[142] = {"Friends Entrance", "", "Friends Entrance","Foreground"},
        -- 143 - Unused
        [144] = {"Conveyor Belt", "", "Conveyor Belt","Foreground"},
		[145] = {"Climbing Rocks", "", "Climbing Rocks","Foreground"}
    },
    -- ClothingType | NAME, DESCRIPTION, ICON, TYPE
    ["clothingType"] = {
        [0] = {"Hat", "", "Top Hat", "Clothes"},
        [1] = {"Shirt", "", "Green Shirt", "Clothes"},
        [2] = {"Pants", "", "Jeans", "Clothes"},
        [3] = {"Feet", "", "Boots", "Clothes"},
        [4] = {"Face", "", "Shades", "Clothes"},
        [5] = {"Hand", "", "Pickaxe", "Clothes"},
        [6] = {"Back", "", "Fairy Wings", "Clothes"},
        [7] = {"Hair", "", "Red Hair", "Clothes"},
        [8] = {"Chest", "", "Gold Chain", "Clothes"},
    },
    -- CollisionType | DESCRIPTION
    ["collisionType"] = {
        [0] = {"No Collision"},
        [1] = {"Full Collision"},
        [2] = {"Collision on top"},
        [3] = {"No Collision if accessed"},
        [4] = {"No Collision if turned on"},
        [5] = {"One Side Collision (Horizontal)"},
        [6] = {"No Collision if VIP"},
        [7] = {"One Side Collision (Vertical - Down Only)"},
        [8] = {"No Collision if collected adventure item"},
        [9] = {"No Collision if turned off"},
        [10] = {"No Collision if same team"},
        [11] = {"No Collision if same guild"},
        [12] = {"No Collision after stepped on (Timed)"},
        [13] = {"No Collision if friends"}
    },
    -- TextureType | DESCRIPTION
    ["textureType"] = {
        [1] = {"Single"},
        [2] = {"8 Directional"},
        [3] = {"Horizontal"},
        [4] = {"Attach to wall (5 Sprites)"},
        [5] = {"4 Directional"},
        [6] = {"Random Sprites"},
        [7] = {"Vertical"},
        [8] = {"Horizontal (Cave Platform)"},
        [9] = {"Attach to wall (4 Sprites)"},
        [10] = {"Diagonal"},
    }
}
return p