ItsVerday / LuckyAPI

A modloader for Luck be a Landlord
https://discord.gg/7ZncdvbXp7
MIT License
12 stars 7 forks source link

Patch all Vanilla Game symbols to have singleton groups instead of hardcoded symbols in effects #19

Open ItsVerday opened 3 years ago

ItsVerday commented 3 years ago

Is your feature request related to a problem? Please describe. Vanilla symbols that have effects that only apply to one other symbol (eg. the banana turning into a banana peel when destroyed) cannot be modified easily. If you wanted the banana to turn into a banana peel or a symbol from your mod, that wouldn't be easy to do.

Describe the solution you'd like Patch all vanilla symbols to use groups with a single symbol in them instead of a hardcoded symbol. This is possible because of the tag in descriptions, which allows for groups with a single symbol to display properly.

Additional context In order for this to be implemented, #12 would probably have to be implemented first, since this would involve cancelling the symbol's vanilla effects and replacing them with our modded versions.