PR

【9/25】ヤマダ周年・ゲソてんリリース記念ガチャ #4276

wada opened this at 2025-09-19T16:46:33; closed

Description

opened by wada at 2025-09-19T16:46:33; updated 2025-09-30T13:52:33

概要

仕様書

631:ゲソてんリリース記念ガチャ
632:ヤマダ周年記念ガチャ

実装

  • master_skill_ball_gachaテーブル、configの設定はyamadaとgesotenで別々に設定
  • トップページと結果ページは専用テンプレート(631)を共用
  • ガチャ回数制限のため、user_gacha_dataテーブルにレコード作成(セットアップガチャは本来作成しない)

注意点

  • ゲソてんリリース確定後告知作成&告知ID設定
  • ゲソてんリリース延期時は期間変更
  • PC対応、コイン購入リンク対応が必要(PC対応リリース後)

DB更新内容

【9/25】ヤマダ周年・ゲソてんリリース記念ガチャ jolly/jrye-db#1200

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

各環境でバナー、ガチャ表示確認
ガチャ実行、3回制限確認

TODO

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

Comment

#42442 by wada at 2025-09-19T16:46:42; updated 2025-09-19T16:46:42

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

Comment

#42554 by wada at 2025-09-30T09:49:06; updated 2025-09-30T09:49:06

@kouho
ゲソてんの期間を変更したので確認お願いします。

wada merge at 2025-09-30T13:52:26: 【9/25】ヤマダ周年・ゲソてんリリース記念ガチャ
wada close at 2025-09-30T13:52:26: Close
wada delete_branch at 2025-09-30T13:52:33: gacha_setup_1001

Commit range

base73a137daec30a1714589b9de6e3a4e5d59db6426
head6a77e80f70ec67d048b71f613bba70d754049089
base branchjolly/jr-web:master
head branchjolly/jr-web:gacha_setup_1001

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed45 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/conf/class/SetupGachaConfig.class.php
addedlib/models/Gacha_lottery.php
addedlib/models/Gacha_setup.php
addedlib/models/dao/user_gacha_data.php
modifiedlib/public/Bar-Default.inc
modifiedlib/public/Bar-GachaRatio.inc
modifiedlib/public/Bar-SetupGacha.inc
modifiedlib/public/Bar-SetupGachaCheck.inc
modifiedlib/public/Bar-SetupGachaExec.inc
modifiedlib/public/Bar-SetupGachaResult.inc
modifiedlib/public/Demonstration-Battle.inc
addedpublic_html/img/gacha/special/631/banner.jpg
addedpublic_html/img/gacha/special/631/banner_2.jpg
addedpublic_html/img/gacha/special/631/gacha.jpg
addedpublic_html/img/gacha/special/631/gacha_2.jpg
addedpublic_html/img/gacha/special/631/gacha_coin_object10.png
addedpublic_html/img/gacha/special/631/info1.jpg
addedpublic_html/img/gacha/special/631/info3.jpg
addedpublic_html/img/gacha/special/631/info4.jpg
addedpublic_html/img/gacha/special/631/info99.jpg
addedpublic_html/img/gacha/special/631/status0.jpg
addedpublic_html/img/gacha/special/631/status1.jpg
addedpublic_html/img/gacha/special/631/status2.jpg
addedpublic_html/img/gacha/special/631/status3.jpg
addedpublic_html/img/gacha/special/632/banner.jpg
addedpublic_html/img/gacha/special/632/banner_2.jpg
addedpublic_html/img/gacha/special/632/gacha.jpg
addedpublic_html/img/gacha/special/632/gacha_2.jpg
addedpublic_html/img/gacha/special/632/gacha_coin_object10.png
addedpublic_html/img/gacha/special/632/info1.jpg
addedpublic_html/img/gacha/special/632/info3.jpg
addedpublic_html/img/gacha/special/632/info4.jpg
addedpublic_html/img/gacha/special/632/info99.jpg
addedpublic_html/img/gacha/special/632/status0.jpg
addedpublic_html/img/gacha/special/632/status1.jpg
addedpublic_html/img/gacha/special/632/status2.jpg
addedpublic_html/img/gacha/special/632/status3.jpg
addedpublic_html/img/info_jrye/5001/info1.jpg
addedpublic_html/img/info_jrye/5001/info1_g.jpg
addedpublic_html/img/info_jrye/5001/info2.jpg
addedpublic_html/img/info_jrye/5001/info2_g.jpg
modifiedpublic_html/template/Bar-SetupGachaList.tpl
addedpublic_html/template/Bar-SetupGachaResult_631.tpl
addedpublic_html/template/Bar-SetupGacha_631.tpl
Patch body is stored as a separate file to keep this page lightweight.