From 7d2bd84c9fe9e410938c0d4a4d47270683698e31 Mon Sep 17 00:00:00 2001 From: Emik Date: Thu, 6 Aug 2026 21:03:11 +0200 Subject: [PATCH] Add a README. Mod is ready for the public! --- README.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ manifest.json | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb4552c --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ +# Roland + +[![License](https://img.shields.io/github/license/Emik03/Roland.svg?color=6272a4&style=for-the-badge)](https://github.com/Emik03/Roland/blob/main/LICENSE) + +This is a [Steamodded](https://github.com/Steamodded/smods) mod for the video game [Balatro (2024)](https://playbalatro.com). + +This mod has been in the works since early 2025, and been worked on continously until its official public release as a celebration for my 23rd birthday. + +--- + +- [About](#about) +- [Contents](#contents) +- [Installation](#installation) +- [License](#license) + +--- + +## About + +The main theme of this mod centers around the addition of a new edition: Frozen. + +Frozen can be applied to playing cards or jokers and will cause whatever state they have to be locked in place, removing any possibility of future scaling; positive or negative. + +The primary goal is to create interesting interactions in-and-outside of the added editions. This does not necessarily mean that these mechanics have to be balanced, but does hopefully make new strategies viable and breathe new life into some of the base game's weaker jokers. It is designed to work very well with its parent mod [Bakery](https://github.com/BakersDozenBagels/BalatroBakery), but can work just as well on its own or with other content mods. + +The mod offers a config for accessibility options, general convenience, modifications that I believe make the game healthier, and otherwise purely cosmetic. + +## Contents + +- 31 Jokers +- 1 Tarot Card +- 4 Spectral Cards +- 2 Vouchers +- 1 Seal +- 1 Edition +- 2 Tags +- 9 Blinds +- 4 Decks +- 4 [Deck Sleeves (CardSleeves)](https://github.com/larswijn/CardSleeves) +- 5 [Charms (Bakery)](https://github.com/BakersDozenBagels/BalatroBakery) + +## Installation + +1. Set up [Steamodded](https://github.com/Steamodded/smods/wiki#i-want-to-play-with-mods). +2. Set up [Bakery](https://github.com/BakersDozenBagels). You are free to use the [Lite version](https://github.com/BakersDozenBagels/BalatroBakery/tree/lite) if you want to play Roland standalone. +3. Clone the repository into your mods folder, or download it as a zip and place it there. + +## License + +This repository falls under the [MPL-2 license](https://www.mozilla.org/en-US/MPL/2.0/). + +You may copy individual or multiple source files, granted that you keep the copyright license, and disclose the source back to this repository. diff --git a/manifest.json b/manifest.json index a35d6dc..a57b700 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.90", + "version": "3.0.0", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua",