mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
AGS: Add achievements for various games
This commit is contained in:
parent
0b9053587b
commit
12f6d533f3
@ -28,6 +28,7 @@ namespace AGS {
|
||||
|
||||
static const Common::AchievementDescriptionList achievementDescriptionList[] = {
|
||||
{"adateinthepark", Common::STEAM_ACHIEVEMENTS, "468530"},
|
||||
{"absent", Common::STEAM_ACHIEVEMENTS, "398450"},
|
||||
{"alemmo", Common::STEAM_ACHIEVEMENTS, "296850"},
|
||||
{"alum", Common::STEAM_ACHIEVEMENTS, "338420"},
|
||||
{"apotheosis", Common::STEAM_ACHIEVEMENTS, "364350"},
|
||||
@ -35,6 +36,8 @@ static const Common::AchievementDescriptionList achievementDescriptionList[] = {
|
||||
{"astroloco", Common::STEAM_ACHIEVEMENTS, "357490"},
|
||||
{"atotkdeluxe", Common::STEAM_ACHIEVEMENTS, "603870"},
|
||||
{"beer", Common::STEAM_ACHIEVEMENTS, "782280"},
|
||||
{"beyondowlsgard", Common::STEAM_ACHIEVEMENTS, "1709730"},
|
||||
{"beyondowlsgard", Common::GALAXY_ACHIEVEMENTS, "1086301307"},
|
||||
{"blackwell1", Common::GALAXY_ACHIEVEMENTS, "1207662883"},
|
||||
{"blackwell1", Common::STEAM_ACHIEVEMENTS, "80330"},
|
||||
{"blackwell2", Common::GALAXY_ACHIEVEMENTS, "1207662893"},
|
||||
@ -46,13 +49,17 @@ static const Common::AchievementDescriptionList achievementDescriptionList[] = {
|
||||
{"blackwell5", Common::GALAXY_ACHIEVEMENTS, "1207664393"},
|
||||
{"blackwell5", Common::STEAM_ACHIEVEMENTS, "236930"},
|
||||
{"captaindisastermoon", Common::STEAM_ACHIEVEMENTS, "1305500"},
|
||||
{"castleagony", Common::STEAM_ACHIEVEMENTS, "827830"},
|
||||
{"charnelhousetrilogy", Common::STEAM_ACHIEVEMENTS, "288930"},
|
||||
{"chronicleofinnsmouth", Common::STEAM_ACHIEVEMENTS, "420180"},
|
||||
{"crystalshardadventurebundle", Common::STEAM_ACHIEVEMENTS, "551840"},
|
||||
{"detectivebhdino", Common::STEAM_ACHIEVEMENTS, "1343390"},
|
||||
{"detectivegallo", Common::GALAXY_ACHIEVEMENTS, "1745746005"},
|
||||
{"detectivegallo", Common::STEAM_ACHIEVEMENTS, "556060"},
|
||||
{"docapocalypse", Common::STEAM_ACHIEVEMENTS, "509920"},
|
||||
{"downfall2009", Common::STEAM_ACHIEVEMENTS, "364390"},
|
||||
{"downfall2016", Common::STEAM_ACHIEVEMENTS, "364390"},
|
||||
{"dreamswitchhouse", Common::STEAM_ACHIEVEMENTS, "1902850"},
|
||||
{"dreamswitchhouse", Common::GALAXY_ACHIEVEMENTS, "1123332294"},
|
||||
{"dustbowl", Common::STEAM_ACHIEVEMENTS, "367110"},
|
||||
{"excavationhb", Common::STEAM_ACHIEVEMENTS, "1182310"},
|
||||
{"excavationhb", Common::GALAXY_ACHIEVEMENTS, "1790032718"},
|
||||
@ -63,6 +70,7 @@ static const Common::AchievementDescriptionList achievementDescriptionList[] = {
|
||||
{"geminirue", Common::STEAM_ACHIEVEMENTS, "80310"},
|
||||
{"gnrblex", Common::STEAM_ACHIEVEMENTS, "1060560"},
|
||||
{"goldenwake", Common::STEAM_ACHIEVEMENTS, "307570"},
|
||||
{"graceward", Common::STEAM_ACHIEVEMENTS, "2217060"},
|
||||
{"grandmabadass", Common::STEAM_ACHIEVEMENTS, "1606640"},
|
||||
{"guardduty", Common::GALAXY_ACHIEVEMENTS, "1455980545"},
|
||||
{"guardduty", Common::STEAM_ACHIEVEMENTS, "872750"},
|
||||
@ -84,10 +92,13 @@ static const Common::AchievementDescriptionList achievementDescriptionList[] = {
|
||||
{"metaphobia", Common::STEAM_ACHIEVEMENTS, "1220930"},
|
||||
{"mountainsofmadness", Common::STEAM_ACHIEVEMENTS, "962700"},
|
||||
{"mybigsister", Common::STEAM_ACHIEVEMENTS, "733300"},
|
||||
{"mybigsisterrm", Common::STEAM_ACHIEVEMENTS, "2118540"},
|
||||
{"nellycootalot-hd", Common::STEAM_ACHIEVEMENTS, "763030"},
|
||||
{"neofeud", Common::STEAM_ACHIEVEMENTS, "673850"},
|
||||
{"nightmareframes", Common::STEAM_ACHIEVEMENTS, "1650590"},
|
||||
{"oott", Common::GALAXY_ACHIEVEMENTS, "1444830704"},
|
||||
{"oott", Common::STEAM_ACHIEVEMENTS, "425600"},
|
||||
{"personalrocket", Common::STEAM_ACHIEVEMENTS, "1497290"},
|
||||
{"primordia", Common::GALAXY_ACHIEVEMENTS, "1207659144"},
|
||||
{"primordia", Common::STEAM_ACHIEVEMENTS, "227000"},
|
||||
{"projectorface", Common::STEAM_ACHIEVEMENTS, "431850"},
|
||||
@ -106,12 +117,16 @@ static const Common::AchievementDescriptionList achievementDescriptionList[] = {
|
||||
{"sisyphus", Common::STEAM_ACHIEVEMENTS, "517910"},
|
||||
{"smallsister", Common::STEAM_ACHIEVEMENTS, "904600"},
|
||||
{"songanimals", Common::STEAM_ACHIEVEMENTS, "1036200"},
|
||||
{"stayingalive", Common::STEAM_ACHIEVEMENTS, "1285960"},
|
||||
{"stellarmessep1", Common::STEAM_ACHIEVEMENTS, "1507530"},
|
||||
{"strangeland", Common::GALAXY_ACHIEVEMENTS, "1392294208"},
|
||||
{"strangeland", Common::STEAM_ACHIEVEMENTS, "1369520"},
|
||||
{"sumatra", Common::GALAXY_ACHIEVEMENTS, "1489938431"},
|
||||
{"sumatra", Common::STEAM_ACHIEVEMENTS, "610900"},
|
||||
{"tales", Common::STEAM_ACHIEVEMENTS, "416250"},
|
||||
{"technobabylon", Common::GALAXY_ACHIEVEMENTS, "1430234218"},
|
||||
{"technobabylon", Common::STEAM_ACHIEVEMENTS, "307580"},
|
||||
{"theantidote", Common::STEAM_ACHIEVEMENTS, "1026080"},
|
||||
{"thecastle", Common::STEAM_ACHIEVEMENTS, "1133950"},
|
||||
{"thecatlady", Common::STEAM_ACHIEVEMENTS, "253110"},
|
||||
{"thesecretofhuttongrammarschoolvga", Common::STEAM_ACHIEVEMENTS, "1196520"},
|
||||
|
Loading…
Reference in New Issue
Block a user