Jump to content

Item-bestowed effects and how they show up in the combat log


Recommended Posts

I've recently published a mod that ports a few items from Pillars of Eternity to Deadfire.

LINK

One such item is the Glittering Gauntlets, that bestow the Dazed affliction upon scoring or receiving a Critical Hit.

The item works perfectly fine in-game, except the ability never shows up in the combat log (although it does appear correctly on the list of afflictions the target is suffering when hovering the mouse cursor over the target.) I tried to look at the code and I can't see anything that would prevent a message from appearing in the combat log when a Critical Hit is received or scored (e.g. "...and hits with additional effects (Dazed for x.x seconds.")

 

On the same mod page I've also made available a fixed version of the Binding Rope from @MaxQuest's Spoils of Caed Nua mod. It works and it does show in the combat log, but weirdly so: It says something like "affects target with Binding (Binding Rope) (Binding (Binding Rope) for x.x seconds.)" It should say "affects target with Binding (Binding Rope) (Immobilized for x.x seconds.) Again, everything appears to be in order in the files, so I'm not sure what gives.

It's just cosmetic issues, but any help would be appreciated.

"Time is not your enemy. Forever is."

— Fall-From-Grace, Planescape: Torment

"It's the questions we can't answer that teach us the most. They teach us how to think. If you give a man an answer, all he gains is a little fact. But give him a question, and he'll look for his own answers."

— Kvothe, The Wise Man's Fears

My Deadfire mods: Brilliant Mod | Faster Deadfire | Deadfire Unnerfed | Helwalker Rekke | Permanent Per-Rest Bonuses | PoE Items for Deadfire | No Recyled Icons | Soul Charged Nautilus

 

Link to comment
Share on other sites

There are a few simple reasons these issues may be happening, but you probably didn't code them wrong so I don't know if they would be applicable.  If you chose to hide it from the gui or if it's an effect from multiple layers of linked effects, then it won't show up.  If the effect isn't applied directly from a hit, but from linked effects connected to it, then it might not show in the combat log.  

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...