achievement
Data source: steam-to-sqlite
14 rows where steam_app_pk = 50
This data as json, CSV (advanced)
| pk ▼ | name | percent | steam_app_pk |
|---|---|---|---|
| 208 | first_flag | 98.8 | Liberation Mutagenix 50 |
| 209 | first_jump_flag | 58.8 | Liberation Mutagenix 50 |
| 210 | world1_complete | 32.2 | Liberation Mutagenix 50 |
| 211 | first_portable_station | 26.6 | Liberation Mutagenix 50 |
| 212 | world2_complete | 25.5 | Liberation Mutagenix 50 |
| 213 | first_gravity_inverter | 25.5 | Liberation Mutagenix 50 |
| 214 | first_jetpack | 25.5 | Liberation Mutagenix 50 |
| 215 | world3_complete | 20.0 | Liberation Mutagenix 50 |
| 216 | world4_perfect | 14.4 | Liberation Mutagenix 50 |
| 217 | world3_perfect | 15.5 | Liberation Mutagenix 50 |
| 218 | world1_perfect | 18.8 | Liberation Mutagenix 50 |
| 219 | all_levels_complete | 14.4 | Liberation Mutagenix 50 |
| 220 | world4_complete | 14.4 | Liberation Mutagenix 50 |
| 221 | world2_perfect | 16.6 | Liberation Mutagenix 50 |
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) );