Question about pulling joker edition #43
Replies: 3 comments 1 reply
-
hello! I was facing the same problem, have you managed to solve it yet? |
Beta Was this translation helpful? Give feedback.
-
Hi, I was looking to do the same thing. My solution was |
Beta Was this translation helpful? Give feedback.
-
Use this function, if you call next_joker and also next_joker_edition it advances the random algorithm screwing everything up. Get both in 1 call, if you need both the .value and .joker.edition // Example of getting a jokerdata from the Soul Card
jokerdata jkr = next_joker_with_info(inst, S_Soul, ante); |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I'm attempting to find negative legendary jokers, but I'm having some trouble. Reading the docs, it seems that Next_joker returns a JokerData, but I can't get the edition from that. Any assistance? For reference, here's how I'm pulling the joker:
Beta Was this translation helpful? Give feedback.
All reactions