achievement
Data source: steam-to-sqlite
13 rows where steam_app_pk = 191093
This data as json, CSV (advanced)
pk ▼ | name | percent | steam_app_pk |
---|---|---|---|
1923536 | NEW_ACHIEVEMENT_1_13 | 55.0 | Realm of the Everbound 191093 |
1923537 | NEW_ACHIEVEMENT_1_6 | 25.0 | Realm of the Everbound 191093 |
1923538 | NEW_ACHIEVEMENT_1_10 | 20.0 | Realm of the Everbound 191093 |
1923539 | NEW_ACHIEVEMENT_1_1 | 20.0 | Realm of the Everbound 191093 |
1923540 | NEW_ACHIEVEMENT_1_0 | 15.0 | Realm of the Everbound 191093 |
1923541 | NEW_ACHIEVEMENT_1_11 | 10.0 | Realm of the Everbound 191093 |
1923542 | NEW_ACHIEVEMENT_1_7 | 10.0 | Realm of the Everbound 191093 |
1923543 | NEW_ACHIEVEMENT_1_5 | 15.0 | Realm of the Everbound 191093 |
1923544 | NEW_ACHIEVEMENT_1_2 | 10.0 | Realm of the Everbound 191093 |
1923545 | NEW_ACHIEVEMENT_1_12 | 10.0 | Realm of the Everbound 191093 |
1923546 | NEW_ACHIEVEMENT_1_9 | 5.0 | Realm of the Everbound 191093 |
1923547 | NEW_ACHIEVEMENT_1_8 | 10.0 | Realm of the Everbound 191093 |
1923548 | NEW_ACHIEVEMENT_1_3 | 5.0 | Realm of the Everbound 191093 |
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) );