home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

53 rows where steam_app_pk = 3408

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
2168665 Ach_Split_Team 71.1 Survive the Fall 3408
2168666 Ach_ContentOther_Note 61.5 Survive the Fall 3408
2168667 Ach_Weapon_Durability 55.4 Survive the Fall 3408
2168668 Ach_ContentOther_Delegate100 49.6 Survive the Fall 3408
2168669 Ach_10_Technologies 49.3 Survive the Fall 3408
2168670 Ach_ContentOther_Interactions100 47.9 Survive the Fall 3408
2168671 Ach_Quest_FungalPanacea 47.2 Survive the Fall 3408
2168672 Ach_Recruit_Liz 46.5 Survive the Fall 3408
2168673 Ach_Crafting_On_Expedition 44.4 Survive the Fall 3408
2168674 Ach_Revive_Companion 44.0 Survive the Fall 3408
2168675 Ach_Recruit_Jack 37.1 Survive the Fall 3408
2168676 Ach_ContentOther_Warehouse 37.0 Survive the Fall 3408
2168677 Ach_ContentOther_EE2 24.1 Survive the Fall 3408
2168678 Ach_HideBodies 21.2 Survive the Fall 3408
2168679 Ach_Stealth_Assassinations 20.5 Survive the Fall 3408
2168680 Ach_50_Technologies 26.0 Survive the Fall 3408
2168681 Ach_Shroomers 23.1 Survive the Fall 3408
2168682 Ach_Craft_Lockpicks_Rropes_Torches 9.6 Survive the Fall 3408
2168683 Ach_Kill_Traitor 20.7 Survive the Fall 3408
2168684 Ach_Sighted 20.2 Survive the Fall 3408
2168685 Ach_Kill_Trok 20.3 Survive the Fall 3408
2168686 Ach_Quest_TheConfrontation 19.7 Survive the Fall 3408
2168687 Ach_Recruit_Blooper 19.5 Survive the Fall 3408
2168688 Ach_Kill_25_Critical_Hit 10.8 Survive the Fall 3408
2168689 Ach_100_Ammo 11.2 Survive the Fall 3408
2168690 Ach_5000_Memories 8.0 Survive the Fall 3408
2168691 Ach_3_Gadgets 10.6 Survive the Fall 3408
2168692 Ach_Quest_DeadeyeMick 13.0 Survive the Fall 3408
2168693 Ach_3_Passive 9.7 Survive the Fall 3408
2168694 Ach_Recruit_Rico 6.8 Survive the Fall 3408
2168695 Ach_Recruit_Mey 5.7 Survive the Fall 3408
2168696 Ach_Quest_TheHighestStake 4.0 Survive the Fall 3408
2168697 Ach_Quest_TheSpy 6.9 Survive the Fall 3408
2168698 Ach_Sailors 4.4 Survive the Fall 3408
2168699 Ach_Kill_Flynn 4.0 Survive the Fall 3408
2168700 Ach_Recruit_Tigra 5.2 Survive the Fall 3408
2168701 Ach_Recruit_Mark 5.8 Survive the Fall 3408
2168702 Ach_Quest_TheTinkerer 6.0 Survive the Fall 3408
2168703 Ach_Quest_ThePlanter 9.2 Survive the Fall 3408
2168704 Ach_Quest_FamilyTies 4.4 Survive the Fall 3408
2168705 Ach_Corporation 6.9 Survive the Fall 3408
2168706 Ach_Caravan 5.0 Survive the Fall 3408
2168707 Ach_All_Companions 4.3 Survive the Fall 3408
2168708 Ach_ContentOther_EE1 1.7 Survive the Fall 3408
2168709 Ach_Quest_TheLostAngel 2.6 Survive the Fall 3408
2168710 Ach_Quest_TheGift 3.5 Survive the Fall 3408
2168711 Ach_Perform_Ranged_Attacks 1.6 Survive the Fall 3408
2168712 Ach_Collect_All_Weapons 0.1 Survive the Fall 3408
2168713 Ach_Collect_All_Backpacks 0.4 Survive the Fall 3408
2168714 Ach_Collect_All_Armors 0.8 Survive the Fall 3408
2168715 Ach_Perform_Melee_Attacks 0.7 Survive the Fall 3408
2168716 Ach_Explorator 2.7 Survive the Fall 3408
2168717 Ach_All_Technologies 1.8 Survive the Fall 3408

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 7600.091ms · Data source: steam-to-sqlite