Difference between revisions of "Chess Theme"

From Nookipedia, the Animal Crossing wiki
(→‎Item list: Cargo)
m (Text replacement - "pg_interior.en_name=" to "pg_furniture._pageName=page,pg_interior.en_name=")
Line 16: Line 16:
 
|tables=pg_interior;
 
|tables=pg_interior;
 
group by=pg_interior.en_name;
 
group by=pg_interior.en_name;
fields=pg_interior.en_name=name,pg_interior.image=image,CONCAT('Interior')=type,pg_interior.buy,pg_interior.sell,pg_interior.availability1,pg_interior.availability2;
+
fields=pg_furniture._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=collection='Chess Theme';
 
where=collection='Chess Theme';
 
limit=100
 
limit=100

Revision as of 19:59, May 12, 2021

Queenie's house in Animal Crossing features a complete Chess Theme.
Not to be confused with the Chess Set, a collection of chess piece items in Wild World, City Folk, and New Leaf.

The Chess Theme in the Animal Crossing series is a collection of twelve chess piece furniture items introduced in Doubutsu no Mori and includes a matching floor (Chessboard Rug) and wall (Backgammon Wall). In Animal Crossing: Wild World and Animal Crossing: City Folk, the theme was split into two sets: the White Chess Set and the Black Chess Set. In Animal Crossing: New Leaf, the sets were condensed into the plain wooden Chess Set that can be customized by Cyrus to resemble the White Chess Set or the Black Chess Set.

Item list

Animal Crossing

Template:TableTop PG Multi

Error 1054: Unknown column 'pg_furniture._pageName' in 'field list' (db.prod.volt.wiki)

Function: CargoSQLQuery::run Query: SELECT `pg_furniture`.`_pageName` AS `page`,`mw_cargo__pg_interior`.`en_name` AS `name`,`mw_cargo__pg_interior`.`image` AS `image`,CONCAT('Interior') AS `type`,`mw_cargo__pg_interior`.`buy` AS `buy`,`mw_cargo__pg_interior`.`sell` AS `sell`,`mw_cargo__pg_interior`.`availability1` AS `availability1`,`mw_cargo__pg_interior`.`availability2` AS `availability2` FROM `mw_cargo__pg_interior` WHERE collection='Chess Theme' GROUP BY `mw_cargo__pg_interior`.`en_name` ORDER BY pg_furniture._pageName,`mw_cargo__pg_interior`.`en_name`,`mw_cargo__pg_interior`.`image`,CONCAT('Interior'),`mw_cargo__pg_interior`.`buy` LIMIT 100


|}