PR

【10/8】レイドイベント3期 #4299

wada opened this at 2025-10-03T15:19:49; closed

Description

opened by wada at 2025-10-03T15:19:49; updated 2025-10-14T10:31:59

概要

仕様書

支援デッキは前回と同じため、前回event:85の設定を流用
イベント翌日にガチャ終了のため戦闘後バナーリンクなし

改修

  • 告知内の個人レイド情報を今回のポイントからチームレイドの下に移動
  • 個人レイド説明用告知(id:5040)作成。必要に応じてリンク調整
  • チームレイド戦闘ページ内の個人レイド情報の位置調整

DB更新内容

【10/8】レイドイベント3期 jolly/jrye-db#1215

リリース作業

log移動

#log移動
cd jr-yamada/lib/exec/
vi tool_delete_raid_log.inc (event_no = 85へ変更)
ENVIRONMENT=production PF=yamada php tool_delete_raid_log.inc

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;

#確認用
SELECT `user_no`,`raid_point`,`raid_point2`,`total_raid_point`,`m_event_limit` FROM `user_mission` ORDER BY `m_event_limit` DESC
SELECT `raid_stamina`,`raid_monster`,`raid_monster_vs`,`raid_lv`,`raid_count`,`total_raid_count`,`event_raid_count`,`war_bonus_time`,`event_prize`,`raid_vs_end_time` FROM `team_data` WHERE del_flg=0 ORDER BY `raid_stamina` DESC

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

TODO

  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] 告知設定
  • [x] 戦闘デモ確認
  • [x] log移動&DBの初期化

Comment

#42652 by wada at 2025-10-03T15:21:41; updated 2025-10-03T15:21:41

@kouho
レビューお願いします。

kouho add_label at 2025-10-09T14:59:12: 皇甫 LGTM

Comment

#42761 by kouho at 2025-10-09T14:59:20; updated 2025-10-09T14:59:20

@wada
確認OKです

wada merge at 2025-10-10T16:10:08: 【10/8】レイドイベント3期
wada close at 2025-10-10T16:10:08: Close
wada delete_branch at 2025-10-10T16:10:39: raid_1014

Commit range

base7e07bd83280d777f9ee7d726663e76f57107d047
headb91302251055176d61d9c0940dd9890e065a3a12
base branchjolly/jr-web:master
head branchjolly/jr-web:raid_1014

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/class/controller/JrControllerRaidEvent.class.php
modifiedlib/conf/class/RaidMonsterConfig.class.php
addedpublic_html/img/info_event/info_event_1547_1.jpg
addedpublic_html/img/info_event/info_event_1547_2.jpg
addedpublic_html/img/info_event/info_event_1548_1.jpg
addedpublic_html/img/info_event/info_event_1548_2.jpg
addedpublic_html/img/info_jrye/RaidEventImg/info_raid_spirit.jpg
renamedpublic_html/img/info_jrye/RaidEventImg/season_common/30/new_point_overview_2.jpg -> public_html/img/info_jrye/RaidEventImg/info_raid_spirit_2.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/30/new_point_overview.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/30/new_reward.jpg
addedpublic_html/img/info_jrye/RaidEventImg/season_common/30/notice_header_3.jpg
modifiedpublic_html/img/info_jrye/RaidEventImg/season_common/30/ranking_reward.jpg
addedpublic_html/img/item/120/1888.jpg
addedpublic_html/img/item/150/1888.jpg
addedpublic_html/img/item/60/1888.jpg
addedpublic_html/img/item/70/1888.jpg
addedpublic_html/img/ranking/event_raid/info_raid86.jpg
modifiedpublic_html/template/Raid-Spirit.tpl
modifiedpublic_html/template/Raid-Vs.tpl
modifiedpublic_html/template/RaidEvent-InfoDetails.tpl
modifiedpublic_html/template/RaidEvent-InfoRewards.tpl
Patch body is stored as a separate file to keep this page lightweight.