home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

27 rows where steam_app_pk = 30419

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
422387 ARC_WHIP_PERFORM_CRACK 83.6 Eye of the Temple 30419
422388 ARC_PROGRESS_OPEN_TEMPLE 54.4 Eye of the Temple 30419
422389 ARC_POTS_SMASH_SEVERAL 54.2 Eye of the Temple 30419
422390 ARC_PROGRESS_GET_FIRE 37.3 Eye of the Temple 30419
422391 ARC_POTS_PRESERVE_SEVERAL 22.6 Eye of the Temple 30419
422392 ARC_WHIP_PERFORM_COWBOY 17.1 Eye of the Temple 30419
422393 ARC_PROGRESS_GET_OIL 11.2 Eye of the Temple 30419
422394 ARC_DEFEAT_WITH_FIRE_WHIP 10.9 Eye of the Temple 30419
422395 ARC_POTS_TIP_OVER_SEVERAL 14.5 Eye of the Temple 30419
422396 ARC_PROGRESS_GET_MINECART 9.0 Eye of the Temple 30419
422397 ARC_DEFEAT_WITH_WHIP_HITS_FEW 8.4 Eye of the Temple 30419
422398 ARC_PROGRESS_OPEN_TOWER 7.6 Eye of the Temple 30419
422399 ARC_PROGRESS_GET_LENS 7.3 Eye of the Temple 30419
422400 ARC_COMPLETE_MONOLITHS 6.3 Eye of the Temple 30419
422401 ARC_PROGRESS_DEFEAT_BOSS 6.0 Eye of the Temple 30419
422402 ARC_COMPLETE_GAME 5.0 Eye of the Temple 30419
422403 ARC_DEFEAT_WITH_TORCH 4.0 Eye of the Temple 30419
422404 ARC_COMPLETE_SHRINES 1.4 Eye of the Temple 30419
422405 ARC_SECRET_GREEN_EYES 1.0 Eye of the Temple 30419
422406 ARC_POTS_FIND_HIDDEN 1.0 Eye of the Temple 30419
422407 ARC_SECRET_RED_EYES 0.8 Eye of the Temple 30419
422408 ARC_SECRET_BLUE_EYES 0.9 Eye of the Temple 30419
422409 ARC_SPEEDRUN_START 2.3 Eye of the Temple 30419
422410 ARC_SECRET_YELLOW_EYES 0.7 Eye of the Temple 30419
422411 ARC_SPEEDRUN_COMPLETION_QUICK 0.2 Eye of the Temple 30419
422412 ARC_SPEEDRUN_SPEED_HIGH 0.3 Eye of the Temple 30419
422413 ARC_DEFEAT_WITH_FIRE_TORCH 0.5 Eye of the Temple 30419

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "achievement" (
	pk INTEGER NOT NULL, 
	name VARCHAR NOT NULL, 
	percent FLOAT NOT NULL, 
	steam_app_pk INTEGER, 
	PRIMARY KEY (pk), 
	FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk)
);
Powered by Datasette · Queries took 5278.883ms · Data source: steam-to-sqlite