Jump to content
  • 0

[3.04/5] Please please fix: traps have been getting 2x their penalties for god knows how long


thelee

Question

TL;DR: at least vanilla traps have their listed accuracy penalites being applied twice, which results in very buggy results where a low-level trap like the Dart Trap will likely outdamage the high-level Sunlance Trap. Dropbox link containing output_log and a quicksave are at the end of the post.

Background: I've been trying to figure out why some spells have different accuracies than others, which got me to figure out that the game has a special formula for calculating "Hazard" spells (priest seals, druid wall of thorns, etc.). In the process of reverse engineering that formula, I started reverse engineering the traps formula, because that has been one of the biggest mysteries to me. In the process, I believe that traps (at least traps in vanilla) are heavily bugged and are getting their penalties applied *twice*. If vanilla traps have always been getting twice their bonus/penalty, then it would explain why early on Obsidian felt the need to nerf them, and why now (vanilla) traps seem utterly worthless. The nature of this bug would also suggest that a quick testing of a few traps (especially lower-level ones) would reveal no obvious issues and could pass quick QA amidst all the other bugs going out.

 

Why I think this is a bug, not an intentional balance change: during my testing, the fact that penalties appear to be applying twice has led to obviously counterintuitive results.  A sunlance trap has a -40 penalty in tooltip, but in reality gets a -80. Meanwhile, the low-level dart trap and fan of flames have just a -5 penalty, which results in -10 in the real world. This leads to counterintuitive results where against my test Town Crier, Dart Traps, Fan of Flames Traps, Hail of Darts (-10/-20 penalty) traps actually outdamage the Sunlance trap: with a Sunlance trap I have a net accuracy of just 26, whereas by comparison with a Dart trap I have a whopping 96 accuracy.

 

Further explanation for why I think this is a bug:

Based on testing, I believe the "General Hazard Accuracy" formula is as such:

hazard_accuracy = base_spellcasting_accuracy + 15

where the +15 is what I call the "standard hazard accuracy bonus", and where base_spellcasting_accuracy is:

base_spellcasting_accuracy = base_class_accuracy + 1 * level + 3 * (level - 1) + shield_penalty + perception_bonus

where base_class_accuracy is e.g. 20, 25, 30, where the 3 * (level - 1) is the standard 3 accuracy per level gained, and the 1 * level is the standard spellcasting accuracy bonus of 1 per level and shield_penalty is 0, -4, or -8. I've tried this out and it repeats very well for Repulsing Seal, Searing Seal, Wall of Thorns, etc.

 

I believe traps use the general hazard accuracy as a formula and add the following modifiers:

trap_accuracy = hazard_accuracy + 3 * mechanics_skill + cord_of_resourcefulness + trap_modifier

This means that for my level 16 Zahua, who has no shield, no mechanics skill, no cord of resourcefulness, and a neutral 10 perception, he should have the following equation when someone triggers his Sunlance Trap:

30/*base_class_accuracy*/ + 1 * 16 level + 3 * 15 + -40/*trap_modifier*/ + 15
= 66

66. Not great, but at least vaguely passable. In reality, I get 26 in-game. By no coincidence, this is *exactly* the result as if I was going to get the -40 trap modifier applied a second time.

 

The results are *extremely* consistent across all the vanilla traps. I've even attached a picture of my notes as I was going through the tests (far left column I was tracking the "value" of a trap in case it influenced the accuracy, the number in parenthesis is the trap modifier, and the remaining number is what I computed to be the "base" accuracy of the trap after I took away mechanics, standard spellcasting accuracy bonus, and trap modifier effects (I accidentally forgot to remove the +1 spellcast accuracy point at level 1, so these are all 1 higher than they should be). Note that if you add the trap modifier back in again to the "base" accuracy (as well as take out the extra 1 from my mess-up with the level 1 spell accuracy bonus), they would all be exactly 15, which is the +15 hazard accuracy bonus that is remaining after taking away the spellcasting accuracy and mechanics influences. This means that the trap modifier is being applied a second time.

 

Picture of notes:

post-58316-0-41248900-1482294575_thumb.jpg

 

Last word: I can't account for how white march trap accuracy is determined. I haven't spent enough time on them to determine what's going on, but it's clear that they're not being held to the same effects as the vanilla traps (the Infestation of Spiders trap has a +10 listed bonus, but has a computed "base" accuracy of a whopping 66, so something is off). This would also mesh with player perception that white march traps are just worlds better than the vanilla traps.

 

Here's a screenshot of my testing in action, note the very high accuracy for Hail of Darts. I don't have a screenshot of a e.g. Sunlance Trap but believe me when I say it is exactly 60 less than the Hail of Darts trap (twice the -30 trap modifier difference).

post-58316-0-95384200-1482294721_thumb.jpg

 

And as promised, here is a dropbox link containing an output_log and a quicksave where I have bought every vanilla trap in the game. Feel free to experiment yourself. https://www.dropbox.com/sh/4y8m08739xmhypu/AABtKivpssizjp9zuXQYrs7Xa?dl=0

 

I know that Pillars of Eternity is pretty much end of dev cycle and Obsidian is moving/has moved on to Tyranny and possibly Pillars of Eternity 2, but I'm making a desperate appeal because setting traps is such a broad mechanic to this game that has always felt a little off to me (too weak), and now that I have the numbers it appears to be so apparently broken that it feels like it really needs to be addressed. And I hope it's just a matter of some object attributes having been duplicated, so that it's an easy fix.

 

In the meantime: if I were to offer advice to players on how to make use of traps, I would suggest just sticking with traps from White March or the low-level (-5 or -10 accuracy) vanilla traps. The latter will perform much better (and be cheaper to buy) than higher-level traps.

 

EDIT to add two addenda: one, that if the root double-penalty issue proves too difficult to fix, I personally would just be fine if the penalties were halved, rounding to the closest multiple of 5 in the direction towards 0 (e.g. Dart Traps have 0 penalty (instead of -5), Arrow Trap has a -5 penalty (instead of -10), and Sunlance has a -20 penalty (instead of -40)). The end result would be very similar to a fix, even if it would amount to a hack/workaround. (Though I would desperately urge developers to consider why these traps even have penalties given how much better and useful white march traps are at equivalent price points.)

 

two: looking at my notes, it appears that Cloud of Pestilence Trap (from White March II) appears to be affected by the same issue. I'll have to go through the White March I traps and see how they fare. So far the exceptions have been the traps that have accuracy *bonuses* instead of penalties. Infestation of Spiders is craaaaazy accurate (way more than the +10 suggests) while Freezing Rake is pretty accurate (still way more than the +10 suggests). On the other hand, Wilting Wind has *exactly* the accuracy I would expect if its +10 bonus was incorrectly being applied twice.

Edited by thelee
  • Like 10
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Traps were always rubbish/useless in POE, and I always wondered why. This might be some/all of the answer. Kudos to figuring it out the hard way.

Link to comment
Share on other sites

  • 0

Traps were always rubbish/useless in POE, and I always wondered why. This might be some/all of the answer. Kudos to figuring it out the hard way.

actually, at release, traps were way overpowered.  solo rogues killing adra dragons with nothing but traps? poe traps almost immediate got nerfed, which led to all kinds o' confusion as the already opaque trap math became more muddled.  

 

we were aware that traps in white march were having different accuracy, but we never looked close enough to see the cause.  to the genesis poster: thanks. good find re: which traps is broken.

 

HA! Good Fun!

"If there be time to expose through discussion the falsehood and fallacies, to avert the evil by the processes of education, the remedy to be applied is more speech, not enforced silence."Justice Louis Brandeis, Concurring, Whitney v. California, 274 U.S. 357 (1927)

"Im indifferent to almost any murder as long as it doesn't affect me or mine."--Gfted1 (September 30, 2019)

Link to comment
Share on other sites

  • 0

 

Traps were always rubbish/useless in POE, and I always wondered why. This might be some/all of the answer. Kudos to figuring it out the hard way.

actually, at release, traps were way overpowered.  solo rogues killing adra dragons with nothing but traps? poe traps almost immediate got nerfed, which led to all kinds o' confusion as the already opaque trap math became more muddled.  

 

we were aware that traps in white march were having different accuracy, but we never looked close enough to see the cause.  to the genesis poster: thanks. good find re: which traps is broken.

 

HA! Good Fun!

 

 

I would in fact go so far as to say that even now, at least White March traps are way overpowered. I frankly don't understand the gameplay/balancing decision here. Even in path of the damned, dropping some cash periodically to buy up Wilting Wind, Freezing Rake, Rain of Holy Fire, etc. traps means that you could completely win major fights without lifting much of a finger. Sure, it's expensive, but literally not any more so than vanilla traps. It's like devs literally learned nothing from the trap problems of early pillars, and have made no effort to harmonize the traps between vanilla and the expansions.

 

