nwnxee / unified

Binaries available under the Releases tab on Github
https://nwnxee.github.io/unified
GNU General Public License v3.0
129 stars 92 forks source link

Damage: SetAttackEventData can set iSneakAttack #1636

Closed summonFox closed 1 year ago

summonFox commented 1 year ago

Allows SetAttackEventData to set iSneakAttack. This only affects the attack roll message and floating text feedback as immunities and damage will have already been resolved by the time the attack event script is ran, but our use case for this that we've been using on our server is for changing attacks into sneak attacks and calculating all our new damage and immunities manually in nwscript during the attack event.