Larry-Schultz / FFTB_Viewer

2 stars 0 forks source link

Add Skill Cooldowns to player page #73

Closed Larry-Schultz closed 3 years ago

Larry-Schultz commented 3 years ago

Add the output of the bot for !last, which is the skill cooldowns the player currently has.

This is the cooldown to output conversion from Nacho:

its cooldown starts at 8 decrements each time you get in 4 or more - cannot use 3 - -4exp, -10prio 2 -2 exp -5 prio 1 -1 exp -3 prio

Larry-Schultz commented 3 years ago

For skill cooldowns, StrongMonsters and EliteMonsters all share a single cooldown. That means if one has a cooldown, they all have that cooldown.

I'll have to find all StrongMonsters and EliteMonster skills a player has, and mark a cooldown for them

Larry-Schultz commented 3 years ago

Skill cooldowns are showing up properly now