Closed raconzor closed 13 years ago
Almost anything that can proc off an attack can proc off a debuff application - any "melee or ranged attack" proc can. If it doesn't specify "crit" or "damage" it can usually proc off rupture application.
Well, if you want it all in one place, it could be moved to Procs, I suppose - that is, you just call Proc(
I'd say go ahead as-is.
Pulled old Procs class out into a separate file, renamed to ProcsList. Behavior similar, except 1 combined function call for stat procs, and testing if a proc is present returns False or the proc object. Proc objects also have an number of boolean functions you can use to check if the proc triggers on a given event. Refer to https://github.com/Aldriana/ShadowCraft-Engine/issues#issue/28 for more info on the problems-to-solve addressed here.