Weapon Balance Test
Balancing
Balancing damage is a problem. I avoided it since starting Raiding.Zone. It is not fun being forced to play the only weapon that does exceedingly more damage than the rest.
My initial plan was to balance everything in the Early Access phase. But this could set a strain on everybody who decides to try the game. I found an alternative way for basic Balancing.
My game server runs with Kotlin. Kotlin has first-class support for concurrency through Coroutines. Coroutines are lightweight threads and allow you to have explicit structured concurrency.
They also have a solid test framework. This framework has with tools that allow you to skip any delay in your code. So when you have a routine that executes every second, you don’t have to wait 10s to execute it ten times.
You can use a test coroutine context and accelerate time.
I used this feature to gather 1000s of damage data for each weapon and calculate an average DPS value.
These numbers are just the bare configuration of that weapon. I didn’t add any talents, essences, armor, or trinkets. The whole test suite executes in 60s. I plan to add more configurations for talents, essences, and other items.
Tank warning
I got some feedback that tanking is more confusing than it should be. It is hard to see when you lose aggro to a damage dealer. I added a warning for that. It will display if you are a tank and a mob attacks someone who isn’t a tank.
Fire nova particle rework
I was unsatisfied with the particles of the Fire Nova. It didn’t feel like an expanding wall of flame yet.
Minor changes
- Furious dummies will now deal 10% of your maximum life pool per hit
- Key combination will not be assignable if there is another already present. Thanks to hboelke for the bug report.
- Websockets will now reconnect if the connection fails
- Exceptions occurring in the client get sent to the server for analysis.
Get Raiding.Zone
Raiding.Zone
Multiplayer Dungeon Raiding inspired by World of Warcraft and Warframe.
Status | In development |
Author | klg71 |
Genre | Action, Strategy |
Tags | Dungeon Crawler, Massively multiplayer, MMORPG, Multiplayer, pve |
Languages | English |
Accessibility | Interactive tutorial |
More posts
- Release - War RoomJul 07, 2024
- Smart Bots ReleaseNov 26, 2023
- Cautious RaidersNov 19, 2023
- Dynamic Equipment System In UnityNov 18, 2023
- Pit of Elements ReleaseOct 29, 2023
- Talent and Ultimate SpellsAug 27, 2023
- Healthbars and Buffs on NameplatesAug 22, 2023
- Plague Carrier ShowcaseAug 07, 2023
Leave a comment
Log in with itch.io to leave a comment.