PR

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

kouho opened this at 2022-02-16T10:47:31; closed

Description

opened by kouho at 2022-02-16T10:47:31; updated 2022-02-16T18:16:22

概要

レイドイベントの実装用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

#17345 by kouho at 2022-02-16T10:48:39; updated 2022-02-16T10:48:39

@wada @iwamoto
PR作り直しましたこちらで確認お願いいたします。

Comment

#17360 by iwamoto at 2022-02-16T13:27:01; updated 2022-02-16T13:27:01

@kouho
確認しました。

下記2点の確認をお願いいたします。

1.トレード解禁日時の設定
2.報酬設定(master_event_reward)にreward_type=0のデータが設定されているが問題ないのか

Comment

#17366 by wada at 2022-02-16T14:14:32; updated 2022-02-16T14:14:32

@kouho
dbブランチは、event_raid_1484 ではなく raid_1484 を確認したら良いですか?

Comment

#17367 by kouho at 2022-02-16T14:21:55; updated 2022-02-16T14:21:55

@wada
raid_1484ブランチの確認でお願いいたします。

Comment

#17382 by wada at 2022-02-16T16:18:48; updated 2022-02-16T16:18:48

@kouho
rewrad_type=0 のデータは、管理画面設定している際にできたゴミデータなので削除して良いです。

Comment

#17383 by kouho at 2022-02-16T16:32:34; updated 2022-02-16T16:32:34

@wada
かしこまりました。

Comment

#17384 by kouho at 2022-02-16T16:43:46; updated 2022-02-16T16:43:46

@iwamoto @wada
トレード解禁日時の修正と(master_event_reward)にreward_type=0のデータ削除を行いました

Comment

#17385 by wada at 2022-02-16T16:58:18; updated 2022-02-16T16:58:18

@kouho
reward_type確認しました。
トレード解禁日時は、仕様書だと22年4月20日(水)ですが、どちらが正しいですか?

Comment

#17386 by kouho at 2022-02-16T17:04:32; updated 2022-02-16T17:04:32

@wada
トレード解禁日時は仕様書内のどこに書いていたでしょうか?

Comment

#17389 by wada at 2022-02-16T17:15:51; updated 2022-02-16T17:15:51

@kouho
GK期間でした。確認okです

wada add_label at 2022-02-16T17:15:54: 和田 LGTM

Comment

#17391 by kouho at 2022-02-16T17:23:46; updated 2022-02-16T17:23:46

@wada
かしこまりました。確認ありがとうございます。

Comment

#17392 by iwamoto at 2022-02-16T17:49:50; updated 2022-02-16T17:49:50

@kouho
確認しました。問題ないと思います。

iwamoto add_label at 2022-02-16T17:49:53: 岩本 LGTM
kouho merge at 2022-02-16T18:16:22: 【2/16】レイド12回・第1期
kouho close at 2022-02-16T18:16:22: Close

Commit range

based4a7874c5678a4c19c06afb0e0ea557ad3100742
head94672417cc49e8e3662e28b7eb553120e2ab2874
base branchjolly/jr-web:develop
head branchjolly/jr-web:event_raid_1484

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed9 filesView patch
statusfile
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/conf/class/RaidMonsterTypeConfig.class.php
modifiedlib/conf/define_y.inc
addedpublic_html/img/main/event_icon/raid/438.png
addedpublic_html/img/main/event_icon/raid/438_rare.png
addedpublic_html/img/main/event_icon/raid/438_team.png
addedpublic_html/img/raid/point_item/100329_1.png
addedpublic_html/img/raid/point_item/100329_2.png
addedpublic_html/img/ranking/event_raid/info_raid30.jpg
Patch body is stored as a separate file to keep this page lightweight.