We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbb2b2 commit 77bc507Copy full SHA for 77bc507
src/lua/utils.lua
@@ -317,6 +317,7 @@ function utils.get_game_state()
317
label = card.label, -- str (default "Base Card") | ... | ... | ?
318
-- playing_card = card.config.card.playing_card, -- int. The card index in the deck for the current round ?
319
-- sell_cost = card.sell_cost, -- int (default 1). The dollars you get if you sell this card ?
320
+ sort_id = card.sort_id, -- int. Unique identifier for this card instance
321
base = {
322
-- These should be the valude for the original base card
323
-- without any modifications
0 commit comments