Editing Tom Nook's store

From Nookipedia, the Animal Crossing wiki
Emotion Surprise NH Icon.png
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.
Emotion Surprise NH Icon.png
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 save the changes below to finish undoing the edit. Except in cases of vandalism, please add a reason for undoing the edit in the edit summary.

Latest revision Your text
Line 11: Line 11:
  
 
Tom Nook's store starts as [[Nook's Cranny]] and has three upgrades—[[Nook 'n' Go]], [[Nookway]], and [[Nookington's]]—which are obtained if the player spends a specific amount of Bells at the store and meets other requirements. Beginning in {{NL|nolink}}, Tom Nook's store is replaced by [[Timmy and Tommy's store]], as [[Tom Nook]] works in [[Nook's Homes]] and [[Resident Services]] in {{NL|short|nolink}} and {{NH|short|nolink}}, respectively.
 
Tom Nook's store starts as [[Nook's Cranny]] and has three upgrades—[[Nook 'n' Go]], [[Nookway]], and [[Nookington's]]—which are obtained if the player spends a specific amount of Bells at the store and meets other requirements. Beginning in {{NL|nolink}}, Tom Nook's store is replaced by [[Timmy and Tommy's store]], as [[Tom Nook]] works in [[Nook's Homes]] and [[Resident Services]] in {{NL|short|nolink}} and {{NH|short|nolink}}, respectively.
__TOC__
+
 
 
==Appearances==
 
==Appearances==
 
===In {{PG|nolink}}===
 
===In {{PG|nolink}}===
Line 333: Line 333:
  
 
===In {{PG|nolink}}===
 
===In {{PG|nolink}}===
This list only includes items that are normally purchasable from Tom Nook's store; [[raffle]] items and items given to the player by Tom Nook himself are not included.
+
====Furniture====
{{TableTop Multi|game=PG|name=Tom Nook's store items|collapsed=true}}
+
{{TableTop PG Furniture|name=Tom Nook's store furniture|collapsed=true}}
{{#cargo_compound_query:
+
 
tables=pg_furniture;
+
{{#cargo_query:
group by=pg_furniture.en_name;
+
|table=pg_furniture
fields=pg_furniture._pageName=page,pg_furniture.en_name=name,pg_furniture.image_pg=image,CONCAT('Furniture')=type,pg_furniture.buy,pg_furniture.sell,pg_furniture.availability1,pg_furniture.availability2,pg_furniture.availability3;
+
|group by=pg_furniture.en_name
where=availability1='Tom Nook\'s store' AND in_pg=1;
+
|fields=pg_furniture._pageName=page,pg_furniture.catalog_num_pg=catalog-num-pg,pg_furniture.en_name=name,pg_furniture.image_pg=image-pg,pg_furniture.buy,pg_furniture.sell,pg_furniture.availability1,pg_furniture.availability2,pg_furniture.availability3,pg_furniture.rarity_group=rarity-group,pg_furniture.interactivity,pg_furniture.color,pg_furniture.width,pg_furniture.length
limit=500
+
|where=in_pg=1 AND availability1="Tom Nook\'s store"
|tables=pg_interior;
+
|order by=pg_furniture.catalog_num_pg
group by=pg_interior.en_name;
 
fields=pg_interior._pageName=page,pg_interior.en_name=name,pg_interior.image=image,CONCAT('Interior')=type,pg_interior.buy,pg_interior.sell,pg_interior.availability1,pg_interior.availability2;
 
where=availability1='Tom Nook\'s store' AND in_pg=1;
 
limit=500
 
 
|format=template
 
|format=template
|template=CargoDisplayPGMulti
+
|template=CargoDisplayPGFurniture
 
|named args=yes
 
|named args=yes
|tables=pg_clothing;
+
|limit=700
group by=pg_clothing.en_name;
+
}}
fields=pg_clothing._pageName=page,pg_clothing.en_name=name,pg_clothing.image=image,CONCAT('Clothing')=type,pg_clothing.buy,pg_clothing.sell,pg_clothing.availability1,pg_clothing.availability2;
+
 
where=availability1='Tom Nook\'s store' AND in_pg=1;
+
{{TableFooter|note={{Community:ACGC Spreadsheet/Attribution}}}}
limit=500
+
 
 +
====Clothing====
 +
{{TableTop PG Clothing|name=Tom Nook's store clothing|collapsed=true}}
 +
 
 +
{{#cargo_query:
 +
|table=pg_clothing
 +
|group by=pg_clothing.en_name
 +
|fields=pg_clothing._pageName=page,pg_clothing.catalog_num_pg=catalog-num-pg,pg_clothing.en_name=name,pg_clothing.image,pg_clothing.buy,pg_clothing.sell,pg_clothing.availability1,pg_clothing.availability2,pg_clothing.rarity_group=rarity-group
 +
|order by=pg_clothing.catalog_num_pg
 +
|where=in_pg=1 AND availability1="Tom Nook\'s store"
 
|format=template
 
|format=template
|template=CargoDisplayPGMulti
+
|template=CargoDisplayPGClothing
|named args=yes
 
|tables=pg_tool;
 
group by=pg_tool.en_name;
 
fields=pg_tool._pageName=page,pg_tool.en_name=name,pg_tool.image=image,CONCAT('Handheld item')=type,pg_tool.buy,pg_tool.sell,pg_tool.availability1;
 
where=availability1='Tom Nook\'s store' AND in_pg=1;
 
limit=500
 
|format=template
 
|template=CargoDisplayPGMulti
 
|named args=yes
 
|tables=pg_stationery;
 
group by=pg_stationery.en_name;
 
fields=pg_stationery._pageName=page,pg_stationery.en_name=name,pg_stationery.image_pg=image,CONCAT('Stationery')=type,pg_stationery.buy,pg_stationery.sell,pg_stationery.availability1;
 
where=availability1='Tom Nook\'s store' AND in_pg=1;
 
limit=500
 
|format=template
 
|template=CargoDisplayPGMulti
 
|named args=yes
 
|tables=pg_item;
 
group by=pg_item.en_name;
 
fields=pg_item._pageName=page,pg_item.en_name=name,pg_item.image=image,CONCAT('Miscellaneous')=type,pg_item.buy,pg_item.sell,pg_item.availability1,pg_item.availability2;
 
where=availability1='Tom Nook\'s store' AND in_pg=1;
 
limit=500
 
|format=template
 
|template=CargoDisplayPGMulti
 
 
|named args=yes
 
|named args=yes
 +
|limit=300
 
}}
 
}}
 +
 
{{TableFooter|note={{Community:ACGC Spreadsheet/Attribution}}}}
 
{{TableFooter|note={{Community:ACGC Spreadsheet/Attribution}}}}
  

Please note that all contributions to Nookipedia are considered to be released under the Attribution-ShareAlike 3.0 Unported (see Nookipedia:General disclaimer 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!

Cancel Editing help (opens in new window)

Templates used on this page: