Skip to content
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

Some enemies give 0 juice #1575

Closed
codingthat opened this issue Aug 12, 2019 · 2 comments
Closed

Some enemies give 0 juice #1575

codingthat opened this issue Aug 12, 2019 · 2 comments

Comments

@codingthat
Copy link
Collaborator

Not sure if it's actually something between 0 and 1 (intentionally?) and it's just rounded down, but from a player perspective, some of these things don't give juice when the sparkles hit the meter:

Peek 2019-08-12 19-22

@codingthat
Copy link
Collaborator Author

I think I figured it out: HARVEST (at least on the Zerk, if not also on the White Splash) seems to give only 20%, not an additional 20%. Off-by-one error? Sort of? I.e. "(1+multiplier) * juice" instead of "multiplier * juice"?

I say this because taking away the HARVEST bonus from my Zerk character entirely seems to fix the problem.

@larsiusprime
Copy link
Owner

Ooh good catch. I'll be on the watch for this one as I test all the status effects.

@codingthat codingthat added this to the DQ2 Milestone 3 milestone Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants