-
Notifications
You must be signed in to change notification settings - Fork 90
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
Make ores and their places dynamic per match #1165
Comments
Would it allow for regions too, similar to how chest zones work? |
Yeah the implementation would allow that. But we'll need a new parameter in |
Indeed. I was just asking :) |
You could get a list of all ore nodes on the map and randomly swap them around. I think ore clusters would have to be sacrificed to do this simply anyway |
We can do it NOT the simplest way :) |
You can still start off with what I suggest, then sort all the node positions into groups based on how close they are to each other. Would need to double-check how it affects The Wall map |
Currently in every single match, location of ores is the same for each map and players simply know where to look for them. I think we can make their location dynamic, that is set per match at the beginning of it. Thus, players who are already familiar with the map, won't have any advantage over other players. Also this adds more adventure to the game.
Regarding implementation, I suggest iterating over all destructible stone blocks on the map and using some simple heuristic and a probability, decide to convert the stone to an ore, or not.
The text was updated successfully, but these errors were encountered: