Cast on crit as an item affixe ? Posted byAl Eston 28 Sep, 2017 11:38
Hello there, as the title says, I am trying to get something (a regular firestorm as a beginning) to proc on critical strike as an item affixe (im a noob btw, i have read all the guides i could find, but i still feel lost, like a lot). I have tried with a firestorm called in the triggerable actions editor and an affixe ("add triggerable" effect) with a different name but with the same EffectName as the trigger action name. The affixe description gets on my weapon, and that's it, no proc (I have followed a life leech on crit skill path found in the Additional Classes mod, i haven't found any weapons with trigger editor affixe for the moment).
So, how would you guys do ? I really want to make some kind of path of exile cast on crit action, but i just can't figure out how to link trigger action/affixe
(btw, how are these unique_proc affixes calling anything ? i can't find any WC_Stormclaw Proc if that's the method, and there's no file name in the editor itself ?)
This should be easy - but i have nearly 0 experience with editing items... Anyway, in the guts editor in the "data editors" dropdown you find "units" -> "items" I was filtering for unique wands and found "The Black Glove" or "legendary_wand02" on the right side there's a window called affixes and there you can find an affix: This affix will cast the skill "WC_ThunderStorm" on weapon attacks from the target hit.
Now in your case you want the ITEM to add a triggerable to the player and remove it when the item gets unequipped (else the triggerable will stay even without the item) This triggerable has a condition to cast a skill on crit (you need a triggerable to check for crits, no "cast on critical hits" in the effect list...) And finally your skill that casts whatever effect you can think of for example a firestorm... for more detailed explanation let me know where you got stuck good luck and cheerio lolesch
#EDIT:
btw I like the Idea! but since critical chance feels unbalanced to me it seems difficult to balance such an addon without reworking the crit chance on gear and statpoints...
My triggerable is looking exactly like yours, but i still only get the description on my weapon. Is my method of linking the triggerable to an affixe the way i do the good one ? I have discovered the "edit triggerable actions" inside the item editor, but for the moment all it does is crashing the game when i pick up the weapon if i put the same triggerable inside (and if i search the wiki i only find a link directing to an empty page).
I have not thought about balancing, but sure it looks like it could be broken for the moment i do this just to get used to the editor (i have an idea of a class with basic skills augmented by passive skills like multiple projectiles, increased aoe, multistrike and such but i guess that synergie between skills is a whole other topic )
Hi Al Est! The target of the Add Triggerable effect is the weapon itself, not the player, which... won't work. This is because the default target for most Effects is the actor the Affix is applied to. The Affix is applied to the weapon. There's no target defined for Add Triggerable, and judging from how it works for players (it always targets the player when the Affix is applied to the player), it's adding the Triggerable to your weapon. I don't know if there's any way to modify the proc to have a triggerable work with a weapon in that way. I don't know if triggerables work with weapons at all.
The only way I can imagine this might work is if you add a Cast Skill effect to the weapon which casts a proc that adds the triggerable to the player (and removes it on an Event_End). I can't guarantee this will work. You'll also want to ensure that the triggerable only gets added once and gets removed, otherwise you'll have problems.