CamposDJoel / DungeonDiceMonsters

My own version of Dungeon Dice Monsters
2 stars 0 forks source link

QA Attribute advantage during the battle phase. #79

Closed CamposDJoel closed 4 months ago

CamposDJoel commented 4 months ago

I found once a bug where a defender used bonus [DEF] more than the amount of crest in the crest pool and resulted with negative amount after damage calculation.

Test battling and fix any issues found

CamposDJoel commented 4 months ago

I believe this "could've" been fixed during the clean up of the _CurrentlyTileSelected overhaul that I did yesterday. Imma do a round of testing just in case.

CamposDJoel commented 4 months ago

BUG FOUND: if you use additional [DEF] when defending and having Attribute Advantage and repeat the same battle again (Defending) the UI will display the amount label to be the same amount used the previous battle instead of the default 0. I believe this most likely happen with attack UI.

TO FIX: make sure that the Advantage bonus UI panels for both Attack/Defense are set to default at the start of the battle.