GameAchievement

public enum GameAchievement : String

A enumeration that represents the different achievements players can earn in the game.

  • The typealias for this enumeration.

    Declaration

    Swift

    public typealias RawValue = String
  • Face Reveal: Skipped the game and convinced her to do a face reveal.

    • ID: costumemaster.face_reveal

    Declaration

    Swift

    case faceReveal = "costumemaster.face_reveal"
  • Learning to Fly: Became a bird for the first time.

    • ID: costumemaster.new_bird

    Declaration

    Swift

    case newBird = "costumemaster.new_bird"
  • Thinking with Magic: Became a sorceress for the first time.

    • ID: costumemaster.new_sorceress

    Declaration

    Swift

    case newSorceress = "costumemaster.new_sorceress"
  • Underneath it All: Found out who you are.

    • ID: costumemaster.end_reveal

    Declaration

    Swift

    case endReveal = "costumemaster.end_reveal"
  • Quickfooted: Switch to the bird costume at least 100 times.

    • ID: costumemaster.quickfooted

    Declaration

    Swift

    case quickfooted = "costumemaster.quickfooted"
  • It’s About Perspective: Break out of bounds and find the secret.

    • ID: costumemaster.superliminal

    Declaration

    Swift

    case superliminal = "costumemaster.superliminal"
  • Overclocker: Complete the level “Divergent” in 100 seconds or less.

    • ID: costumemaster.overclocker"

    Declaration

    Swift

    case overclocker = "costumemaster.overclocker"
  • Costumemastery: Complete an advanced level with 10 costume switches or less.

    • ID: costumemaster.costumemaster

    Declaration

    Swift

    case costumemastery = "costumemaster.costumemaster"
  • Cut and Paste: Clone yourself for the first time.

    • ID: costumemaster.cloned

    Declaration

    Swift

    case cloned = "costumemaster.cloned"
  • Now You See Me: Complete the level “Visibility”.

    • ID: costumemaster.visibility

    Declaration

    Swift

    case visibility = "costumemaster.visibility"
  • No Achievement This is used in cases where this isn’t an achievement. Only for use with WidgetKit.

    Declaration

    Swift

    case none = "costumemaster.none"