How to add a permanent composure effect to a trust? #4027
Answered
by
TeoTwawki
thecursedcometh2
asked this question in
Q&A
-
I am attempting to give a trust the Composure effect permanently on spawn. Right now I have: Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
TeoTwawki
Jun 28, 2023
Replies: 1 comment 6 replies
-
duration 0 = inf duration. to prevent dispel etc you'd need to But this assumes an actual status effect rather than just native benefits. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
thecursedcometh2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
duration 0 = inf duration.
to prevent dispel etc you'd need to
getStatsuEffect(xi.effects.NAME):setFlags()
on itBut this assumes an actual status effect rather than just native benefits.