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 1: Line 1:
__TOC__
==Level Up Items==
==Level Up Items==
{{#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,description=Description,usageDescription=Usage
|where=name LIKE "Oracle of Justice%"
|where=name LIKE "Oracle of Justice%"
|format=table
|format=table
Line 11: Line 9:
===Attribute Chips===
===Attribute Chips===
{{#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,description=Description,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 18: Line 16:
===Character Chips===
===Character Chips===
{{#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,description=Description,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 "Mind Chip%"
|format=table
|format=table
}}
}}


==Skill Up Items==
==Skill Up Items==
===Impression Chips===
===Impression Chips===
{{#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,description=Description,usageDescription=Usage
|where=name LIKE "%Impression%"
|where=name LIKE "%Impression%"
|format=table
|format=table
Line 34: Line 33:
{{#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 NOT LIKE "%Impression%" AND usageDescription LIKE "Used to level up%card skills"
|where=name NOT LIKE "%Impression%" AND usage LIKE "Used to upgrade the skills%"
|format=table
|format=table
|order by=usageDescription ASC,itemType ASC
}}
}}


Line 42: Line 40:
{{#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 "%Star R%" OR name LIKE "%Star SR%" OR name LIKE "%Star SSR%" OR name LIKE "%Star MR%"
|where=name LIKE "%Star I%"
|format=table
|format=table
}}
}}


==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%"
|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
{{#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="Event Shop Item"
|where=name="Floral Biscuits"
|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
|fields=CONCAT('[[File:', name, ' icon.png|60px|link=', _pageName, ']]')=Icon,CONCAT('[[', _pageName, '|', name, ']]')=Name,description=Description,usageDescription=Usage
|where=itemType="Event Item"
|format=table
|format=table
}}
}}


[[Category:Items|Items]]
[[Category:Items|Items]]
{{#seo:
|title={{PAGENAME}} - Tears of Themis Wiki
|keywords=tears of themis items,tears of themis consumeables,tears of themis item,tears of themis consumeable
|description=Categorized list of all items and their uses in Tears of Themis
}}
{{Systems navbox}}
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"