home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

38 rows where steam_app_pk = 9955

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
117271 ACH_TUTORIAL_COMPLETE 81.7 House of the Dying Sun 9955
117272 ACH_EASY_COMPLETE_01 73.5 House of the Dying Sun 9955
117273 ACH_PODKILL 71.4 House of the Dying Sun 9955
117274 ACH_BONUS_COMPLETE_01 71.1 House of the Dying Sun 9955
117275 ACH_SHOP_WEAPON_PURCHASE 64.7 House of the Dying Sun 9955
117276 ACH_EARN_INTERCEPTOR_01 53.5 House of the Dying Sun 9955
117277 ACH_SHOP_MODIFIER_PURCHASE 39.6 House of the Dying Sun 9955
117278 ACH_MED_COMPLETE_01 34.4 House of the Dying Sun 9955
117279 ACH_EARN_DESTROYER_01 29.5 House of the Dying Sun 9955
117280 ACH_BUBBLE_SHIELD_KILL 28.0 House of the Dying Sun 9955
117281 ACH_HARD_COMPLETE_01 21.2 House of the Dying Sun 9955
117282 ACH_EARN_FRIGATE 21.3 House of the Dying Sun 9955
117283 ACH_EARN_INTERCEPTOR_02 19.4 House of the Dying Sun 9955
117284 ACH_PODKILL_COLLISION 15.1 House of the Dying Sun 9955
117285 ACH_CAMPAIGNCHOICE_2 12.7 House of the Dying Sun 9955
117286 ACH_SURVIVAL_WAVE_1 10.6 House of the Dying Sun 9955
117287 ACH_CAMPAIGNCHOICE_1 7.7 House of the Dying Sun 9955
117288 ACH_SURVIVAL_WAVE_5 6.9 House of the Dying Sun 9955
117289 ACH_CAMPAIGNCHOICE_3 4.5 House of the Dying Sun 9955
117290 ACH_FLAGSHIPKILL_N 4.3 House of the Dying Sun 9955
117291 ACH_FLAGSHIPKILL_B 3.7 House of the Dying Sun 9955
117292 ACH_FLAGSHIPKILL_A 3.5 House of the Dying Sun 9955
117293 ACH_SHOP_ALLMODIFIERS_PURCHASED 3.4 House of the Dying Sun 9955
117294 ACH_FLAGSHIPKILL_C 3.4 House of the Dying Sun 9955
117295 ACH_SURVIVAL_WAVE_10 3.0 House of the Dying Sun 9955
117296 ACH_CAMPAIGNCHOICE_5 2.7 House of the Dying Sun 9955
117297 ACH_CAMPAIGNCHOICE_4 2.6 House of the Dying Sun 9955
117298 ACH_FLAGSHIPKILL_H 2.6 House of the Dying Sun 9955
117299 ACH_FLAGSHIPKILL_D 2.6 House of the Dying Sun 9955
117300 ACH_FLAGSHIPKILL_G 2.5 House of the Dying Sun 9955
117301 ACH_FLAGSHIPKILL_M 2.4 House of the Dying Sun 9955
117302 ACH_FLAGSHIPKILL_I 2.4 House of the Dying Sun 9955
117303 ACH_FLAGSHIPKILL_F 2.3 House of the Dying Sun 9955
117304 ACH_FLAGSHIPKILL_E 2.2 House of the Dying Sun 9955
117305 ACH_FLAGSHIPKILL_K 2.2 House of the Dying Sun 9955
117306 ACH_FLAGSHIPKILL_L 2.0 House of the Dying Sun 9955
117307 ACH_FLAGSHIPKILL_J 1.9 House of the Dying Sun 9955
117308 ACH_CAMPAIGNCHOICE_6 1.8 House of the Dying Sun 9955

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
);
Powered by Datasette · Queries took 893.368ms · Data source: steam-to-sqlite