achievement
Data source: steam-to-sqlite
20 rows where steam_app_pk = 165
This data as json, CSV (advanced)
pk ▼ | name | percent | steam_app_pk |
---|---|---|---|
3583 | ACH_FIRST_BLOOD | 37.2 | Z: The End 165 |
3584 | ACH_CHIVALRY | 19.4 | Z: The End 165 |
3585 | ACH_PILLS_HERE | 20.3 | Z: The End 165 |
3586 | ACH_GUTS | 12.7 | Z: The End 165 |
3587 | ACH_THE_LAB | 7.6 | Z: The End 165 |
3588 | ACH_CHANGE | 6.7 | Z: The End 165 |
3589 | ACH_PROTECTION | 7.6 | Z: The End 165 |
3590 | ACH_MY_EYES | 6.7 | Z: The End 165 |
3591 | ACH_BOULDER | 7.6 | Z: The End 165 |
1711973 | ACH_BOW | 0.8 | Z: The End 165 |
1711974 | ACH_CLOAK | 0.8 | Z: The End 165 |
1711975 | ACH_CHURCH | 0.8 | Z: The End 165 |
1711976 | ACH_BIG_IRON | 4.2 | Z: The End 165 |
1711977 | ACH_FIRE | 0.8 | Z: The End 165 |
1711978 | ACH_CAMPFIRE | 0.8 | Z: The End 165 |
1711979 | ACH_AXE | 3.3 | Z: The End 165 |
1711980 | ACH_LUMBERJACK | 0.8 | Z: The End 165 |
1711981 | ACH_KNIFE | 1.6 | Z: The End 165 |
1711982 | ACH_CONTAINMENT | 0.8 | Z: The End 165 |
1711983 | ACH_28_DAYS_SURVIVED | 0.8 | Z: The End 165 |
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) );