PR

【2/2】レイド17回・2期 #2573

kouho opened this at 2023-02-01T09:51:37; closed

Description

opened by kouho at 2023-02-01T09:51:37; updated 2023-02-02T16:17:48

概要

レイドイベントの実装用PR
レイド17回・第2期
https://docs.google.com/spreadsheets/d/1Z5G8HQ3P2KJKcZZZd7663tjVXYmoT9AnMRn89JhflS8/edit#gid=455862815

webブランチ:raid_46
dbブランチ:raid_46

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

仕様変更点
・報酬カードが転生解放
・転生したカード専用の技玉がリリース
・レア討伐報酬に陸地のコンパス

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

info_image_raid_46をマージして確認してください。

  • 管理画面での設定確認

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

#25429 by kouho at 2023-02-01T10:03:18; updated 2023-02-01T10:03:18

@wada
レビューお願いいたします

Comment

#25486 by wada at 2023-02-02T11:50:08; updated 2023-02-02T11:50:08

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

wada add_label at 2023-02-02T11:50:10: 和田 LGTM
kouho merge at 2023-02-02T16:17:48: 【2/2】レイド17回・2期
kouho close at 2023-02-02T16:17:48: Close

Commit range

base01319e0a840b4d454000e8a0a485840c2f110169
head3a0b75874d18fa3d183207610f3ad34062d6fe46
base branchjolly/jr-web:develop
head branchjolly/jr-web:raid_46

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed3 filesView patch
statusfile
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/conf/define_y.inc
modifiedpublic_html/template/Raid-DefaultMedal.tpl
Patch body is stored as a separate file to keep this page lightweight.