We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd1dbd commit b69ffa1Copy full SHA for b69ffa1
1 file changed
src/Modules/Data.lua
@@ -205,7 +205,7 @@ data.misc = { -- magic numbers
205
PoisonDurationBase = data.gameConstants["BasePoisonDuration"],
206
IgnitePercentBase = data.gameConstants["IgniteHitDamagePercentPerMinute"] / 60 / 100,
207
IgniteDurationBase = data.gameConstants["BaseIgniteDuration"],
208
- ImpaleStoredDamageBase = 0.1,
+ ImpaleStoredDamageBase = 0.3,
209
TrapTriggerRadiusBase = 10,
210
MineDetonationRadiusBase = 60,
211
MineAuraRadiusBase = 35,
0 commit comments