We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4f62e commit 6f02f5fCopy full SHA for 6f02f5f
Utility.md
@@ -99,7 +99,6 @@ This function replaces `create_card`. It provides a cleaner interface to the sam
99
#### `SMODS.debuff_card(card, debuff, source)`
100
Allows manually setting and removing debuffs from cards.
101
- `source` should be a unique identifier string. You must use the same source to remove a previously set debuff.
102
-- If `debuff` is the string `'reset'`, remove debuffs from all sources handled by this function.
103
- If `debuff` is the string `'prevent_debuff'`, blocks all possible debuffs on the card until removed.
104
- If `debuff` is another truthy value, set a debuff on the card.
105
- If `debuff` is a falsy values, remove this debuff.
0 commit comments