License | BSD-3-Clause |
---|---|
Safe Haskell | None |
Language | Haskell2010 |
Swarm.Game.Achievement.Description
Description
Flavor text about all defined achievements.
Documentation
describe :: CategorizedAchievement -> AchievementInfo Source #
Function mapping each CategorizedAchievement
to an appropriate
AchievementInfo
record. This function must be updated whenever
a new type of achievement is added.
getValidityRequirements :: GameplayAchievement -> ValidityConditions Source #
Validity conditions are required if-and-only-if the achievement
category is GameplayAchievement
.