Editing Items

From Tears of Themis Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 12: Line 12:
{{#cargo_query:tables=Item
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,usageDescription=Usage
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,usageDescription=Usage
|where=name LIKE "Intuition Chip%" OR name LIKE "Logic Chip%" OR name LIKE "Empathy Chip%" OR name LIKE "Potential Chip%"
|where=name LIKE "Intuition Chip%" OR name LIKE "Logic Chip%" OR name LIKE "Empathy Chip%"
|format=table
|format=table
}}
}}
Line 19: Line 19:
{{#cargo_query:tables=Item
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,usageDescription=Usage
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,usageDescription=Usage
|where=name LIKE "Infinity Chip%" OR name LIKE "Equalization Chip%" OR name LIKE "Mind Chip%" OR name LIKE "Vision Chip%" OR name LIKE "Selection Chip%"
|where=name LIKE "Infinity Chip%" OR name LIKE "Equalization Chip%" OR name LIKE "Mind Chip%" OR name LIKE "Vision Chip%"
|format=table
|format=table
}}
}}
Line 46: Line 46:
}}
}}


==Consumables==
==NXX Items==
{{#cargo_query:tables=Item
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=name LIKE "Energy Drink%" OR name="Festive Hot Drink" OR name="Sign-in Slip" OR name="Work Permit" OR name="Beautiful Encounter"
|where=name="Research Materials"
|format=table
|format=table
}}
}}


==Player Profile Items==
==Consumables==
{{#cargo_query:tables=Item
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=name="Name-Change Key" OR name="Birthday Encryption Key"
|where=name LIKE "Energy Drink%" OR name LIKE "Selection Chip%"
|format=table
|format=table
}}
}}


==Player Birthday Gifts==
==Miscellaneous==
{{#cargo_query:tables=Item
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=itemType="Birthday Gift"
|where=name="Work Permit"
|format=table
}}
 
==NXX Items==
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=name="Research Materials" OR name="Home Deco Voucher" OR name="Smart Room Card"
|format=table
|format=table
}}
}}


==Event Items==
==Event Items==
===Event Shop Currencies===
Currencies exchanged for shop items or tile-flipping games that stand in for event shops.
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=itemType="Event Shop Item"
|format=table
}}
===Puzzle Event Tokens===
Currencies exchanged for event image pieces, including puzzle events and MR bingo events.
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=itemType="Event Puzzle Token Item"
|format=table
}}
===Boardgame Event Items===
Items that affect movement on confer benefits when playing a boardgame event
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=itemType="Boardgame Event Item"
|format=table
}}
===Birthday Event Items===
Items that unlock progress in birthday events
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=itemType="Birthday Event Item"
|format=table
}}
===Event Level Unlock Items===
Items that must be obtained before accessing certain parts of an event
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=itemType="Event Level Unlock Item"
|format=table
}}
===Event Invitation Redemption===
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=name LIKE "%Invitation"
|format=table
}}
===Other Event Items===
{{#cargo_query:tables=Item
{{#cargo_query:tables=Item
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
Please note that all contributions to Tears of Themis Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see Tears of Themis Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)
Retrieved from "http://tot.wiki/wiki/Items"