PR

【10/14】レイド第15回・3期 #2344

kouho opened this at 2022-10-12T10:53:24; closed

Description

opened by kouho at 2022-10-12T10:53:24; updated 2022-10-14T14:20:23

概要

レイドイベントの実装用PR
【10/19】レイド15回・第3期

webブランチ:raid_41
dbブランチ:raid_41

db更新
https://git.dev.d-es.co.jp/gitbucket/jolly/jrye-db/pull/195

仕様変更点
・レイドのおすすめカードは変更なし
・GK設定は今回変更なし
・報酬変更(転生の書の種類)
・新強化アイテム追加
・新スキル追加
・レイドステータス調整

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

  • 管理画面での設定確認

db初期化

UPDATE `user_mission` SET `raid_point`=0,`raid_point2`=0,`total_raid_point`=0,`m_event_limit`=0;

UPDATE `team_data` SET `raid_stamina`=0,`raid_monster`=0,`raid_monster_vs`=0,`raid_lv`=0,`raid_count`=0,`total_raid_count`=0,`event_raid_count`=0,`war_bonus_time`=0,`event_prize`=0,`raid_vs_end_time`=0;
  • 管理画面レイド仕様での設定確認

TODO

  • 告知作成
  • ~~画像関連は未作成のため未対応~~ 対応済み

Comment

#22985 by kouho at 2022-10-12T10:59:10; updated 2022-10-12T10:59:10

@wada
確認お願いいたします

Comment

#22999 by kouho at 2022-10-12T15:11:37; updated 2022-10-12T15:13:06

@wada
レイド告知画像の共通化 <a href="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-cs-issue/issues/131">#131</span>についても対応を入れ、チーム対抗レイドの注意事項内でトレード解禁の表示が誤っていましたので修正しました。

Comment

#23028 by wada at 2022-10-13T12:14:33; updated 2022-10-13T12:14:33

@kouho
master_item_cardstrong.typeが3になっていました。

強化アイテム名は「赤ずきん」が正式名称で良いですか?
そのままのアイテム名だったので仮名かと思いまして。

Comment

#23032 by kouho at 2022-10-13T13:33:24; updated 2022-10-13T13:33:24

@wada
確認ありがとうございます。赤ずきんが正式名称で大丈夫です

Comment

#23035 by kouho at 2022-10-13T14:14:41; updated 2022-10-13T14:14:41

@wada
> master_item_cardstrong.typeが3になっていました。

master_item_cardstrong.type2に修正しました。

Comment

#23037 by wada at 2022-10-13T14:23:15; updated 2022-10-13T14:23:15

@kouho
ありがとうございます。
確認OKです。

wada add_label at 2022-10-13T14:23:19: 和田 LGTM
kouho merge at 2022-10-14T14:20:23: 【10/14】レイド第15回・3期
kouho close at 2022-10-14T14:20:23: Close

Commit range

base838b231b8589c86e6308d4f72561e148795aa58c
headcc50d8b0ea56120dde62b2c22ccf0d16acfc81dc
base branchjolly/jr-web:develop
head branchjolly/jr-web:raid_41

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed7 filesView patch
statusfile
modifiedlib/SkillFunc.inc
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/models/Banner.php
modifiedlib/public/Raid-Vs.inc
modifiedpublic_html/js/JOLLYROGER_battle.js
modifiedpublic_html/template/Raid-Vs.tpl
modifiedpublic_html/template/page_raid_vs_footer.tpl
Patch body is stored as a separate file to keep this page lightweight.