Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itayfeder/FederAPI-Balatro
An API mod for most of Feder's Balatro mods
https://github.com/itayfeder/FederAPI-Balatro
Last synced: about 1 month ago
JSON representation
An API mod for most of Feder's Balatro mods
- Host: GitHub
- URL: https://github.com/itayfeder/FederAPI-Balatro
- Owner: itayfeder
- License: gpl-3.0
- Created: 2024-03-23T11:42:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T18:46:53.000Z (9 months ago)
- Last Synced: 2024-08-02T00:22:46.957Z (5 months ago)
- Language: Lua
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-balatro - FederAPI - 一个库,可以注册优惠券,盲注,塔罗牌,音效等。 by [@itayfeder](https://github.com/itayfeder) (模组 (依赖 [**Steamodded**](https://github.com/Steamopollys/Steamodded)) / API)
README
# FederAPI-Balatro
An API mod for most of Feder's Balatro mods
This mod adds a ton of useful features to the Balatro modloader, which allow users to more easily add a variaty of elements to the game.
The mod is seperated into separate files, with each adding new functionality to the API.
### Custom Blinds
You can now create custom blinds!You can add a new blind using ` = SMODS.Blind:new()`, and register it using `:register()`.
Blinds can also have customized sprites. The sprites can be specified in the blind definition.
### Custom Vouchers
You can now create custom vouchers!You can add a new voucher using ` = SMODS.Voucher:new()`, and register it using `:register()`.
Vouchers can also have customized sprites. The sprite's name should follow this format: `v_`.
### Custom Tarots
You can now create custom Tarots!You can add a new tarot using ` = SMODS.Tarot:new()`, and register it using `:register()`.
Vouchers can also have customized sprites. The sprite's name should follow this format: `v_`.
### Custom Sound Player
You can now register and play custom sounds!To register your own sound, use the `register_sound` method. To play the sound you registered, use the `modded_play_sound` function.
### Custom Deck Textures
You are give your decks custom back textures!To change your back's atlas, add an 'atlas' field to your config in the deck's registration. The field's value should be your atlas' name.
### Joker Attribute Fixer
Jokers can now store more values.This patch fixes the following variables:
- blueprint_compat
- eternal_compat
- effect
To add their patch, set these values in the joker's config.