Module:ItemLink/levelList
Jump to navigation
Jump to search
Levels for ItemLink:
- 1 Broken Chakrams
- 35 Dented Crown
- 34 Silver Edge
- ascended Lifefiber Dress
- foo
Sorted by Id (JSON-position): ItemViewer on Github
Usage
{{#invoke:Data|Module:ItemLink/levelList|<itemName>}}
local checkType = require("libraryUtil").checkType; local data = {}; local function setLevel(level, ...) if (level ~= "ascended") then checkType("setLevel", 1, level, "number"); end local args = { ... }; local n = select("#", ...); for i = 1, n do local name = args[i]; checkType("setLevel", i + 1, name, "string"); data[name] = level; end end -- === marked === -- add items here (sorted by id) -- 4 setLevel(1 , "Thunfischbrötchen" , "-Thunfischbrötchen" ); -- 5 setLevel(1 , "Thunfischsalat" , "-Thunfischsalat" ) -- 12 setLevel(1 , "Rauser" , "Rauser NOEZ" , "-Rauser" , "-Rauser NOEZ" ); -- 14 setLevel(1 , "Monster Shell" , "Monster Shell NOEZ" , "-Monster Shell" , "-Monster Shell NOEZ" ); -- 17 setLevel(1 , "Sirian Key" , "Sirian Key NOEZ" , "-Sirian Key" , "-Sirian Key NOEZ" ); -- 19 setLevel(1 , "Testhat" , "-Testhat" ); -- 20 setLevel(1 , "Testarms" , "-Testarms" ); -- 21 setLevel(1 , "Testbelt" , "-Testbelt" ); -- 22 setLevel(1 , "Testboots" , "-Testboots" ); -- 162 setLevel(1 , "Devillish Tophat" , "Devillish Tophat NOEZ" , "-Devillish Tophat" , "-Devillish Tophat NOEZ" , "- Devillish Tophat" , "- Devillish Tophat NOEZ" ); -- 232 setLevel(1 , "ModifierTester" , "-ModifierTester" ); -- 247 setLevel(1 , "Nirustein" , "-Nirustein" ) -- 437, 9 -- Note on the Pig Mask level: -- Pig Mask was obtainable before v0.2.0, and could be kept in a save file -- until v1.0.0, when it was moved from ID = 9 to ID = 437. -- Although the Pig Mask is currently level 60, only the ID = 437 Pig Mask, -- which has never been obtainable, had this level. -- The level of the ID = 9 Pig Mask is therefore used here, -- as this is more relevant to the history of the game. setLevel(1 , "Pig Mask" , "Pig Mask NOEZ" , "-Pig Mask" , "-Pig Mask NOEZ" , "- Pig Mask" , "- Pig Mask NOEZ" ); -- 442 setLevel(99 , "Sage Geta" , "-Sage Geta" ); -- === renamed === -- add items here (sorted by id) setLevel( 5, "Edge O' All"); -- Id: 35 setLevel(11, "Bronze Anchor"); -- Id: 44 (0.6) setLevel(45, "Ähre"); -- Id: 300 setLevel(38, "Stalwart Footguard"); -- Id: 309 setLevel(65, "Old Man's Drill"); -- Id: 323 setLevel(57, "Burglars Rope"); -- Id: 329 setLevel(55, "Marksmen's Trigger"); -- Id: 413 -- === removed === -- add items here (sorted by id) setLevel(48, "Holiday Boots (Legs)"); -- Id: 16 (0.9.9) setLevel(13, "Sparkly Boots (Legs)"); -- Id: 101 (0.9.9) setLevel( 1, "Broken Chakram"); -- Id: 133 (0.9.9-9) setLevel( 1, "D. C-137 Gun"); -- Id: 143 (0.7.0) setLevel( 1, "Red Bandana (Weapon)"); -- Id: 143 (0.8.0) setLevel(25, "Holiday Hat (Head)"); -- Id: 168 (0.9.9) -- === LV 1 === -- add items here (sorted by id) setLevel(1 , "Rookiehat" -- 23 , "Rookieblade" -- 24 , "Rookieboots" -- 25 , "Rookiebelt" -- 26 , "Winner's Pride" -- 39 , "Winner's Proof" -- 53 , "Broken Gauntlet" -- 133 , "Broken Shield" -- 137 , "Broken Sword" -- 404 , "Broken Deck" -- 443 , "Broken Chakrams" -- 515 ); -- === LV 5 === -- add items here (sorted by id) setLevel(5 , "Grasswalkers" -- 33 , "Explorer's Cap" -- 34 , "Edge o' All" -- 35 , "Second Hide" -- 36 ); -- === LV 9 === -- add items here (sorted by id) setLevel(9 , "Bronze Edge" -- 29 , "Bronze Mail" -- 30 , "Bronze Goggles" -- 31 , "Bronze Boots" -- 32 ); -- === LV 10 === -- add items here (sorted by id) setLevel(10 , "Core Drill" -- 89 ); -- === LV 11 === -- add items here (sorted by id) setLevel(11 , "Civilian Trigger" -- 37 , "Bovine Armor" -- 41 , "Rusty Anchors" -- 44 , "Fleety Sandals" -- 45 , "Recruit's Scope" -- 49 , "Mugger's Blade" -- 56 , "Scrappy Plate" -- 59 , "Cooling Veil" -- 116 ); -- === LV 13 === -- add items here (sorted by id) setLevel(13 , "Assault Vest" -- 48 , "Student's Bandana" -- 55 , "Daikon" -- 57 ); -- === LV 15 === -- add items here (sorted by id) setLevel(15 , "Swiftspike" -- 42 , "Leaf Cape" -- 47 , "Shady Monocle" -- 50 , "Bull Stompers" -- 60 ); -- === LV 17 === -- add items here (sorted by id) setLevel(17 , "Feline Paws" -- 46 , "Edgy Headphones" -- 83 , "Battered Fist" -- 111 , "Spiky Jacket" -- 124 ); -- === LV 18 === -- add items here (sorted by id) setLevel(18 , "Iron Edge" -- 113 , "Iron Goggles" -- 118 , "Iron Boots" -- 121 , "Iron Mail" -- 122 ); -- === LV 19 === -- add items here (sorted by id) setLevel(19 , "Climbing Pick" -- 84 , "Furry Cap" -- 119 , "Icewalkers" -- 120 , "Hardrock Plate" -- 123 ); -- === LV 20 === -- add items here (sorted by id) setLevel(20 , "Hardwood Stave" -- 8 , "Disciple Gloves" -- 143 , "Proper Tophat" -- 161 , "Wooly Socks" -- 235 ); -- === LV 21 === -- add items here (sorted by id) setLevel(21 , "Copper Gull" -- 112 , "Rocksplitter" -- 114 , "Longears" -- 117 , "Bubblebelt" -- 125 ); -- === LV 22 === -- add items here (sorted by id) setLevel(22 , "Bronze Chest Plate" -- 337 ); -- === LV 24 === -- add items here (sorted by id) setLevel(24 , "Fin Cap" -- 208 , "Rapier Carrot" -- 209 , "Dessert Vest" -- 210 , "Desert Sandals" -- 211 ); -- === LV 25 === -- add items here (sorted by id) setLevel(25 , "Miner's Helmet" -- 9 , "Ancient Sandals" -- 164 , "Thief's Band" -- 228 , "Mighty Strand" -- 229 , "Strawhat" -- 287 , "Prickly Bracer" -- 433 ); -- === LV 26 === -- add items here (sorted by id) setLevel(26 , "Winterclaw" -- 38 , "Weird Skates" -- 43 ); -- === LV 27 === -- add items here (sorted by id) setLevel(27 , "Steel Goggles" -- 204 , "Steel Edge" -- 205 , "Steel Mail" -- 206 , "Steel Boots" -- 207 ); -- === LV 28 === -- add items here (sorted by id) setLevel(28 , "Nomadic Turban" -- 212 , "Curly Slippers" -- 218 , "Hidden Blade" -- 221 , "Tattered Satchel" -- 359 ); -- === LV 29 === -- add items here (sorted by id) setLevel(29 , "Gunner's Trigger" -- 102 , "Assassin Garb" -- 216 , "Lavish Anchors" -- 219 ); -- === LV 30 === -- add items here (sorted by id) setLevel(30 , "Giga Spiral Drill" -- 90 , "Chilling Veil" -- 213 , "Magic Robe" -- 215 , "Carpet Runners" -- 220 , "Maverick Edge" -- 222 ); -- === LV 31 === -- add items here (sorted by id) setLevel(31 , "Shiny Glasses" -- 214 , "Crystal Plate" -- 217 , "Western Starfist" -- 223 ); -- === LV 33 === -- add items here (sorted by id) setLevel(33 , "Silver Chest Plate" -- 338 ); -- === LV 34 === -- add items here (sorted by id) setLevel(34 , "Silver Goggles" -- 264 , "Silver Edge" -- 266 , "Silver Mail" -- 268 , "Silver Boots" -- 270 ); -- === LV 35 === -- add items here (sorted by id) setLevel(35 , "Dented Crown" -- 54 , "Bright Bracer" -- 432 , "Dried Grass Hat" -- 467 ); -- === LV 36 === -- add items here (sorted by id) setLevel(36 , "Humming Razor" -- 13 ); -- === LV 37 === -- add items here (sorted by id) setLevel(37 , "Red Bandana" -- 294 , "Hunter's Bolt" -- 298 , "Petal Cloak" -- 307 , "Shinkickers" -- 311 ); -- === LV 38 === -- add items here (sorted by id) setLevel(38 , "Nifty Grey Shades" -- 293 , "Sunset Claw" -- 302 , "Ramming Shell" -- 304 , "Stable Footguard" -- 309 ); -- === LV 39 === -- add items here (sorted by id) setLevel(39 , "Prism Pouch" -- 360 ); -- === LV 40 === -- add items here (sorted by id) setLevel(40 , "Boom Walkers" -- 85 , "Adept Gloves" -- 363 ); -- === LV 41 === -- add items here (sorted by id) setLevel(41 , "Rough Branch" -- 332 , "Vermillion Mantle" -- 480 ); -- === LV 42 === -- add items here (sorted by id) setLevel(42 , "Titan Goggles" -- 265 , "Titan Edge" -- 267 , "Titan Mail" -- 269 , "Titan Boots" -- 271 ); -- === LV 44 === -- add items here (sorted by id) setLevel(44 , "Scarecrown" -- 15 , "Twitching Slicer" -- 301 ); -- === LV 45 === -- add items here (sorted by id) setLevel(45 , "Electrician's Cap" -- 295 , "Aehre" -- 300 , "Loose Trenchcoat" -- 308 , "Pathfinders" -- 313 , "Strawberry Hat" -- 468 ); -- === LV 46 === -- add items here (sorted by id) setLevel(46 , "Faedora" -- 296 , "Lawkeeper's Fist" -- 299 , "Survival Plate" -- 305 , "Urban Sneakers" -- 312 ); -- === LV 47 === -- add items here (sorted by id) setLevel(47 , "Silver Hawk" -- 115 , "Mystic Mohawk" -- 297 , "Sneaky Shiv" -- 303 , "Rootweave" -- 306 , "Hydraulic Anchors" -- 310 , "Excalibro" -- 330 ); -- === LV 48 === -- add items here (sorted by id) setLevel(48 , "Bandit's Scarf" -- 328 , "Sparkling Bracer" -- 436 ); -- === LV 49 === -- add items here (sorted by id) setLevel(49 , "Timeworn Belt" -- 1 , "Climate Cowl" -- 470 ); -- === LV 50 === -- add items here (sorted by id) setLevel(50 , "Golden Revolver" -- 327 , "Cobalt Goggles" -- 393 , "Cobalt Edge" -- 394 , "Cobalt Mail" -- 395 , "Cobalt Boots" -- 396 ); -- === LV 51 === -- add items here (sorted by id) setLevel(51 , "Galaxy Spiral Drill" -- 322 , "Bigger Stick" -- 333 , "Bluefiber Robe" -- 425 ); -- === LV 52 === -- add items here (sorted by id) setLevel(52 , "Infinite Bag" -- 361 , "Trench Boots" -- 518 ); -- === LV 53 === -- add items here (sorted by id) setLevel(53 , "Tengu Mask" -- 420 ); -- === LV 54 === -- add items here (sorted by id) setLevel(54 , "Golden Chest Plate" -- 339 , "Survivor's Blade" -- 412 ); -- === LV 55 === -- add items here (sorted by id) setLevel(55 , "Hardhead Hat" -- 411 , "Marksmen Trigger" -- 413 , "Shadowy Cloak" -- 415 , "Bamboots" -- 417 ); -- === LV 56 === -- add items here (sorted by id) setLevel(56 , "Scouting Visor" -- 365 , "Panzer Fist" -- 414 , "Plated Plate" -- 416 , "Brave Anchors" -- 418 ); -- === LV 57 === -- add items here (sorted by id) setLevel(57 , "Burglar's Rope" -- 329 , "Sonic Spike" -- 421 ); -- === LV 58 === -- add items here (sorted by id) setLevel(58 , "Shuddering Cleaver" -- 419 , "Lead Boots" -- 422 ); -- === LV 59 === -- add items here (sorted by id) setLevel(59 , "Laser Goggles" -- 397 , "Laser Edge" -- 398 , "Laser Mail" -- 399 , "Laser Boots" -- 400 , "Shining Bracer" -- 424 ); -- === LV 60 === -- add items here (sorted by id) setLevel(60 , "Lunatic Paws" -- 10 , "Warkeeper" -- 351 , "The Last Strawhat" -- 469 ); -- === LV 61 === -- add items here (sorted by id) setLevel(61 , "Hydra Fang" -- 58 , "Gorgon Veil" -- 506 , "Centaur Vest" -- 507 , "Unicorn Greaves" -- 508 ); -- === LV 62 === -- add items here (sorted by id) setLevel(62 , "Old Geta" -- 441 , "Serene Bubble" -- 471 , "Skirmisher" -- 474 , "Zealous Lamellar" -- 477 , "Deadly Dancers" -- 481 ); -- === LV 63 === -- add items here (sorted by id) setLevel(63 , "Furious Hothead" -- 472 , "Unbreaking Fist" -- 475 , "Pioneer Vest" -- 478 , "Praetorian Anchors" -- 482 , "Mantis Whip" -- 512 ); -- === LV 64 === -- add items here (sorted by id) setLevel(64 , "Brostick of Force" -- 438 , "Trackwalker Visor" -- 473 , "Golden Falcon" -- 476 , "Reactive Plate" -- 479 , "Mistwalkers" -- 483 ); -- === LV 65 === -- add items here (sorted by id) setLevel(65 , "Infinity Spiral Drill" -- 323 , "Roundhousers" -- 514 , "Paedalos" -- 522 , "Killing Dress" -- 523 , "Pendulum Striker" -- 524 , "Knocking One" -- 525 , "Dragon's Bandana" -- 526 , "Eternal Salami" -- 530 , "Assault Harness" -- 531 , "Tranquil Earmuffs" -- 532 , "Combat Skates" -- 533 ); -- === LV 66 === -- add items here (sorted by id) setLevel(66 , "Infinity+1 Bag" -- 511 , "Artillery Boots" -- 536 ); -- === LV 67 === -- add items here (sorted by id) setLevel(67 , "Meister Gloves" -- 233 , "Plate of Chests" -- 341 ); -- === LV 68 === -- add items here (sorted by id) setLevel(68 , "Radiant Bracer" -- 500 , "Thrashing Ripper" -- 504 , "Lifefiber Uniform" -- 510 ); -- === Ascended items === -- add items here (sorted by id) setLevel("ascended" , "Nanopoint Needle" -- 513 , "Cross Edge" -- 567 , "Cross Goggles" -- 568 , "Cross Mail" -- 569 , "Cross Boots" -- 570 , "Serene Bubble+" -- 571 , "Furious Hothead+" -- 572 , "Trackwalker Visor+" -- 573 , "Medusa Veil" -- 574 , "Dragon's Bandana+" -- 575 , "Tranquil Earmuffs+" -- 576 , "Skirmisher+" -- 577 , "Unbreaking Fist+" -- 578 , "Mantis Whip+" -- 579 , "Golden Falcon+" -- 580 , "Brostick of Force+" -- 581 , "Cerberus Fang" -- 582 , "Zealous Lamellar+" -- 583 , "Pioneer Vest+" -- 584 , "Reactive Plate+" -- 585 , "Chiron Vest" -- 586 , "Killing Dress+" -- 587 , "Assault Harness+" -- 588 , "Pendulum Striker+" -- 589 , "Knocking One+" -- 590 , "Deadly Dancers+" -- 592 , "Praetorian Anchors+" -- 593 , "Mistwalkers+" -- 594 , "Pegasus Greaves" -- 595 , "Combat Skates+" -- 596 , "Paedalos+" -- 597 , "Very Last Strawhat" -- 598 , "Sunshine Bracer" -- 599 , "Highmeister Gloves" -- 601 , "Body Armoire" -- 602 , "Artillery Boots+" -- 603 , "Lifefiber Dress" -- 604 , "Eternal Salami+" -- 605 , "Shuriken Shooter" -- 607 , "Speedy Boom Boots" -- 611 , "Singularity Drill" -- 634 , "Tremor Mirage" -- 639 , "Sunglass Visor" -- 657 , "Lunatic Paws UwU" -- 658 , "Meteor Trigger" -- 659 , "Asteroid Belt" -- 660 , "Lis'mita Cap" -- 665 , "Enlightened Halo" -- 666 , "Moonwalkers" -- 667 , "Bearserker Claw" -- 673 , "Headset TYPE>:3" -- 674 , "Nightfeather Coat" -- 675 ); -- == Return data == return data;