• Joined on 2025-05-17
VD15 commented on issue waifu/kemoverse#30 2025-05-26 03:14:27 -07:00
Default bundle of cards

Could also put in Keith. He's not an official mascot, he originates from uncyclopedia from what I can gather, but he'd make a funny a secret rare.

![im…

VD15 opened issue waifu/kemoverse#27 2025-05-24 16:05:00 -07:00
Pool Database Connections
VD15 commented on issue waifu/kemoverse#25 2025-05-24 16:00:02 -07:00
Standard trading card layout template

We could also do special rare variants of cards like pokemon rainbow rares. No functional difference, just looks cool:

image

VD15 commented on pull request waifu/kemoverse#21 2025-05-24 15:34:24 -07:00
Added table and general functions for stats system

We don't need three different methods of retrieving the same data. We can get away with just get_character_stats(...)

VD15 commented on pull request waifu/kemoverse#21 2025-05-24 15:30:40 -07:00
Added table and general functions for stats system

Bundle stats into character creation. Unless there's a case where a character will exist without having stats, it doesn't make a great deal of sense to have them separate.

VD15 commented on pull request waifu/kemoverse#21 2025-05-24 15:21:31 -07:00
Added table and general functions for stats system

Would we not want to extend the characters table? We could just sub in random values for stats

VD15 opened issue waifu/kemoverse#26 2025-05-24 15:19:06 -07:00
Rarity vs Weighting
VD15 closed issue waifu/kemoverse#4 2025-05-24 14:46:45 -07:00
Avoid pyramid branching
VD15 closed issue waifu/kemoverse#3 2025-05-24 14:46:44 -07:00
Reconsider gacha_response responsibilites
VD15 closed issue waifu/kemoverse#15 2025-05-24 14:36:46 -07:00
Feat: Roll Timeout
VD15 created pull request waifu/kemoverse#24 2025-05-24 14:30:44 -07:00
Remove 'Invalid command' Response
VD15 pushed to fix/remove_invalid_command_response at waifu/kemoverse 2025-05-24 14:24:08 -07:00
4a7c9239fc Remove 'Invalid command response
VD15 created branch fix/remove_invalid_command_response in waifu/kemoverse 2025-05-24 14:24:07 -07:00
VD15 deleted branch feat/roll_timeout from waifu/kemoverse 2025-05-24 14:12:59 -07:00
VD15 closed issue waifu/kemoverse#9 2025-05-23 15:44:47 -07:00
Fix Exception Loop in bot_app.py
VD15 commented on issue waifu/kemoverse#20 2025-05-23 15:39:03 -07:00
Unification of names

I second this. A couple of other inconsistencies I've noticed:

  • Roll vs Pull
  • Distinction between users, usernames and fedi handles
VD15 created pull request waifu/kemoverse#23 2025-05-23 15:28:29 -07:00
Feat: Add a roll timeout to the bot
VD15 pushed to feat/roll_timeout at waifu/kemoverse 2025-05-23 15:24:18 -07:00
47272aee4f Add a roll timeout to the bot
VD15 commented on issue waifu/kemoverse#18 2025-05-22 04:34:18 -07:00
Reduce Reliance on Tuples

@nai Thoughts on this approach?

It's just my opinion, but tuples tend to rub me the wrong way when I see them.

VD15 opened issue waifu/kemoverse#18 2025-05-22 02:52:03 -07:00
Reduce Reliance on Tuples