PR

【12/8】建築イベント12月 #4407

kouho opened this at 2025-12-04T15:07:45; closed

Description

opened by kouho at 2025-12-04T15:07:45; updated 2025-12-09T10:27:18

概要

https://docs.google.com/spreadsheets/d/15v1T8wGded0XEF4QtKy7eB65zLlr9uBvzr6nrfpBnQU/edit?gid=133142113#gid=133142113

  • [x] プレミアムコインガチャチケットスタンプ対応

※スタンプシートの対応はイベントの達成報酬になったタイミング

DB更新内容

 初期化(前回のイベント建物だけ消す)
 DELETE FROM `user_build_stack` WHERE `build_x` = 99 AND `build_y` = 99;
 DELETE FROM `user_object` WHERE `build_x` =99 AND `build_y` =99;
 確認
 SELECT * FROM `user_build_stack` WHERE `build_x` = 99 AND `build_y` = 99;
 SELECT * FROM `user_object` WHERE `build_x` =99 AND `build_y` =99;
TRUNCATE TABLE `user_build_event_bonus`;
TRUNCATE TABLE `user_build_event_bonus_daily`;
TRUNCATE TABLE `log_build_event_bonus_time`;
TRUNCATE TABLE `log_build_event_bonus_time_main`;
TRUNCATE TABLE `log_build_event_bonus_time_use`;
TRUNCATE TABLE `log_user_build_bonus_ranking`;

TODO

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

Comment

#43402 by kouho at 2025-12-04T15:27:50; updated 2025-12-04T15:27:50

@wada
レビューお願いいたします

Comment

#43414 by wada at 2025-12-05T17:13:41; updated 2025-12-05T17:13:41

@kouho
lib/public/Main-ListGoldComplete.incのスタンプが揃ったときの画像差し替えは不要ですか?

wada add_label at 2025-12-05T17:13:44: コメントあり

Comment

#43424 by wada at 2025-12-08T10:36:16; updated 2025-12-08T10:36:29

@kouho
ししだま実装時のcommitです。28740f0d6869a228a066e635011b93651a5f0d75
これを見た感じ集金時にチケットが揃った際、スタンプをチケット画像に差し替える必要がありそうです。(ぱんだま、ししだまのような演出はいらなそう)

Comment

#43434 by kouho at 2025-12-08T13:38:58; updated 2025-12-08T13:38:58

@wada
確認ありがとうございます。

> @kouho
case 83://ししだまのbreakが抜けています。

修正しました。

> ししだま実装時のcommitです。28740f0
これを見た感じ集金時にチケットが揃った際、スタンプをチケット画像に差し替える必要がありそうです。(ぱんだま、ししだまのような演出はいらなそう)

こちら対応入れてみたのですが、表示上の違いが分からず、、、何か対応漏れがあるか確認していただけませんか?

Comment

#43439 by wada at 2025-12-08T15:28:55; updated 2025-12-08T15:28:55

@kouho
対応入れました。
> こちら対応入れてみたのですが、表示上の違いが分からず、、、何か対応漏れがあるか確認していただけませんか?

<table><tr><td>単品</td><td>一括</td></tr><tr><td>
<img src="https://jolly-gitbucket.curl-catla.ts.net/gitbucket/jolly/jr-web/_attached/1765174980515bEsKVRg4dM" width="200">
</td><td>
<img src="https://jolly-gitbucket.curl-catla.ts.net/gitbucket/jolly/jr-web/_attached/1765175010465ek1F5oUxc1" width="200">
</td></tr></table>

▼以下の画像はプレミアムチケットがないので作成する必要があります。
<table><tr><td>[money_item_get/ef14.png]</td><td>[money_item_get/get_ticket.png]</td></tr><tr><td>
<img src="https://jolly-gitbucket.curl-catla.ts.net/gitbucket/jolly/jr-web/_attached/1765175049391bcr1Q7WccZ" width="200">
</td><td>
<img src="https://jolly-gitbucket.curl-catla.ts.net/gitbucket/jolly/jr-web/_attached/17651750533784FZHUIGmhL" width="200">
</td></tr></table>

Comment

#43440 by kouho at 2025-12-08T16:27:23; updated 2025-12-08T16:27:23

@wada
ありがとうございます

Comment

#43443 by kouho at 2025-12-08T18:28:43; updated 2025-12-08T18:28:43

@wada
対応ありがとうございます。
以下の画像についても対応を入れて演出修正しました。

> 以下の画像はプレミアムチケットがないので作成する必要があります。

Comment

#43444 by wada at 2025-12-09T10:11:02; updated 2025-12-09T10:11:02

@kouho
確認OKです。

wada delete_label at 2025-12-09T10:11:06: コメントあり
wada add_label at 2025-12-09T10:11:07: 和田 LGTM
kouho merge at 2025-12-09T10:27:18: 【12/8】建築イベント12月
kouho close at 2025-12-09T10:27:18: Close

commit comment

#312 by wada at 2025-12-05T16:45:51; lib/conf/class/BuildEventConfig.class.php / old:266 new:268
f174b06c5ba0c8191391290f8752dd7f52fa5eaa

@kouho
case 83://ししだまbreakが抜けています。

Commit range

base04edde0468b539e7c0aabfc81fff6a572ccfc574
head433481788721f3322a95be61812ab8a154cc83a0
base branchjolly/jr-web:master
head branchjolly/jr-web:build_1212

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed39 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/class/const/ItemConst.class.php
modifiedlib/class/present_box/PresentBoxContent.class.php
modifiedlib/class/present_box/PresentBoxManager.class.php
modifiedlib/conf/class/BuildEventConfig.class.php
modifiedlib/conf/define.inc
modifiedlib/exec/tool_jrce_status.php
modifiedlib/public/Main-ListGoldComplete.inc
addedpublic_html/img/banner/build_10110_1_1.jpg
addedpublic_html/img/banner/build_10110_1_2.jpg
addedpublic_html/img/banner/build_10110_2_1.jpg
addedpublic_html/img/banner/build_10110_2_2.jpg
addedpublic_html/img/info_event/info_event_1619_1.jpg
addedpublic_html/img/info_event/info_event_1619_2.jpg
addedpublic_html/img/info_event/info_event_1620_1.jpg
addedpublic_html/img/info_event/info_event_1620_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/detail_nurture.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/detail_reward.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/end_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/notice_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/reward_achievement_1.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/reward_achievement_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/reward_achievement_3.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/reward_achievement_4.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/reward_object_1.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/reward_object_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10110/reward_object_3.jpg
addedpublic_html/img/item/120/319.jpg
addedpublic_html/img/item/150/319.jpg
addedpublic_html/img/item/58/319.jpg
addedpublic_html/img/item/60/319.jpg
addedpublic_html/img/item/70/319.jpg
addedpublic_html/img/money_item_get/ef13_preminum.png
addedpublic_html/img/money_item_get/ef14_preminum.png
addedpublic_html/img/money_item_get/get_ticket_preminum.png
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/template/Main-ListGoldComplete.tpl
modifiedpublic_html/template/Main.tpl
Patch body is stored as a separate file to keep this page lightweight.

Review comment

#312 by wada at 2025-12-05T16:45:51; lib/conf/class/BuildEventConfig.class.php / old:266 new:268
f174b06c5ba0c8191391290f8752dd7f52fa5eaa

@kouho
case 83://ししだまbreakが抜けています。