Question about pulling joker edition #43
Unanswered
abramsmatthew99
asked this question in
Q&A
Replies: 3 comments 1 reply
|
hello! I was facing the same problem, have you managed to solve it yet? |
1 reply
|
Hi, I was looking to do the same thing. My solution was |
0 replies
|
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); |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
All reactions