achievement
Data source: steam-to-sqlite
12 rows where steam_app_pk = 863
This data as json, CSV (advanced)
pk ▼ | name | percent | steam_app_pk |
---|---|---|---|
1403982 | Survivor | 91.9 | The Bonfire: Forsaken Lands 863 |
1403983 | LostSouls | 87.9 | The Bonfire: Forsaken Lands 863 |
1403984 | Fighter | 85.6 | The Bonfire: Forsaken Lands 863 |
1403985 | Explorer | 54.3 | The Bonfire: Forsaken Lands 863 |
1403986 | Knowledge | 45.7 | The Bonfire: Forsaken Lands 863 |
1403987 | Hero | 40.0 | The Bonfire: Forsaken Lands 863 |
1403988 | Temple | 36.1 | The Bonfire: Forsaken Lands 863 |
1403989 | ForbiddenKnowledge | 32.3 | The Bonfire: Forsaken Lands 863 |
1403990 | Thieves | 32.8 | The Bonfire: Forsaken Lands 863 |
1403991 | Legendary | 29.1 | The Bonfire: Forsaken Lands 863 |
1403992 | Hardcore | 3.3 | The Bonfire: Forsaken Lands 863 |
1403993 | WorkHard | 1.5 | The Bonfire: Forsaken Lands 863 |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );