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
3 changes: 3 additions & 0 deletions SMODS.Center/SMODS.Edition.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
- Used to modify Card when edition is applied
- `on_remove(card) -> void`
- Used to modify Card when edition is removed
- `calc_scaling(self, card, other_card, initial_value, scalar_value, args) -> table` [(reference)](https://github.com/Steamodded/smods/wiki/Calculate-Functions#scaling-values)
- Called by `SMODS.scale_card`. Allows detection and modification of cards when scaling values.
- This only affects the card with the Edition
- `on_load(card) -> void`
- Used to modify Card with edition when it is loaded from save file.
- `draw(self, card, layer)`
Expand Down