PR

【3/31】レイド実装 #1691

kouho opened this at 2022-03-30T14:30:47; closed

Description

opened by kouho at 2022-03-30T14:30:47; updated 2022-03-31T18:38:27

概要

レイドイベントの実装用PR
【3/30】レイド12回・第3期 #1674

レイド周りのプログラム見直し #1613

強化アイテムと追加スキル関係は別PRにあります。#1682

dbブランチ:event_raid_32
infoブランチ:info_image_1674

db更新

`bin/import/event_raid_import.sh`

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

  • 通常レイド・レアレイドでアタックブースト発動時の処理と表示確認
  • 通常レイド・レアレイド撃破時の報酬獲得
  • チームレイドでアタックブースト発動時の処理と表示確認
  • チームレイド撃破時の報酬獲得
  • レイドのアイコン表示と討伐とポイント達成時の報酬配布
  • 報酬設定
  • 管理画面のレイド仕様

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

告知作成
画像入れ

kouho assign at 2022-03-30T14:30:49: Not assigned:kouho

Comment

#18148 by kouho at 2022-03-30T14:37:24; updated 2022-03-30T14:38:55

@wada
画像が足りていませんがレイドのプログラム見直しの処理の移植とデータの設定周りをレビューお願いいたします。

足りていない画像

  • ランキングページ画像
  • ベルフォル勝利の証のレイド用画像
  • 告知画像関係
kouho commit at 2022-03-31T10:41:22: 達成報酬画像とランキング画像 #1691 d74ff44bcc356a1bfd2532889ed4e2142aed939c
kouho commit at 2022-03-31T10:41:22: ポップ強化アイテム画像 #1691 9d25751c08ac6702119894ca38c69eb2a17ec68c

Comment

#18175 by kouho at 2022-03-31T11:03:48; updated 2022-03-31T11:03:48

@wada
足りなかった画像も入れました。

Comment

#18176 by wada at 2022-03-31T12:32:15; updated 2022-03-31T12:32:15

@kouho
ランキング報酬の強化アイテムが全て1-5位になっています。
管理画面のランキング報酬インポートで注意文言出すようにしました。

Comment

#18179 by kouho at 2022-03-31T12:55:39; updated 2022-03-31T12:55:39

@wada
確認と注意文言対応ありがとうございます。
ランキング報酬設定修正しました

Comment

#18180 by wada at 2022-03-31T17:51:01; updated 2022-03-31T17:51:01

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

wada add_label at 2022-03-31T17:51:04: 和田 LGTM
kouho merge at 2022-03-31T18:38:27: 【3/31】レイド実装
kouho close at 2022-03-31T18:38:27: Close

Commit range

base0378cdf2b665ce4c664ea23d240241d49271e2a7
head9d25751c08ac6702119894ca38c69eb2a17ec68c
base branchjolly/jr-web:develop
head branchjolly/jr-web:event_raid_32

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed23 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/mobile/Team__RaidMonster.inc
modifiedlib/mobile/Team__RaidMonsterGetMedal.inc
modifiedlib/mobile/Team__RaidMonsterGetMedalVs.inc
modifiedlib/mobile/Team__RaidMonsterVs.inc
modifiedlib/public/Raid-Default.inc
modifiedlib/public/Raid-GetMedal.inc
modifiedlib/public/Raid-GetMedalVs.inc
modifiedlib/public/Raid-Vs.inc
modifiedmobile_html/template/Team__RaidMonsterMedal.tpl
modifiedmobile_html/template/Team__RaidMonsterVs.tpl
addedpublic_html/img/item/120/1912.png
addedpublic_html/img/item/150/1912.png
addedpublic_html/img/item/58/1912.png
addedpublic_html/img/item/60/1912.png
addedpublic_html/img/item/70/1912.png
addedpublic_html/img/raid/point_item/14005_1.png
addedpublic_html/img/raid/point_item/14005_2.png
addedpublic_html/img/ranking/event_raid/info_raid32.jpg
modifiedpublic_html/template/Raid-DefaultMedal.tpl
modifiedpublic_html/template/Raid-Vs.tpl
modifiedpublic_html/template/parts_raid_default.tpl
Patch body is stored as a separate file to keep this page lightweight.