achievement
Data source: steam-to-sqlite
10 rows where steam_app_pk = 541
This data as json, CSV (advanced)
| pk ▼ | name | percent | steam_app_pk |
|---|---|---|---|
| 6604 | ACH_SPIN_MERRYGOROUND | 20.7 | Souls of the Wind 541 |
| 6605 | ACH_COMPLETED_FOREST | 17.4 | Souls of the Wind 541 |
| 6606 | ACH_COMPLETED_CANYON | 12.9 | Souls of the Wind 541 |
| 6607 | ACH_COMPLETED_VOLCANO | 11.1 | Souls of the Wind 541 |
| 6608 | ACH_COMPLETED_MOUNTAIN | 10.2 | Souls of the Wind 541 |
| 6609 | ACH_COMPLETED_FOURWINDS | 9.9 | Souls of the Wind 541 |
| 6610 | ACH_SPEEDRUN | 9.6 | Souls of the Wind 541 |
| 6611 | ACH_COMPLETED_PUZZLE | 6.8 | Souls of the Wind 541 |
| 6612 | ACH_ZERODEATHS | 6.5 | Souls of the Wind 541 |
| 6613 | ACH_ALL_COLLECTIBLES | 6.5 | Souls of the Wind 541 |
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) );