Description
概要
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;