Skip to content

Context Checks

ellestuff. edited this page Mar 31, 2026 · 2 revisions

Context Checks

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 then
context.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 then
context.card -- The card that was upgraded.

Clone this wiki locally