achievement
Data source: steam-to-sqlite
29 rows where steam_app_pk = 6010
This data as json, CSV (advanced)
| pk ▼ | name | percent | steam_app_pk |
|---|---|---|---|
| 54044 | SHOWDOWN | 3.8 | Cards of Cthulhu 6010 |
| 54045 | SHADOW_BOMB | 3.1 | Cards of Cthulhu 6010 |
| 54046 | REVENGE | 2.8 | Cards of Cthulhu 6010 |
| 54047 | DESTROY | 2.5 | Cards of Cthulhu 6010 |
| 54048 | MIND_STEAL | 2.2 | Cards of Cthulhu 6010 |
| 54049 | HEAL | 2.1 | Cards of Cthulhu 6010 |
| 54050 | 5_PLUS_HEALTH | 1.9 | Cards of Cthulhu 6010 |
| 54051 | SURPRISE_BAG | 1.9 | Cards of Cthulhu 6010 |
| 54052 | STRONG | 1.8 | Cards of Cthulhu 6010 |
| 54053 | METEOR | 1.7 | Cards of Cthulhu 6010 |
| 54054 | THIRD_SLOT | 1.7 | Cards of Cthulhu 6010 |
| 54055 | REPEAT | 1.7 | Cards of Cthulhu 6010 |
| 54056 | LIFE_REDUCTION_1 | 1.7 | Cards of Cthulhu 6010 |
| 54057 | COPYCAT | 1.6 | Cards of Cthulhu 6010 |
| 54058 | LIFE_REDUCTION_2 | 1.6 | Cards of Cthulhu 6010 |
| 54059 | END_OF_MADNESS | 1.6 | Cards of Cthulhu 6010 |
| 54060 | OVERCHARGE | 1.6 | Cards of Cthulhu 6010 |
| 54061 | MARK | 1.5 | Cards of Cthulhu 6010 |
| 54062 | LIFE_REDUCTION_3 | 1.5 | Cards of Cthulhu 6010 |
| 54063 | BUFF | 1.5 | Cards of Cthulhu 6010 |
| 54064 | VAMPIRIC | 1.5 | Cards of Cthulhu 6010 |
| 54065 | FOURTH_SLOT | 1.4 | Cards of Cthulhu 6010 |
| 54066 | LIFE_REDUCTION_4 | 1.4 | Cards of Cthulhu 6010 |
| 54067 | RANDOM | 1.4 | Cards of Cthulhu 6010 |
| 54068 | ABSORBED_POWER | 1.4 | Cards of Cthulhu 6010 |
| 54069 | LIFE_REDUCTION_5 | 1.4 | Cards of Cthulhu 6010 |
| 54070 | LIFE_REDUCTION_6 | 1.3 | Cards of Cthulhu 6010 |
| 54071 | END_OF_MADNESS_HEROIC | 1.2 | Cards of Cthulhu 6010 |
| 54072 | NIGHTMARE_END | 1.1 | Cards of Cthulhu 6010 |
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) );