PR

【6/29 12:00頃】レイド14回・第1期実装 #2027

kouho opened this at 2022-06-28T14:56:53; closed

Description

opened by kouho at 2022-06-28T14:56:53; updated 2022-06-29T09:57:55

概要

レイドイベントの実装用PR
【7/4】レイド14回・第1期 #2022
https://docs.google.com/spreadsheets/d/15Z9UCFtLye2w3TFDvfeeWuX2xZ-GcixUPf9NNVbis5I/edit#gid=455862815

webブランチ:raid_36
dbブランチ:raid_36
告知画像ブランチ:info_image_raid_36

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

仕様変更点
・チーム対抗レイドレベル5追加
・達成報酬に酒3種
・達成報酬のぱんだまとコインガチャチケットスタンプが2個
・ベルガチャカードにGK

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

  • チーム対抗レイドレベル5の討伐と報酬獲得
  • 管理画面での設定確認

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;
  • テストスクリプト実行での設定確認
dockerから実行
$ cd /home/web/jr-web/tool/event/
$ ENVIRONMENT=develop PF=yamada HTTP_HOST=127.0.0.1 IS_DOCKER=true php test_raid_event.php

TODO

  • 告知作成
  • 管理画面 レイド仕様 レイドSTATUSタブ修正

Comment

#20405 by kouho at 2022-06-28T14:59:16; updated 2022-06-28T14:59:16

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

Comment

#20420 by wada at 2022-06-28T16:53:49; updated 2022-06-28T16:53:49

@kouho
define_y.incでこちらのLvも変更しなくても大丈夫ですか?

$this->_config['team_monster_lv_max'] = 4;

Comment

#20421 by kouho at 2022-06-28T16:56:10; updated 2022-06-28T16:56:10

@wada
確認ありがとうございます。lvの変更をコミットしました。

Comment

#20422 by wada at 2022-06-28T17:01:00; updated 2022-06-28T17:01:00

@kouho
今回のレイドボスのスキルは公開しますか?

Comment

#20423 by kouho at 2022-06-28T17:06:04; updated 2022-06-28T17:06:04

@wada
公開するので以下のスキルを公開しました
18 フィアーパニッシャー
2085 ディープ・ブルー
2186 猛爆
4118 恐慌

Comment

#20424 by wada at 2022-06-28T17:50:22; updated 2022-06-28T17:50:22

@kouho
ありがとうございます。確認しました。
バナー画像の追加もお願いします。

Comment

#20428 by kouho at 2022-06-28T18:21:13; updated 2022-06-28T18:21:13

@wada
ありがとうございます。バナー画像も追加しました。

Comment

#20429 by wada at 2022-06-28T19:04:26; updated 2022-06-28T19:04:26

@kouho
確認しました。OKです

wada add_label at 2022-06-28T19:04:28: 和田 LGTM
kouho merge at 2022-06-29T09:57:55: 【6/29 12:00頃】レイド14回・第1期実装
kouho close at 2022-06-29T09:57:55: Close

Commit range

base2565dccaf8047dc7c5efbf9571eecef2d2c5611c
headf5b7d59ac83eb880f70344f9b65867ebf45511f5
base branchjolly/jr-web:develop
head branchjolly/jr-web:raid_36

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed38 filesView patch
statusfile
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/conf/class/RaidMonsterTypeConfig.class.php
modifiedlib/conf/define_y.inc
modifiedlib/public/Raid-GetMedalVs.inc
addedpublic_html/img/banner/RaidEvent/raid_banner_36_1.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_36_2.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_36_end_1.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_36_end_2.jpg
addedpublic_html/img/main/event_icon/raid/386.png
addedpublic_html/img/main/event_icon/raid/386_rare.png
addedpublic_html/img/main/event_icon/raid/386_team.png
addedpublic_html/img/raid/point_item/124_1.png
addedpublic_html/img/raid/point_item/124_2.png
addedpublic_html/img/raid/point_item/125_1.png
addedpublic_html/img/raid/point_item/125_2.png
addedpublic_html/img/raid/point_item/126_1.png
addedpublic_html/img/raid/point_item/126_2.png
addedpublic_html/img/raid/point_item/127_1.png
addedpublic_html/img/raid/point_item/127_2.png
addedpublic_html/img/raid/point_item/128_1.png
addedpublic_html/img/raid/point_item/128_2.png
deletedpublic_html/img/raid/point_item/570_1.png
deletedpublic_html/img/raid/point_item/570_2.png
deletedpublic_html/img/raid/point_item/572_1.png
deletedpublic_html/img/raid/point_item/572_2.png
deletedpublic_html/img/raid/point_item/574_1.png
deletedpublic_html/img/raid/point_item/574_2.png
deletedpublic_html/img/raid/point_item/576_1.png
deletedpublic_html/img/raid/point_item/576_2.png
deletedpublic_html/img/raid/point_item/592_1.png
deletedpublic_html/img/raid/point_item/592_2.png
deletedpublic_html/img/raid/point_item/593_1.png
deletedpublic_html/img/raid/point_item/593_2.png
deletedpublic_html/img/raid/point_item/594_1.png
deletedpublic_html/img/raid/point_item/594_2.png
deletedpublic_html/img/raid/point_item/595_1.png
deletedpublic_html/img/raid/point_item/595_2.png
addedpublic_html/img/ranking/event_raid/info_raid36.jpg
Patch body is stored as a separate file to keep this page lightweight.