achievement
Data source: steam-to-sqlite
22 rows where steam_app_pk = 23245
This data as json, CSV (advanced)
| pk ▼ | name | percent | steam_app_pk |
|---|---|---|---|
| 306049 | ACHIEVEMENT_PLANTING_THE_SEEDS_TITLE | 90.3 | The Gardener and the Wild Vines 23245 |
| 306050 | ACHIEVEMENT_CAGED_BIRDS_TITLE | 84.6 | The Gardener and the Wild Vines 23245 |
| 306051 | ACHIEVEMENT_BEGINNER_BOTANIST_TITLE | 58.3 | The Gardener and the Wild Vines 23245 |
| 306052 | ACHIEVEMENT_PRINCE_ARE_YOU_THERE_TITLE | 56.3 | The Gardener and the Wild Vines 23245 |
| 306053 | ACHIEVEMENT_NO_PERSON_IS_AN_ISLAND_TITLE | 37.1 | The Gardener and the Wild Vines 23245 |
| 306054 | ACHIEVEMENT_AINT_NO_MOUNTAIN_HIGH_ENOUGH_TITLE | 25.4 | The Gardener and the Wild Vines 23245 |
| 306055 | ACHIEVEMENT_LOVE_IS_LOVE_TITLE | 24.6 | The Gardener and the Wild Vines 23245 |
| 306056 | ACHIEVEMENT_BE_STILL_TITLE | 23.2 | The Gardener and the Wild Vines 23245 |
| 306057 | ACHIEVEMENT_LEARNING_TO_GROW_TITLE | 23.6 | The Gardener and the Wild Vines 23245 |
| 306058 | ACHIEVEMENT_FANTASTIC_FLORIST_TITLE | 23.4 | The Gardener and the Wild Vines 23245 |
| 306059 | ACHIEVEMENT_CO-AUTHORED_BY_TITLE | 19.3 | The Gardener and the Wild Vines 23245 |
| 306060 | ACHIEVEMENT_NOT_EVEN_WINDED_TITLE | 12.7 | The Gardener and the Wild Vines 23245 |
| 306061 | ACHIEVEMENT_IS_THERE_CAKE_TITLE | 9.0 | The Gardener and the Wild Vines 23245 |
| 306062 | ACHIEVEMENT_DAISY_CHAIN_TITLE | 10.1 | The Gardener and the Wild Vines 23245 |
| 306063 | ACHIEVEMENT_FREE_BIRDS_TITLE | 7.4 | The Gardener and the Wild Vines 23245 |
| 306064 | ACHIEVEMENT_HOCUS_BOGUS_TITLE | 8.0 | The Gardener and the Wild Vines 23245 |
| 306065 | ACHIEVEMENT_I_PEENCH_TITLE | 4.0 | The Gardener and the Wild Vines 23245 |
| 306066 | ACHIEVEMENT_GRAND_GARDENER_TITLE | 4.2 | The Gardener and the Wild Vines 23245 |
| 306067 | ACHIEVEMENT_COCONUTS_TITLE | 3.8 | The Gardener and the Wild Vines 23245 |
| 306068 | ACHIEVEMENT_UNLOCK_ALL_TITLE | 2.6 | The Gardener and the Wild Vines 23245 |
| 306069 | ACHIEVEMENT_A_LITTLE_WINDED_TITLE | 3.4 | The Gardener and the Wild Vines 23245 |
| 306070 | ACHIEVEMENT_STAR_CHALLENGER_TITLE | 2.6 | The Gardener and the Wild Vines 23245 |
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) );