achievement
Data source: steam-to-sqlite
13 rows where steam_app_pk = 2294
This data as json, CSV (advanced)
pk ▼ | name | percent | steam_app_pk |
---|---|---|---|
22823 | ACH_R1_FINISH | 70.2 | Lumote: The Mastermote Chronicles 2294 |
22824 | ACH_R2_FINISH | 54.2 | Lumote: The Mastermote Chronicles 2294 |
22825 | ACH_R3_FINISH | 30.6 | Lumote: The Mastermote Chronicles 2294 |
22826 | ACH_R4_JELLY_FINISH | 19.1 | Lumote: The Mastermote Chronicles 2294 |
22827 | ACH_R6_GUARD_FINISH | 18.2 | Lumote: The Mastermote Chronicles 2294 |
22828 | ACH_R5_DIVERTER_FINISH | 18.2 | Lumote: The Mastermote Chronicles 2294 |
22829 | ACH_R7_FINISH | 15.6 | Lumote: The Mastermote Chronicles 2294 |
22830 | ACH_NO_DEATH_FINISH | 2.6 | Lumote: The Mastermote Chronicles 2294 |
22831 | ACH_MASTERMOTE_FINISH | 2.6 | Lumote: The Mastermote Chronicles 2294 |
22832 | ACH_WORLD2_FINISH | 5.8 | Lumote: The Mastermote Chronicles 2294 |
22833 | ACH_FASTER_THAN_DEVS | 1.4 | Lumote: The Mastermote Chronicles 2294 |
22834 | ACH_WORLD2_NO_DEATH_FINISH | 1.2 | Lumote: The Mastermote Chronicles 2294 |
1427901 | ACH_COLLECT_THEM_ALL | 1.7 | Lumote: The Mastermote Chronicles 2294 |
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) );