PR

【4/11】ヤマダ仕様調整 #2699

wada opened this at 2023-04-06T15:18:57; closed

Description

opened by wada at 2023-04-06T15:18:57; updated 2023-04-14T17:56:55

概要

https://docs.google.com/spreadsheets/d/13P64IG2HBr76pQ-Dz33_qiapTRv16vBVMfn-iNrjF8o/edit#gid=264645740
留意点シートヤマダ仕様対応の項目

  • スキン、スタンプ報酬

本家シーズン4設定から一部マージ(7787:【4/14】パイレーツパス シーズン4)

  • ヴァルハラ島の勝利の証4種類

本家シーズン3のヴァルハラ島勝利の証追加対応を一部マージ(7665:【2/18】パイレーツパス)
ヴァルハラ島のカード確率調整

  • 日程調整

4/18 14:00リリースとしてスケジュール設定
告知Noも登録

DB更新内容

【4/11】ヤマダ仕様調整 jolly/jrye-db#362

  • カラム追加
#勝利の証カラム追加
ALTER TABLE `user_valhalla` ADD `cps_3` SMALLINT NOT NULL DEFAULT '0' AFTER `cps_2`;
ALTER TABLE `user_valhalla` ADD `cps_4` SMALLINT NOT NULL DEFAULT '0' AFTER `cps_3`;

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

ヴァルハラ島の出現カード、勝利の証獲得、証表示を確認
以下のクエリを実行してSTEP報酬確認、画像はimage_pirate_pass_yamada_serviceブランチをマージ

#スタンプ
update master_season_pass_rewards set reward_1_id = 64 where season_no = 1 and reward_1_type = 103 and reward_1_id = 54;
update master_season_pass_rewards set reward_1_id = 65 where season_no = 1 and reward_1_type = 103 and reward_1_id = 55;

#船スキン
update master_season_pass_rewards set reward_1_id = 13 where season_no = 1 and reward_1_type = 104 and reward_1_id = 1;
update master_season_pass_rewards set reward_1_id = 14 where season_no = 1 and reward_1_type = 104 and reward_1_id = 2;
update master_season_pass_rewards set reward_1_id = 15 where season_no = 1 and reward_1_type = 104 and reward_1_id = 3;
update master_season_pass_rewards set reward_1_id = 16 where season_no = 1 and reward_1_type = 104 and reward_1_id = 4;

#バトルスキン
update master_season_pass_rewards set reward_1_id = 7 where season_no = 1 and reward_1_type = 105 and reward_1_id = 1;
update master_season_pass_rewards set reward_1_id = 8 where season_no = 1 and reward_1_type = 105 and reward_1_id = 2;

Comment

#26778 by wada at 2023-04-06T15:28:25; updated 2023-04-06T15:28:25

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

kouho add_label at 2023-04-10T15:16:16: 皇甫 LGTM

Comment

#26831 by kouho at 2023-04-10T15:18:46; updated 2023-04-10T15:18:46

@wada
確認OKです

wada merge at 2023-04-11T15:55:46: Merged by user
wada close at 2023-04-11T15:55:46: Close
wada refer at 2023-04-14T17:56:55: 2719:【4/18 14:00】パイレーツパスリリース

Commit range

baseafe4db777a6b5e8b68bee4be2f498bd522998f15
head2456b04a7d229b9cd246ee37482f643768a1eb2e
base branchjolly/jr-web:pirate_pass_latest
head branchjolly/jr-web:pirate_pass_yamada_season

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed7 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/SubFunc_valhalla.inc
modifiedlib/ajax/valhalla_default.inc
modifiedlib/conf/class/SeasonPassConfig.class.php
modifiedlib/conf/class/ValhallaConfig.class.php
modifiedpublic_html/js/JOLLYROGER_valhalla.js
modifiedpublic_html/template/Valhalla.tpl
Patch body is stored as a separate file to keep this page lightweight.