Ishadijcks/Ishadijcks.github.io

Minor quality improvements

Closed this issue · 5 comments

  • Remove margin-bottom from #itemTable
  • Remove height: 320px; from #statDiv
  • Add backgroung for shinies
  • Decrease size of Amount header in #itemTable (replace with Amt or change font)
  • Show quest modal on quest bar click when not completed
  • Pointer cursor for Use buttons, help cursor for tooltip items
  • Move Math.floor from egg exp gain to egg exp display ( #108 )
  • Move Catch chance: xx% display inside setTimeout to prevent bar jumps
  • Use pokedexBonusExp in gainExp formula (#107)
  • Hide empty #upgradeBox
Aegyo commented

Moving math.floor for eggs will solve #108 right?

Yes

Aegyo commented

Considering the health of gym pokemon, and the buff to egg progress this will bring to many routes, it may be more balanced to change the gym egg progress formula to sqrt((badgeReq * 4) + 1)

Quest revard optimisation (shiny is too small) moved to #112

Completed #111