KomradeSpectre / AetheriumMod

A mod for Risk of Rain 2.
10 stars 9 forks source link

Blaster Sword deals double the configured damage #30

Closed MightyW0lf closed 3 years ago

MightyW0lf commented 3 years ago

In this clip, the explosion deals 70 damage (+12 from the DoT). Acrid's M1 deals 35 (200%) damage. The explosion should deal 200% as well (according to the configuration and the item's detailed description). Lowering the damage multiplier in the configuration to 1 causes the explosion to deal 200% damage.

Also side note: The detailed description doesn't mention the crippling debuff and none of the item's descriptions mention the DoT from the impaled sword.

Mods:

KomradeSpectre commented 3 years ago

Thanks for the report. I'll look into this as I'm working on a visual change for the item as well.

KomradeSpectre commented 3 years ago

Solved. There was a field on ImpactExplosion that I did not see when creating the projectile for "BlastDamageCoefficient" which was set to 2. I have set this to 1 now. We're all good now!