Right now vanilla traps are underpowered, even if they fix the double-penalty bug: the effect magnitudes of the traps are just so small (just look at how much damage a freezing rake trap does compared to the equivalently-costed pillar of holy fire trap). Even if they fixed the double-penalty bug, while six pillar of holy fire traps would do something, it would probably not be worth the cost/difficulty. By contrast, six wilting wind or freezing rake traps (even if your party of six is of middling mechanics skill) can pretty much single-handedly win you the hardest bounty fights in the game (magran guys in searing winds or deadfire pirates in dyrford crossing).

 

If somehow developers were still interested in spending more time on pillars, in addition to fixing this double-penalty bug (which would go a long way to fixing the vanilla traps), I would urge them to buff vanilla traps just a smidge (maybe 25% damage/duration) and nerf white march traps a smidge (maybe an equivalent 20% for part 2 traps [equivalent because you need a smaller percentage to go down than up], 10% for part 1 traps). White march traps would still be good, but they would be counterbalanced by being only available by advancing the DLC quests. And then the vanilla traps would be much more useable (they would be weaker than white march traps, but they would also be more readily accessible).

 

EDIT - how does a solo rogue kill an adra dragon with traps? you'd only be able to ever set one, and you can't de-aggro the fight down there until everyone is dead (take it from someone who beat it solo while doing the ultimate achievement).

Edited by thelee
  • Like 1
Link to comment
Share on other sites

  • 0

 

 

EDIT - how does a solo rogue kill an adra dragon with traps? you'd only be able to ever set one, and you can't de-aggro the fight down there until everyone is dead (take it from someone who beat it solo while doing the ultimate achievement).

 

because traps were having ridiculous high accuracy when combined with mechanics... and petrify had a higher damage multiplier... and the adra weren't immune to petrify... and there were jolting touch exploits. etc. has been a few changes since release.

 

HA! Good Fun!

 

ps near release there were a few videos o' petrified adra being killed in 4-5 hits by solo rogues.  were funny and sad at same time.

 

pps early release, it were possible to fight the dragon w/o aggro o' all the adds. 

Edited by Gromnir

"If there be time to expose through discussion the falsehood and fallacies, to avert the evil by the processes of education, the remedy to be applied is more speech, not enforced silence."Justice Louis Brandeis, Concurring, Whitney v. California, 274 U.S. 357 (1927)

"Im indifferent to almost any murder as long as it doesn't affect me or mine."--Gfted1 (September 30, 2019)

Link to comment
Share on other sites

  • 0

Update: I tested with White March 1 traps, and it appears traps get 2x their *bonuses* too.

 

All White March 1 traps have +10 listed bonus to accuracy, and in practice they get +20. This makes Killing Bolt, Storm of Holy Fire, and Chaotic Orb traps even that much better.

 

Recall that Wilting Wind from White March 2 also gets double bonus to accuracy, but still I can't quite figure out what's up with Freezing Rake and Infestation of Spiders, because Freezing Rake appears to be getting +40 total bonus, and spiders ~+60. The math only seems to work out if the game is only capable of displaying a max of +10 for traps and these two were intended to get +20 and +30 respectively.

  • Like 1
Link to comment
Share on other sites

  • 0

With Pillars of Eternity coming to consoles and that small patch we had recently, this gives me hope that there's still some dev time going into pillars. If that's the case, I'm bumping this thread for visibility. It's not a critical stability issue, but it seems to me that it is important mechanically.

  • Like 1
Link to comment
Share on other sites

  • 0

Addendum: I ran some more tests because a new game I started gave me some funny numbers.

 

Long story short: normal traps still get twice their penalties, BUT for whatever reason (and I must have missed this in my earlier tests), Poison Dart Traps, despite being listed as having a -15 penalty, actually get a +11 bonus. I have no idea why this is the case. But it tested consistently across different characters, completely different games, and in different areas.

 

Frankly, I'm honestly confused about how these traps penalties/bonuses end up this way, and diverge so heavily from their tooltip value, which I thought was procedurally generated. Suggests to me that there's some additional bonus/penalty as part of the effect that isn't included in whatever effects are being used to produce the tooltip description.

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...