PR

【7/31】パイレーツパスシーズン3 #2979

wada opened this at 2023-07-27T17:50:19; closed

Description

opened by wada at 2023-07-27T17:50:19; updated 2023-08-03T16:19:08

概要

パイレーツパス「シーズン3」
ヴァルハラ島
パイレーツパス実装

本家参照PR

  • 8213: 【8/4】パイレーツパスシーズン6

報酬関連のみ先行してマージ

その他

  • ヴァルハラ島の勝利の証表示+1

ヴァルハラ島で獲得できる証が4から5種類に増えたため、表示を1つ追加

  • スタンプ説明修正

まだ掲示板ではスタンプを使用できないため説明から削除

  • 専用アイテム追加
  • スキル調整

DB更新内容

【7/31】パイレーツパスシーズン3 jolly/jrye-db#485

  • カラム追加
ALTER TABLE `user_valhalla` ADD `cps_5` smallint(6) NOT NULL DEFAULT '0' AFTER `cps_4`;

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

テスト環境では、7/25からシーズン3開始で設定(seasonPassConfig)
仲介所の期間だけmasterの変更が必要

TODO

  • [x] 画像更新
  • [x] スタンプ登録
  • [x] スキル調整
wada change_title at 2023-07-28T15:24:30: [WIP]【7/31】パイレーツパスシーズン3 【7/31】パイレーツパスシーズン3
wada add_label at 2023-07-28T15:24:33: レビュー待ち
wada add_label at 2023-07-28T15:24:34: to皇甫

Comment

#29342 by wada at 2023-07-28T15:29:31; updated 2023-07-28T15:29:31

@kouho
画像は順次追加していくので、
それ以外の箇所の確認お願いします。

wada merge at 2023-08-01T11:46:14: 【7/31】パイレーツパスシーズン3
wada close at 2023-08-01T11:46:14: Close
wada refer at 2023-08-03T16:19:08: 3004:【8/7】パイレーツパスシーズン3リリース

Commit range

base3310d9202fcb637a66b4aac6275cdc0fb8b584ae
head9ce10d1d409deab510d2cb6d982997227aa39548
base branchjolly/jr-web:develop
head branchjolly/jr-web:season_pass_3

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed37 filesView patch
statusfile
modifiedlib/SkillFunc.inc
modifiedlib/ajax/valhalla_default.inc
modifiedlib/class/const/ItemConst.class.php
modifiedlib/conf/class/SeasonPassConfig.class.php
modifiedlib/conf/class/ValhallaConfig.class.php
modifiedpublic_html/img/card_piece/card_detail/1409_1.png
modifiedpublic_html/img/card_piece/card_detail/1409_2.png
addedpublic_html/img/item/120/1500050.jpg
addedpublic_html/img/item/120/1500051.jpg
addedpublic_html/img/item/120/1924.jpg
addedpublic_html/img/item/150/1500050.jpg
addedpublic_html/img/item/150/1500051.jpg
addedpublic_html/img/item/150/1924.jpg
addedpublic_html/img/item/58/1500050.jpg
addedpublic_html/img/item/58/1500051.jpg
addedpublic_html/img/item/58/1924.jpg
addedpublic_html/img/item/60/1500050.jpg
addedpublic_html/img/item/60/1500051.jpg
addedpublic_html/img/item/60/1924.jpg
addedpublic_html/img/item/70/1500050.jpg
addedpublic_html/img/item/70/1500051.jpg
addedpublic_html/img/item/70/1924.jpg
modifiedpublic_html/img/season_pass/icon/120/icon_battle_11.jpg
modifiedpublic_html/img/season_pass/icon/120/icon_battle_12.jpg
modifiedpublic_html/img/season_pass/icon/150/icon_battle_11.jpg
modifiedpublic_html/img/season_pass/icon/150/icon_battle_12.jpg
modifiedpublic_html/img/season_pass/icon/58/icon_battle_11.jpg
modifiedpublic_html/img/season_pass/icon/58/icon_battle_12.jpg
modifiedpublic_html/img/season_pass/icon/60/icon_battle_11.jpg
modifiedpublic_html/img/season_pass/icon/60/icon_battle_12.jpg
modifiedpublic_html/img/season_pass/icon/70/icon_battle_11.jpg
modifiedpublic_html/img/season_pass/icon/70/icon_battle_12.jpg
modifiedpublic_html/img/season_pass/main/season/3/buybutton_plus.png
modifiedpublic_html/img/season_pass/main/season/3/buybutton_regular.png
modifiedpublic_html/js/JOLLYROGER_battle.js
modifiedpublic_html/js/JOLLYROGER_valhalla.js
modifiedpublic_html/template/Valhalla.tpl
Patch body is stored as a separate file to keep this page lightweight.