ItsVerday / LuckyAPI

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

Add Support for Composite Groups #26

Closed ItsVerday closed 3 years ago

ItsVerday commented 3 years ago

Is your feature request related to a problem? Please describe. Groups are currently static - symbols must be explicitly added to groups for them to be considered a part of that group. There is no way to dynamically create groups of certain symbols (eg. All rare or very rare symbols in the group fruits).

Describe the solution you'd like Add dynamic groups - groups that are defined in terms of other groups, symbol rarities, etc. For example, you can create a group with all very rare gems in it, and as other mods add very rare gems, they will automatically be added to your group.

Additional info Implementation and how mods will define dynamic groups is currently undecided.

ItsVerday commented 3 years ago

Implemented