home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

38 rows where steam_app_pk = 2143

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
22142 objective_key_alliance_join_1 33.6 Operation: New Earth 2143
22143 objective_multiple_turrets_2 32.4 Operation: New Earth 2143
22144 objective_headquarters_5 24.5 Operation: New Earth 2143
22145 objective_hero_level_up_1 18.7 Operation: New Earth 2143
22146 objective_key_contest_tiles_3 16.3 Operation: New Earth 2143
22147 objective_key_gather_resources_from_tiles_3 13.7 Operation: New Earth 2143
22148 objective_key_drone_missions_completed_1 13.4 Operation: New Earth 2143
22149 objective_key_objectives_completed_2 13.4 Operation: New Earth 2143
22150 objective_hero_level_up_2 14.0 Operation: New Earth 2143
22151 ach_defeat_players_10 12.1 Operation: New Earth 2143
22152 objective_multiple_barracks_1 12.2 Operation: New Earth 2143
22153 ach_silver_rewards_10 11.5 Operation: New Earth 2143
22154 objective_headquarters_10 12.0 Operation: New Earth 2143
22155 objective_hero_level_up_3 11.9 Operation: New Earth 2143
22156 objective_key_alliance_help_2 10.4 Operation: New Earth 2143
22157 ach_defeat_aliens_50 10.5 Operation: New Earth 2143
22158 objective_multiple_factory_1 10.5 Operation: New Earth 2143
22159 ach_defeat_players_100 9.0 Operation: New Earth 2143
22160 ach_gold_rewards_25 9.3 Operation: New Earth 2143
22161 ach_silver_rewards_50 8.9 Operation: New Earth 2143
22162 ach_defeat_aliens_250 8.8 Operation: New Earth 2143
22163 objective_hero_level_up_4 9.6 Operation: New Earth 2143
22164 objective_key_gather_resources_from_tiles_5 8.3 Operation: New Earth 2143
22165 objective_headquarters_15 8.6 Operation: New Earth 2143
22166 ach_platinum_rewards_50 7.5 Operation: New Earth 2143
22167 ach_gold_rewards_100 7.4 Operation: New Earth 2143
22168 objective_hero_level_up_5 7.3 Operation: New Earth 2143
22169 objective_key_objectives_completed_4 6.6 Operation: New Earth 2143
22170 objective_key_drone_missions_completed_3 5.9 Operation: New Earth 2143
22171 objective_upgrade_dropships_2 6.7 Operation: New Earth 2143
22172 objective_headquarters_20 6.4 Operation: New Earth 2143
22173 objective_hero_level_up_6 6.2 Operation: New Earth 2143
22174 ach_platinum_rewards_250 5.5 Operation: New Earth 2143
22175 objective_research_unlock_ground_vehicle_tier_4 5.1 Operation: New Earth 2143
22176 objective_research_unlock_heavy_infantry_tier_4 4.8 Operation: New Earth 2143
22177 objective_research_unlock_air_vehicle_tier_4 4.5 Operation: New Earth 2143
22178 objective_research_unlock_light_infantry_tier_4 4.5 Operation: New Earth 2143
22179 objective_hero_level_up_7 5.2 Operation: New Earth 2143

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 6152.852ms · Data source: steam-to-sqlite