Steamopollys / Steamodded

A Balatro ModLoader
GNU General Public License v3.0
188 stars 42 forks source link

Fix interaction of tooltips with loc_vars/generate_ui #174

Open Aurelius7309 opened 1 month ago

Aurelius7309 commented 1 month ago

Seals have a localization entry in Other which gets around a weird interaction in generate_card_ui that doesn't allow variables to be passed in. This is not present for Enhancements (which #173 addresses). As a result, it is not possible to pass variables to a modded enhancement tooltip, causing the game to crash if any were expected.

english5040 commented 1 month ago

In general enhancements need a second pass, they're pretty jank right now.

Enhancement improvements will be easier when calculation improves.