-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option for specific ordering of passives to the breeding calculator #84
Comments
This is interesting, and I'm mixed on whether to add it. It's sort of like #14 where it could be accounted for but it would just affect the final pal and therefore not have much value. You could take any breeding tree and just keep trying until you get the result you want.. However, this ordering property would be affected by the parents, unlike #14 which has a fixed probability. For your specific example, it would be best for the parents to have 4 total unique passives:
Here I recommend 4 total unique passives, but the recommendation will change depending on how many you want inherited and where you want them. This seems appropriate for Pal Calc to solve for. |
Was there a typo on this? The Palworld wiki makes it sound like your desired pal would be less likely to pass on Demon God and Serenity I'd expect users to want those passives up front so they're more likely to be obtained. In that case the logic I described above would be unnecessary |
I'm not entirely sure on this, but I assume since the Palworld wiki said such-and-such about the order of passives, I thought it might be better (for catching legendaries) to put the passives at the back so that Lord of X and Legend don't conflict with it. Absolutely correct me if I'm wrong. |
Thank you!! :D/ |
This comment from palworld.wiki.gg suggests that they shouldn't interfere with guaranteed passives But the original reddit thread referenced there says:
https://www.reddit.com/r/Palworld/s/IEPxGhCd7N This isn't quite the same though, since the special passives were on the Yakumo instead of the wild pals. The wiki doesn't have a source for the first quote |
Yup. I thought since slot 1 and 2 were already taken, I might as well have Yakumo's passives in slot 3 and 4 in case Yakumo's passives were being 'replaced' with the 20% skill + legend passives. That's only a hypothesis though, since so far I've had bad luck with the Demon God + Serenity Yakumo. Caught at least 7 Jetragons by now and none of them have Yakumo's passives. |
https://www.reddit.com/r/Palworld/s/l1zYd1kAza https://www.reddit.com/r/Palworld/s/H860v3ClzP (Think this screenshot is from paldb.cc but I'm on mobile and cant do mouse-hover popups) This gives us exact percentages, I assume each passive gets its own roll for whether it's synced rather than a roll for num synced? Can the third passive sync but the first or second don't? |
I tested it some more (I have a page of alpha jetragons I caught) and it appears I was wrong. Discount that, I think I just had bad luck. They definitely can pass down. I couldn't tell if the ordering of the passives affected the odds of it appearing on my jetragons though - I bred a Yakumo with these passives:
And they all seemed to appear on my Jetragons with basically the same odds. But it's only a page of jetragons, so not a very large sample size. |
@ayellowlizard Ah ok, keep me updated if you keep running this experiment Even if the specific slot positions aren't synced (e.g. slot 1 -> slot 1, slot 2 -> slot 2), I'd still expect Yakumo passives in earlier slots to appear slightly more often when capturing wild pals with guaranteed passives. If there are only two free slots, and 3 or more passives from Yakumo are synced, only the first two would be included and the others would be skipped (probably? assuming they're just rolling + adding passives until the list gets filled) I didn't feel like sorting out those probabilities manually, so I asked ChatGPT o1 and it gave a pretty reasonable response (15% probability is base effectiveness, 30% is condensed to rank 5): Wild Pal has 1 guaranteed passive (3 free slots)
Wild Pal has 2 guaranteed passives (2 free slots)
Wild Pal has 3 guaranteed passives (1 free slot)
I could also add an option to include catching with Yakumo into the probabilities though, the only complication is the amount of time taken to capture each wild pal. There's a rough estimate right now but we'd probably want to let users specify how long each capture will take |
(The above probability tables aren't guaranteed to be correct, but if Palworld is just doing a basic process of "roll + add until passives are filled", then I'd expect something like this) |
If I ever continue, I'll make sure to keep you updated :) |
Taken from the Palworld Wiki:
Would it be possible to add an option for ordering the passives? For example, my current Yakumo has:
3/4 empty/misc passives
But I'd love to have one with:
1/2 empty/misc passives
3. Demon God
4. Serenity
Thank you so much for developing this mod. I can't understate how helpful it's been for breeding haha.
The text was updated successfully, but these errors were encountered: