brasstax / ffrkbot

A Discord bot for Final Fantasy Record Keeper.
MIT License
4 stars 7 forks source link

Soulbreak implementation #8

Open brasstax opened 7 years ago

brasstax commented 7 years ago

The next major milestone is to implement searching for soulbreaks and burst soulbreaks.

brasstax commented 7 years ago

Soulbreaks are done. Next are burst soulbreaks.

claybarrett commented 7 years ago

Will CMDs be added to this feature?

claybarrett commented 7 years ago

When requesting SBs by type, the type (last item) is redundant, ex:

,sb cloud usb

FFRKBotBOT - Today at 1:11 PM Cloud: Ultimate Cross Slash Five single attacks (1,50 each), grants EX: Soldier and Cross Slash to the user Type: PHY || Element: Wind, Dark Target: Single enemy || Multiplier: 7.5 Cast Time: 2.5s || Soul Break Type: USB

Which makes the reply an extra line long for some screen configurations

brasstax commented 7 years ago

CMDs are planned as part of showing burst soulbreaks.

brasstax commented 7 years ago

Your comment about redundancy is fixed.

claybarrett commented 7 years ago

Heyt from Discord here: Do you have a look up table for replies and the color value you could ping me? Or is it all hard coded like it looks at a glance?

brasstax commented 7 years ago

They're hard-coded. I suppose I could un-hard-code them and put what they mean in a ,colors command.