Looking to add additional effects to Signet #4542
Answered
by
EpicTaru
Juniorff808
asked this question in
Q&A
-
I want to add additional bonus effects to signet, any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
EpicTaru
Sep 23, 2023
Replies: 2 comments
-
https://github.com/LandSandBoat/server/blob/base/scripts/effects/signet.lua Edit the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Juniorff808
-
You also can, of course, do these changes via a module so your custom changes will survive future local repo syncs with LSB. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/LandSandBoat/server/blob/base/scripts/effects/signet.lua
Edit the
effectObject.onEffectGain = function(target, effect)
section and theeffectObject.onEffectLose = function(target, effect)
section to your liking.