PR

【4/20】レイド実装 #1757

kouho opened this at 2022-04-19T18:46:04; closed

Description

opened by kouho at 2022-04-19T18:46:04; updated 2022-04-20T14:57:43

概要

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

#1739 #1732
アタックブースト修正のブランチもマージしています。

webブランチ:raid_33
dbブランチ:raid_33
告知画像ブランチ:info_image_raid_33

db更新

master_card.csv
master_card_skill.csv
master_raid_monster_data.csv
master_raid_monster_data_skill.csv
master_raid_monster_data_skill_set.csv
master_raid_monster_data_lvtype_defense_set.csv
仕様変更点
・レア討伐報酬が複数
・レア討伐報酬に限定ガチャチケット
・達成報酬に複数の種類の勝利の証
・達成報酬のエメラルドのアクセサリーが3個から2個
・限定カードBはなし
・陸地のコンパス【期限付き】が報酬に

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

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

告知作成
管理画面のレアレイド報酬修正

Comment

#18571 by kouho at 2022-04-19T19:01:54; updated 2022-04-19T19:01:54

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

Comment

#18589 by wada at 2022-04-20T11:41:03; updated 2022-04-20T11:41:03

@kouho
レイドスキルのロアリングロックの公開をお願いします。

Comment

#18592 by wada at 2022-04-20T11:57:55; updated 2022-04-20T11:57:55

@kouho
僕の環境が悪いのかもしれませんが、レアレイド討伐時の報酬コンパスの期限が水曜になっていました。
(水曜配布分の期限は日曜)
<img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/1650423247477I6u1X4WHLb" width="400">

Comment

#18599 by kouho at 2022-04-20T13:30:06; updated 2022-04-20T13:30:06

@wada
確認ありがとうございます。ロアリングロックの公開と冒険の陸地のコンパスの期限修正を行いました。

Comment

#18602 by wada at 2022-04-20T14:35:25; updated 2022-04-20T14:35:25

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

wada add_label at 2022-04-20T14:35:28: 和田 LGTM
kouho merge at 2022-04-20T14:57:43: 【4/20】レイド実装
kouho close at 2022-04-20T14:57:43: Close

Commit range

basef01e92cc149722a796e5b7d60d56916c89399395
headd900c218191889b8883d9d22dee1a9bc3173c87e
base branchjolly/jr-web:develop
head branchjolly/jr-web:raid_33

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed21 filesView patch
statusfile
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/conf/class/RaidMonsterTypeConfig.class.php
modifiedlib/conf/define_y.inc
modifiedlib/models/dao/log_team_raid_monster_per_damage.php
modifiedlib/models/raid/Attack_bonus.php
modifiedlib/models/raid_vs/Attack_bonus_vs.php
modifiedlib/public/Raid-Default.inc
modifiedlib/public/Raid-GetMedal.inc
modifiedlib/public/Raid-Vs.inc
addedpublic_html/img/main/event_icon/raid/377.png
addedpublic_html/img/main/event_icon/raid/377_rare.png
addedpublic_html/img/main/event_icon/raid/377_team.png
addedpublic_html/img/raid/point_item/14111_1.png
addedpublic_html/img/raid/point_item/14111_2.png
addedpublic_html/img/raid/point_item/14112_1.png
addedpublic_html/img/raid/point_item/14112_2.png
addedpublic_html/img/raid/rare_getitem_3.png
addedpublic_html/img/ranking/event_raid/info_raid33.jpg
modifiedpublic_html/template/Raid-DefaultMedal.tpl
modifiedpublic_html/template/Raid-GetMedal.tpl
modifiedpublic_html/template/Raid-Vs.tpl
Patch body is stored as a separate file to keep this page lightweight.