Module:ItemLink/nameList

From CrossCode Wiki
Jump to navigation Jump to search
File:Template-info.svg Module Documentation

Name overrides for ItemLink: Bronze Anchor=Rusty Anchors, foo=

r : name is renamed (rename).

All sites with renamed Items ( r ) can be found in Category:AutoRenamedItem.

Sorted by Id (JSON-position): ItemViewer on Github

Usage

{{#invoke:Data|Module:ItemLink/nameList|<itemName>}}


local data = {};

-- === Marked ===
-- add -items here (sorted by id)
data["Thunfischbrötchen"] = "-Thunfischbrötchen"; -- 4

data["Thunfischsalat"] = "-Thunfischsalat"; -- 5

data["Rauser"] = "-Rauser"; -- 12
data["-Rauser NOEZ"] = data["Rauser"];
data["Rauser NOEZ"] = data["Rauser"];

data["Monster Shell"] = "-Monster Shell"; -- 14
data["-Monster Shell NOEZ"] = data["Monster Shell"]; -- 14
data["Monster Shell NOEZ"] = data["Monster Shell"];

data["Sirian Key"] = "-Sirian Key"; -- 17
data["-Sirian Key NOEZ"] = data["Sirian Key"]
data["Sirian Key NOEZ"] = data["Sirian Key"]

data["Testhat"] = "-Testhat"; -- 19

data["Testarms"] = "-Testarms"; -- 20

data["Testbelt"] = "-Testbelt"; -- 21

data["Testboots"] = "-Testboots"; -- 22

data["Observatory Key"] = "-Observatory Key"; -- 52

data["Disc of UNUSED"] = "-Disc of UNUSED"; -- 134

data["Devillish Tophat"] = "- Devillish Tophat"; -- 162
data["Devillish Tophat NOEZ"] = data["Devillish Tophat"];
data["-Devillish Tophat"] = data["Devillish Tophat"];
data["-Devillish Tophat NOEZ"] = data["Devillish Tophat"];
data["- Devillish Tophat NOEZ"] = data["Devillish Tophat"];

data["ModifierTester"] = "-ModifierTester"; -- 232

data["Nirustein"] = "-Nirustein"; -- 247

data["Pig Mask"] = "- Pig Mask"; -- 437
data["-Pig Mask"] = data["Pig Mask"];
data["Pig Mask NOEZ "] = data["Pig Mask"];
data["-Pig Mask NOEZ"] = data["Pig Mask"];

data["Sage Geta"] = "-Sage Geta"; -- 442

data["Maultasche OLD"] = "- Maultasche OLD"; -- 492

-- === Renamed ===
-- add items here (sorted by id)
data["Edge O' All"] = "Edge o' All"; -- 35
data["Bronze Anchor"] = "Rusty Anchors"; -- 44
data["Autumn Leaf"] = "Autumn Leaves"; -- 91
data["Feather Leave"] = "Feather Leaf"; -- 103
data["Heat Dungeon Key"] = "Faj'ro Key"; -- 146
data["Heat Master Key"] = "Faj'ro Master Key"; -- 147
data["Ye dirty ol' cheater"] = "Ye dirty 'ol cheater"; -- 157
data["First Scholar Pass"] = "Guild Pass"; -- 170
data["Hardend Liver"] = "Hardened Liver"; -- 198
data["Proof of Aspiration"] = "Aspiration Proof"; -- 234
data["Proof of Progression"] = "Progression Proof"; -- 263
data["Energetic Espresso"] = "Energy Espresso"; -- 292
data["Ähre"] = "Aehre"; -- 300
data["Stalwart Footguard"] = "Stable Footguard"; -- 309
data["Ancient Travelguide"] = "Aged Travelguide"; -- 321
data["Old Man's Drill"] = "Infinity Spiral Drill"; -- 323
data["Burglars Rope"] = "Burglar's Rope"; -- 329
data["Ambigious Rod"] = "Ambiguous Rod"; -- 352
data["Marksmen's Trigger"] = "Marksmen Trigger"; -- 413
data["Infinite Gem"] = "Infinity Gem"; -- 445

-- === Removed ===
-- add items here (sorted by id)

-- == Return data ==
return data;