There’s a cap on condition stacks of 25. In a scenario where you have two thieves attacking a boss and one of them can achieve a stack of 25 by themselves, the other one essentially becomes useless because they’ve got nothing to stack on. Is anything being done to address that to make them less redundant?
Colin: Currently no. Interesting statistic for you: every condition in the game costs server bandwidth. ‘Cause we have to track how often the condition is running, what the duration of that condition is and what the stack is. So the more stacks we allow them more expensive it gets because we’re tracking every additional stack on there. And so we could, say, you can have infinite stacks. Number one: that becomes really unbalanced. But number two: it’s actually extremely expensive for us, on a performance basis. That’s one of those weird, kind of back-end server issues that can help make game designer decisions regardless of what you want to do with it.
One of the things people have been talking about is having their own individual stack limit that they can apply, rather than an infinite amount on one boss.
Colin: Yes, it’s tough. It’s certainly something we can look at, it does drastically change the way that the professions play, right? It does say “you can no longer stack all of one type of condition”. It might change the skills on each profession if we were to do that. It would encourage a little more group play to some extent. It’s not something we’re really talking about, but it’s an interesting idea. I’d have to think a lot about what the effects of that would be overall, but it’s an interesting… interesting idea.
So we can derive at least 2 things from this:
*Colin himself doesn’t actually understand his own game and doesn’t realize that 5 condition builds in a party without a condition cap would be outputting equivalent damage as 5 direct damage builds because on an individual level they are equal
*He seems to think it’s perfectly okay to leave it as terrible as it is because fixing it would make hosting more expensive. I.E., it’s okay to leave things completely unbalanced.