achievement
Data source: steam-to-sqlite
37 rows where steam_app_pk = 110
This data as json, CSV (advanced)
| pk ▼ | name | percent | steam_app_pk |
|---|---|---|---|
| 3015 | acl_ecl_done | 25.3 | Cloudbuilt 110 |
| 3016 | ach_rain_done | 22.1 | Cloudbuilt 110 |
| 3017 | fewLifesCollected | 17.8 | Cloudbuilt 110 |
| 3018 | fog_cleared | 8.7 | Cloudbuilt 110 |
| 3019 | arank1 | 7.4 | Cloudbuilt 110 |
| 3020 | complete1 | 8.2 | Cloudbuilt 110 |
| 3021 | stay_playground | 6.8 | Cloudbuilt 110 |
| 3022 | all_logs | 3.9 | Cloudbuilt 110 |
| 3023 | bounce_damaged | 3.5 | Cloudbuilt 110 |
| 3024 | not_again | 3.8 | Cloudbuilt 110 |
| 3025 | ruthless | 3.4 | Cloudbuilt 110 |
| 3026 | srank1 | 3.1 | Cloudbuilt 110 |
| 3027 | complete4 | 3.2 | Cloudbuilt 110 |
| 3028 | favorite_spot | 1.5 | Cloudbuilt 110 |
| 3029 | desperation | 1.6 | Cloudbuilt 110 |
| 3030 | nostalgia | 1.5 | Cloudbuilt 110 |
| 3031 | like_glove | 1.1 | Cloudbuilt 110 |
| 3032 | sandcastle_seen | 1.1 | Cloudbuilt 110 |
| 3033 | desire | 1.2 | Cloudbuilt 110 |
| 3034 | ruins_pathfinder_arank | 0.9 | Cloudbuilt 110 |
| 3035 | fog_lives_collected | 1.0 | Cloudbuilt 110 |
| 3036 | fast_tutorial | 0.9 | Cloudbuilt 110 |
| 3037 | expectations | 1.1 | Cloudbuilt 110 |
| 3038 | arankAll | 0.9 | Cloudbuilt 110 |
| 3039 | flyLong | 0.8 | Cloudbuilt 110 |
| 3040 | chains | 0.9 | Cloudbuilt 110 |
| 3041 | quick_on_feet | 0.8 | Cloudbuilt 110 |
| 3042 | just_want_play | 0.8 | Cloudbuilt 110 |
| 3043 | srankAll | 0.8 | Cloudbuilt 110 |
| 3044 | FogRush | 0.7 | Cloudbuilt 110 |
| 3045 | dont_want_hurt | 0.7 | Cloudbuilt 110 |
| 3046 | lifesCollected | 0.7 | Cloudbuilt 110 |
| 3047 | srankComplete | 0.6 | Cloudbuilt 110 |
| 3048 | 21in21 | 0.6 | Cloudbuilt 110 |
| 3049 | Legendary | 0.5 | Cloudbuilt 110 |
| 3050 | nostalgiaNoS | 0.6 | Cloudbuilt 110 |
| 3051 | Demigod | 0.5 | Cloudbuilt 110 |
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) );