PR

【3/18】パイレーツパスシーズン7 #3402

wada opened this at 2024-03-08T17:06:31; closed

Description

opened by wada at 2024-03-08T17:06:31; updated 2024-03-18T13:53:40

概要

https://docs.google.com/spreadsheets/d/1TrRUhAQjkKuS35HlrAT5lzDItBZnuSPS4hejK5ggO3I/edit#gid=893381404

ヴァルハラ島出現率調整

DB更新内容

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

  • シーズンパス
  • カードデータ
  • 勝利の証
  • 専用アイテム

カードデータは開発環境からインポート

テーブル追加

CREATE TABLE `user_valhalla_piece_sub` (
  `user_no` bigint(20) NOT NULL,
  `season_no` smallint(6) NOT NULL,
  `card_no` smallint(6) NOT NULL,
  `piece_count` smallint(6) NOT NULL,
  `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`user_no`,`season_no`,`card_no`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

TODO

3/12

  • [x] 予告掲載

3/15

  • [x] カードデータ登録
  • [x] スキル反映
  • [x] 戦闘デモ反映
  • [x] 魅力紹介公開

3/18

  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] 告知設定

Comment

#33569 by wada at 2024-03-08T17:06:38; updated 2024-03-08T17:06:38

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

kouho add_label at 2024-03-14T14:36:54: 皇甫 LGTM
wada merge at 2024-03-18T13:50:02: 【3/18】パイレーツパスシーズン7
wada close at 2024-03-18T13:50:02: Close
wada delete_branch at 2024-03-18T13:50:07: season_pass_7

Commit range

base8bc8928f4f4e046a7f9885fcfca7f14b59595104
headb92c0be7ed5241cbd1d4792a62de2f1b213afaab
base branchjolly/jr-web:master
head branchjolly/jr-web:season_pass_7

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed24 filesView patch
statusfile
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/1408_1.png
modifiedpublic_html/img/card_piece/card_detail/1408_2.png
addedpublic_html/img/item/120/1933.jpg
addedpublic_html/img/item/150/1933.jpg
addedpublic_html/img/item/58/1933.jpg
addedpublic_html/img/item/60/1933.jpg
addedpublic_html/img/item/70/1933.jpg
modifiedpublic_html/img/season_pass/icon/120/icon_battle_19.jpg
modifiedpublic_html/img/season_pass/icon/120/icon_battle_20.jpg
modifiedpublic_html/img/season_pass/icon/150/icon_battle_19.jpg
modifiedpublic_html/img/season_pass/icon/150/icon_battle_20.jpg
modifiedpublic_html/img/season_pass/icon/58/icon_battle_19.jpg
modifiedpublic_html/img/season_pass/icon/58/icon_battle_20.jpg
modifiedpublic_html/img/season_pass/icon/60/icon_battle_19.jpg
modifiedpublic_html/img/season_pass/icon/60/icon_battle_20.jpg
modifiedpublic_html/img/season_pass/icon/70/icon_battle_19.jpg
modifiedpublic_html/img/season_pass/icon/70/icon_battle_20.jpg
modifiedpublic_html/img/season_pass/main/season/7/buybutton_plus.png
modifiedpublic_html/img/season_pass/main/season/7/buybutton_regular.png
modifiedpublic_html/img/season_pass/reward_info/item_105_19.png
modifiedpublic_html/img/season_pass/reward_info/item_105_20.png
Patch body is stored as a separate file to keep this page lightweight.