-
Notifications
You must be signed in to change notification settings - Fork 0
Context Checks
ellestuff. edited this page Mar 31, 2026
·
2 revisions
This library adds a couple new context checks that me be useful when creating Jokers.
context.slime_stop_drag
This context is used for triggering effects when a card stops being dragged.
if context.slime_stop_drag and context.card == card thencontext.card -- The card that was dragged.context.slime_upgrade
This context is used for triggering effects when a card is upgraded.
if context.slime_upgrade thencontext.card -- The card that was upgraded.