Divinity: Original Sin 2

Divinity: Original Sin 2

60 értékelés
Talent Fixes
   
Díjazás
Kedvenc
Kedvenc
Törlés
Fájlméret:
Közzétéve:
Frissítve:
430.525 KB
2023. márc. 24., 8:26
2023. okt. 17., 12:29
7 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Talent Fixes

Leírás
This add-on fixes the following talents:

Elemental Ranger: Allows Elemenetal Ranger to trigger on all skills from bows and crossbows. Previously this only triggered on auto attacks. Elemental Ranger will also trigger on consumable arrows.

Guerilla: Allows Guerilla to trigger on weapon skills. Previously this only triggered on auto attacks.

Sadist: Allows Sadist to trigger on all melee abilities. Previously this only triggered on skills labelled as 'Melee'. Sadist will also trigger on Necrofire.

Gladiator: Allows Gladiator to trigger on all melee abilities. Previously this only triggered on skills labelled as 'Melee'. It is now possible to miss your target with Gladiator. A different animation will play when Gladiator is triggered by a skill that is not labelled as 'Melee'. (This animation also changes the Sucker Punch animation which is being investigated)

Requires Norbyte's Script Extender.
Népszerű témák Összes megnézése (1)
1
2023. márc. 24., 12:57
Conflicts & Incompatibilities
45fg45
25 megjegyzés
Worgan_Freeman júl. 9., 4:01 
Like Type-o I can confirm that with this mod active, Guerilla will apply to all basic attacks and abilities, regardless of sneaking or not.
LiuJiaMen jan. 20., 2:56 
yeah i have test the Guerilla too. It not apply to skill only on auto atk
Strongpass  [készítő] 2024. aug. 30., 7:41 
@Type-o

Are you using the ability or just looking at the damage tooltip? I've noticed that the damage tooltip doesn't update when you're sneaking but the bonus damage is still there. I believe at one point the damage tooltip updated but it is no longer the case.... and I also found out the that the damage bonus applies regardless if the Guerrilla character is sneaking or not.

It's been added to the list of known issues but I don't have an ETA on when they'll get fixed as my schedule is about to get really busy. The three other talents affected by this mod still work as far as I know.
Type-o 2024. aug. 29., 20:32 
Welp I've cleared my mods, unsubscribed from them, redownloaded my game, verified my files, reinstalled script extender, and started a new game. When I did, the guerilla talent just doesn't seem to increase the damage of backlash, or throwing knife when sneaking or not. I've genuinely got no clue whats going on at this point.
Silves 2024. aug. 24., 7:22 
I tested this mod with ballistic shot and the damage is the same with the mod enabled or disabled
Type-o 2024. aug. 20., 13:01 
@Strongpass

Thanks for the quick response! Thats good to know. The way its currently working for me is that any character with the Guerilla talent is currently adding the bonus to all attacks and melee weapon skills even when not sneaking. Characters without the talent don't get the bonus, and sneaking doesn't add an additional bonus.

I am running this alongside 35 other mods so, if it works right for you, a conflict is likely. That or script extender is bugged for me.

I'll trim back to just this mod, make sure it works for me without anything else. If it does, I'll start adding more mods until I figure out where the problem is. I'll let you know after which mods is causing the conflict.
Strongpass  [készítő] 2024. aug. 20., 7:14 
@Type-o

Hello! Unfortunately I was unable to replicate this. Can you give anymore details on the issue? Are you running any mods along side this? Thanks.
Type-o 2024. aug. 20., 5:29 
With this mod, the Guerilla talent is currently adding damage to all melee skills REGARDLESS of whether I am sneaking or not. I checked the code and I'm not seeing any code that actually checks to see if the attacker is actually sneaking before the attack.

I tried troubleshooting it myself, by adding { e.Attacker.Character:GetStatus("SNEAKING") } to the if-statement in the Lua, but this just removes sneak attack damage completely. Testing the same code string with HASTED instead causes it to only apply the bonus damage while hasted, so I'm guessing what is happening is that this code runs after sneaking is removed by an attack, causing it to believe that the character is no longer sneaking during the attack.
Strongpass  [készítő] 2024. jún. 18., 2:16 
@Malchezzar

Hi! Thanks for letting us know! We're aware of the issue and should be fixed soon enough. We've just been pretty busy lately ^^
Malchezzar 2024. jún. 17., 9:23 
@Strongpass I believe you have Gladiator implemented wrong, I've noticed random attacks from one of my characters (who has gladiator) causing characters without gladiator to counter attack them (sometimes without melee weapons even) I'm not positive on this being the case but I first investigated my own mods and then decided to look at this one since it touches gladiator. I looked at your lua script and in SP_TalentFix.lua you are checking the ATTACKER for the gladiator talent in one of the blocks. I suspect this is the issue but I could be reading this particular code wrong since I'm just skimming it. An investigation/fix would be appreciated!