PR

【2/13】建築イベント #4515

kouho opened this at 2026-02-13T09:51:52; closed

Description

opened by kouho at 2026-02-13T09:51:52; updated 2026-02-13T16:55:06

概要

https://docs.google.com/spreadsheets/d/1C7GdHyNvFIiiuL2tu-EHXylg82pLlg5OVFNZ7OZ-WwE/edit?gid=133142113#gid=133142113

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

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

Comment

#44301 by kouho at 2026-02-13T09:52:50; updated 2026-02-13T09:52:50

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

Comment

#44330 by wada at 2026-02-13T13:54:53; updated 2026-02-13T13:55:22

@kouho
報酬建物の小と中の画像が違います。

public_html/img/info_event/info_event_1722_2.jpg
public_html/img/info_event/info_event_1723_2.jpg

Comment

#44331 by wada at 2026-02-13T14:05:22; updated 2026-02-13T14:05:22

@kouho
「建物のアイテムドロップを最大に!」が指示書みたいなテキストなので、ユーザ目線では「建物のアイテムドロップは最大!」くらいの方が伝わりやすいような気がします。

public_html/img/info_jrye/BuildEventImg/10102/reward_object_1.jpg

wada add_label at 2026-02-13T15:15:55: コメントあり

Comment

#44342 by kouho at 2026-02-13T16:15:56; updated 2026-02-13T16:15:56

@wada
確認ありがとうございます。指摘画像修正いたしました。
> 報酬建物の小と中の画像が違います。
>
public_html/img/info_event/info_event_1722_2.jpg
public_html/img/info_event/info_event_1723_2.jpg

> 「建物のアイテムドロップを最大に!」が指示書みたいなテキストなので、ユーザ目線では「建物のアイテムドロップは最大!」くらいの方が伝わりやすいような気がします。
>
public_html/img/info_jrye/BuildEventImg/10102/reward_object_1.jpg

Comment

#44343 by wada at 2026-02-13T16:21:46; updated 2026-02-13T16:21:46

@kouho
確認OKです。

wada delete_label at 2026-02-13T16:21:49: コメントあり
wada add_label at 2026-02-13T16:21:50: 和田 LGTM
kouho merge at 2026-02-13T16:27:50: 【2/13】建築イベント
kouho close at 2026-02-13T16:27:50: Close

Commit range

base18857179c99f0d258fe551b34154a9f0b2d517a9
head46c7d767f6a1c343bc4ca8d7d83b24548bb3e9ae
base branchjolly/jr-web:master
head branchjolly/jr-web:build_10102

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed22 filesView patch
statusfile
modifiedlib/conf/class/BuildEventConfig.class.php
modifiedlib/exec/tool_jrce_status.php
addedpublic_html/img/banner/build_10102_1_1.jpg
addedpublic_html/img/banner/build_10102_1_2.jpg
addedpublic_html/img/banner/build_10102_2_1.jpg
addedpublic_html/img/banner/build_10102_2_2.jpg
addedpublic_html/img/info_event/info_event_1722_1.jpg
addedpublic_html/img/info_event/info_event_1722_2.jpg
addedpublic_html/img/info_event/info_event_1723_1.jpg
addedpublic_html/img/info_event/info_event_1723_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/detail_nurture.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/detail_reward.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/end_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/notice_header.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/reward_achievement_1.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/reward_achievement_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/reward_achievement_3.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/reward_achievement_4.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/reward_object_1.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/reward_object_2.jpg
addedpublic_html/img/info_jrye/BuildEventImg/10102/reward_object_3.jpg
Patch body is stored as a separate file to keep this page lightweight.