Skip to content

Commit

Permalink
update card_data.h
Browse files Browse the repository at this point in the history
  • Loading branch information
salix5 committed Dec 2, 2024
1 parent 7a93233 commit 38a0e14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 0 additions & 6 deletions card.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ struct material_info {
};
const material_info null_info;

constexpr uint32 CARD_MARINE_DOLPHIN = 78734254;
constexpr uint32 CARD_TWINKLE_MOSS = 13857930;
constexpr uint32 CARD_TIMAEUS = 1784686;
constexpr uint32 CARD_CRITIAS = 11082056;
constexpr uint32 CARD_HERMOS = 46232525;

class card {
public:
struct effect_relation_hash {
Expand Down
10 changes: 9 additions & 1 deletion card_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@

constexpr int CARD_ARTWORK_VERSIONS_OFFSET = 20;
constexpr int SIZE_SETCODE = 16;
constexpr int CARD_BLACK_LUSTER_SOLDIER2 = 5405695;

constexpr uint32 CARD_BLACK_LUSTER_SOLDIER2 = 5405695;

//double name
constexpr uint32 CARD_MARINE_DOLPHIN = 78734254;
constexpr uint32 CARD_TWINKLE_MOSS = 13857930;
constexpr uint32 CARD_TIMAEUS = 1784686;
constexpr uint32 CARD_CRITIAS = 11082056;
constexpr uint32 CARD_HERMOS = 46232525;

struct card_data {
uint32 code{};
Expand Down

0 comments on commit 38a0e14

Please sign in to comment.