Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions SMODS.Seal.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@
- For actions that happen every frame.
- `draw(self, card, layer)`
- Draws the sprite and shader of the seal.
- `apply(self, card)`
- Runs when a card with the Seal is obtained, or when the Seal is applied on an obtained card.
- `remove(self, card)`
- Runs when a card with the Seal is removed, or when the Seal is removed.
- `set_ability(self, card)`
- Runs when the Seal is applied on a card.