PR

【2/16】レイド12回・第1期 #1554

kouho opened this at 2022-02-15T19:18:27; closed

Description

opened by kouho at 2022-02-15T19:18:27; updated 2022-02-16T10:48:14

概要

レイドイベントの実装用PR
【2/21】レイド12回・第1期 #1484

webブランチ:event_raid_1484
dbブランチ:event_raid_1484
告知画像ブランチ:info_image_1484

db更新

dbブランチのcsv2mysql.phpをスクリプトで行うようにしてみてます。
一括で全部まとめすぎているかも…
`bin/import/event_raid_import.sh`

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

webブランチは以下のブランチをマージしてテスト

  • info_image_1484
  • event_raid_1484
  • レイドのアイコン表示と討伐とポイント達成時の報酬配布
  • 報酬設定
  • 管理画面のレイド仕様

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

#17337 by kouho at 2022-02-15T19:37:51; updated 2022-02-15T19:37:51

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

Comment

#17341 by wada at 2022-02-16T10:45:17; updated 2022-02-16T10:45:17

@kouho
event_raid_1484 ブランチもマージしておいてください。

Comment

#17343 by kouho at 2022-02-16T10:48:06; updated 2022-02-16T10:48:06

@wada
すみません、info_imageブランチではなくevent_raid_1484ブランチでブルリク作り直しましたのでこちら閉じます。

kouho close at 2022-02-16T10:48:14: Close

Commit range

based4a7874c5678a4c19c06afb0e0ea557ad3100742
heada623f9194dc6e4eeef3f01b805ea3789de6454fc
base branchjolly/jr-web:develop
head branchjolly/jr-web:info_image_1484

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed28 filesView patch
statusfile
addedpublic_html/img/banner/RaidEvent/raid_banner_30_1.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_30_2.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_30_end_1.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_30_end_2.jpg
addedpublic_html/img/info_event/info_event_371_1.jpg
addedpublic_html/img/info_event/info_event_371_2.jpg
addedpublic_html/img/info_event/info_event_372_1.jpg
addedpublic_html/img/info_event/info_event_372_2.jpg
addedpublic_html/img/info_jrye/1277/info1.jpg
addedpublic_html/img/info_jrye/1277/info3-2.jpg
addedpublic_html/img/info_jrye/1277/info3-3.jpg
addedpublic_html/img/info_jrye/1277/info3.jpg
addedpublic_html/img/info_jrye/1277/info4-1.jpg
addedpublic_html/img/info_jrye/1277/info4-2.jpg
addedpublic_html/img/info_jrye/1278/event_logo.png
addedpublic_html/img/info_jrye/1278/info1.jpg
addedpublic_html/img/info_jrye/1278/info2.jpg
addedpublic_html/img/info_jrye/1278/info5_2.jpg
addedpublic_html/img/info_jrye/1278/info6_5.jpg
addedpublic_html/img/info_jrye/1278/itemrank1.png
addedpublic_html/img/info_jrye/1278/itemrank2.png
addedpublic_html/img/info_jrye/1278/itemrank3.png
addedpublic_html/img/info_jrye/1279/info3_1.jpg
addedpublic_html/img/info_jrye/1279/info4.jpg
addedpublic_html/img/info_jrye/1279/vs-reward1.jpg
addedpublic_html/img/info_jrye/1279/vs-reward2.jpg
addedpublic_html/img/info_jrye/1279/vs-reward3.jpg
addedpublic_html/img/info_jrye/1279/vs-reward4.jpg
Patch body is stored as a separate file to keep this page lightweight.