add comment about Ep3 D1 and D2 card ranks

This commit is contained in:
Martin Michelsen
2023-08-08 10:55:22 -07:00
parent a3f3608f76
commit 7d37a58e6e
+5 -1
View File
@@ -109,9 +109,13 @@ enum class CardRarity : uint8_t {
R3 = 0x09,
R4 = 0x0A,
SS = 0x0B,
// Cards with the D1 or D2 ranks are considered never usable by the player,
// and are automatically removed from player decks before battle and when
// loading the deckbuilder. Cards with the D1 rank appear in the deckbuilder
// but are grayed out (and cannot be added to decks); cards with the D2 rank
// don't appear in the deckbuilder at all.
D1 = 0x0C,
D2 = 0x0D,
INVIS = 0x0E,
};
enum class CardType : uint8_t {