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.4 | Souls of the Wind 541 |
6605 | ACH_COMPLETED_FOREST | 17.2 | Souls of the Wind 541 |
6606 | ACH_COMPLETED_CANYON | 12.7 | Souls of the Wind 541 |
6607 | ACH_COMPLETED_VOLCANO | 10.8 | Souls of the Wind 541 |
6608 | ACH_COMPLETED_MOUNTAIN | 10.0 | Souls of the Wind 541 |
6609 | ACH_COMPLETED_FOURWINDS | 9.7 | Souls of the Wind 541 |
6610 | ACH_SPEEDRUN | 9.3 | Souls of the Wind 541 |
6611 | ACH_COMPLETED_PUZZLE | 6.6 | Souls of the Wind 541 |
6612 | ACH_ZERODEATHS | 6.3 | Souls of the Wind 541 |
6613 | ACH_ALL_COLLECTIBLES | 6.3 | 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) );