-
Notifications
You must be signed in to change notification settings - Fork 794
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
Multiplayer: Spectral Elixir only randomly gives full bonus #5770
Conversation
I see this as necessary. I think we can also consider doing a random generation on each stat bonus. Maybe the randomization can give bigger chances to get no bonus, and +3 would be the hardest to get. Say Random 0-9, 4 out of 10 gives no bonus, 3 gives +1, 2 gives +2 and 1 gives +3. |
I'm not entirely convinced on changing the mechanics arbitrarily. I think the multiplayer behavior should match the single player behavior. In Single Player, you'd also be able to farm this elixir for the result you're trying to prevent in multiplayer. I can see that this is indeed a balance change to multiplayer (as are all single player exclusive items being introduced into MP), although I don't think the functionality of these items should be modified in any capacity. Either remove them entirely, reduce the drop/reward rate which you get them at, or full send. |
@kphoenix137 I like your approach. My two cents: maybe multiplayer could give you a standard elixir (str,dex,mag,vit) and sometimes a spectral. |
I'd prefer this, and it's in line with the other quest rewards he has set up, where the sp item only drops a small percentage of the time, while a random item drops most of the time. |
Initially I also thought about dropping a normal elixir. But it's not that easy.
To proceed the quest the spectral elixir is needed (Adria checks the inventory). To make the quest work normally:
All of the above options don't match well with the dialogs that the npcs have or are confusing (normal elixir that is not a normal elixir). Another note: If we want to make the effect more clear, we could show a message in multiplayer what the attributes the spectral elixir changed (like shrine messages). |
I agree with obligaron, even if all issues are resolved the dialogs talking about a special elixir that is just a regular elixir is something that should be avoided. |
I think most people will be happy to just have working quests. Why not worry about the balance and flavor stuff later? |
I made separated pr's for the enabling and the balancing, so we can discuss this separately without blocking any progress in making the quests working. 😉 Personally I think there is a difference between singelplayer and multiplayer when playing the quests
On the other hand this balances are only arbitrary changes, but enabling the quest is the same. 😉 If we conclude that we don't want to change the behavior of the quests I'm also fine to close the pr's. |
Spectral Elixir as is would certainly pose a balance problem in MP considering the town warps and how easy it is to complete this quest. I also don't think the elixir itself should be changed. Honestly i think this quest is the most difficult one in question to balance correctly. I'd almost suggest disallowing the quest from MP or not having the option to have all quests in every multiplayer game (and subsequently reducing the rate at which this quest appears) in order to keep the quest fully intact but prevent consistent farming of the quest. I can see the downsides to that as well. Seems counterintuitive in a way since the goal is to add more content to mp. I can see why they originally may have decided to have quest groups, in order to maximize replayability by giving you a different experience each time you started a new game . |
I think we should just change it when Adria checks it. And I think it should be 90% a regular elixir and 10% a spectral elixir. Maybe is there a way that we could add line to the regular elixir description that says like (spectral elixir) or something. |
Same result and fewer steps to change MP Spectral Elixir to pick one random stat and raise it by 1 with a 10% chance of raising all by 3 |
Personally, I think Spectral Elixir is at most just as unbalanced as, say, shopping MBoS, KSoH, books, or regular elixirs. Stats are still capped for each class regardless of how you choose to farm. I don't really see how it clearly poses a balance problem. |
Its the ease of access, not the item itself. Its a free 12 elixirs packed into one that you could in theory farm one of every 3-5 minutes |
Well except for vitality you can just Adria farm probably faster than doing the whole quest. So maybe it's not really that big of a deal if it always just drops the standard spectral elixir. |
Currently, to get 12 elixirs, you only have to farm 60k gold and Adria. The main difference is that you have access to this quest at a much lower clvl. But twinking was already a thing, and clvl is also important to become OP so.. what is the actual balance implication here? |
I changed my mind. I agree it should be added as is |
If we think are rebalance for multiplayer is not needed, I'm fine with closing this pr. |
No objections => closed 😉 |
:( |
@qndel you could have sad something in this week 😉 btw: We don't forbid a discussion. If a majority wants a balance change I'm fine with reopening this pr. |
Follow-up of #5765 and similar to #5619
Notes
All numbers above aren't fix. They can be discussed and be changed.
I hope with this pr can give us more options how to balance Spectral Elixir in multiplayer. 🙂