From 7d37a58e6e903ebe443ba9e5dcd1ab7244e8ca79 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 8 Aug 2023 10:55:22 -0700 Subject: [PATCH] add comment about Ep3 D1 and D2 card ranks --- src/Episode3/DataIndex.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Episode3/DataIndex.hh b/src/Episode3/DataIndex.hh index 61a74a21..9f2ee7bd 100644 --- a/src/Episode3/DataIndex.hh +++ b/src/Episode3/DataIndex.hh @@ -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 {