Hope this is okay to post here.
I've been creating a small mod for my girlfriend as a present and I was wondering if someone could help me further understand the SMODS.create_card class. I have succesfully written a joker that adds a random tarot card to the consumeables area when blind is selected but I don't know if there is another argument to add to the SMODS.create_card class so that it will always give add a strength to the consumeables area.
here is the line of code I feel like it should be added to.
local card = SMODS.create_card{set = "Tarot", area = G.consumeables}
Thanks very much