i thought of making a combo system when i was making a pve game. while doing that, i came up with an idea to make that system look unique, prefix for combo counts
unlike any pvp game like league of legends, it features converting countless combo counts into
prefix text. for examples:
- 1, 2, 3 → “mono-”, “di-”, “tri-” (but i prefer “single”, “double” and “triple”)
- 4 → “tetra-”, 5 → “penta-”, 6 → “hexa-”, 7 → “hepta-”, 8 → “octa-”, 9 → “noca-”, 10 → “deca-”,… and so on until this example end: 114 → “cenqwattourdeca”
- gameplay video that features converting number to prefix (pay attention to top left corner): Xeno Fighters R: Xelcor original ship superplay - YouTube
while it was an amazing concept for combo system, i found it struggling on finding a way to do that, even looking from devforum to stackoverflow still failed to find. except this one (it is a good module, but i doubt this is the right one):
so what is your opinion about this feature? do you have a way to implement it?