Tibowl / KCBugTracker

Community run bug tracker for KanColle
14 stars 1 forks source link

レベル上がる動画の後、残りの経験値動画が表示されない | Remaining XP doesn't show when reaching level before cap #11

Open Tibowl opened 4 years ago

Tibowl commented 4 years ago

Description When leveling up to the level before the level cap, the remaining XP isn't shown on battle screen. (Currently, that's when going from Lv. 173 to Lv. 174)

Screenshot and/or video Screenshot Twitter picture Twitter video

Reproducing Steps to reproduce the behavior: (if applicable, otherwise remove this section)

  1. Have a ship at level 173, almost 174
  2. Level her up via battle (not expedition)
  3. No remaining XP shown after level up

Cause of issue The last border (of Lv. 175) is missing in api_get_exp_lvup of the /battle_result API call.

Example: 10950000 missing in array api

Japanese Translation

タイトル:レベルの上がる動画の後、残りの経験値動画が表示されない

説明 レベルの上がる動画では、レベルの数値が変化した後、残り経験値も演出アニメーションが表示されません。 (現時点では、レベルが173から174に上がる時に発生します)

スクリーンショット及び動画 Screenshot Twitter picture Twitter video

バグの再現方法 バグを再現するために、必要な手順を説明してください:(存在しない場合は削除しても良い)

  1. もうすぐレベルが上がるレベル173の艦娘を用意する
  2. 戦闘でレベルを上げる(演習ではなく)
  3. 残り経験値のアニメーションが表示されない

バグの発生原因 /battle_resultのAPIコールのapi_get_exp_lvupでは、レベル限界(Lv175)がありません。

api