[Bug][1.3] Greatsword doesn't do Splash damage

The item "Grestsword" is described as doing 25% splash damage to all the units around you but it does not do splash damage.

10,572 views 12 replies
Reply #1 Top

confirmed.  just found that sword.  does not do splash damage.  In fact NO weapons do splash damage correctly.  odd that, given that there are creatures that can do it just fine.  really sucks, as I also just found the titanic maul.  what I wouldn't give for that thing to actually do its supposed 50% splash damage.

*sigh*

also broken is the "doom" effect.  none of the weapons that have this effect work.

 

this is with version 1.6

Reply #3 Top

thanks!

took me a while to find the files (I hate Steam!), but now edited.

I suppose they won't take effect until I start a new map?

*sigh*


Reply #5 Top

what about the doom effect?

Reply #7 Top

I think the doom effect would be more balanced if either:

you got the bonus only after a kill (this is a common variable used with other items).

or you capped the bonus at 50% total (so 5 consecutive hits gives the 50% bonus)... and that bonus is PER creature, so it resets after a kill, and you have to build it back up again on the next creature.

both things should be possible given the current variables in use, but I guess the first would be easier to do.


but it should be  a working effect, nonetheless.  adds just that much more variety to combat.


or maybe it could act like a charge variable.  you get 10% bonus to attack per kill, but it treats the bonus attack damage as a spell. the more you kill, the more power gets stored into the spell (like a capacitor).  then, you can release the stored energy by clicking on a skill icon and then an enemy you are next to.
Then it resets and you have to start over again.

maybe let the skill-spell store up to 300% bonus damage (so up to 30 kills worth).  Now with a titanic maul(50 attack), that would really be a nice doom hit worthy of the name (200 attack - still not enough to take out a dragon, but decent!), and the regular attacks would be no more powerful than normal.

Reply #8 Top

Quoting Primal_Savage, reply 2




quoting post

The item "Grestsword" is described as doing 25% splash damage to all the units around you but it does not do splash damage.

There is a "typo" in CoreWeapons.xml preventing the UnitStat from applying.

>UnitStat_Splashdamage< needs to be changed to >UnitStat_SplashDamage<

Apply this change to:

Greatsword

Maul_Bashing

Maul_Titanic


The GoldenBelt, Juggernaut ability, and UncontrolledRage abilities are unaffected.
End of Primal_Savage's quote

Is SD fixing this in 1.7?

Reply #11 Top

Quoting Primal_Savage, reply 9

@Ichthyic

 

After looking into it some more the "Doom" (Enrage) effect seems to be working properly.




e.g. Doom Club

Successful ATK #1, 11 DMG (10 Base, +1 Enrage)

Successful ATK #2, 12 DMG (10 Base, +1 Enrage, +1 Cumulated Enrage)

Successful ATK #3 13 DMG (10 Base, +1 Enrage, +2 Cumulated Enrage)

and so on.




Note that the bonus doesn't apply to Counterattacks.
End of Primal_Savage's quote


it is not working in the second scenario of Fallen Enchantress (the one that plays like a normal map; the "second campaign")

I've tested it with two different types of doom maul - the one that came from research, and one i found randomly that does less damage.

not.  working.

are you sure you didn't already modify the settings in yours?

Reply #12 Top

Quoting Primal_Savage, reply 2


quoting post
The item "Grestsword" is described as doing 25% splash damage to all the units around you but it does not do splash damage.



 

There is a "typo" in CoreWeapons.xml preventing the UnitStat from applying.

 

>UnitStat_Splashdamage< needs to be changed to >UnitStat_SplashDamage<




Apply this change to:

Greatsword

Maul_Bashing

Maul_Titanic




The GoldenBelt, Juggernaut ability, and UncontrolledRage abilities are unaffected.
End of Primal_Savage's quote

Great catch Primal_Savage. I'll get this included in 1.7. Thanks!