Skip to content

Some Cards have different ID than their name #18

@rnazali

Description

@rnazali

What we know so far

  • When a card with invalid/unknown ID is inserted to a deck by the editor, the game will treat such card as Maddness
  • Majority of cards with simple name (e.g. single word), does not have this issue and can generally be used fine in the editor
  • Some card with multiple words, or changed name like Pressure Pointer may have different ID compared to their name, and lead to invalid ID mentioned above
  • This issue is first known in Watcher’s “Rushdown” Card Detected as “Madness” #13
  • There may be more cards with this behavior

To manually find out the actual Card ID, you need to get the card in-game (e.g. by having it inside your deck). Save your game and use Editor.dumps() to print the whole save data. You will find the Card ID inside cards key. Something like this:

    # ...
    'cards': [   
                 {'id': 'Tantrum', 'misc': 0, 'upgrades': 1},
                 {'id': 'InnerPeace', 'misc': 0, 'upgrades': 1},
                 {'id': 'Halt', 'misc': 0, 'upgrades': 1},
                 {'id': 'Halt', 'misc': 0, 'upgrades': 1},
                 {'id': 'Halt', 'misc': 0, 'upgrades': 1},
                 {'id': 'Halt', 'misc': 0, 'upgrades': 1},
                 {'id': 'Halt', 'misc': 0, 'upgrades': 1},
                 {'id': 'PathToVictory', 'misc': 0, 'upgrades': 1}
    ],
    # ...

If you do find it, please tell us by commenting on this issue or feel free to submit an Issue/PR, so we can add them to the package.

Tracking

This is the list of cards having this issue, formatted as "In-game name --> actual ID". Note that this list may naturally expanding as more problematic cards are found.

  • Silent
    • Crippling Cloud --> Crippling Poison 47a92ed
    • Wraith Form --> ?
  • Watcher
    • Rushdown --> Adaptation 724d331
    • Conjure Blade --> ConjureBlade d0fc8ac
    • Signature Move --> SignatureMove 370b8ef
    • Empty Body --> ? EmptyBody edfcd01
    • Empty Fist --> EmptyFist edfcd01
    • Flurry of Blows --> FlurryOfBlows edfcd01
    • Deceive Reality --> ? DeceiveReality edfcd01
    • Empty Mind --> EmptyMind edfcd01
    • Fear No Evil --> FearNoEvil edfcd01
    • Inner Peace --> InnerPeace edfcd01
    • Mental Fortress --> MentalFortress edfcd01
    • Judgment --> ?
    • Pressure Points --> PathToVictory 2e71a96
    • Third Eye --> ThirdEye 2e71a96
    • Deus Ex Machina --> DeusExMachina 2e71a96

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions