Loading...
  OR  Zero-K Name:    Password:   

Minor Faraday Buff?

5 posts, 510 views
Post comment
Filter:    Player:  
sort
3 years ago
I was thinking earlier today on what it would be like if Faraday could potentially stack stuns on top of each other for overall longer stun duration. I'm aware it's a controversial topic to suggest a buff for static units and primarily defenses due to everyone understandably disliking porc, not only because it's annoying but it also makes games last much longer. Pretty much just wanted to hear the community's opinions on this.
+0 / -0
3 years ago
Giving just the Faraday a different EMP behavior would be silly, and I think current EMP behavior is fine (although I personally don't use emp much so maybe someone else has input).
+0 / -0
3 years ago
IMO Faraday is already very strong and does not need to be stronger
+1 / -0
USranknop
3 years ago
Faraday used to be stronger, and everybody built it. Now Faraday has a place but isn't the best defense structure. Pretty good how it is.
+1 / -0


3 years ago
I dislike how common Faraday was before the minor nerf, and it was particularly good against shields. Here is the change from two months ago:
  • HP 1700 -> 1600
  • Reload time 2.6 -> 2.7

There was talk of tweaking how EMP works. I wrote the code for it to check its viability but would rather not mess with balance too much at the moment, especially to change a system that seems to be working.

Current EMP works by decaying at 4% per second and stunning the target if it has over 100% EMP damage. This means that a 0 second stun takes 100% of the unit's health to achieve, while a 2 second stun takes 108% health. Stun timers are set by controlling how much overstun is possible with each weapon. The issue with this is that, for most weapons, once a unit is stunned you are just-about guaranteed to stun it for the full duration. Stacking EMP damage is pointless.

The new system makes weapons able to be configured so that they require significant amounts of damage to raise the stun time. Most of the ways you might think to do this don't make sense within the system of break its invariants, so it takes a bit of mental refactoring to see what to do. One solution is to make weapons deal less damage for all EMP damage they would deal over 100%.

I don't want to apply arbitrary modifiers to all EMP weapons, but there are ways to make it non-arbitrary. For example, the parameters could be set such that all EMP weapons reach their maximum stun time at an effective pre-modifier 200% EMP damage. For example in a weapon with 1500 and 2s EMP time hits a 1000 hp unit it would be stunned for 1 second, and if it did 2000 damage it would stun that particular unit for 2 seconds. The EMP times for units with little EMP damage could be increased with this change.
+0 / -0