From 308c58e761e6f9ba7723d9d33f0bd33097299e0c Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 3 Aug 2023 12:22:16 -0700 Subject: [PATCH] fix comment on card drop rate field --- src/Episode3/DataIndex.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Episode3/DataIndex.hh b/src/Episode3/DataIndex.hh index 72957e85..626d36a9 100644 --- a/src/Episode3/DataIndex.hh +++ b/src/Episode3/DataIndex.hh @@ -533,7 +533,7 @@ struct CardDefinition { // The drop rates are completely ignored if any of the following are true // (which means the card can never be found in a normal post-battle draw): // - type is SC_HUNTERS or SC_ARKZ - // - unknown_a3 is 0x23 or 0x24 + // - card_class is BOSS_ATTACK_ACTION (0x23) or BOSS_TECH (0x24) // - rarity is E, D1, D2, or INVIS // - cannot_drop is 1 (specifically 1; other nonzero values here don't // prevent the card from appearing in post-battle draws)