We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a second window doesn't come up on mac
Update information on VanillaRemade (#46)
Install instructions rewrite (#43) * Split install guide into 3 files * Update sidebar to match * Remove "different platform" sections
Poker Hand visibility (#39)
Update Your-First-Mod.md (#24)
Adds example of how to create boosters containing either cards or jokers (#20) * Adds example of cards v jokers to boosters * fix formatting, change one example to use `SMODS.create_card` --------- Co-authored-by: ItsFlowwey <[email protected]>
Fix and clarify details of Text Styling page (#25) * Fix and clarify LOC_COLOURS table G.C colours entries - Fix `inactive` value (from `G.C.INACTIVE` to `G.C.UI.TEXT_INACTIVE`) - Clarify G.C.RARITY changes between vanilla and Steamodded * Remove mistaken `#` symbol included in string passed to `HEX` function * Replace double quotes with single quotes to conform with SMODS Wiki convention * Clarify incompatibilities between `{E:}` and `{X:}`/`{B:}`
SMODS.Challenge `button_colour` (#31)
`mod.ui_config` (#32) * `mod.ui_config` * fix weird formatting * fix author color
add `shatters` (#35)
Documenting recent additions (#37) * Documenting recent additions * merge_effects
Update Utility.md Add `SMODS.destroy_cards`, `SMODS.add_voucher_to_shop` & `SMODS.change_voucher_limit` (and booster equivalents), `SMODS.change_free_rerolls`, `SMODS.change_play_limit`, `SMODS.change_discard_limit` and `SMODS.draw_cards`
Reorder First Mod page based on how likely each thing is to help
Add link to VanillaRemade important enough I'm adding this asap
event manager spelling/grammar
remove unnecessary text No need for vanilla disclaimer now
Add enhancements to PokerHand example (#27)
fix round_number parameters (#28) wiki shows round_number having one parmeter `num_precision` when it actuallya has 2 parameters `num` and `precision`
Fix indentation
Multiple description box example
fix link to calculate functions (#23)
context.xxx might need to be saved
Add Text Styling documentation with custom animated SVGs assets (#22)
reverting a bit, fine
add more info, tip to context.destroy_card
fix: calculate functions sidebar
Document SMODS.modify_rank
Added documentation on how to change font scaling in the debug console (#18) Co-authored-by: jonathan <[email protected]>
Document `context.card_added` (#21) * Document `context.card_added` * Expand on approach to modded playing card types
Added documentation on restarting the game. (#19) * Added documentation on restarting the game. * New keybind --------- Co-authored-by: jonathan <[email protected]> Co-authored-by: Casimir Eisenach <[email protected]>