We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Docs Reformatting (#38) * Document everything missing from `lsp_def/utils.lua` + misc edits * Partial `Blind:calculate` docs + other stuff I missed Actual specifics are better suited for the rewritten calculation docs. * Default mod functions update Not very good, but this page is getting rewritten anyways. It'll work for now. * forgot about `optional_features` * Slightly improves `SMODS.Booster` docs * Slight correction * W.I.P internal doc page * "The Mod Object" page + misc stuff * Add links to header elements on some pages * Update API-Documentation.md format * Move install guide, TODO home page rewrite, add missing nav on pages * Add missing util functions * Update to current wiki proper * SMODS.https header + update Internal & Utility * Apply #48 style changes
Ante context documentation (#50) * Wiki contributions for Pull Request #878 * Update for merging ante_end into other contexts
Add beat_boss the context.end_of_round docs (#44) Changes calculate-functions.md
Add some currently undocumented contexts in Calculate-Functions.md (#34) * Fix incorrectly enclosed link * Add undocumented contexts Add context.other_drawn Add context.drawing_cards Slightly change context.hand_drawn desc * Add more undocumented contexts Adds context.debuff_hand Adds context.modify_hand Adds context.modify_scoring_hand Adds context.drawing_cards * Change to context.modify_scoring_hand desc * Update Calculate-Functions.md * Update Calculate-Functions.md
context.check_eternal documentation (#42) * Prep for Steamodded#794 * context.check_eternal documentation Steamodded#794 * Update Calculate-Functions.md
Update Booster create_card examples (#47) - Use SMODS.create_card for playing cards - Make example key_append more clear
Updated `Booster`'s `select_card` property (#52) * Upated `select_card` property of `SMODS.Booster` *Title * New line *Title
Added perma_repetitions to Perma-bonuses.md (#45) +Title
add text_colour to ConsumableType docs (#55) i forgor
Document context.buying_self
Add more commonly used utilities
Corrections and clarifications to SMODS.Rarity
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 <73145114+GauntletGames-2086@users.noreply.github.com>
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`