PR

【2/14】天下無双の賞金首 複数ボーナス対応 表示調整含む #2603

kouho opened this at 2023-02-10T17:03:11; closed

Description

opened by kouho at 2023-02-10T17:03:11; updated 2023-02-15T14:05:00

概要

天下無双の賞金首の船ボーナスを複数に対応させるPRです。

テスト方法、確認した内容

以下のように$this->_config['ship_bonus_list']の中身を配列にしてください。
1 => [ $this->_config['ship_bonus_caravel'], $this->_config['ship_bonus_nagasun'] ],

  • メインページ看板
  • デッキ編集ページ
  • デッキの船選択時にボーナス対象の船の時の表示
  • 賞金首ボーナス対象の船でバトルして実際に加算される懸賞金と表示の確認

TODO

  • 天下無双実装時に反映
  • お知らせ自動化側への対応

Comment

#25740 by kouho at 2023-02-10T17:03:39; updated 2023-02-10T17:03:39

@wada
レビューお願いいたします

Comment

#25794 by wada at 2023-02-14T12:07:11; updated 2023-02-14T12:07:11

@kouho
確認OKです。

wada add_label at 2023-02-14T12:07:14: 和田 LGTM

Comment

#25798 by kouho at 2023-02-14T14:14:32; updated 2023-02-14T14:14:32

@wada
確認ありがとうございます。お知らせ自動化への対応と管理画面への対応も入れました。

kouho merge at 2023-02-15T10:10:13: 【2/14】天下無双の賞金首 複数ボーナス対応 表示調整含む
kouho close at 2023-02-15T10:10:13: Close
kouho refer at 2023-02-15T14:05:00: 2599:天下無双の賞金首船ボーナス複数対応

Commit range

base50384da7f5c25a187d979653874aa930135b0607
heade174c65882acde4c81494208df2bd962538c400c
base branchjolly/jr-web:develop
head branchjolly/jr-web:battle_event_ship_bonus_multi

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed12 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/class/card/UserDeckCard.class.php
modifiedlib/class/controller/JrControllerDeck.class.php
modifiedlib/conf/class/BattleEventConfig.class.php
modifiedlib/cpanel/m_battle_event_spec.inc
modifiedlib/public/Main.inc
addedpublic_html/img/main/event_info_window/battle_event/status_bar3.png
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/template/Deck-Default.tpl
modifiedpublic_html/template/Deck-Home.tpl
modifiedpublic_html/template/Main.tpl
modifiedpublic_html/template/parts/parts_battle_schedule_info_template.tpl
Patch body is stored as a separate file to keep this page lightweight.