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
1 change: 1 addition & 0 deletions SMODS.Stake.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- If `unlocked` is set to `false`, the stake is unlocked by first winning a run on each of the `applied_stakes`.
- `colour = [white]`: The colour used for this stake in the stake selection column.
- `above_stake`: The stake's key that this stake should appear directly above in the list. By default, your stake will be placed at the top of the list.
- `hide_from_run_info`: If `true` hides the stake from the Run Info screen during a run.
> [!NOTE]
> Key prefixing is applied to `applied_stakes` and `above_stake` by default. If you want your stake above a stake from the base game or other mods, this can be adjusted by using `prefix_config`. [(reference)](https://github.com/Steamodded/smods/wiki/API-Documentation#common-parameters)

Expand Down