Torchmodders

Modding => Modding Questions => Topic started by: Phanjam on December 08, 2015, 10:09:05 am


Title: Hiding stats applied by [EFFECTS]
Post by: Phanjam on December 08, 2015, 10:09:05 am
So I know how to hide stats which are applied by [AFFIXES], but anyone know how to hide stats which are applied by [EFFECTS]?

Reason is the only way I got the Alch's Thorned Minions and Burning Bind skills to apply the buffs to minions was to use [EFFECT] blocks (it wouldn't work with [AFFIX] blocks, and when I looked at similar vanilla TL2 skills, they were using the same method too).

So the skills work, but their tooltips are uuuuglyyy! :D So i wanted to hide the stats and use TRIGGER_FOUR dummy affixes to beautify the tooltips. But I can't find how to hide stats applied via [EFFECTS]!

Any ideas please?  ;)
Title: Re: Hiding stats applied by [EFFECTS]
Post by: gytfunke on December 08, 2015, 11:37:48 am
Hi Phan,

Have you checked the 'Hide' property at the Trigger level?  I think it's like 'Hide Effects' or something like that.

If that's not working to hide your effects, then... I'm not entirely sure what you should do.
Title: Re: Hiding stats applied by [EFFECTS]
Post by: Phanjam on December 09, 2015, 01:49:50 am
Heyya Gyt thanks! Yeah I saw that too (I think it was <STRING>EFFECTS_HIDDEN:true) but sadly it didn't work for me  >:(

Ima try playing around with how the effects are placed in [EVENT] blocks, hopefully I can get SOME control over how their stats display in the tooltips...