Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Weakness not copied to enemy cards in rcore #667

Open
morvael opened this issue Jul 18, 2024 · 1 comment
Open

Basic Weakness not copied to enemy cards in rcore #667

morvael opened this issue Jul 18, 2024 · 1 comment

Comments

@morvael
Copy link

morvael commented Jul 18, 2024

Check
https://arkhamdb.com/api/public/card/01603
vs
https://arkhamdb.com/api/public/card/01599

Also on website:
https://arkhamdb.com/find?q=e%3Arcore+b%3Abasicweakness&decks=player

These cards are defined only as clones:

    {
        "code": "01599",
        "duplicate_of": "01099",
        "pack_code": "rcore",
        "position": 99,
        "quantity": 1
    },
...
    {
        "code": "01603",
        "duplicate_of": "01103",
        "pack_code": "rcore",
        "position": 103,
        "quantity": 1
    },

So there must be something that doesn't copy Basic Weakness subtype for Enemy type cards.

@morvael
Copy link
Author

morvael commented Jul 18, 2024

I think this also happens for Assets and Events (rcore Investigators' Weakness cards).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant