Created
October 2, 2011 04:30
-
-
Save gak/1257046 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[achDescriptions setObject:@"Quit a level in rage" forKey:@"ragequitter"]; | |
[achDescriptions setObject:@"Activated cheat mode" forKey:@"oops"]; | |
[achDescriptions setObject:@"Finish any level for at least 10 rounds" forKey:@"newbie"]; | |
[achDescriptions setObject:@"Not letting a creep escape" forKey:@"flawless"]; | |
[achDescriptions setObject:@"Complete a level on hard" forKey:@"complete"]; | |
[achDescriptions setObject:@"Every level finished on any skill" forKey:@"totality"]; | |
[achDescriptions setObject:@"Every level finished on Hard skill" forKey:@"wellplayed"]; | |
[achDescriptions setObject:@"Every level finished on Extreme skill" forKey:@"goodshow"]; | |
[achDescriptions setObject:@"Not building a tier 3 tower" forKey:@"lowtech"]; | |
[achDescriptions setObject:@"Build one of each tower on a level" forKey:@"variety"]; | |
[achDescriptions setObject:@"Fill the whole map with towers" forKey:@"bored"]; | |
[achDescriptions setObject:@"Rockets with lots of airtime" forKey:@"airtime"]; | |
[achDescriptions setObject:@"Reach 100 rounds" forKey:@"nolimit100"]; | |
[achDescriptions setObject:@"Reach 250 rounds" forKey:@"nolimit250"]; | |
[achDescriptions setObject:@"Reach 10000 rounds" forKey:@"nolimit1000"]; | |
[achDescriptions setObject:@"Build 100 towers" forKey:@"builder100"]; | |
[achDescriptions setObject:@"Build 1000 towers" forKey:@"builder1000"]; | |
[achDescriptions setObject:@"Build 10000 towers" forKey:@"builder10000"]; | |
[achDescriptions setObject:@"Kill 100 creeps" forKey:@"killer100"]; | |
[achDescriptions setObject:@"Kill 1000 creeps" forKey:@"killer1000"]; | |
[achDescriptions setObject:@"Kill 10000 creeps" forKey:@"killer10000"]; | |
[achDescriptions setObject:@"Play 10 levels" forKey:@"leveler10"]; | |
[achDescriptions setObject:@"Play 100 levels" forKey:@"leveler100"]; | |
[achDescriptions setObject:@"Play 1000 levels" forKey:@"leveler1000"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment