You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And this works for "Uncraftable" cards like Bob The Bartender (gets flagged because it's in EVENTCardSet), but there also card like Marin The Fox which passes all three checks (it's a legendary, minion, from catacombs (LOOTAPALOOZA) set). This leads to wrong calculations on Craft/Disenchant costs and just other complications.
From Hearthstone API docs (from what I found) seems like there no direct way to tell that card is Uncraftable so the only way I see to fix that would be to have list of all Uncraftable cards hardcoded somewhere that needs to be updated as new Uncraftable cards get introduced
The text was updated successfully, but these errors were encountered:
Code that checks whether card is craftable doesn't work properly.
Currently it looks like this:
And this works for "Uncraftable" cards like Bob The Bartender (gets flagged because it's in
EVENT
CardSet
), but there also card like Marin The Fox which passes all three checks (it's alegendary
,minion
, from catacombs (LOOTAPALOOZA
) set). This leads to wrong calculations on Craft/Disenchant costs and just other complications.From Hearthstone API docs (from what I found) seems like there no direct way to tell that card is Uncraftable so the only way I see to fix that would be to have list of all Uncraftable cards hardcoded somewhere that needs to be updated as new Uncraftable cards get introduced
The text was updated successfully, but these errors were encountered: