rayzchen / pyeod

An implementation of CaryKH's elemental 3 in python for a discord bot
https://discord.gg/pvvZe7Pu8r
MIT License
3 stars 2 forks source link

Allow more complex combos with *n symbols #37

Closed kylepokorski closed 7 months ago

kylepokorski commented 7 months ago

Have it so multiple n can be used in a single combo. The total still can't exceed 21 combined elements. For example, 2 Element A+ *3 Element B would result in creating the combo for Element A+Element A+Element B+Element B+Element B.

kylepokorski commented 7 months ago

I know this could cause problems if elements were to start with *. Maybe those could be disabled or some other solution could be used

rayzchen commented 7 months ago

done