Add a method to change raid total waves #1679
Unanswered
Axiumyuyu
asked this question in
Feature Requests
Replies: 2 comments
-
|
Not sure about the current state of raid mechanics however in some of the previous game versions raid entity counts have been constant (specified per entity type, per wave) which would be probably a technical limitation (there have been no equation, just an array of ints). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've been thinking about making raids fully configurable through the config for a while now. The code for raids is a hot mess though lol |
Beta Was this translation helpful? Give feedback.
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.
-
There is a method getTotalWaves() in Raid Interface , I want to know if there's a possible to change total waves to modify raid difficulties like adding a method like
setTotalWaves()in Raid InterfaceBeta Was this translation helpful? Give feedback.
All reactions