| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.UpgradedGiftAttributeRarity
Documentation
data UpgradedGiftAttributeRarity Source #
Describes rarity of an upgraded gift attribute
Constructors
| UpgradedGiftAttributeRarityPerMille | The rarity is represented as the numeric frequence of the model |
| UpgradedGiftAttributeRarityUncommon | The attribute is uncommon |
| UpgradedGiftAttributeRarityRare | The attribute is rare |
| UpgradedGiftAttributeRarityEpic | The attribute is epic |
| UpgradedGiftAttributeRarityLegendary | The attribute is legendary |
Instances
| FromJSON UpgradedGiftAttributeRarity Source # | |
Defined in TD.Data.UpgradedGiftAttributeRarity Methods parseJSON :: Value -> Parser UpgradedGiftAttributeRarity # parseJSONList :: Value -> Parser [UpgradedGiftAttributeRarity] # | |
| Show UpgradedGiftAttributeRarity Source # | |
Defined in TD.Data.UpgradedGiftAttributeRarity Methods showsPrec :: Int -> UpgradedGiftAttributeRarity -> ShowS # show :: UpgradedGiftAttributeRarity -> String # showList :: [UpgradedGiftAttributeRarity] -> ShowS # | |
| Eq UpgradedGiftAttributeRarity Source # | |
Defined in TD.Data.UpgradedGiftAttributeRarity Methods (==) :: UpgradedGiftAttributeRarity -> UpgradedGiftAttributeRarity -> Bool # (/=) :: UpgradedGiftAttributeRarity -> UpgradedGiftAttributeRarity -> Bool # | |
| ShortShow UpgradedGiftAttributeRarity Source # | |
Defined in TD.Data.UpgradedGiftAttributeRarity Methods | |