products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_3XP0GPAM01S0"
This data as json, CSV (advanced)
Suggested facets: copyright, listed_at (date), on_sale_at (date)
| id ▼ | content_id | series_id | parent_content_id | level | content_type | product_type | title | alt_titles | subtitle | display_title | display_title_short | description | description_short | image_id | display_order | listed_at | label_id | geoblock_id | display_name | copyright | on_presale_at | on_sale_at | off_sale_at | add_on | add_on_campaign_only |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PRD_00D7XVFSJ9JG | CNT_2KA1EH47SXHG | The NPCs in this Village Sim Game Must Be Real! CNT_3XP0GPAM01S0 | CNT_3XP0GPAM01S0 | 2 | 2 | 1 | Volume 3 | [] | The NPCs in this Village Sim Game Must Be Real! Vol. 3 | The game is over for Yoshio. His villagers are gone, all dead as far as he can tell. But just as he is overcome with despair, one final gift arrives from the Village of Fate--a package containing the NPC Carol, and she's clearly a real, live girl. With Carol in tow, Yoshio leaves the safety of his home to travel to Hokkaido, where the developers are located. He will uncover the truth of this mysterious game once and for all! | THE SHUT-IN'S JOURNEY | 01KGADZHJ886KX9FJWAEPZN4MG | 3.0 | 2022-01-16T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | The NPCs in this Village Sim Game Must Be Real! Vol. 3 | Hirukuma 2020 | 2022-03-10T08:00:00.000Z | 0 | 0 | ||||
| PRD_0HEYVP02BS5G | CNT_0X5MXX3SEEEG | The NPCs in this Village Sim Game Must Be Real! CNT_3XP0GPAM01S0 | CNT_3XP0GPAM01S0 | 2 | 2 | 1 | Volume 2 | [] | The NPCs in this Village Sim Game Must Be Real! Vol. 2 | Yoshio was a thirty-year-old unemployed shut-in when a mysterious village-building sim, The Village of Fate, showed up at his door. Through watching and caring for the game's intensely realistic NPCs, Yoshio has started getting his life back on track--getting a job to pay for microtransactions, and using the villagers' care for each other as inspiration to reconnect with his family. But despite overcoming the first challenges thrown at him, more complicated issues, both in and out of the game, are closing in. And are the game's monstrous enemies controlled by real humans, too? | When Fantasy Invades Reality | 01KG9HED1XYW29EXMKX9EVP2DA | 2.0 | 2021-11-26T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | The NPCs in this Village Sim Game Must Be Real! Vol. 2 | Hirukuma 2020 | 2021-12-23T08:00:00.000Z | 0 | 0 | ||||
| PRD_0SKXED1XBANG | CNT_18YPP3NY7M80 | The NPCs in this Village Sim Game Must Be Real! CNT_3XP0GPAM01S0 | CNT_3XP0GPAM01S0 | 2 | 2 | 1 | Volume 1 | [] | The NPCs in this Village Sim Game Must Be Real! Vol. 1 | Yoshio is thirty years old, and his life is a mess. A shut-in living with his parents, he has no job, no relationship, and no prospects. When he receives a new sim computer game that boasts characters created with a new kind of A.I., he doesn't think much of it--until he gets drawn into a fantasy world so vibrant and lifelike that its residents can't just be game characters. Suddenly finding himself the benevolent god of a scrappy fantasy village is a lot for Yoshio to handle, but it might be the key to the change he is desperate for. | What IS Real? | 01KG9FWY8XFB6MSBMPP4G7HPGV | 1.0 | 2021-07-16T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | The NPCs in this Village Sim Game Must Be Real! Vol. 1 | Hirukuma 2019 | 2021-08-05T07:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE products (
id TEXT PRIMARY KEY,
content_id TEXT NOT NULL,
series_id TEXT NOT NULL,
parent_content_id TEXT,
level INTEGER NOT NULL,
content_type INTEGER NOT NULL,
product_type INTEGER NOT NULL,
title TEXT NOT NULL,
alt_titles TEXT NOT NULL,
subtitle TEXT NOT NULL,
display_title TEXT NOT NULL,
display_title_short TEXT NOT NULL,
description TEXT NOT NULL,
description_short TEXT NOT NULL,
image_id TEXT NOT NULL,
display_order REAL NOT NULL,
listed_at TEXT NOT NULL,
label_id TEXT NOT NULL,
geoblock_id TEXT,
display_name TEXT NOT NULL,
copyright TEXT,
on_presale_at TEXT,
on_sale_at TEXT NOT NULL,
off_sale_at TEXT,
add_on INTEGER NOT NULL,
add_on_campaign_only INTEGER NOT NULL,
FOREIGN KEY (series_id) REFERENCES series(id),
FOREIGN KEY (label_id) REFERENCES labels(id),
FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
);
CREATE INDEX idx_products_content ON products(content_id);
CREATE INDEX idx_products_series ON products(series_id);
CREATE INDEX idx_products_label ON products(label_id);
CREATE INDEX idx_products_geoblock ON products(geoblock_id);
CREATE INDEX idx_products_image ON products(image_id);