PR

【5/18】レイド第13回・2期実装 #1833

kouho opened this at 2022-05-17T16:57:32; closed

Description

opened by kouho at 2022-05-17T16:57:32; updated 2022-05-18T18:24:13

概要

レイドイベントの実装用PR
【5/24】レイド13回・第2期 #1766
https://docs.google.com/spreadsheets/d/1FZBYyJfR6aL_5cujsBURaW2nnQjPUzFDFeC0iyBnzqY/edit#gid=455862815

webブランチ:raid_34
dbブランチ:raid_34
告知画像ブランチ:info_image_raid_34

db更新

master_event_reward.csv
master_event_reward_item.csv
master_event_ranking_reward.csv
master_event_ranking_reward_item.csv
master_item.csv
master_item_skill.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
仕様変更点
・レア討伐報酬が複数からいつものガチャチケット
・達成報酬に転生の書
・ランキング報酬に専用技玉
・専用技玉の追加
・チーム対抗レイドLv3,Lv4討伐報酬に転生の書

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

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

#19108 by kouho at 2022-05-17T16:58:00; updated 2022-05-17T16:58:00

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

Comment

#19133 by kouho at 2022-05-18T15:40:00; updated 2022-05-18T15:40:10

@wada
イベント終了後に配布するSSSランク達成報酬の技玉を追加できておりませんでしたので追加しました。

Comment

#19134 by kouho at 2022-05-18T16:02:16; updated 2022-05-18T16:02:16

@wada
バナー画像を入れ忘れていましたので入れました。

Comment

#19143 by wada at 2022-05-18T17:04:33; updated 2022-05-18T17:04:33

@kouho
ランキング報酬の251〜500位に専用技玉が設定してありました。

Comment

#19148 by kouho at 2022-05-18T17:41:22; updated 2022-05-18T17:41:22

@wada
確認ありがとうございます。ランキング報酬修正しました。

Comment

#19152 by wada at 2022-05-18T18:21:20; updated 2022-05-18T18:21:20

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

wada add_label at 2022-05-18T18:21:23: 和田 LGTM
kouho merge at 2022-05-18T18:24:13: 【5/18】レイド第13回・2期実装
kouho close at 2022-05-18T18:24:13: Close

Commit range

base3458f276bb3bc20fb860ed4c0524c7380bdbe089
headc469475d4fcd94c368f8e86f5f616d3593048c69
base branchjolly/jr-web:develop
head branchjolly/jr-web:raid_34

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed16 filesView patch
statusfile
modifiedlib/class/const/PresentNameConst.class.php
modifiedlib/conf/class/RaidMonsterConfig.class.php
addedpublic_html/img/banner/RaidEvent/raid_banner_34_1.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_34_2.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_34_end_1.jpg
addedpublic_html/img/banner/RaidEvent/raid_banner_34_end_2.jpg
addedpublic_html/img/raid/point_item/120_1.png
addedpublic_html/img/raid/point_item/120_2.png
addedpublic_html/img/raid/point_item/121_1.png
addedpublic_html/img/raid/point_item/121_2.png
addedpublic_html/img/raid/point_item/122_1.png
addedpublic_html/img/raid/point_item/122_2.png
addedpublic_html/img/raid/point_item/123_1.png
addedpublic_html/img/raid/point_item/123_2.png
addedpublic_html/img/ranking/event_raid/info_raid34.jpg
modifiedpublic_html/template/Raid-DefaultMedal.tpl
Patch body is stored as a separate file to keep this page lightweight.